@charset "utf-8";
/* CSS Document */

#footer {
	background:none;
    color: #fff;
	background-color:#1D86C0;

	 /*background-image: url(../../images/paper-back.jpg);
    background: -moz-linear-gradient(top, #555555 #footer>.copyright {
    background-color: rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 25px 0;
    font-size: 13px;
    display: block;
}0%, #313131 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
    background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
    background: -o-linear-gradient(top, #555555 0%, #313131 100%);
    background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
    background: linear-gradient(to bottom, #555555 0%,#313131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );*/
}

#footer>.container {
    padding-top: 20px;
    margin-bottom: 20px;
}
#footer>.copyright {
	background-color:#fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 25px 0;
    font-size: 13px;
    display: block;
	color:1D86C0;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Slab', serif; 
    color: #000;
	font-weight: 800;
}

h2 {
	margin:0 0 14px 0;
}

h3 {
	margin:0 0 10px 0;
	color:#000;
	line-height:22px;
}
section {
    padding: 40px 0;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	background-color:#5FC5DA;
	border-color:#2c5377;
	line-height:12px;
}
 .btn-primary:hover  {
	background-color:#9ed2e9;
	border-color:#9ed2e9;
}

.metis.tparrows {
    width: 20px;
}

header {
    background-color:  transparent;
    border-bottom: none; /*#5FC5DA 1px solid;*/
}
#topMain.nav-pills>li>a {
	font-family: 'Roboto Slab';/*'Alfa Slab One', cursive;*/
    color: #0090BB;
	font-size:18px;
    font-weight: 100;
    background-color: transparent;
}
#topMain.nav-pills>li>a:hover {
    color: #888;
    background-color: transparent;
}


#topNav ul.dropdown-menu li a {
	font-family: 'Roboto Slab';/*'Alfa Slab One', cursive;*/
    margin: 0;
    padding: 7px 15px;
    font-weight: 100;
    line-height: 23px;
    color: #666;
    font-size: 18px;
    display: block;
    text-decoration: none;
	text-transform: none;
}





body {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 1.4;
    color: #222;
    background-color: #fff;
}

.answer {padding-left:40px; margin-bottom:20px; color:#333;}

/*#header {color: #fff;
    background-color: transparent;}*/
	
	
.videoWrapper {
	position: relative;
	padding-bottom: 54.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	background-color:#fff;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
}
	
.text-green {
    color: #007f01 !important;
}

h1 {
    font-size: 36px;
    margin: 0 0 20px 0;
}

a {
	font-weight: 800;
}