@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	padding-top: 62px; 
    font-family: 'open_sanslight';
	font-size: 14px;
	color: #434c5f;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/penSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
         /*url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 5px solid rgba(0, 0, 0, 0.08);
    border-right: 5px solid rgba(0, 0, 0, 0.08);
    border-bottom: 5px solid rgba(0, 0, 0, 0.08);
    border-left: 5px solid #434c5f;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/

/* START NAVBAR */
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 5px 5%;
    background-color: #313238;
	border-bottom: 2px solid #1b1c1f;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff !important;
    background-color: #1b1c1f;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #ffffff !important;
    background-color: #034079;
}

.navbar-brand { padding: 0px }
.navbar-brand img {
    width: 100px;
    margin-left: 10px;
	padding-top: 10px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form { 
	border-color: #fff 
}

.menu-top li a {
	color: #fff !important;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    /* font-family: 'open_sansregular'; */
}

.menu-top li a:hover { 
	color: #ffffff !important 
}

@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 8px;
    }
}

@media only screen and (max-width:480px) { 
    .menu-top { 
		background-color: #034079 
	}
    .navbar-default .navbar-nav > li > a { 
		color: #ffffff  !important 
	}
}

.navbar-default.menu-shrink {
	background: #313238;
    padding: 5px 5%;
	width: 100%;
 	margin-top: 0px
}

@media only screen and (max-width:480px) { 
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}

.navbar-default.menu-shrink li a {
	color: #ffffff !important; 
}

.navbar-default.menu-shrink li a:hover { 
	color: #ffffff !important 
}

.navbar-default .navbar-toggle { 
	background: #fff none repeat scroll 0 0 
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
	background-color: #fff 
}

.navbar-default .navbar-toggle .icon-bar { 
	background-color: #034079 
}
/* END NAVBAR */

/* START INTRO */
.open-site {
	float: left;
	margin-top: 10px;
	margin-bottom: 50px;
}

h1.intro {
	text-align: center;
    font-family: 'open_sansregular';
}

.intro-txt {
	font-size: 18px;
	padding: 0 80px;
	text-align: center;
	margin-bottom: 60px;
}

h2, h3, h4, p, ul {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
}
/* END INTRO */

/* START TXT VIDEO */
.intro-txt-video {
    background: #f1f1f1 none repeat scroll 0 0;
    padding-top: 60px;
    padding-bottom: 80px;
}
/* END TXT VIDEO */

.about-content {
    background-image: linear-gradient(#203c5b, #7eace1);
    /*background: #44678f none repeat scroll 0 0;*/
    padding-top: 60px;
    padding-bottom: 100px;
}

.single_about{
	background: #f1f1f1 none repeat scroll 0 0;
	margin-left: -1px;
	padding: 40px 30px;
	position: relative;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	z-index: 2;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	min-height: 280px;
}

.glyphicon.comply {
	border: 1px solid #FF7A6B;
	border-radius: 100px;
	color: #FF7A6B;
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	margin-bottom: 15px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 80px;
}

.download {
	width: 100%;
	text-align: center;
	margin: 20px 0 -7px 0;;
	
}

.download .glyphicon {
	border-radius: 100px;
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	width: 80px;
	background: #FF7A6B none repeat scroll 0 0;
    border: 1px solid #FF7A6B;
    color: #ffffff;
}

@media only screen and (max-width:768px) { 
	.single_about { 
		padding: 60px 28px;
	}
}

.single_about:hover{
	box-shadow: 0px 60px 60px rgba(0,0,0,0.1);
	position: relative;
	z-index: 100;
	transform: translate(0, -10px);
}

.single_about:hover .glyphicon.comply {
	background: #FF7A6B none repeat scroll 0 0;
    border: 1px solid #FF7A6B;
    color: #ffffff;
}

.single_about h4 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

.template_faq h4 {
	font-size: 18px;
    font-family: 'Roboto', 'open_sansregular', sans-serif;
	text-align: center;
	margin-bottom: 20px;
}

.txt-diff {
	text-align: center;
	margin-top: 20px;
}

.img-diff {
	border: 4px solid #f1f1f1;
} 


@media only screen and (max-width:1024px) { 
	.single_about { 
		padding: 40px 15px;
		min-height: 302px;
		height: 100%;
	}
	
	.glyphicon.comply {
		border: 1px solid #FF7A6B;
		border-radius: 100px;
		color: #FF7A6B;
		font-size: 30px;
		height: 70px;
		line-height: 70px;
		margin-bottom: 15px;
		text-align: center;
		transition: all 0.3s ease 0s;
		width: 70px;
	}
	
	.single_about h4 {
		font-size: 16px;
		font-weight: 700;
		margin-top: 0;
	    font-family: 'Roboto', 'open_sansregular', sans-serif;
	}
	
	.faq_desc {
	    background: #fff none repeat scroll 0 0;
	    margin-bottom: 30px;
	    padding: 20px 20px 0 20px;
        box-shadow: -4px 3px 5px rgba(0, 0, 0, 0.5);
	    height: 100%;
	    min-height: 290px;
	}
	
	.download .glyphicon {
		border-radius: 100px;
		font-size: 30px;
		height: 70px;
		line-height: 70px;
		width: 70px;
		background: #FF7A6B none repeat scroll 0 0;
	    border: 1px solid #FF7A6B;
	    color: #ffffff;
	}
	
}


/* START CONTENT */
.template_faq {
    background: #f1f1f1 none repeat scroll 0 0;
    padding-top: 60px;
    padding-bottom: 80px;
}

.faq_desc {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: -3px 4px 8px rgba(0, 0, 0, 0.3);
}

.line {
    border-bottom: 1px dashed #777;
    display: block;
    margin: 15px auto;
    width: 80px;
    position: relative;
}

.line2 {
    border-bottom: 1px dashed #ffffff;
    display: block;
    margin: 15px auto;
    width: 80px;
    position: relative;
}

#card {
    margin-top: 20px;
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
}
#titlebox {
    margin-top: 40px;
    padding: 15px 30px;
    line-height: 1.2;
    text-align: center;
    font-weight: 300;
    font-size: 1.5em;
    color: #fff;
}
#textbox {
    font-size: 1.15em;
    padding: 20px 20px 0;
}
#cardback {
    flex-basis: 45%;
    margin: 20px 10px;
    padding: 25px;
    background-color: #d4d4d4;
    color: #000;
    font-family: roboto;
    background-repeat: no-repeat;
    background-size: 100% 100px;    
    box-shadow: -4px 6px 11px 0 rgba(0,0,0,0.3);
}
/* END CONTENT */

/* START FOOTER */
.footer {
	background: #313238 none repeat scroll 0 0;
  	padding:20px 0;
}

.copyright p {
	color:#fff;
	margin-bottom: 0;
	padding-top: 10px;
	font-size: 12px;
}

@media only screen and (max-width:480px) { 
	.copyright p {text-align:center;}
}

.footer_menu {
    float: right;
    margin-top: 5px;
    font-size: 12px;
}

@media only screen and (max-width:480px) { 
    .footer_menu {
        margin-top: 15px;
        float: none;
    }
}

.footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media only screen and (max-width:480px) { 
    .footer_menu ul { text-align: center }
}

.footer_menu ul li { display: inline }
@media only screen and (max-width:480px) { 
    .footer_copyright ul li a { text-align: center }
}

.footer_menu ul li a {
    color: #fff;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

@media only screen and (max-width:768px) { 
	.footer_menu ul li a {
		padding: 0 5px;
	}
}

.footer_menu ul li a:hover { 
	color: #ff5f83
}
/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------


