/*css*/
@import url('reset.css');
@import url('skeleton.css');



html, body {
	background: #303030 url(../images/bg-1.gif);
	font: 15px Arial, 'Open Sans',sans-serif; 
	color: #9b9b9b;
	min-width:300px;
}
.bg-1 { background: #303030 url(../images/bg-1.gif);}

* {	-webkit-text-size-adjust: none;}


a { color: #D44934; text-decoration: none;}
/*a { color: inherit; text-decoration: none;}*/
a:hover { text-decoration: none;}
a[href^="tel:"] {color: inherit;text-decoration:none;}
.a-hov { -moz-transition: all 1.4s ease;	-webkit-transition: all 0.4s ease;	-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.a-hov:hover { color: #d44934;}
.a-hov2 { -moz-transition: all 0.4s ease;	-webkit-transition: all 0.4s ease;	-o-transition: all 0.4s ease;transition: all 0.4s ease; color: #D44934;}
.a-hov2:hover { color: #7f7e7e;}

h2, h3, h4, h5, h6 { font-family: 'Questrial', sans-serif; color: #1d1d1d;}
h2 { font-size: 28px; line-height: 30px; padding-top: 69px; padding-bottom: 30px; font-weight: normal; color: #fff;}
h3 { font-size: 20px; line-height: 22px; font-weight: normal; padding-bottom: 15px; padding-top: 23px;}
h4 { font-size: 15px; line-height: 24px; font-weight: normal; padding-bottom: 25px; padding-top: 16px; font-family: 'Open Sans',sans-serif; /* margin-top: 10px; */}
h5 { color: #ec7f07; padding-bottom: 18px;}
h6 { font-size: 15px; line-height: 24px; font-weight: normal; padding-bottom: 10px; padding-top: 16px; font-family: 'Open Sans',sans-serif; /* margin-top: 10px; */}

h2.v1 { color: #1d1d1d; padding-top: 57px; padding-bottom: 13px;}
.bg-1 h4 { color: #c1c1c1;}
.text-1 {font-family: 'Open Sans', sans-serif; font-size: 50px; line-height: 50px; text-transform: capitalize;}
.text-2 {font-family: 'Open Sans', sans-serif; font-size: 30px; line-height: 30px; font-weight: 300;margin-top: 8px;}
.text-3 {font-family: 'Questrial', sans-serif; font-size: 24px; color: #fff;padding-bottom: 21px;}
.text-4 { line-height: 20px; color: #7f7e7e;}
.text-5 { display: block; font: bold 13px/20px Arial, sans-serif; color: #c1c1c1; margin-top: 3px; padding-bottom: 0px;}

link

.link-1 {
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
    color: #c8c8c8;
}
.link-1:hover { text-decoration: none;}

.list-square li {
    color: #A3A3A3;
    list-style: square outside none;
    margin-bottom: 8px;
    margin-left: 22px;
}

/*buttons*/

.btn {
    display: inline-block;
    background: #D44934;
    font-family: 'Questrial', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    padding: 13px 30px 14px;
    text-decoration: none;
    margin-top: 28px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    color:#fff;
    text-shadow:0px 1px 0px #191818;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.btn:hover {
    background:#c8c8c8;
}

.btn-1 {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif; 
    color: #616161;
    margin-top: 23px;
    background: url(../images/arrow-2.png) 4px 6px no-repeat;
    padding-left: 16px;
    padding-bottom: 10px;
}
.btn-1:hover { color: #dbd9d7;}

.btn-2 { 
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif; 
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 23px;
    background: url(../images/arrow-3.png) 4px 3px no-repeat;
    padding-left: 18px;
    padding-bottom: 10px;
    float: right;
    margin-right: 5px;
}
.btn-2:hover { color: #d44934;}

.btn-3 {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Open Sans', sans-serif; 
    font-weight: bold;
    text-transform: uppercase;
    color: #1d1d1d;
    margin-top: 18px;
    background: url(../images/arrow-4.png) 0px 4px no-repeat;
    padding-left: 14px;
    margin-bottom: 10px;
}
.btn-3:hover { color: #d44934;}

.bropcap {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #676767;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 500px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 80px;
    vertical-align: middle;
    text-align: center;
    margin-right: 19px;
    background: url(../images/blank.png) 0 0 repeat;
}
.bropcap + .extra-wrap { color: #6b6b6b;}

.bord-1 { margin-top: 14px; border-bottom: 1px solid #4a4a4a; padding-bottom: 29px;}
.bord-2 { position: relative; -moz-box-sizing: border-box; box-sizing: border-box; padding-bottom: 59px;}
.bord-2_bord { 
    display: block; 
    position: absolute; 
    height: 7px; 
    background: #171717; 
    left: 10px; 
    right: 10px;
    bottom: 0; 
    top: auto;
}

.text-5 + div { line-height: 20px;}


.dropcap-1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    background: #d44934;
    float: left;
    margin-right: 20px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    color: #efefef; 
    font-size: 26px;
    font-family: 'Questrial', sans-serif;
    font-weight: normal;
}
.dropcap-1 + h4 { padding-top: 0px; margin-top: -5px;}
.dropcap-1 + h6 { padding-top: 0px; margin-top: -5px;}
.dropcap-wr { margin-bottom: 15px;}

/*auxiliary*/

.img-ind {float: left; margin-right: 23px; margin-top: 4px;}
.img-ind img { width: 100%;}
.wrapper img, .wrapper {width: 100%; position: relative;}
.extra-wrap {overflow:hidden;}
.grid_inside { margin: 0 -10px;}
.aligncenter {text-align: center !important;}
.alignleft {text-align: left !important;}
.it {font-style:italic; display: inline-block;}
.fleft {float: left;}
.fright {float: right;}
.h-underline:hover { text-decoration: underline;}
.underline {text-decoration: underline;}
.upp {text-transform: uppercase;}


.clearfix { *zoom: 1;}
.clearfix:before,.clearfix:after {display: table; content: "";line-height: 0;}
.clearfix:after { clear: both;}


.inline { text-align: center;}
.inline > * { display: inline-block;}

.color-1 { color: #d44934;}

p {padding-bottom: 18px;}
.p1 {  padding-bottom: 65px;}
.p2 { padding-left: 10px;}
.p3 { padding-bottom: 0!important;}
.p4 { padding-bottom: 10px;}
.p5 { padding-top: 20px;}
/************Header************/

header { background: #d44934; padding-bottom: 40px;}
h1 { margin-top: 50px; text-align: center; font-family: 'Questrial', sans-serif; color: #ffffff; font-size: 90px; font-weight: normal; text-transform: capitalize;}
h1 a { line-height: 90px;}
h1 a span { line-height: 90px; display: inline-block;}
h1 a + span {margin-top: 20px; color: #BBBBBB; display: block;font-size: 32px; line-height: 32px; text-transform: none;}
.h-main {padding-bottom: 0; 
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

/*slider*/

.slider { background: url(../images/bg-2.gif) 0 0 repeat; margin-top: 160px; text-align: center;}
.slider .camera_wrap { margin-bottom: 0!important; height: 386px;}
.slider .camera_caption {
    bottom: auto;
    top: 95px;
    left: 0px;
}
    .slider .camera_caption > div { padding-left: 0px;}
    .slider-text span {
        display: block;
        font-family: 'Open Sans', sans-serif; 
        font-weight: 300;
        color: #ffffff;
        font-size: 53px;
        line-height: 53px;
        text-transform: capitalize;
}
    .slider-text span + span{
        font-family: 'Open Sans', sans-serif; 
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #fff;
        margin-top: 37px;
        text-transform: none;
}
    .slider-text div { color: #7a7a7a; margin-top: 4px; font-size: 18px; line-height: 26px;font-family: 'Open Sans', sans-serif;}


.slider .camera_pag { position: absolute; top: -71px; bottom: auto; left: 50%; right: auto; text-align: center; margin-left: -195px;}
.slider .camera_pag .inline { line-height: 0px;}
.slider .camera_wrap .camera_pag .camera_pag_ul { display: inline-block; line-height: 0px; font-size: 0px;}

.slider .camera_wrap .camera_pag .camera_pag_ul li {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0px;
    position: relative;
    text-align: center;
    text-indent: -9999px;
    height: 130px !important;
    width: 130px !important;
    margin: 0px 0px 0px 0px !important;
}

.slider .camera_wrap .camera_pag .camera_pag_ul li > span {
    height: 130px !important;
    left: 0px !important;
    overflow: hidden;
    position: absolute;
    top: 0px !important;
    width: 130px !important;
    transition: all 0.4s ease;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
}
.pag_nav_0, .pag_nav_0>span{ background: #d44934; }
.pag_nav_1, .pag_nav_1>span{ background: #009389;}
.pag_nav_2, .pag_nav_2>span { background: #f7941d;}

.slider .camera_wrap .camera_pag .camera_pag_ul li > span:after {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    content: "";
    top: 0px;
    left: 0; 
}
.slider .camera_wrap .camera_pag .camera_pag_ul li:first-child > span:after { background: url(../images/icon-6.png) center center no-repeat;}
.slider .camera_wrap .camera_pag .camera_pag_ul li:first-child + li > span:after { background: url(../images/icon-5.png) center center no-repeat;}
.slider .camera_wrap .camera_pag .camera_pag_ul li:first-child + li + li > span:after { background: url(../images/icon-4.png) center center no-repeat;}

.slider .btn {
    display: inline-block;
    background: #ffffff;
    color: #9b9b9b;
    font-family: 'Questrial', sans-serif;
    line-height: 15px;
    font-weight: normal;
    padding: 13px 30px 14px;
    text-decoration: none;
    margin-top: 28px;
    font-size: 15px;
}
.slider .btn:hover { background:#d44934; color: #fff; text-shadow:none;}

/************Content***********/
.content { background: url(../images/bg-3.png) 0 0 repeat;}
.box-1 { 
    position: relative;
    display: block;
    margin: 36px 0px 34px; 
    padding-bottom: 73px;  
    text-align: center;
    -webkit-box-shadow: 1px 1px 3px 0px #e7e7e7;
    -moz-box-shadow: 1px 1px 3px 0px #e7e7e7;
    box-shadow: 1px 1px 3px 0px #e7e7e7;
    background: #fff; 
    transition: all 0.4s ease;
    overflow: hidden;
}
.box-1:hover, .box-1:hover h3 { color: #d44934;}
.box-1:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 68px;
    bottom: 0px;
    left: 0;
    right: 0;
    background: url(../images/arrow-1.png) center center no-repeat; 
    transition: all 0.4s ease;
}
.box-1:hover:after { height: 35px;}
.box-1 img {margin-top: 3px;transition: all 0.4s ease;}
.box-1 .wrapper { overflow: hidden;}
.box-1:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.box-1 h3 + div { padding: 0 20px; min-height: 90px;}

.banner-1 { 
    background: #040305 url(../images/banner-1.jpg) right 0 no-repeat;
    padding-top: 51px;
    padding-left: 56px;
    margin-top: 34px;
    color: #ffffff;
    padding-bottom: 29px;
}

.features-list {padding-bottom: 40px; width: 98%; margin: 0 auto;}
.features-list img {padding-top: 5px; width: 17px; height: 15px;}
.features-text {float: left; width: 310px; color: #7a7a7a; margin: 3px 0; font-size: 18px; line-height: 26px; font-family: 'Open Sans', sans-serif;}

/* Forms */

.form-label-left {
    float: left;
    width: 40%;
    margin-bottom: 10px;
}

.form-label-right {
    float: left;
    width: 60%;
    margin-bottom: 10px;

}

.form-label-right .simple-input {
  display: block;
  padding: 5px;
  border: 4px solid #F1B720;
  border-radius: 5px;
  color: #333;
  transition: all 0.3s ease-out;
  width: 200px;
}

.form-label-right .simple-input:hover { border-radius: 8px; }
.form-label-right .simple-input:focus { 
  outline: none;
  border-radius: 8px; 
  border-color: #EBD292;
}

.form-label-right .depth {
  display: block;
  border: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px;
  color: #555;
  width: 168px;
  background-color: #eee;
}

.form-label-right .depth:focus {
  outline: none;
  background-position: 0 -1.7em;
  border: 1px solid #D44934;
}

.modernbtn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  background: #F7941D;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);

  /* Font styles */
  text-decoration: none;
  text-shadow: 0 1px rgba(255,255,255,0.7);
}

.modernbtn:hover  { background: #f6ab52; cursor: pointer; }

/*products*/
.gallery-1 { margin-top: -16px;}
.w-1 { width: 300px; float: left; margin-left: 10px; margin-right: 10px;}
.box-2 { 
    background: #ffffff; 
    padding-bottom: 17px; 
    -webkit-box-shadow: 1px 1px 3px 0px #e7e7e7;
    -moz-box-shadow: 1px 1px 3px 0px #e7e7e7;
    box-shadow: 1px 1px 3px 0px #e7e7e7;
    margin-top: 20px;
}
.box-2 > div + div { padding: 0px 20px;}


/*services*/

.gallery-2 { margin-top: -32px; padding-bottom: 21px;}
.gallery-2 h4 { padding-top: 0px;}
.gallery-2 .w-1 { margin-top: 32px;}


/*links*/

.block-1 h3 { padding-top: 13px; }
.block-1 h4 { padding-top: 0;}

.row-2 { margin-top: 19px;}

/* Price layouts */

.planwrapper {padding: 0 15px;}
.planname {
    margin-top: 10px;
    float: left;
    width: 80px;
    color: #171717;
    font-size: 20px;
    font-weight: bold;
}
.plandesc {
    margin-top: 14px;
    float: left;
    width: 180px;
    text-align: right;
}
.price {font-weight: bold; color: #d44934; font-size: 28px; padding: 5px 0;}

.testimonial {
    margin: 0;
    background: #d4d4d4;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: linear-gradient(#CEF3FF, #d4d4d4);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CEF3FF), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, #ebebeb, #d4d4d4);
    background-image:    -moz-linear-gradient(top, #ebebeb, #d4d4d4);
    background-image:     -ms-linear-gradient(top, #ebebeb, #d4d4d4);
    background-image:      -o-linear-gradient(top, #ebebeb, #d4d4d4);
}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}

.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #d4d4d4;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:left;
}

.testimonial-author span {
    font-size: 12px;
    color: #666;
}?



/************Footer************/

footer { padding-top: 37px; padding-bottom: 50px;}
.list-services li {
    display: inline-block;
    margin: 0 10px;
    perspective: 500; 
    -webkit-perspective: 500;
}
    .list-services li > a { 
        display: inline-block; 
        width: 35px;
        text-decoration: none;
        height: 40px;
        width: 40px;
        background: url(../images/soc-3-icons.png) no-repeat;
        transition:all .6s ease-out;
    }

    .list-services li > .list-services-1 { background-position: 0px 0px; }
    .list-services li > .list-services-2 { background-position: -64px 0px; }
    .list-services li > .list-services-3 { background-position: -127px 0px; }
    .list-services li > .list-services-4 { background-position: -191px 0px; }
    .list-services li > .list-services-5 { background-position: -92px 0px; }
    .list-services li > a:hover { opacity: 0.6;}
    
.foot-text {font-family: 'Open Sans', sans-serif;  font-size: 14px; line-height: 14px; margin-top: 66px;color: #fff;}
.foot-text span { color: #4c4c4c; font-size: 26px; line-height: 8px; font-weight: normal;}



/*toTop*/
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    cursor:pointer;
    overflow:hidden;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border:none;
    text-indent:-999px;
    z-index:20;
    background: #171717 url(../images/ui.totop.png) center center no-repeat;
    margin-right: -670px !important;
    right: 50%;
    bottom: 30px;
    color: #464646;
    transition:all .6s ease-out;
    behavior:url(js/PIE.htc);
}

    #toTop:hover {
        display:block;
        overflow:hidden;
        float:left;
        background: #d44934 url(../images/ui.totop.png) center center no-repeat;
    }

    #toTop:active, #toTop:focus {outline:none;}

/*touch-touch*/
.magnifier {
    position:relative;
    display:block;
}
.magnifier:after {
    background: url(../images/magnifier.png) center center no-repeat #000000;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.magnifier:hover:after {
    opacity:0.4;
    filter: alpha(opacity=40);
    -webkit-transition:opacity .2s linear;
    -moz-transition:opacity .2s linear;
    -o-transition:opacity .2s linear;
    transition:opacity .2s linear;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
    .slider .camera_wrap { height: 309px;}
    .slider-text span { font-size: 53px; line-height: 53px;}
    .slider-text span + span { margin-top: 15px; font-size: 16px; line-height: 18px;}
    .slider-text div { font-size: 14px; line-height: 16px; margin-top: 5px;}
    .slider .camera_caption { top: 80px;}
    .w-1 {width: 31%; margin-left: 1%; margin-right: 1%;}
}
@media only screen and (max-width: 767px) {
    .slider .camera_wrap { height: 200px;}
    .slider .camera_wrap .camera_pag .camera_pag_ul li > span {
        height: 100px !important;
        width: 100px !important;
    }
    .slider .camera_wrap .camera_pag .camera_pag_ul li {
        height: 100px !important;
        width: 100px !important;
    }
    .slider .camera_pag { margin-left: -157px;}
    .slider-text span { font-size: 33px;line-height: 33px;}
    .slider .camera_caption { top: 40px;}
    .slider-text div {display: none;}
    .slider .btn { margin-top: 14px;}
    h1 { margin-top: 50px;}
    .slider { margin-top: 80px;}
    .slider .camera_pag { top: -60px;}
    .banner-1 { padding-top: 20px;}
    .w-1 {width: 44%; margin-left: 3%; margin-right: 3%;}
    .w-1.v2 { width: 100%; margin-left: 0; margin-right: 0;}
    .dropcap-wr { margin-top: 20px;}
    .dropcap-1 + h4 { margin-top: 0;}
    .grid_inside { margin: 0px;}
    .row-2 { margin-top: 0;}
    .block-1 h3 { padding-top: 30px;}
}
@media only screen and (max-width: 479px) {
    .slider .camera_wrap .camera_pag .camera_pag_ul li,
    .slider .camera_wrap .camera_pag .camera_pag_ul li > span { 
        height: 90px !important;
        width: 90px !important;
    }
    .slider .camera_pag {margin-left: -143px;}
    .slider-text span + span { display: none;}
    .text-1 {  font-size: 30px; line-height: 30px;}
    .text-2 { font-size: 25px; line-height: 27px;}
    .banner-1 { padding: 10px;  background-size: 100% auto;}
    .w-1 {width: 100%; margin-left: 0; margin-right: 0;}
}

@media only screen and (max-width: 320px) {

}