
/*  General CSS*/
.wrapper{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.wrapper_div{
	width: 100%;
	text-align: center; 
}

footer .f_cols ul.sm li a,
header nav ul li a,
footer a:hover{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}




.dropmenu:before, .dropmenu:after{

  content: "";

  display: table;

}

.dropmenu:after{

  clear: both;

}


/*  Header  */
header.trasparent_nav{
	width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, .5);
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9999;
}

header.trasparent_nav .logo,header.fixed_nav .logo{
    float: left;
    margin-top: 10px;
}

header.fixed_nav .logo{
    margin-top: 10px;
}






header.trasparent_nav nav,header.fixed_nav nav{
    float: right;
    margin-top: 40px;
}

header.fixed_nav nav{
    margin-top: 32px;
}








/**/

header.fixed_nav nav:before, header.fixed_nav nav:after{
 content: "";
 display: table;	
}

header.fixed_nav nav:after{
  clear: both;
}






header.trasparent_nav nav:before, header.trasparent_nav nav:after{

  content: "";

  display: table;

}

header.trasparent_nav nav:after{

  clear: both;

}



header.trasparent_nav nav li,header.fixed_nav nav li{
 position: relative;

 float: left;
 margin: 0;
 padding: 0;
 text-align: center;
}


header.trasparent_nav nav li:nth-child(3) ul,header.fixed_nav nav li:nth-child(3) ul{

  opacity: 0;

  top: 50%;

  visibility: hidden;

  transition: .5s;
  
  margin:0;

}

header.trasparent_nav nav li:nth-child(3):hover ul,header.fixed_nav nav li:nth-child(3):hover ul{
	
  top: 100%;
  
  width:200px;

  visibility: visible;

  opacity: 1;
}




/*****/

header.trasparent_nav nav li a,header.fixed_nav nav li a{

 display: block;

 margin: 0;

 padding: 15px 0 11px;

 color: #fff;

 font-size: 14px;

 line-height: 1;

 text-decoration: none;
}

header.trasparent_nav nav li ul,header.fixed_nav nav li ul{
 list-style: none;

 position: absolute;

 z-index: 9999;

 top: 10%;

 left: 0;

 margin-top: 0;

 padding: 0;
}

header.trasparent_nav nav li ul li,header.fixed_nav nav li ul li{

 width: 100%;
  background: #f1f1f1;
}


header.trasparent_nav nav li:nth-child(3) ul li a,header.fixed_nav nav li:nth-child(3) ul li a{
	
  padding: 13px 15px;
  border-top: 1px solid #f1f1f1;
  margin-left:0;
  background: #ffffff;
  
}


header.trasparent_nav nav li:nth-child(3) ul li:hover>a,header.fixed_nav nav li:nth-child(3)ul li:hover>a{

  background: #ffffff;

}

header.trasparent_nav nav li:nth-child(3) ul li a:hover,header.fixed_nav nav li:nth-child(3)ul li:hover>a{

  background: #ffffff;

}



/**/





header.trasparent_nav nav ul,
header.fixed_nav nav ul{
    list-style: none;
}

header.trasparent_nav nav ul li,
header.fixed_nav nav ul li{
    float: left;
    margin-left: 30px;
}

header.trasparent_nav nav ul li:nth-child(3) ul li,header.fixed_nav nav ul li:nth-child(3) ul li{
	margin-left: 0px;
	width:150px;

}

header.trasparent_nav nav ul li:first-child,
header.fixed_nav nav ul li:first-child{
    margin-left: 0;
}

header.trasparent_nav nav ul li a,
header.fixed_nav nav ul li a{
    text-decoration: none;
    color: #454545;
    font-family: 'open_regular', arial;
    font-size: 13px;
}

header.trasparent_nav nav ul li a:hover,
header.fixed_nav nav ul li a:hover{
    color: #009ee7;
}

header.fixed_nav nav ul li a{
    font-size: 13px;
}

header.fixed_nav{
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    margin-top: -81px;
}

/*  Billboard  */
.billboard{
    width: 100%;
    height: 750px;
    overflow: hidden;
    position: relative;
}

/*  Billboard  */
.billboard_02{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

/*  Services  */
.services,
.listwrap,
.testimonials{
    padding: 100px 0;
    background: #fbfbfb;
}

.services h2{
    color: #616161;
    font-family: 'open_bold', arial;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}


.services .separator{
    text-align: center;
    margin: 20px 0;
}

.services ul.text{
    list-style: none;
    margin-top: 40px;
    overflow: hidden;
}

.services ul.text li{
    float: left;
    display: block;
    width: 660px;
    height: auto;
    margin-left:60px;
    text-align: left;
}

.services ul.text li:first-child{
    margin-left:100px;
		width:261px;
}


.services ul.text li h3{
    color: #009ee7;
    font-family: 'open_bold', arial;
    font-size: 19px;
    margin-bottom: 20px;
}

.services ul.text li p{
    color: #747474;
    font-family: 'open_regular', arial;
    font-size: 16px;
    line-height: 28px;
}

.services a {
	color: #009ee7;
}

.services ul.news{
    list-style: none;
    margin-top: 40px;
    overflow: hidden;
}

.services ul.news li{
    display: block;
    width: 980px;
    text-align: left;
		border-bottom:dashed 1px #CCC;
		padding-bottom:13px;
		margin:0 auto 18px auto;
}

.services ul.news li span{
	font-weight:bold;
	margin-right:2em;
}

.services ul.testi_boxs{
    list-style: none;
    overflow: hidden;
    margin-top:40px;
}

.services ul.testi_boxs li{
    display: block;
    width:980px;
    height: auto;
    margin: 0 auto;
}

.services ul.testi_boxs p{
    color: #747474;
    font-family: 'open_regular', arial;
    font-size: 16px;
    line-height: 28px;
		margin:0 0 1em 0;
}

.services ul.testi_boxs a {
	color: #009ee7;
}


.services ul.btn02_boxs{
    list-style: none;
    overflow: hidden;
    margin-top:20px;
		width:980px;
    margin: 0 auto;
}

.services ul.btn02_boxs li{
    float: left;
    display: block;
    width: 227px;
    height: auto;
    margin-right:24px;
		margin-bottom:20px;
}

.services ul.btn02_boxs li h3{
	color: #009ee7;
  font-family: 'open_bold', arial;
  font-size: 19px;
	text-align:center;
	margin-bottom:15px;
}

.services ul.btn02_boxs img {
	margin-bottom:13px;
}


.services ul.btn02_boxs a:hover img {
      opacity:0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha( opacity=50 )";
      background: #ffffff;
}

.services ul.btn02_boxs li.last{
    margin-right:0 !important;
}

.services ul.btn02_boxs p{
    color: #747474;
    font-family: 'open_regular', arial;
    font-size: 14px;
    line-height: 28px;
		margin:0 0 1em 0;
}


/*  Recent Work  */
.recent_work{
    width: 100%;
    height: 350px;
    background: #efeded;
    overflow: hidden;
}

.recent_work .work{
    display: block;
    width: 20%;
    height: 100%;
    float: left;
}


/*  Testimonials  */
.listwrap{
    height: auto;
    padding-bottom: 100px;
}

.listwrap h2{
    color: #616161;
    font-family: 'open_bold', arial;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

.listwrap ul li p{
    color: #747474;
    font-family: 'open_regular', arial;
    font-size: 16px;
    line-height: 28px;
}

.listwrap .listtable{
    width:980px;
    margin: 40px auto 0 auto;
}

.listwrap ul.testi_boxs{
    list-style: none;
    overflow: hidden;
    margin-top:40px;
}

.listwrap ul.testi_boxs li{
    display: block;
    width:980px;
    height: auto;
    margin: 0 auto;
}

.listwrap ul.testi_boxs p{
    color: #747474;
    font-family: 'open_regular', arial;
    font-size: 16px;
    line-height: 28px;
		margin:0 0 1em 0;
}

.listwrap ul.testi_boxs a {
	color: #009ee7;
}

.listwrap ul.btn01_boxs{
    list-style: none;
    overflow: hidden;
    margin-top:20px;
		width:980px;
    margin: 0 auto;
}

.listwrap ul.btn01_boxs li{
    float: left;
    display: block;
    width: 314px;
    height: auto;
    margin-right:19px;
		margin-bottom:20px;
}

.listwrap ul.btn01_boxs a:hover img {
      opacity:0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha( opacity=50 )";
      background: #ffffff;
}

.listwrap ul.btn01_boxs li.last{
    margin-right:0 !important;
}

.listwrap .listtable table{
  width:100%;
  border: 1px solid #ccc;
  font-size:100%;
	margin:0 0 10px 0;
 }

.listwrap .listtable table td {
  border: 1px solid #ccc;
  padding: 15px;
}

.listwrap .listtable table a {
	color: #009ee7;
}

.listwrap .listtable table th {
  background: #ebebeb;
  border: 1px solid #ccc;
  padding: 15px;
}

.listwrap .listtable .right{
	text-align:right;
}

.listwrap .banner{
    width:980px;
    margin: 40px auto 0 auto;
}

.testi_boxs .link{
	color: #000000 !important;
	}

/*  Testimonials  */
.testimonials{
    height: auto;
    padding-bottom: 100px;
}

.testimonials h2{
    color: #616161;
    font-family: 'open_bold', arial;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

.testimonials ul.testi_boxs{
    list-style: none;
    overflow: hidden;
    margin-top:40px;
}

.testimonials ul.testi_boxs li{
    display: block;
    width:980px;
    height: auto;
    margin: 0 auto;
}

.testimonials ul.testi_boxs p{
    color: #747474;
    font-family: 'open_regular', arial;
    font-size: 16px;
    line-height: 28px;
}

.testimonials .listtable{
    width:980px;
    margin: 40px auto 0 auto;
}

.testimonials .listtable table{
  width:100%;
  border: 1px solid #ccc;
  font-size:100%;
	margin:0 0 10px 0;
 }

.testimonials .listtable table td {
  border: 1px solid #ccc;
  padding: 15px;
}

.testimonials .listtable table th {
  background: #ebebeb;
  border: 1px solid #ccc;
  padding: 15px;
}

.testimonials p{
	text-align:center;
}

.testi_boxs{margin-top:40px;}

/*  Clients  */
.clients{
    width: 100%;
    height: 100px;
    background: #f2f1f1;
		padding:50px 0 0 0;
		text-align:center;
}

.clients a:hover img {
      opacity:0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha( opacity=50 )";
      background: #ffffff;
}

/*  Footer  */
footer{
    width: 100%;
    height: 200px;
    background: #353535;
    overflow: hidden;
    padding-bottom: 20px;
}

footer .footer_widget{
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px #434343 solid;
}

p.rights{
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'open_regular', arial;
    font-size: 13px;
    letter-spacing: 1px;
}

p.rights a{
    font-family: 'open_bold', arial;
    font-weight: bold;
}

#cont01,
#cont02,
#cont03 {
	padding:150px 0 0;
	margin:-150px 0 0;
}

#choice {
	padding:100px 0 0;
	margin:-100px 0 0;
}

.mt10{
	margin-top:1em;
}

.mt20{
	margin-top:2em;
}

.mt30{
	margin-top:3em;
}

.mt40{
	margin-top:4em;
}