@import url(http://fonts.googleapis.com/css?family=Gabriela);
body, html {
	/*height: 100%;*/
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Gabriela', serif;
	/*font-weight: 700;*/
}

.top-buffer { 
	margin-top:65px; 
}

.lead {
    background: rgba(0, 0, 0, 0.7);
    border-left: 2px solid #959595;
    font-size: 13px;
    font-weight: 400;
    margin-top: 37%;
    padding: 15px 20px;
	color:#fff !important;
}

.page {
	margin-top:2% !important;
}


.legend {
    display: block;
    font-size: 25px;
    margin: 0 0 10px;
}

.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 0px;
	color: #f8f8f8;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

#carousel-example-generic {
	margin:auto;
	width:1054px;
	height:425px;
}

.carousel .item {-webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}

.intro-message {
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}

.intro-message > h1 {
	margin: 0;
	font-size: 5em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.navbar-default .navbar-brand {
    font-size: 0px;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    width: 285px;
    border-top: 10px solid transparent;
}

/*.navbar-default .navbar-brand:hover {
    color: #0041AD;
}*/

.ipad {
	position:relative;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.rel-div {
	position:relative
}
ul.social-buttons {
	position:absolute;
	top:-50px;
	right:25px;
	z-index:99999;
}
ul.social-buttons li {
	list-style:none;
	display:inline-block;
	margin-left:10px
}

.contact {
    background: #F1F1F1;
    margin-top: 45%;
    padding: 20px;
	box-shadow:5px -5px 8px #D8D8D8
}
#form {
    padding: 10px 60px 10px 25px;
    margin: -22px 0 0;
    border-left: 2px solid #959595;
}
#form p {
    color: #C8C8C8;
}
#form label {
	margin:5px 0;
    padding-left: 1px;
	font-weight:normal;
}
#form label.mandat {
    color: #FF0000;
}
#form input[type="text"] {
    color: #0060A3;
    font: 12px arial;
    height: 27px;
    margin-bottom: 3px;
    padding: 5px;
	
}
.field {
	-moz-box-shadow: inset 0px 1px 4px 1px #929292;
	box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3), inset 0px -1px 1px 1px rgba(0, 0, 0, 0.2);
	width: 277px;
	height: 18px;
	border-top: #9f9e9e 1px solid;
	border-right: #c9c9c9 1px solid;
	border-bottom: #ececec 1px solid;
	border-left: #c9c9c9 1px solid;
	border-radius: 4px;
	-moz-border-radius: 3px;
	outline: none;
	padding: 6px 8px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
}
input:not([type]), input[type="text"]
{
	border:dashed 0px #666;
}
#form textarea {
    color: #0060A3;
    font: 12px arial;
    height: 80px;
    margin: 0 0 8px 1px;
    padding: 5px;
    resize: none;
    width: 400px;
	border:dashed 0px #666;
}
#form img {
    margin-bottom: 8px;
}
#form input[type="submit"] {
    background: #0041AD;
    border: medium none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    cursor: pointer;
    font: bold 12px arial;
    padding: 5px 8px;
}
#form input[type="reset"] {
    background: #F1F1F1; 
    border: medium none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #0041AD;
    cursor: pointer;
    font: bold 12px arial;
    padding: 5px 8px;
}
.error {
    border: 1px solid #FF0000;
}

.fly {
	position:absolute;
	background:url(../img/img-1.png) no-repeat;
	width:80px;
	height:111px;
	left:-80px;
	top:25px
}

.fly {
	display: none;
}

.oa {
	top:60px
}

.ob {
    left: -62px;
    top: 153px;
}


@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	/*background-color: #f8f8f8;*/
	padding: 53px 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;
}

.banner {
	padding: 100px 0;
	color: #f8f8f8;
	background: url(../img/banner-bg.jpg) no-repeat center center;
	background-size: cover;
}

.banner h2 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 3em;
}

.banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

@media (max-width: 1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}	
}

@media (max-width: 767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}	
}

footer {
	background: url(../img/footer-shadow.png) no-repeat top center #f8f8f8;
	padding: 15px 0 30px;
}

p.copyright {
	margin: 15px 0 0;
}
/*.googleslide img {
	width:1130px !important;
}
@media (min-width: 1600px) {
.googleslide img {
	width:1320px !important;
}
}
@media (min-width: 1680px) {
.googleslide img {
	width:1395px !important;
}
}
@media (min-width: 1920px) {
.googleslide img {
	width:1600px !important;
}
}*/
.home footer{position: absolute; width: 100%; bottom: -106px;}

/*@media (min-width: 480px) {
.home footer {
    bottom: -137px;
}
.home p.lead {
    margin-top: 220px !important;
    background: none;
    color: #333 !important;
}
.home .fly {
    display: none;
}
.home footer {
    bottom: -80px !important;
}
.home ul.rslides {
    left: 6px !important;
    top: 36px;
}
}*/
.mob, .mob1 {
	background:#fff;
	padding:10px;
	width:100%;
	
}
.mob, .mob1 {
	display:none;
}

@media (max-width: 320px) {
ul.rslides {
	top:30px;
	left:5px !important
}
.mob {
	display: none !important;
}
.mob1 {
	display:block;
    margin: 165px 5px auto auto;
}
.fmob .f77 {
	position:relative !important;
	top:0px !important;
}
}

@media (max-width: 360px) {
ul.rslides {
	left:5px !important
}
.mob {
	display: none !important;
}
.mob1 {
	display:block;
    margin: 165px 5px auto auto;
}
.fmob .f77 {
	position:relative !important;
	top:0px !important;
}
}

/*@media screen and (min-width:480px) {
ul.rslides {
	left:5px !important
}
.mob {
	display: none !important;
}
.mob1 {
	display:block;
    margin: 225px 5px auto auto;
}
.fmob .f77 {
	position:relative !important;
	top:0px !important;
}
}
*/
/*@media only screen and (device-height: 480px) and (orientation:landscape) {
ul.rslides {
	left:9px !important
}
.mob {
    margin: 212px auto auto;
}
.fmob .f77 {
	position:relative;
	top:-31px;
}
}*/
@media (max-width: 640px)  {
ul.rslides {
	left:9px !important
}
.mob {
    margin: 190px auto auto;
}
.fmob .f77 {
	position:relative;
	top:-31px;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
.mob {
	display:block;
}
.home p.lead {
	display:none;
}
footer *{
	text-align: center !important;
}
}

@media screen and (min-width: 767px) and (max-width: 1920px) {
.mob {
	display:none;
}
}

@media (min-width: 768px) {
.home p.lead {
    width: 100% !important;
    margin-top: 1%;
	position:relative;
	top:18px;
}
}

@media (min-width: 800px) {
.home p.lead {
    width: 100% !important;
    margin-top: 1%;
	position:relative;
	top:18px;
}
}

@media (min-width: 854px) {
.home p.lead {
    width: 100% !important;
    margin-top: 1%;
	position:relative;
	top:18px;
}
}

@media (min-width: 960px) {
.home p.lead {
    width: 100% !important;
    margin-top: 4%;
	position:relative;
	top:18px;
}
}

@media (min-width: 980px) {
.home p.lead {
    width: 100% !important;
    margin-top: 8%;
}
}
@media (min-width: 1136px) {
		.home p.lead {
    margin-bottom: -15%;
    margin-top: 28%;
    position: static;
    width: 100% !important;
}
.home footer{position: absolute; width: 100%; bottom: -215px;}
}
@media (min-width: 1280px) {
		.home p.lead {
    margin-bottom: -15%;
    margin-top: 28%;
    position: static;
    width: 100% !important;
}
.home footer{position: absolute; width: 100%; bottom: -190px;}
}
@media (min-width: 1366px) {
		.home p.lead {
    margin-bottom: -15%;
    margin-top: 28%;
    position: static;
    width: 100% !important;
}
.home footer{position: absolute; width: 100%; bottom: -215px;}
}
@media (min-width: 1440px) {
		.home p.lead {
    margin-bottom: -15%;
    margin-top: 28%;
    position: static;
    width: 100% !important;
}
.home footer{position: absolute; width: 100%; bottom: -260px;}
}

@media (min-width: 1600px) {
		.home p.lead {
    margin-bottom: -15%;
    margin-top: 28%;
    position: static;
    width: 100% !important;
}
.home footer{position: absolute; width: 100%; bottom: -325px;}
}
@media (min-width: 1680px) {
		.home p.lead {
    margin-bottom: -15%;
    margin-top: 28%;
    position: static;
    width: 100% !important;
}
.home footer{position: absolute; width: 100%; bottom: -365px;}
}
@media (min-width: 1920px) {
	.home p.lead {
    margin-bottom: -15%;
    margin-top: 28%;
    position: static;
    width: 100% !important;
}
.home footer{position: absolute; width: 100%; bottom: -435px;}
}