@charset "utf-8";
/***************************************************************************/
/********************************  $Content  *******************************/
/**
* + Content
* + Imports Fonts and Icons
* + General Tags
* + Header
* + Slider
* + Form
* + Gallery
* + Partners
* + Footer
* + Tooltip
* + Parallax
* + Video
* + Countdown
* + Newsletter
* + Gmap 
* + Animate Itemas on Start
* + Menu Effect
*/
/* ---------------------------------------------------------------------- */
/*	Import styles
 /* ---------------------------------------------------------------------- */

/* Bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
/*Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/*countdown*/
@import url("clock/main.css");
/*Responsive */
@import url("media-queries.css");


/*******************************  $General Tags  *******************************/
html {
	font-size: 100%;
	min-width: 318px;
}
body {
	font-family: 'lato', sans-serif;
	color: #fff;
	overflow-x: hidden;
}
body > section {
    overflow: hidden;
}
a, a:hover, a:active {	
	outline: 0 !important;
	-webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
a:hover{
	color: #148FEE;
}
h1,
h2,
h3,
h4,
h5,
h6,
.btn {
	font-family: 'lato', sans-serif;
}
h2{
	color: #696969;
	font-size: 26px;
  margin: 20px 0;
	padding: 0;
}
h4{
	color: #000;
}
img  {
	max-width: 100%;
}
i{
	-webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
p {
	font-size: 14px;
	color: #696969;
}
section{
	padding: 35px 0 35px 0;
}
.section-title,.widget-title {
  font-size: 18px;
  padding-bottom: 0.5em;
  position: relative;
}
.section-title {
  font-size: 24px;
  margin-top: 15px;
}
.section-title:after,.widget-title:after {
  background-color: #148FEE;
  bottom: -1px;
  content: " ";
  display: block;
  height: 2px;
  left: 3px;
  position: absolute;
  width: 80px;
}
/*******************************  $Header  *******************************/
#header {
	background: #FFFFFF;
	width: 100%;
}
#header.fixed .top-info {
	height: 0;
	overflow: hidden;
}
#header.fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 450;
	box-shadow: 0 0 4px rgba(0,0,0,0.7);
}
.navbar {
    border: 0 none;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-brand {
	padding: 0;
}
.navbar-default {
    background: none repeat scroll 0 0 transparent;
    height: auto;
    min-height: 0;
}
.navbar-nav {
	float: right;
	padding: 20px 0;
}
.navbar-nav > li {
	float: left;
	font-size: 15px;
	margin: 0 0 0 15px;
}

.navbar-nav > li > a {    
    padding: 3px 0;
}
/*******************************  $Slider  *******************************/
.slider {
	background: url("../img/slide/slide-01.jpg") no-repeat scroll center transparent;
	background-size: cover;    
	z-index: 1;
    position: relative;
}
header h3 {
	color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 45px;

}
header h5{
	line-height: 21px;
}
header .contform  h3 {
    font-size: 25px;
    line-height: 37px;
    margin: 15px 0;
    padding-left: 0px;
}
header .contform textarea.form-control {
    height: 123px;
}
header .contform .btn {
    display: block;
    margin: 40px auto;
    width: 100%;
}
header .inner{
	margin: 0 0 50px 0;
}
/*******************************  $Form  *******************************/
label{
	font-size: 15px;
}
.contform {
    background: none repeat scroll 0 0 rgba(76, 76, 76, 0.84);
    padding: 15px 60px 36px 60px;
}
.btn-lg {    
    max-width: 100%;
}
.btn-info {
	background-color: #008CD9;
	border-color: #008CD9;
} 
.btn {
	border-radius: 3px 3px 3px 3px;
	font-family: 'lato', sans-serif;
	font-weight: 700;
	padding: 23px 38px;
	-webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
.btn:hover{
	background: #085BC2;
	border-color: #085BC2;
}
.btn-lg {
    border-radius: 3px 3px 3px 3px;
    font-family: 'lato',sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.33;
    padding: 18px 38px;
}
.btn-lg i {
	font-size: 20px;
}
.form-group {
    margin: 20px 0;
}
.input-lg {
    height: 54px;
}
.input-lg {
	border-radius: 0;
    font-size: 18px;
    height: 45px;
    line-height: 1.33;
    padding: 10px 16px;
}
/*******************************  $Gallery  *******************************/
#gallery h4{
	padding: 20px 0;
}
#gallery p{
	line-height: 30px;
	padding: 0 15px 30px 15px;
}
#gallery .content{
	border: 1px solid #E6E6E6;
	margin: 20px 0 20px 0;	
}

/*******************************  $Partners  *******************************/
#partners .carousel-indicators {
	left: 0;
	margin: 40px auto 0 auto;
	position: relative;
}
.carousel-indicators .active{
	background: #3977c4!important;
	border: 1px solid #3977c4!important;
	height: 10px!important;
	width: 10px!important;
}
#partners .carousel-indicators li{
	background: #BFCBD6;
	border: 1px solid #BFCBD6;
	height: 8px;
    margin: 0 5px;
	width: 8px;
}
/*******************************  $Footer  *******************************/
footer{
	background: #F1F1F1;
	padding: 40px 0;
}
footer h5{
	color: #000;
}
footer .social li a {
  color: #ccc;
}
footer .container li{
	display: inline-block;
}
footer .list-unstyled{
	font-size: 30px;
}
footer .icon-twitter-circled:hover{
	color: #00ABF0;
}
footer .icon-facebook-circled:hover{
	color: #3B589A;
}
footer .icon-pinterest-circled:hover{
	color: #f31d1d;
}
/*******************************  $Tooltip  *******************************/
.tooltip-inner {
	background: #085BC2;
	border-radius: 2px;
	font-weight: bold;
	font-size: 13px;
	opacity: 1;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #085BC2;
}
/*******************************  $Parallax  *******************************/
.parallax {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.parallax:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.parallax .container {
  position: relative;
  z-index: 2;
}
/**************************** $Video ********************************/
.video {
  background-color: transparent;
  min-height: 624px;
  position: relative;
}
.video .bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.video .bg:before {
  background-color: #666;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  width: 100%;
}
/**************************** $Countdown ********************************/
.slider-countdown {
	background: url("../img/slide/slide02.jpg") no-repeat scroll center top transparent;
  height: 750px;
}
.countdown h2{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}
.separator{
	padding: 140px 0 60px 0;
}
/**************************** $Newsletter ********************************/
.newsletter {
	background: #004080;
	padding: 3% 0;
}
.newsletter .form-control{
	border-radius: 0;
	height: 49px;
}
.newsletter .fields h3 {
	color: #fff;
	font-size: 1.66em;
  padding: 10px 10px;
  line-height: 1;
	margin: 0;
}
.newsletter .fields input.btn {
  background: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
  border: 0;
  border-radius: 2px;
  padding: 15px 20px 15px 20px;
  margin: 0;
  vertical-align: top;
  width: auto;
  height: auto;
}
.btn {
	box-shadow: none;
}
.newsletter .fields input.btn:hover {
	background: rgba(0, 0, 0, 0.6);
}
.newsletter .fields input.form-control{
	width: 50%;
	float: left;
  margin-right: 2%;
}
/**************************** $Gmap ********************************/
.map {
  height: 600px;
  width: 100%;
}
/*******************************  $Animate Itemas on Start  *******************************/
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
/*****************************  $Menu Effect  ******************************/
.menu-effect li a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.menu-effect li a:before {
  color: transparent;
  content: '•';
  font-size: 0.7em;
  left: 50%;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 transparent;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  -o-transition: text-shadow 0.3s, color 0.3s;
  -ms-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  display:none;
}
.menu-effect li.active a,
.menu-effect li a:hover,
.menu-effect li a:focus {
  color: #148FEE;
}
.menu-effect li.active a::before,
.menu-effect li a:hover::before,
.menu-effect li a:focus::before {
  color: #148FEE;
  text-shadow: 10px 0 #148FEE, -10px 0 #148FEE;
}


.gradient {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15), #000000);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15), #000000);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15), #000000);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15), #000000);
  background-position: 0px -200px;
  transition: background-position 0.5s ease-out;
  -moz-transition: background-position 0.5s ease-out;
  -ms-transition: background-position 0.5s ease-out;
  -o-transition: background-position 0.5s ease-out;
  -webkit-transition: background-position 0.5s ease-out;
}

.pattern , .gradient{
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.pattern {
  background: transparent url('pattern.png') repeat top left;
  opacity: 0.8;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
}

i.icon-phone:before {
    -webkit-transform: rotate(100deg);
    -moz-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    -o-transform: rotate(100deg);
    transform: rotate(100deg);
}

a, a:hover {
    color: #ffffff;
    text-decoration: none;
}
#contact a,#contact a:hover {
    color: #3877c4;
    text-decoration: none;
}

.navbar-nav i {
    color: #787878;
    border: 1px solid #787878;
    padding: 6px;
    border-radius: 50%;
}

.seperator.size-small span {
    width: 100px;
}

.seperator span {    
	height: 2px;
    background: #148FEE;
    display: inline-block;
    width: 100px;
    opacity: 0.55;
    filter: alpha(opacity=15);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.section-title .seperator {
    padding: 3px 0;
}

.seperator {
    width: 100%;
    height: 5px;
    line-height: 0px;
    padding: 8px 0;
	margin-bottom:50px;
    text-align: center;
}

/* Home Page Carousel */

header.carousel {
        height: 550px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-inner > .item{
	display:block;
}
.slidercont{
    position: absolute;
    width: 100%;
    z-index: 3;
    margin: auto;
}

.carousel-control{
	display:none;
}

button.navbar-toggle {
    display: none;
}

@media (max-width: 367px) {
	
  #logo2{
	  display:none;
  }
}
@media (max-width: 768px) {
  .nav.navbar-nav{
	  display:block;
  }
  .navbar-nav > li {
    margin: 0 0 0 5px;
}
}
@media (min-width: 769px) {
  .nav.navbar-nav{
	  display:none;
  }
  .navbar-default .navbar-collapse .nav.navbar-nav {
    display: block;
}
}

.carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    top: 2%;
    text-align: left;
    padding-bottom: 30px; 
}
.carousel-caption h2{ 
	color:white;
	font-weight:800;
    font-size: 45px;
    line-height: 60px;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    margin: auto;
    padding: initial;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}


.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 1px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

#info a,#info a:hover{
	color:#000;
	text-decoration:none;
}

.panel-default > .panel-heading{
	    color: #333333;
    background-color: #ffffff;
    border-color: #dddddd;
}

#info i{
	color:#008bd8;
}

@media (max-width:767px){
	#myCarousel .carousel-caption{
		display:none;
	}
}
.center{
	text-align:center;
}
.section-title.center:after {
    background-color: #148FEE;
    bottom: -13px;
    content: " ";
    display: block;
    height: 2px;
    position: relative;
    width: 80px;
    margin: auto;
}

.carousel-caption .container {
    display: table;
    height: 100%;
    width: 100%;
}
.form-error p {
    color: white;
    display: -webkit-inline-box;
}

.form-error {
    position: absolute;
}
