/*!
 * ##################### Bootstrap CUSTOM #####################
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/* Regular */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff');
    src: url('../fonts/OpenSans-Regular.ttf');
    /* src fallbacks ommitted for brevity */
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/DroidSans.woff');
    src: url('../fonts/DroidSans.ttf');
    /* src fallbacks ommitted for brevity */
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen.otf');
    /* src fallbacks ommitted for brevity */
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

body {
	background: #fff;
	font-size: 14px;
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif, Arial;
	color: #666;
}

a:hover {
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/* HEADER */
.page-header {
    background: #54c0ee;
	border-bottom: 0;
    margin: 0 auto;
    padding: 10px 0;
    /* max-width: 1000px; */
}

.page-header h1 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    text-shadow: none;
    color: #0b3e94;
    text-shadow: none;
    line-height: 18px;
}
.page-header h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    text-shadow: none;
    color: #010729;
    line-height: 18px;
}
.page-header h2 {
    font-size: 12px;
    font-weight: normal;
    margin-top: 20px;
    text-shadow: none;
    color: #333;
    line-height: 18px;
}
h1.logo {
	margin-top: 20px;
}

h1.logo a {
	color: #094371;
	font-size: 38px;
	font-family: "Droid Sans";
	text-decoration: none;
	margin-right: 10px;
 	-moz-text-shadow: 1px 1px #d9d9d9;
	-webkit-text-shadow: 1px 1px #d9d9d9;
	text-shadow: 1px 1px #d9d9d9;
}

h1.logo a:hover {
	color: #1c6ba9;
}

.top-social {
	color: #fff;
	float: right;
	margin-bottom: 5px;
}
.phone {
	margin: 0;
	text-align: right;
}
.top-social img {
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border-radius: 48px;
}

.top-social img:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	background: #05355d;

	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border-radius: 48px;
}

.top-social .facebook {
	background: url("../img/sprite.png")  0 -48px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .facebook:hover {
	background: url("../img/sprite.png")  0 0px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .twitter {
	background: url("../img/sprite.png")  -48px -48px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .twitter:hover {
	background: url("../img/sprite.png")  -48px 2px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .google {
	background: url("../img/sprite.png")  -98px -48px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .google:hover {
	background: url("../img/sprite.png")  -98px 4px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .linkedin {
	background: url("../img/sprite.png")  -148px -48px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-social .linkedin:hover {
	background: url("../img/sprite.png")  -148px 6px no-repeat;
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px #111111;
	margin: 0;
}

.well {
	overflow: hidden;
	border-radius: 0;
}

.custom-spacing {
	padding: 10px;
 }

 /* NAVIGATION */
 #navbar {
 	background: #46a8d7;
 }
 .navbar {
 	margin-bottom: 0;
 	margin: 0 auto;
 }
 .navbar-inner {
 	background: #46a8d7;
 	border-radius: 0;
 	box-shadow: none;
 	padding-left: 0;
 	padding-right: 0;
 	border: 0;
 }
 .navbar .nav > li > a {
 	text-shadow: none;
 	text-transform: uppercase;
  	color: #fff;
  	font-size: 21px;
  	font-family: 'Droid Sans';
 	-moz-text-shadow: 1px 1px #222;
	-webkit-text-shadow: 1px 1px #222;
	text-shadow: 1px 1px #222;
	margin: 10px;
 }


.navbar .nav > .active a, .navbar .nav > .active a:hover, .navbar .nav > li > a:hover {
 	text-shadow: none;
 	background: #05355d;
 	color: #fff;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 }

@media (min-width: 320px) and (max-width: 979px) {

	.nav-collapse .nav > li > a {
		color: #fff !important;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	 	background: #05355d !important;
	 }

}

.nav .twitter, .nav .facebook, .nav .shasha {
	display: block;
	width: 24px;
	height: 24px;
	background: #11408E;
	padding: 0;
	margin-left: 5px;
	border-radius: 0;
}
.nav .twitter:hover, .nav .facebook:hover, .nav .shasha:hover {
	background: #CCC;
}

.btn {
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: right;
    text-shadow: none;
}

/* CONTENT */
.body-content-slider {
	background: #f0f5f8;
}

.body-content-slider h2 {
	font-size: 20px;
	margin-top: 60px;
  	font-family: 'Oxygen';
  	font-weight: 300;
}

.body-content-slider p {
	line-height: 22px;
	min-height: 100px;
	color: #333;
}

.body-content-slider .carousel-indicators {
	position: relative !important;
	top: 60px;
	left: -50px;
	overflow: hidden;
}

.body-content-slider .carousel-indicators li {
	background: #54c0ee;
	width: 12px;
	height: 12px;
 	-webkit-border-radius: 12px;
 	-moz-border-radius: 12px;
 	border-radius: 12px;
}

.body-content-slider .carousel-indicators .active {
	background: #999;
}

.body-content-one {
	background: #fff;
	text-align: center;
	margin-top: 20px;
}

.body-content-one h1 {
	background: #d5d5d5;
	display: block;
	padding: 30px;
	margin: 0 auto;
	border: 7px solid #f0f0f0;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	width: 80px;

	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


.body-content-one h1:hover {
	background: #54c0ee;
	border: 7px solid #93dbf8;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;

	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

	/* -moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg); */
}

.body-content-one h4 {
	color: #06406e;
	-moz-text-shadow: 1px 1px #fff;
	-webkit-text-shadow: 1px 1px #fff;
	text-shadow: 1px 1px #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0;
}

.body-content-one p {
	margin-bottom: 30px;
}

.body-content-one .page-title {
	color: #97b9cd;
	text-align: left;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 26px;
  	font-family: 'Oxygen';
  	font-weight: 300;
}
.body-content-two {
	background: #efefef;
	padding: 20px 0;
}

.body-content-two h4 {
	color: #39abd8;
	-moz-text-shadow: 1px 1px #fff;
	-webkit-text-shadow: 1px 1px #fff;
	text-shadow: 1px 1px #fff;
	font-size: 18px;
}

.body-content-two p {
	margin-bottom: 30px;
}

/* FOOTER */

footer {
	margin-bottom: 20px;
}

.credits {
	background: #CCC;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0;
	margin: 0 auto;
}

.credits .well {
	background: none;
	border: 0;
	padding: 5px 10px;
	margin: 0;
}

.credits.first {
	background: #2595c5;
}

.credits.second {
	background: #2e2e2e;
}

.credits a:hover {
	color: #fff;
	text-decoration: none;
}

.social {
	text-align: right;
}

.social img {
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.5;
	text-decoration: none;

	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.social img:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;

	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.contact-btn {
	background: #4e4e4e;
	color: #52c1ee;
	text-transform: uppercase;
	font-size: 22px;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
}

.contact-btn:hover {
	color: #52c1ee;
	background: #222;
}

.navbar .btn-navbar {
	background: #05355d !important;
	padding: 10px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	border-radius: 3px;
}


@media (min-width: 320px) and (max-width: 979px) {
	body .row 		{font-size: 13px;}
	h1.logo 		{margin: 0 0 20px; text-align: center;}
	h1.logo a 		{font-size: 28px;}
	.contact-btn	{font-size: 15px; float: none; padding: 5px 10px; margin-top: 10px;}
	.top-social img, .social img 	{width: 32px;}
	.top-social, .phone, .credits.second, .social {text-align: center;}
	.social 		{margin-top: 20px;}
	.body-content-slider h2 {margin-top: 5px;}
	.body-content-slider .carousel-indicators {top: 5px; left: 0; padding: 0 10px;}
}

@media (max-width: 420px) {
	h1.logo a 		{font-size: 20px;}
	.top-social, .phone, .credits.second, .social, .body-content-one .page-title {text-align: center;}
}