/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
	margin:0 auto;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.carousel-caption h3 {
	font-size:72px;
	text-shadow:
    1px 1px 0 #FFF,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #FFF,  
    1px -1px 0 #FFF,
   -1px  1px 0 #FFF,
    1px  1px 0 #FFF;
}

/*.carousel-caption span {
	font-size:16px;
	background-color:#47280c;
	color:#FFF;
	padding:5px 5px;
}*/

.carousel-caption p {
	font-size:32px;
	color:#FFF;
	font-weight:normal;
	text-align:center;
}

.carousel-caption p span {
	font-size:66px;
	color:#ffffff;
	font-weight:bold;
}

.mybtnsize {
	font-size:24px;
	font-style:normal;
	background-color:#d00000;
	border:none;
}


.row i {
	color:#c60d0a;
	font-style:normal;
}
.advantage {
	color:#ffffff;
	font-style:normal;
	font-weight:600;
}

.carousel-caption h6 span {
	font-size:84px;
	color:#ffffff;
	font-weight:bold;
}

.myfooternew {
	color:#FFF;
}
.myfooternew a {
	color:#FFF;
}

.col-md-4 {
	padding-bottom: 20px;
}

.row {
margin-right: 0px;
margin-left: -15px;
}

.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}

.mynavbar {
	border:none;
	margin-bottom:0;
	height:auto;
}

.nav{ font-size:16px;
font-weight:bold;
color:#000;
}

.mynavspace li a {
	padding:5px 10px;
	margin-top:15px;
}
.dropdown-menu li a
{
	margin:0;
}
.mylogo {
	padding:5px 0;
	margin-bottom:10px;
}

.navbar-default {
border-color: transparent;
background-color: #dadada;
}

.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}

hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

/*a img {
    background: white;
}*/

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
   /* font-weight: 300;*/
    color: #371802;
}

.new {
	color:#ccc;
	font-style:italic;
	font-size:24px;
}
.tophead {
	color:#1f4596;
	font-size:38px;
}
.black {
	color:#000;
}


/* Paragraph & Typographic */
/*p {
    line-height: 28px;
    margin-bottom: 25px;
}*/

p {
    line-height: 28px;
    margin-bottom: 25px;
	text-align:justify;
}

.centered {
    text-align: center;
	padding-bottom:20px;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #005995;
	font-weight:400;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {	
	margin-top: -50px;
	padding-top:120px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
	color:#ffffff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}

.menupos {
	float:right;
	margin-top:20px;
	margin-right:5px;
}
.myslidingspace {
	position:absolute;
	width:500%;
	float:left;
	z-index:999999;
	border: solid 1px #000000;
	padding:10px;
	background-color:#FFF;
	right:0;
}

#greywrap {
	background: #ffffff;
	margin-top: 50px;
	padding-top: 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 5px;
	margin-right: 5px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:justify;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}

#footerwrap h4 a {
	color: white;
}

.digitfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}
.littletxt {
	color:#4e4e4e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px; 
	line-height:20px; 
	letter-spacing:normal;
	text-align:center !important;

}

.littletxt1 {
	color:#bdbdbd;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:18px;
	letter-spacing:normal;
}

/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 0;


    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
}

/*.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}*/

.textdivider h1 {
	padding-top: 0;
	color: white;
	font-size: 40px;
	font-weight:bold;
}

.textdivider p {
	color: white;
	font-size: 20px;
	padding-top:3%;
}

/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
	
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}

/*------------------------------------------customize css starts here-----------------------------------*/

/*---------------------------------------------scroll starts here---------------------------------------*/



/*---------------------------------------------scroll ends here-----------------------------------------*/
.img1
{
	margin-top:7%;
}
.myendfooter {
	margin-bottom:20px;
}
.myendfooter p{
	color:#ffffff;
}

.mysmallspace {
	background-color:#d00000;
}

.mysmallspace h2 {
	color:#FFF;
	margin:0;
	padding:5px 0;
	font-size:32px;
	line-height:130%;
}

.mysmallspacebtnn {
	margin-top:18px;
	padding:15px 30px;
	font-size:21px;
}

.mycustomdevision {
	text-align:left;
	background-color:#ffffff;
	margin-bottom:0;
}

.myfreespace {
	margin-top:-34px;
	height:0;
}

.mycustomdevision h2 {
	font-size:26px;
	padding:0;
	line-height:none;
	margin:0;
	font-weight:500;
	color:#000;
}

.mycustomdevision h3 {
	font-size:38px;
	padding-bottom:1em;
	padding-top:2em;
	margin-top:1%;
	line-height:none;
	font-weight:500;
	text-align:center;
	color:#1f4596;
	font-weight:bold;
}

.mycustomdevision p {
	font-size:15px;
	color:#4e4e4e;
	line-height:20px;
	font-family:Verdana;
}

.carousel-caption h6 {
	font-size:48px;
	font-weight:normal;
	color:#FFF;
	margin-top:-45%;
}

.myformarea {
	padding:15px;
	min-width:250px;
	margin-right:20px;
	border:0;
	color:#2b2b2b;
	margin-bottom:5px;
	font-weight:500;
}
.mybutton {
	padding:10px 20px;
	border:0;
	background-color:#d00000;
	font-size:22px;
}
#footermenu h3{
	color:#FFF;
}
#footermenu p{
	color:#FFF;
}
#footermenu p a{
	color:#ccc;
}
.col-lg-6 p {
	width:90%;
	text-align:center;
	margin:0 auto;
}

.col-lg-3 p {
	line-height:30%;
}
.fivedivision 
{position:relative;min-height:1px;padding-right:15px;padding-left:15px;width:33.33%; float:left;}

.fivedivision h2 {
	font-size:27px;
	font-weight:500;
}

.fivedivision h3 {
	font-size:27px;
	font-weight:500;
	color:#bfbfbf;
}

.fivedivision inner {
	line-height:0;
}
.myicon {
	color:#5d5d5d;
}
.myicon1 {
	color:#0b4ac2;
}

.mybg {
	background-color:#fff;
	border-bottom:solid 1px #000000;
}

.mybrand {
	padding:10px 0 10px 0;
}

.bottomtxt {
	text-align:center;
    padding-bottom:50px;
	color:#ff0000;
	font-weight:bold;
	font-size:36px;
	line-height:0;
	}

#myCarousel{ margin-top:-31px;}

.mycontactdetail {
	font-size:24px;
	color:#333;
	font-weight:300;
	line-height:30px;
}
.mycontactupspace {
	padding-top:11%;
	color:#333 !important;
	font-weight:400 !important;
}
.mycontactupspace ul{
	padding-left:2% !important;
}
.leftcommon ul li {
	background-color:transparent;
	color:#000;
	margin-bottom:5%;
	font-weight:500;
	border: solid 1px #0066CC;
	list-style-type:none;
}
.leftcommon ul li a {
	background-color:transparent;
	display:block;
	text-align:center;
	color:#000;
	font-size:18px;
	padding:10px 5px;
	font-weight:500;
	list-style-type:none;
	box-shadow: 2px 2px 2px 1px rgba(68, 68, 68, 0.5);
}
.leftcommon ul li a:hover {
	background-color:#06C;
	color:#fff;
	font-weight:500;
}
.leftcommon ul li:first-child {
	margin-top:15%; }
	
.mycontactupspace p {
	color:#333;
	font-size:16px;
	font-weight:400;
}
.mysignuppage {
	 margin-bottom:7px;
	 padding:10px;
	 width:100%;
	 font-size:24px;
	 background-color:#345abe;
	 border:none;
	 color:#FFF;
}

.mysignup{
	padding: 100px 0;
}
.mysignup h2{
	font-size:36px;
}
.mysignup p{
	font-size:24px;
	text-align:left;
}

/*------------------------------------------customize css ends here-----------------------------------*/



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
	.navbar {
		width:100%;
}
.navbar li:first-child {
	display:none; 
}
.navbar-nav {
	margin-left:30px;
	margin-top:5px;
}

.navbar li a {
	padding:0 7px;
}
.mycustomdevision {
	margin-top:10em;
}
.mycustomdevision h3 {
	font-size:28px;
}
.mycustomdevision p {
	font-size:17px;
}
.myformarea {
	padding:10px;
	min-width:200px;
	margin-right:10px;
	border:0;
	color:#2b2b2b;
	margin-bottom:5px;
	font-weight:500;
}

}

@media screen and (max-width:769px) {
	#headerwrap h1 {
		font-size: 80px;
	}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
	.navbar-fixed-top {
		position:static;
		margin-bottom:-80px;
	}

}

/*@media screen and (min-device-width:300px), screen and (max-device-width : 350px){
	.hidden-xs {
		width:75%;
		height:auto;
}
.bottomtxt {
    font-size: 14px;
}

	.carousel {
		top:14.5%;
		margin-bottom:10%;
	}
	
	.myformarea {
	margin-right:10px;
}
	
	.mybutton {
	padding:9px 0 12px 0;
	border:0;
	font-size:22px;
	font-weight:bold;
	width:150px;
	background-color:#006646;
}


}*/

/*@media screen and (min-device-width:351px), screen and (max-device-width : 480px){
	
	.carousel {
		top:10%;
		margin-bottom:10%;
	}
	.carousel-caption h3 {
		font-size:26px;
	}


}*/

@media screen and (max-width:320px) {
	
	.mysmallspacebtnn {
		margin-top:18px;
		padding:5px;
		font-size:18px;
	 }
	 .mylogo img {
		padding:10px 0 0 0;
	}
	
	.navbar {
		min-height:370px;
	}
	

	.carousel-caption h6 span {
		font-size:28px;
	}
	.navbar li:first-child {
	display:none; 
	}
	.mybtnsize {
    font-size: 18px;
    font-style: normal;
    background-color: #d00000;
    border: none;
	}
	.bottomtxt {
    font-size: 14px;
}
.leftcommon {
	margin-top:20%;
}
.onlycontact {
	padding-top:25%;
	}
	

	}

@media screen and (max-width:480px) {
	.mypadsize {
		margin-top:15%;
	}
	.mypadsize p {
		padding:0;
	}
	.navbar {
		min-height:420px;
	}
	.onlycontact {
	padding-top:25%;
}
	.navbar li:first-child {
	display:none; 
}
	.navbar-fixed-top {
		position:static;
		margin-bottom:-80px;
	}
	.mynavspace li a {
		text-align:center;
		padding-top:0;
		padding-bottom:10px;
	}
	.carousel-caption h6 {
		font-size:18px;
	}
	.carousel-caption h6 span {
		font-size:36px;
	}
	.carousel-caption p {
		display:none;
	}
	.carousel-indicators {
		display:none;
	}
	.mycustomdevision h3 {
		font-size:22px;
		margin-top:50px;
	}
	.col-md-12 {
		text-align:center;
	}
	.col-md-5 h2 {
		font-size:18px;
		font-weight:600;
	}
	.col-md-5 p {
		font-size:13px;
	}
	.mysmallspace h2 {
		font-size:20px;
		font-weight:600;
		line-height:140%;
		float:none;
	}
	.mysmallspacebtnn {
		margin-top:18px;
		padding:5px;
		font-size:18px;
	 }
	.divider2 h2 {
		font-size:24px;
		padding-bottom:5%;
		padding-top:0;
		margin:0;
	}
	.section-divider {
    z-index: 999;
    padding-top: 0;
	}
	.mysmallspace h2 {
	float:left;
	font-size:14px;
	line-height:130%;
	}

	.mypowerheight {
		height:860px;
	}
	.mybutton {
		width:65%;
		margin-left:-3%;
	}
	.tophead {
		font-size:22px;
	}
	.fivedivision{ 
		position:static;
		min-height:1px;
		padding-right:0;
		padding-left:15px;
		width:100%;
		display:block;
		float:none;
		}
	.textdivider h1 {
    font-size: 24px;
	}
	.centered {
    padding-bottom: 0;
	}
	.mysignup h2 {
		font-size:24px;
	}
	.bottomtxt {
		font-size:18px;
	}
	.mylogo img {
		padding:10px 0 0 90px;
	}
	h2 .shortin {
		text-align:left;
	}

	.mycontactupspace h2 {
		text-align:left;
		/*font-weight:500;*/
	}

}


@media screen and (max-width:740px) {
	.mypadsize {
		margin-top:15%;
	}
	.mypadsize p {
		padding:0;
	}
	.navbar {
		min-height:420px;
	}
	.onlycontact {
	padding-top:25%;
}
	.navbar li:first-child {
	display:none; 
}
	.navbar-fixed-top {
		position:static;
		margin-bottom:-80px;
	}
	.mynavspace li a {
		text-align:center;
		padding-top:0;
		padding-bottom:10px;
	}
	.carousel-caption h6 {
		font-size:18px;
	}
	.carousel-caption h6 span {
		font-size:36px;
	}
	.carousel-caption p {
		display:none;
	}
	.carousel-indicators {
		display:none;
	}
	.mycustomdevision h3 {
		font-size:22px;
		margin-top:50px;
	}
	.col-md-12 {
		text-align:center;
	}
	.col-md-5 h2 {
		font-size:18px;
		font-weight:600;
	}
	.col-md-5 p {
		font-size:13px;
	}
	.mysmallspace h2 {
		font-size:20px;
		font-weight:600;
		line-height:140%;
		float:none;
	}
	.mysmallspacebtnn {
		margin-top:18px;
		padding:5px;
		font-size:18px;
	 }
	.divider2 h2 {
		font-size:24px;
		padding-bottom:5%;
		padding-top:0;
		margin:0;
	}
	.section-divider {
    z-index: 999;
    padding-top: 0;
	}
	.mysmallspace h2 {
	float:left;
	font-size:14px;
	line-height:130%;
	}

	.mypowerheight {
		height:860px;
	}
	.mybutton {
		width:65%;
		margin-left:-3%;
	}
	.tophead {
		font-size:22px;
	}
	.fivedivision{ 
		position:static;
		min-height:1px;
		padding-right:0;
		padding-left:15px;
		width:100%;
		display:block;
		float:none;
		}
	.textdivider h1 {
    font-size: 24px;
	}
	.centered {
    padding-bottom: 0;
	}
	.mysignup h2 {
		font-size:24px;
	}
	.bottomtxt {
		font-size:18px;
	}
	.mylogo img {
		padding:10px;
	}
	h2 .shortin {
		text-align:left;
	}

	.mycontactupspace h2 {
		text-align:left;
	}
	#greywrap p {
    text-align:center;
}
	.myformarea {
	padding:10px;
	min-width:180px;
	font-size:15px;
	margin-right:0;
	border:0;
	color:#2b2b2b;
	margin-bottom:5px;
	font-weight:500;
}

}


@media screen and (max-width:1921px) {
#myCarousel{ margin-top:36px;}

.myfreespace {
	margin-top:0;
}
#navbar-main {
	margin-bottom:-67px;
}
}

