/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
body a{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
/*----start-container----*/
.container {
  width: 70%;
}

/*-----start-header----*/
.bg {
  background: url('../images/baner.jpg') no-repeat 0px 0px;
  background-size: cover;
}

.header {
}

.logo {
  float: left;
  width: 100px;
  /*margin-top: 0.6em;*/
}

.logo a {
  color: #303030;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 2.5em;
}

.logo a:hover {
  text-decoration: none;
}

.logo320 {
  display: none;
}

/*----navbar-nav----*/
/*.top-header{*/
/*padding: 0.8em 0em;*/
/*}*/
.top-nav ul li p {
  color: #FFF;
  padding: 0 1.5em;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 300;
  cursor: pointer;
}

.top-nav ul li.active p,
.top-nav ul li p:hover {
  color: #EE2F1B;
}

.logo a {
  display: block;
}

/* top-nav */
.top-nav:before,
.top-nav:after {
  content: " ";
  display: table;
}

.top-nav:after {
  clear: both;
}

nav {
  position: relative;
  float: right;
}

nav ul {
  padding: 0;
  float: right;
  /*margin: 0.9em 0;*/
}

nav li {
  display: inline;
  float: left;
  position: relative;
}

.top-nav li p {
  height: 63px;
  line-height: 63px;
}

nav a {
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}

nav a:hover {
  text-decoration: none;
  color: #00A2C1;
}

nav a#pull {
  display: none;
}

/*---- benner ----*/
.banner-info {
  padding: 178px 0 197px;
}

.banner-info h1 {
  font-weight: 700;
  font-size: 65px;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
}

.banner-info span {
  width: 15%;
  height: 1px;
  background: #35C2F8;
  display: inline-block;
}

.banner-info p {
  color: #CCCCCC;
  font-weight: 400;
  font-size: 33px;
  /*line-height: 18px;*/
  font-family: 'Open Sans', sans-serif;
  margin: 1em auto;
  /*width: 50%;*/
}
