body {
	margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
    font-size: 15px;
}

#homeFullScreen {
    /*background-image: url("../images/nerd-header.jpg");*/
    /*background-image: url("../images/sugarcrmLogoWhiteBackground_RGB.png");*/
    display: block;
    /*background-size: cover;
    height: 100%;
    background-attachment: scroll;
    background-position: 50% 0;
    background-repeat: repeat;
    overflow: hidden;
    width: 100%;*/
    text-align: center;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}


#homeFullScreen .txt {
    font-size: 49px; /*22*/
    position: relative;
    top: 69%; /*79%*/
    text-align: right; /*justify*/
    padding: 20px;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #454550;
    opacity: 0.6; /*0.8*/
}
#mainHeader {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#mainHeader a{
	color:#454550;
	font-size: 17px;
}

#mainHeader a:hover{
    color: #36A8E9!important;
    font-size: 17px!important;
}

.header-image {
	background: url('../images/nerd-header.jpg') no-repeat;/* Use a tiling background image or a full width image - if you're using full width you will need to change no-repeat center center cover  */
	background-position: top;
	height: auto;
	display: block;
	width: 100%;
	text-align: center;
}

.headline {
	padding: 120px 0;
}

.headline > .container > col-md-4 col-sm-6 {
	text-align:center;
	color:#F6F6F6;
	font-size:18px;
	position: absolute;
}

.headline > .container > h3 {
	text-align:center;
	color:#F6F6F6;
	font-size:48px;
	position: absolute;
}

.featurette-divider {
	margin: 33px 0;
}
.featurette {
	overflow: hidden;
}

.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}

.featurette-heading {
	font-size: 44px;
}

.footer-block
{
    background: url("../images/blue_bg.png") repeat-x scroll left bottom #1A6E9E;
    border-top: 1px solid #5B5C5D;
    color: #242424;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 0 5px;
    text-shadow: 0 1px 0 #555555;
    width: 100%;
}

.sitemap {
    display: inline-block;
    margin: 0 3em 1em 0;
    vertical-align: top;
}

.footer, .content-doc
{
    background: none repeat scroll 0 0 #28262E;
    border-top: 1px solid #5B5C5D;
    color: #242424;
    font-size: 11px;
    font-weight: 600;
    /*padding: 10px 0 5px;*/
    text-shadow: 0 1px 0 #555555;
    width: 100%;
}
.bg-color1 {
    background: url("../images/t_bg1.png") repeat scroll 0 0px, radial-gradient(ellipse farthest-corner at center center , #515055 0%, #2D2A33 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.bg-colored h1, .bg-colored h2, .bg-colored h3, .bg-colored h4, .bg-colored h5, .bg-colored h6, .bg-colored {
    color: #FFFFFF;
}

.contact-block {
    background: url("../images/t_bg2.png") repeat scroll 0 0px, radial-gradient(ellipse farthest-corner at center center , #307ca7 0%, #1A6E9E 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*background: none repeat scroll 0 0 #28262E;*/
    border-top: 1px solid #5B5C5D;
    color: #242424;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 0 1px 0 #555555;
    width: 100%;
}

.bg-colored {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}

.bg-white, .bg-colored {
    padding: 20px 0;
}

.wrapper.max-width100 {
    max-width: 100%;
}

.wrapper {
    -moz-box-sizing: border-box;
    margin: auto;
    max-width: 980px;
}

.footer-main{
    max-width: 80%;
}
.footer a{
	color: #FFFFFF;
    font-weight: normal;
}

#top-scroller {
    background: url("../images/top_scroller.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 34px;
    opacity: 0.7;
    right: 10px;
    text-decoration: none;
    top: 13px;
    width: 34px;
    z-index: 1;
}
#scroll-top{
    float:right;
    padding: 3px 1px;
}
#scroll-top strong{
    color: #FFFFFF;
    float: left;
    font-weight: normal;
    text-transform: uppercase;
    width: 140px;
}
.remove-margin {
    margin: 0;
}
ul.social-icons {
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
}

.social-icons li {
    float: left;
    margin-left: 10px;
}
.social-icons li a {
    background-image: url("../images/social_icons.png");
    opacity: 0.7;
}
.social-icons .facebook a {
    background-position: 0 -80px;
}
.social-icons .linkedin a {
    background-position: 0 -560px;
}
.social-icons .twitter a {
    background-position: 0 0px;
}
/* RESPONSIVE CSS */

@media (max-width: 1200px) {

.headline > .container > h1 {font-size: 140px;}
.headline > .container > h2 {font-size: 63px;}
.featurette-divider {margin: 50px 0;}
.featurette-image.pull-left {margin-right: 20px;}
.featurette-image.pull-right {margin-left: 20px;}
.featurette-heading {font-size: 35px;}

}

@media (max-width: 991px) {

.headline > .container > h1 {font-size: 105px;}
.headline > .container > h2 {font-size: 50px;}
.featurette-divider {margin: 40px 0;}
.featurette-image {max-width: 50%;}
.featurette-image.pull-left {margin-right: 10px;}
.featurette-image.pull-right {margin-left: 10px;}
.featurette-heading {font-size: 30px;}

}

@media (max-width: 768px) {

.container {margin: 0 15px 0 36px;}
.featurette-divider {margin: 40px 0;}
.featurette-heading {font-size: 25px;}

}


@media (max-width: 668px) {

.headline > .container > h1 {font-size: 70px;}
.headline > .container > h2 {font-size: 32px;}
.featurette-divider {margin: 30px 0;}
#homeFullScreen .txt {top: 69%;}

}

@media (max-width: 640px) {

.headline {padding: 75px 0 25px 0;}
.headline > .container > h1 {font-size: 60px;}
.headline > .container > h2 {font-size: 30px;}
#homeFullScreen .txt {top: 49%;}

}

@media (max-width: 375px) {

.featurette-divider {margin: 10px 0;}
.featurette-image {max-width: 100%;}
.featurette-image.pull-left {margin-right: 0; margin-bottom: 10px;}
.featurette-image.pull-right {margin-left: 0; margin-bottom: 10px;}

}


/* Preloader one page */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000; /* makes sure it stays on top */
	background:white;
	text-align: center;
}

#status {
	width:100%;
	height:100px;
	position:absolute;
	left:0; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */

	margin-top:-100px; /* is width and height divided by two */
	text-align: center;
	padding-top:15px;
	text-transform: uppercase;
	border-radius:11px;
}
#status img{margin-bottom: 22px;}

.footer .col-md-10{
	color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    width: 99.333%;
}

.footer .col-md-10 a{
	padding: 0 5px;
}

.footer .col-sm-12 p{
	color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.grid-box {
    float: left;
}

.grid-h .mod-box-transparent {
    margin: -11px 0 -8px;
}

/*.mod-box-transparent {
    border: medium none;
}

.mod-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDB;
    padding: 20px;
}

.module {
    position: relative;
    margin: 10px;
}*/

.mod-box-transparent20 {
    background: url("../images/transparency.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.mod-box-transparent15 {
    background: url("../images/transparency1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.width50 {
    width: 50%;
}

.contact-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.module.mod-box-colored .module-title, .module.mod-box-transparent .module-title {
    color: #FFFFFF;
    padding: 5px;
}

ul.space, ul.line{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.line.page-contact strong {
    font-weight: normal;
    color: #FFFFFF;
    float: left;
    font-weight: normal;
    text-transform: uppercase;
    width: 140px;
    font-size: 13px;
    padding: 5px;
}

ul.line.page-contact > li:first-child {
    background: url("../images/line.png") repeat-x scroll center top, url("../images/line.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
}

ul.line.page-contact > li {
    background: url("../images/line.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    border-top: medium none;
    margin: 0;
    padding: 15px 0;
}

ul.line.page-contact div {
    font-weight: normal;
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
}

ul.social-icons {
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
}

.remove-margin {
    margin: 0;
}

.social-icons li:first-child {
    margin-left: 0;
}

.social-icons li {
    float: left;
    margin-left: 10px;
}

.bg-colored .social-icons li a, .mod-box-colored .social-icons li a, .mod-box-transparent .social-icons li a {
    background-image: url("../images/social_icons.png");
    opacity: 0.7;
}

.bg-colored .social-icons li a:hover, .mod-box-colored .social-icons li a:hover, .mod-box-transparent .social-icons li a:hover {
    opacity: 1;
}

.social-icons .facebook a {
    background-position: 0 -80px;
}

.social-icons .facebook a:hover {
    background-position: 0 -120px;
}

.social-icons .linkedin a:hover {
    background-position: 0 -600px;
}

.social-icons .twitter a:hover {
    background-position: 0 -40px;
}

.social-icons li a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 27px;
    width: 27px;
}

.mod-box-colored a, .mod-box-transparent a {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

#flexHome {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 0;
}

.flexslider {
    box-shadow: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 60px;
    position: relative;
    margin: 0;
    padding: 0;
}

#homeFullScreen #flexHome {
    margin: 0;
}

#homeFullScreen .flexslider .slides > li {
    height: 100px;
}

.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s;
}

.navbar-default .navbar-toggle {
    margin-top: 22px!important;
    border-color: #DDDDDD;
}

.doc{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 8px 15px;
}

.recent{
    color: darkgrey;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 8px 18px;
}
