body{
	height:100%;
}
.fixed {
	z-index: 50000; 
    position: fixed;   
    top: 2px;
}
.affix {
	position: fixed;
	top: 85px !important;
	width: 100%;
	z-index: 99999
}
#nav ul {
	margin-top: 0
}
.whitelink{
	color: #000;
	text-decoration: underline;
}
.whitelink:hover{
	color: #000;
	
}
.login_bg{
	background: url(../img/login_bg.png) repeat-y top right;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;

}

.login_bg_bottom{
	background: url(../img/login_bg_bottom.png) no-repeat top right;
	height: 34px;
	padding-top: 0px !important;
	margin-top: 0px !important;
}
.login_scroll{
	position:fixed !important;
	background: url(../img/login_bg.png) no-repeat top right;
	height: 700px;
	margin-top: 0px;
}
.fontloto{
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 40px !important;
	color: #fff !important;
}
.fontloto:hover,
.fontloto:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
    text-decoration: none;
}

.h1font{
	
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    margin: 0 0 35px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}

.fontloto{
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #fff;
}
.fontloto:hover,
.fontloto:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}
@media(min-width:767px) {


.light {
    font-weight: 400;
}

.divider-vertical {
	height: 40px;
	margin: 0 0px;
	border-left: 1px solid #cfcfce;
	
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
    float:left !important;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        
       
        letter-spacing: 1px;
        
    }

    .top-nav-collapse {
        padding: 0;
        
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    

    height:700px;
    border-top:1px dotted #3300ff;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg-lg.jpg) no-repeat;
    margin-top: -30px;
 
    
}

.intro-md {
    

    height:700px;
    border-top:1px dotted #3300ff;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg-md.jpg) no-repeat;
    
 
    
}

.intro-body {
    vertical-align: middle;
    
}

.brand-heading {
    font-size: 15px !important;
    margin-top: 300px !important;
}

.intro-text {
    font-size: 18px;
    margin-top: 100px !important;
    margin-left: -100px !important;
}



.mailinglist{
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#mc_embed_signup{
	clear:left; 
	font:14px Helvetica,Arial,sans-serif;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input, .tip, .textarea02 {
	background-color: #f4f4e5;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    margin-top: -10px !important;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

input[type="radio"], input[type="checkbox"]  {
	float: left;
	margin-right: 10px;
	width: 20px;
}

input[type="submit"] {
	width: 80px;	
}

input[type="file"] {
	border: none;
	box-shadow: none;
}

.well-nobackground {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well-new {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}


@media(min-width:767px) {
    .brand-heading {
        font-size: 100px;
        
    }

    .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}


/* @media(max-width:1200px) {
	.mtopmcm{
		margin-top: 270px !important;
	}
}
@media(max-width:480px) {
	.mtopmcm{
		margin-top: 70px !important;
	}
}
@media(max-width:992px) {
	.mtopmcm{
		margin-top: 100px !important;
	}
	
}
@media (max-width:767px) {
	.mtopmcm{
		margin-top: 270px !important;
	}
	
} */
@media (min-width:310px) and (max-width:360px) {
	.affix{
		margin-top: 160px !important;
	}
	
    .mtopmcm{
		margin-top: 120px !important;
	}
}

@media (min-width:361px) and (max-width:480px) {
	.affix{
		margin-top: 150px !important;
	}
	
    .mtopmcm{
		margin-top: 120px !important;
	}
}

@media (min-width:481px) and (max-width:767px) {
	.affix{
		margin-top: 110px !important;
	}
	
    .mtopmcm{
		margin-top: 90px !important;
	}
}
@media (min-width:768px) and (max-width:977px) {
	.mtopmcm{
		margin-top: 120px !important;
	}
}
@media (min-width:978px) and (max-width:990px) {
	.affix{
		margin-top: 100px !important;
	}
	
    .mtopmcm{
		margin-top: 90px !important;
	}
}

@media (min-width:991px) and (max-width:1200px) {
	.affix{
		margin-top: 40px !important;
	}
	
    .mtopmcm{
		margin-top: 120px !important;
	}
	.marginleftarrow{
		margin-left: 400px !important;
		margin-right: 400px !important;
	}
	
	
}

@media (min-width:1301px) and (max-width:3000px) {
	
  
    .largesecreenarrow{
    	height: 260px;
    }
  	.mtopmcm{
		margin-top: 100px !important;
	}
	
}

@media (min-width:839px) and (max-width:977px) {
	.affix{
		margin-top: 100px !important;
	}
	
}
 @media screen and (max-width: 960px) {
 .navbar-nav > li > a {
    line-height: 5px !important;
}
}

@media (min-width:768px) and (max-width:838px) {
	.affix{
		margin-top: 110px !important;
	}
	
}

@media(min-width:767px) {
	

    #map {
        height: 400px;
        margin-top: 250px;
    }
}
.content-section-a {
	background-color: #f8f8f8;
	padding: 50px 0;
}

.content-section-b {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 50px 0;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 200px;
	float: left;
}


/* Footer */

.footer {
	
	position: relative;
	z-index: 20;
}

.footer ul {
	min-height: 50px;
	
	float: left;
	width: auto;
	margin-right: 40px;
}

.footer li, .footer li a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	font-family: "Arial";

}

.footer h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding-bottom: 0px;
	margin-bottom: 4px;
	font-family: "Arial";
}

.footer li a:hover {
	color: #fff;
	text-decoration: underline;
}
.vspace0FooterContact{
    padding: 0px 0px;
}
.footer_title{color:#282822; font-size:1.0em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff; max-width: 210px; line-height: 20px;}
.footer_title_support{color:#000; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #000; max-width: 210px; line-height: 20px;}

.footer_title_support_one{color:#000; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #000; max-width: 240px; line-height: 20px;}
.footer_title_support_two{color:#000; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #000; max-width: 320px; line-height: 20px;}
.footer_title_support_three{color:#000; font-size:1.3em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #000; max-width: 320px; line-height: 20px;}


.well-new {
	min-height: 20px;
	color: #000 !important;
	background-color: #f5f5f5;
	
	border-bottom: 0px;
	
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
}
.login-well{
	margin: 0 auto !important;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
	
}

.login-well:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
}
.divider-img {
	background-image: url(../img/line+divider.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 11px;
	
	
}
.mtopmcm{
	margin-top: 160px;
}
.banner {
	padding: 30px 0;
	color: #f8f8f8;
	background-color: #4D2F91 !important;
	border: 1px solid #6A8A87;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(11,122,191,.5);
	-moz-box-shadow: 0 5px 10px rgba(11,122,191,.5);
	box-shadow: 0 5px 10px rgba(11,122,191,.5)
	
}
