@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import "flexslider.css";
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}mark,rp,rt,ruby,summary,time{display:inline}
/* Global properties ======================================================== */
html {width:100%}

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:21px;
  color:#dfdfdf;
  min-width:960px;
  -webkit-text-size-adjust: none;
  background: url("../images/frontend/blog_bg.jpg") 50% 50% no-repeat fixed;
}

img{
  max-width: 100%;
}
/*********************************fonts*************************************/
.reg {text-transform:uppercase}
.f_left {float:left}
.f_right {float:right}
.align_right {text-align:right}
.align_center {text-align:center}

.it{font-style:italic}
.let{letter-spacing:-1px}

/*********************************CLASSES**********************************/
.m_bottom_zero{ margin-bottom:0 !important;}
.m_left_zero{ margin-left:0 !important;}
.p_bottom_zero{ padding-bottom:0 !important;}
.p_left_zero{ padding-left:0 !important;}

.clear {clear:both;width:100%;line-height:0;font-size:0;}
.wrapper {overflow:hidden;}
.extra_wrapper{ overflow:hidden;}
.container{width:100%}
.extra_last, .last{ margin-bottom:0 !important; padding-bottom:0 !important;}
.extra_last{ border:none !important; background:none !important;}
.bg_none{ background:none !important;}

/*==================================== Links ======================================================== */
a {
  color:#dfdfdf;
  outline:none;
  text-decoration:none;
  cursor:pointer;
}
a:hover{
  color:#;
  text-decoration:none;
}

.btn1{
  display:inline-block;
  padding:13px 43px;
  border: 2px solid #fff;
  border-radius: 15px;
  margin: 0 0 0 0;
  font-size: 20px;
  line-height: 1em;
  color:#fecb1c;
  position: relative;
  text-transform: uppercase;
 }

 .btn2{
  display:inline-block;
  padding:10px 27px 8px;
  border: 2px solid #fff;
  border-radius: 15px;
  margin: 0 0 0 0;
  font-size: 18px;
  line-height: 1em;
  color:#fff;
  position: relative;
  text-transform: uppercase;
 }
 .btn2:hover{
  background-color: #fff;
  color: #212121;
 }
.btn1:hover{
  color:#000;
  border-color: #fecb1c;
  background: #fecb1c;
}

.span1{
  height: 20px;
  width: 191px;
}
.fb_ltr{
  border: none;
  overflow: hidden;
  height: 20px;
  width: 191px;
}
.fb_frame{
  position: static; top: 0px; width: 90px; margin: 0px; border-style: none; left: 0px; visibility: visible; height: 20px;
}
#___plusone_0{
  text-indent: 0px; margin: 0px; padding: 0px; background-color: transparent; border-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; display: inline-block; width: 90px; height: 20px; background-position: initial initial; background-repeat: initial initial;
}
/*********************************Displays*************************************/
.block{ display:block;}
.d_in-block{ display:inline-block;}

/*********************************header*************************************/

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  background: #141414;
  min-height: 84px;
}
header h1{
  width:35px;
  position: absolute;
  left: 42%;
  top: 18px;
  z-index: 10;
  margin: 0 0 0 -76px;
}
  header h1 a {
    display:block;
    width:235px;
    height:120px;
    background:url(../images/frontend/logo.png) 0 0 no-repeat;
    text-decoration:none;
    text-indent:-9999px;
  }
.header_box{position: relative;}


/*==================> Global Boxes <===================*/
.global_box{
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  z-index: 1;
  padding: 174px 0 155px;
}

/*********************************content*************************************/
#content {padding:0px 0px 0px 0px; min-height: 1500px;}
.cont_pad{padding:0 0 0 0 !important;}

/*===============================>> Paragraphs <<=============================*/

p {margin-bottom:18px}
.p2{ margin-bottom:0;}
.p3{ margin-bottom:0;}
.p4{ margin-bottom:0;}
.p5{ margin-bottom:0;}
.p6{ margin-bottom:0;}

/*================================>> LISTS <<========================================*/
.list1{}
.list1 li{
  background:url(../images/frontend/marker1.png) 0 7px no-repeat;
  padding-left:21px;
  margin-bottom: 3px;
}
.list1 a{}

.list2{}
.list2 li{
  background:url(../images/frontend/marker2.html) 0 7px no-repeat;
  padding-left:20px;
}
.list2 a{}

.list3{}
.list3 li{
  background:url(../images/frontend/marker3.html) 0 7px no-repeat;
  padding-left:20px;
}
.list3 a{}

/*================================>> H <<========================================*/
h2,h3,h4{
  font-weight:bold;
}
h2.border,
h2.border1{
  font-size: 18px;
  line-height: 21px;
  color:#fff;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h2.border1{
  margin-bottom: 49px;
}

h2.border span,
h2.border1 span{
  display: inline-block;
  padding: 0 55px;
}
h2.border1 span{
  padding: 0 50px;
}
h2.border em,
h2.border1 em{
  position: absolute;
  top: 9px;
  height: 13px;
  border-top: 2px solid #fff;
}

h2.border em.left,
h2.border1 em.left{
  left: 0;
  border-radius: 16px 0 0 0;
  border-left: 2px solid #fff;
}
h2.border em.right,
h2.border1 em.right{
  right: 0;
  border-radius: 0 16px 0 0;
  border-right: 2px solid #fff;
}
h2.border1 em.left{border-left: none;}
h2.border1 em.right{border-right: none;}
h2.border1 em{border-radius: 0 !important;}


h2.ind{ margin-bottom:px;}
h2.ind1{ margin-bottom:px;}
h2.ind2{ margin-bottom:px;}

h3{
  font-size: 20px;
  line-height: 24px;
  color: #141414;
  font-weight: bold;
}
h3 a{
  color: #141414;
}
h3 a:hover{
  text-decoration: underline;
}

h4{
  font-size: 18px;
  line-height: 24px;
}
h4 a:hover{text-decoration: underline;}

h5{
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
}
/*================================>> GOOGLE FONTS  <<========================================*/
.gfont,
#qLoverlay{
  font-family: 'Montserrat', sans-serif;
}
.gfont1{
  font-family: 'Open Sans', sans-serif;
}

/*======> Preloader <=========*/
#qLoverlay{
  line-height: 2.5em;
  text-align: center;
}
    #qLpercentage .t {
      font-size: 50px;
      line-height: 56px;
    }
    #qLpercentage span {
      font-size: 30px;
      line-height: 34px;
      color: #fff;
      text-transform: uppercase;
      display: block;
    }

#work_box>.container_16,
#contact>.container_16,
#blog_box>.container_16{
  opacity: 1;
}

#single_post #blog_box>.container_16{
  opacity: 1;
}




/*======> Twitter BIRD <=========*/
/*bird*/
#target {
    background: url("../images/frontend/target.png") no-repeat scroll 0 0 transparent;
    display: none;
    height: 49px;
    left: 68%;
    overflow: hidden;
    position: absolute;
    top: 70px;
    width: 49px;
    z-index: 10001;
}
#target.hover {
    background-position: 0 -49px;
}
#twitter{ position:absolute; left:-100px; top:100px; z-index:10000; width:80px; height:41px; background:url(../images/frontend/twitter.png) no-repeat 0 0; }
#twitter.rev{ top:170px; background:url(../images/twitter.png) no-repeat 0 -41px; }
#twitter.corpse{ bottom:-40px !important;top: auto !important; background-color: #fff !important; opacity: 0;}
#wing{ display:none; position:absolute; left:26px; top:0px; width:18px; height:31px; background:url(../images/frontend/twitter.png) no-repeat; }
#wing.up{ display:block; background-position:-3px -132px!important; }
#wing.down{ display:block; background-position:-59px -128px!important; }
#follow{ display:none; position:absolute; left:63px; top:15px; width:80px; height:15px; overflow:hidden; background:url(../images/frontend/twitter.png) no-repeat 0 -90px; }
.rev #wing{ left:38px; }
.rev #wing.up{ background-position:-42px -132px!important; }
.rev #wing.down{ background-position:-20px -128px!important;}
.rev #follow{ left:-65px; top:17px; background-position:0px -111px!important; }

/*======> Main Colors <=========*/
.yellow,
.yellow a{
  color: #fecb1c;
}
.yellow .sf-menu>li>a:after{
  background-color: #fecb1c;
}

.yellow_b{
  border-color: #fecb1c;
}

.red,
.red a{color: #da2020;}

.red .sf-menu>li>a:after{
  background-color: #da2020;
}

.blue,
.blue a{
  color: #0fa7d2;
}

.blue .sf-menu>li>a:after{
  background-color: #0fa7d2;
}

.green,
.green a{
  color: #88a825;
}

.green .sf-menu>li>a:after{
  background-color: #88a825;
}
/*================================>> hovers <<========================================*/
.offer figure img,
.offer figure,
.work_close,
.slide_nav_btn,
#slide_nav a,
.btn1,
.form_btn,
.social a,
.social a span,
.blog_btn,
#toTop,
.blog_btn_nav,
.reply_link,
.btn2,
.sf-menu>li>a:after{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

.work .work_description{-webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;}

.offer:hover figure img,
.offer:hover figure,
.btn1:hover,
.work:hover .work_description,
.work_close:hover,
#slide_nav a:hover,
.slide_nav_btn:hover,
.rotator_btn,
.form_btn:hover,
.social a:hover,
.social a:hover span,
.blog_btn:hover,
#toTop:hover,
.blog_btn_nav:hover,
.reply_link:hover,
.btn2:hover,
.sf-menu>li:hover>a:after{-webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}

/********************************* ABOUT PAGE *************************************/

.ext_list>li, .ext_box{ overflow:hidden;}
.ext_list>li>figure, .ext_box>figure{ float:left;}
.ext_list>li>div, .ext_box>div{overflow:hidden;}

#about{
  background: url("../images/frontend/about_bg.jpg") 50% 0 repeat;
}

.about_title{
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 13px;
  text-transform: none;
}
.about_description{
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 47px;
}


.border_box{
  position: relative;
  padding: 49px 0 50px;
}
.border_box:after,
.border_box:before{
  display: block;
  width: 2px;
  bottom: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.border_box:after{
  right: 0px;
  left: auto;
}
.border_box1{
  border-bottom: 2px solid #fff;
  border-radius: 0 0 16px 16px;
  border: 2px solid #fff;
  border-top: none;
}
.border_box1:after,
.border_box1:before{
  display: none;
}
.offer{margin-top: 30px;}
.offer_list .offer:first-child{margin-top: 0px;}

.offer figure{
  width: 116px;
  height: 86px;
  padding-top: 15px;
  padding-bottom:10px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: 2px solid #fecb1c;
  border-radius: 500px;
  float: left;
}
.offer figure img{margin-top: 0;}
.offer:hover figure img{
  margin-top: -80px;
}
.offer:hover figure{
  background: #fecb1c;
}
.offer>div{
  overflow: hidden;
  padding: 7px 0 0 20px;
}
.offer h4{margin-bottom: 8px;}
.offer figure img{vertical-align: middle;}

.button_wrap{
  position: relative;
  text-align: center;
}
/********************************************/

.form_btn{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 21px;
  color: #da2020;
  border: 2px solid #fff; 
  padding: 9px 0 6px;
  width: 120px;
  text-align: center;
  margin: 0 4px;
  position: relative;
  text-transform: uppercase;
}
.form_btn:hover{
  background: #da2020;
  border-color: #da2020;
  color: #fff;
}
.clear_btn:before{
  width: 12px;
  height: 2px;
  position: absolute;
  left: -14px;
  top: 17px;
  background: #fff;
  content: "";
}

/*********************************************/

#contact-form input.form_btn{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 21px;
  color: #da2020;
  border: 2px solid #fff; 
  padding: 9px 0 6px;
  width: 120px;
  text-align: center;
  margin: 0 4px;
  position: relative;
  text-transform: uppercase;
}
.button_wrap #contact-form input.form_btn{
  position: absolute;
  display: block;
  bottom: 49%;
  height: 25px;
  border-bottom: 2px solid #fff;
}
.button_wrap em{
  position: absolute;
  display: block;
  bottom: 49%;
  height: 25px;
  border-bottom: 2px solid #fff;
}
.button_wrap #contact-form input.form_btn.left{left: 0;border-left: 2px solid #fff;border-radius: 0px 0 0 12px;}
.button_wrap #contact-form input.form_btn.right{right: 0;border-right: 2px solid #fff;border-radius: 0 0 12px 0;}

.button_wrap em.left{left: 0;border-left: 2px solid #fff;border-radius: 0px 0 0 12px;}
.button_wrap em.right{right: 0;border-right: 2px solid #fff;border-radius: 0 0 12px 0;}

/********************************* Work Page *************************************/

#work_box{
  background: url("../images/frontend/work_bg.jpg") 50% 0 repeat;
}
/*#work_box:after{
  display: block;
  width: 151px;
  height: 153px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -546px;
  top: 470px;
  z-index: 10;
  background: url("../images/bg_quality.png") no-repeat;
  content: "";
}*/
.single_work{position: relative;}

.work{margin-top: 20px;position: relative;}
.work_col .work:first-child{margin-top: 0;}
.work_description{
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  padding-top: 80px;
	padding-left: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  line-height: 26px;
  vertical-align: middle;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
}
.work_close{
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 18px;
  right: 20px;
  background: url("../images/frontend/close.png") no-repeat;
  cursor: pointer;
  z-index: 10;
}
.slides>li{background: none !important;}
.work_close:hover{
  background-position: 0 -18px;
}
.work:hover .work_description{
  opacity: 1;
}
.work_description strong{font-size: 20px;line-height: 24px;}
.work_description span{
  display: inline-block;
  vertical-align: middle;
}
.work_description:after{
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  content: "";
}

.work_title{
  font-size: 20px;
  line-height: 24px;
}

.single_work{
  background: #fff;
  display: none;
  margin-bottom: 20px;
}
.single_work_description{
  padding-top: 15px;
  color: #212121;
}
.single_work_description .work_title{
  color: #0fa7d2;
  margin-bottom: 9px;
}
.single_work_description dl{
  margin-bottom: 30px;
}
.single_work_description dd{font-weight: bold;}
.single_work_description dt{margin-top: 9px;}
.single_work_description dt:first-child{margin-top: 0;}
.social_panel{
  margin-right: 10px;
  height: 92px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  padding-top: 10px;
  border-top: 2px solid #eaeaea;
}

.frame_style1{max-width: 100%;}

.rotator_btns{
}
.rotator_btn{
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../images/frontend/arrow.png") no-repeat;
}
.rotator_btn.prev{
  background-position: 0 0;
  margin-right: 15px;
}
.rotator_btn.next{
  background-position: -44px 0;
}
.rotator_btn:hover{
  -ms-background-position-y: -30px;
  background-position-y: -30px;
}
.frame_style1{
  width: 100%;
  height: 500px;
}
.slide_nav_box{
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #fff;
}
 .slide_nav_btn{
  width: 20px;
  cursor: pointer;
  height: 10px;
  margin-top: 4px;
  background: url("../images/frontend/arrow_pg.png") no-repeat;
 }
 #global_next{
  background-position: -30px 0;
 }
 .slide_nav_btn:hover{
  -ms-background-position-y: -11px !important;
  background-position-y: -11px !important;
 }
 #slide_nav{margin: 0 15px;}
 #slide_nav a{
  display: inline-block;
  padding-left: 15px;
  margin-left: 12px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background: url("../images/frontend/bullet.png") 0 7px no-repeat;
 }
 #slide_nav a:hover,
 #slide_nav a.activeSlide{
  color: #212121;
 }
 #slide_nav a:first-child{padding-left: 0;background: none;margin-left: 0;}


/*********************************Contact Page*************************************/
#contact{
  background: url("../images/frontend/contact_bg.jpg");
}

.inner_box{
  padding: 0 25px;
  text-align: center;
}
/* Contact form */
#contact-form fieldset{
  padding:0px 24px;
  position: relative;
}
#contact-form fieldset p{
  margin-bottom: 15px;
}
#contact-form .border_box{
  padding-top: 43px;
  padding-bottom: 24px;
}
#contact-form .success,
#reply .success
{
  display: block;
  position: absolute;
  top: 0;
  left:24px;
  right: 24px;
  z-index: 99;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  padding: 20px 0;
  color: #da2020;
}
#contact-form textarea,
#contact-form input,
#reply input,
#reply textarea{
  margin:0;
  font-size:14px;
  border:none;
  color:#101010;
  padding:12px 10px;
  outline:none;
  position:relative;
  font-family:Arial, Helvetica, sans-serif;
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

#contact-form textarea {
  overflow:auto;
  height:275px;
  resize:none;
  float:left;
  margin: 0 0 0 0;
}
  
#contact-form label,
#reply label{
  display:block;
  position: relative;
  min-height:55px;
  overflow:hidden;
 }
#contact-form label.message {
  display:block;
  padding-bottom:0;
}
#contact-form .button {
  margin-left:8px;
}
#contact-form .error,
#contact-form .empty,
#contact-form .success,
#reply .error,
#reply .empty,
#reply .success{/*display:none;*/}
#contact-form .error,
#contact-form .empty,
#reply .error,
#reply .empty{
  text-align:left;
  color:red;
  font-size:11px;
  position: absolute;
  right: 10px;
  top: 5px;
}

#reply .form_col1,
#reply .form_col2{
  width: 430px;
}
#reply .form_col1{margin-right: 26px;}
#reply textarea{height: 150px;}
#reply{ margin-bottom: -40px;}
#reply p{
  margin-bottom: 15px;
}
#contact-form input.form_btn{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 21px;
  color: #da2020;
  border: 2px solid #fff; 
  padding: 9px 0 6px;
  width: 120px;
  text-align: center;
  margin: 0 4px;
  position: relative;
  text-transform: uppercase;
}
#contact-form input.form_btn{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 21px;
  color: #da2020;
  border: 2px solid #fff; 
  padding: 9px 0 6px;
  width: 120px;
  text-align: center;
  margin: 0 4px;
  position: relative;
  text-transform: uppercase;
}
#contact-form input.form_btn:hover{
  background: #da2020;
  border-color: #da2020;
  color: #fff;
}
.clear_btn:before{
  width: 12px;
  height: 2px;
  position: absolute;
  left: -14px;
  top: 17px;
  background: #fff;
  content: "";
}
#contact-form span{
  display:block;
  margin: 0px 0 0 5px;
 }

.map_wrapper{
  overflow:hidden;
  display:inline-block;
  margin-bottom:26px;
}
#map_canvas {
   width:100%;
   height:220px;
   margin-bottom: 21px;
}
.adress{margin-bottom: 21px;}
.adress span{
  display:inline-block;
  width:74px;
}
.adress dt{ margin-bottom:9px;font-weight: bold;color: #fff;font-size: 18px;}

.demo{}
.demo:hover{ text-decoration:underline;}


/********************************* BLOG PAGE*************************************/
#blog_box{
  color: #141414;
}
.blog{
  margin-bottom: 20px;
}
.blog_descr{
  padding: 0 10px 15px;
  background: #fff;
}
.blog_descr .wrapper{
  padding-top: 14px;
  overflow: visible;
}
.blog_descr h3{
  margin-bottom: 5px;
}
.time{
  background: #141414;
  width: 47px;
  margin-right: 20px;
  text-align: center;
  padding: 16px 0 23px;
  text-transform: uppercase;
  border-radius: 0 0 15px 15px;
  color: #fff;
}
.time .num{
  display: block;
  font-size: 22px;
  margin-bottom: -2px;
}
.metadata{
  padding: 9px 20px 7px;
  margin-top: 2px;
  background: #fff;
}
.metadata a{
  color: #81ba10;
}
.metadata a:hover{
  text-decoration: underline;
}
.blog_btn{
  padding: 8px 26px 6px;
  border: 2px solid #fff;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  border-radius: 15px;
  text-transform: uppercase;
}
.blog_btn:hover{
  color: #141414;
  background: #fff;
}
.button_wrap2{margin: 35px 10px 0;}
.button_wrap2 em,
.button_wrap2 em.left,
.button_wrap2 em.right{
  height: 2px;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.social{
  padding-top: 14px;
  text-align: center;
}
.social a{
  display:inline-block;
  width:48px;
  height:48px;
  position: relative;
  opacity: 0.7;
  margin-left:6px;
}
.social span{
  display: block;
  position: absolute;
  bottom: -30px;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.social a:first-child{margin: 0 0 0 0;}
.social a:hover,
.social a:hover span{
  opacity: 1;
}

.white_single_blog{
  background: #fff;
  min-height: 500px;
}
.white_single_blog p{
  margin-bottom: 10px;
}
.single_title{margin-bottom: 10px;}
.single_title .wrapper{
  font-size: 30px;
  line-height: 36px;
  color: #000;
  padding-top: 22px;
}
.single_content{
  margin: 0 120px;
}
.blog_btn_nav{
  font-size: 13px;
  color: #212121;
  display: block;
  position: absolute;
  top: 383px;
  padding-top: 1px;
  text-transform: uppercase;  
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 8px;
}
.blog_next{
  text-align: right;
  right: 30px;
  padding-right: 20px;
  background: url("../images/frontend/blog_next.png") right 5px no-repeat;
}
.blog_prev{
  text-align: left;
  left: 30px;
  padding-left: 20px;
  background: url("../images/frontend/blog_prev.png") 0 5px no-repeat;
}
.blog_btn_nav:hover{
  color: #81ba10;
  -ms-background-position-y: -27px;
  background-position-y: -27px;
}

.share_btns{
  border-top: 2px solid #eaeaea;
  margin: 16px 0 0;
  padding-top: 10px;
}
.share_btns .iframe1{
  height: 21px;
  width: 200px;
}

.post_data{
  margin-top: 2px;
  background: #fff;
  padding: 9px 20px 7px;
}
.post_data a{
  color: #81ba10;
}
.post_data a:hover{
  text-decoration: underline;
}

.coments{
  margin-bottom: 48px;
}
.coments li{
  padding-left: 100px;
  margin-top: 20px;
  position: relative;
}
.coments li li{
  margin-left: -40px;
}
.coment_text{
  background: #fff;
  color: #212121;
  padding: 15px 20px;
  position: relative;
}
.coment_text:before{
  display: block;
  width: 10px;
  height: 17px;
  left: -10px;
  top: 29px;
  background: url("../images/frontend/coment_arrow.png") no-repeat;
  position: absolute;
  content: "";
}
.coment_text h3{
  font-weight: normal;
  margin-bottom: 1px;
}
.post_time{
  margin-bottom: 8px;
}
.ava{
  position: absolute;
  left: 0;
  top: 0;
}
.reply_link{
  position: absolute;
  right: 20px;
  top: 28px;
  background: url("../images/frontend/reply_link.png") right 4px no-repeat;
  padding-top: 1px;
  padding-right: 30px;
  text-transform: uppercase;
  color: #212121;
}
.reply_link:hover{
  background-position: right -22px;
  color: #81ba10;
}

#reply{
  padding: 0 27px;
  margin-top: -6px;
}

.reply_box{
  padding-bottom: 20px;
}

.b_pad{padding-bottom: 10px;}
/* --------------- ASIDE ---------*/
.widgets{
  margin-top: 53px;
}
.ind_box{
  padding-left: 20px;
}

#blog_box.global_box{
  padding-bottom: 20px;
}

.widgets_box{
  background: #141414;
  color: #a1a1a1;
  padding: 36px 0 36px;
  border-radius: 15px;
}
.widgets_box h5{
  margin-bottom: 20px;
}
.widgets_box a{
  color: #81ba10;
}
.widgets_box a:hover{
  text-decoration: underline;
}

.popular_list{
  margin-top: -3px;
  font-size: 16px;
}
.popular_list figure{
  width: 29px;
  background: #fff;
  color: #101010;
  text-align: center;
  border-radius: 0 0 8px 8px;
  padding: 3px 0 12px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  margin-right: 15px;
}
.popular_list li .wrapper{
  padding-top: 3px;
}
.popular_list>li{
  margin-top: 21px;
}
.popular_list>li:first-child{margin-top: 0;}
.popular_list figure span{
  display: block;
  font-size: 14px;
  margin-bottom: -8px;
}

.tweet_time{
  font-size: 11px;
  position: absolute;
  bottom: 0px;
  display: block;
  text-transform: lowercase;
}
.tweet_time a{
  color: #a1a1a1;
}
.tweet_list>li{
  position: relative;
  padding-bottom: 27px;
}
.widgets .fol_link{
  display: inline-block;
  color: #fff;
  background: url("../images/frontend/fol_link.png") 0 2px no-repeat;
  padding-left: 35px;
  font-size: 12px;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
/****************************footer************************/
footer {
  padding:21px 0 26px;
}

.footer_box{
  text-align: center;
  border-top: 2px solid #fff;
  padding-top: 20px;
}

/*Button to TOP*/
#toTop {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:110px;
  overflow:hidden;
  left: 50%;
  margin-left: 520px;
  width:36px;
  height:36px;
  border:2px solid #fff;
  border-radius: 500px;
  text-indent:-999px;
  z-index:20;
  background:url(../images/frontend/arrow_top.png) 50% 10px no-repeat;
}


#toTop:hover{
  outline:none;
  background-color: #fff;
  background-position: 50% -16px;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body{min-width:768px;}
  .global_box{padding: 180px 0;}
  .single_work figure{width: 100% !important;}
  .social_panel{width: 170px;}
  #reply .form_col1,
  #reply .form_col2{
    width: 330px;
  }
  .owl-theme .owl-controls
  {
	  bottom:0px;
  }
}

@media only screen and (max-width: 767px) {
 body{min-width:420px;}
 header h1 a{width: 157px;margin: 0 auto;height: 80px;-webkit-background-size: cover;
 background-size: cover;}
 header h1{top: 104px;}
 nav{padding-top: 20px;}
 .offer_list{
  padding-left: 20px;
  padding-right: 20px;
 }
 .work img,
 .blog img{
  width: 100%;
 }
 .work_col .work:first-child{margin-top: 20px;}
 .single_work figure{height: 300px !important;}
 .single_work_description{
  padding: 20px;
  width: 380px;
 }
.social_panel{width: auto;position: relative;}
.border_box1{margin-bottom: 30px;}
.widgets_box .grid_4{
  padding-left: 20px;
  padding-right: 20px;
  width: 380px;
  margin-bottom: 30px;
}
.ind_box{padding-left: 0;}
.about_title{font-size: 30px;line-height: 36px;}
  #reply .form_col1,
  #reply .form_col2{
    width: auto;
    float: none;
    margin: 0;
  }
  .single_content{
    margin-left: 20px;
    margin-right: 20px;
  }
  .blog_btn_nav{top: 320px;}
  .flexslider{margin-bottom: 50px;}
  .reply_link{top: 15px;right: 15px;}
}

@media only screen and (max-width: 479px) {
 body{min-width:300px;}
.single_work_description,
.widgets_box .grid_4{width: 260px;}
h2.border1 span,
h2.border2 span{padding: 0 20px;}
.social a{margin-left: 0;width: 40px;height: 40px;}
.blog_btn_nav{top: 270px;}
.reply_link{top: auto;right:auto;position: relative;}
.header h1 a
{
	width:100px;
	height:100px;
}
.select
{
	width:90%;
	margin-left:8px;
}
}
