



/* icon font */
.hi-icon a {
	display:block; 
	width:100%; 
	height:100%;  
	position:absolute; 
	top:0px; 
	z-index:100 
}


/* jquery.flipcountdown */
.xdsoft_flipcountdown{display:inline-block
}
.xdsoft_flipcountdown .xdsoft_digit{
    float:left;
    background-repeat:no-repeat
}
.xdsoft_flipcountdown .xdsoft_clearex{
    clear:both;
    float:none
}
.xdsoft_flipcountdown>.xdsoft_digit{
    background-position:0 0
}
.xdsoft_flipcountdown>.xdsoft_digit.xdsoft_dot,
.xdsoft_flipcountdown>.xdsoft_digit.xdsoft_separator{
    opacity: .9
}
.xdsoft_flipcountdown.xdsoft_size_lg>.xdsoft_digit{
    width:53px;
    height:76px;
    background-image:url(../images/countdown/digit-lg.png)
}
.xdsoft_flipcountdown.xdsoft_size_lg>.xdsoft_digit.xdsoft_dot,
.xdsoft_flipcountdown.xdsoft_size_lg>.xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_lg>.xdsoft_digit.xdsoft_space{
    width:14px;background-position:-19px -5082px
}
.xdsoft_flipcountdown.xdsoft_size_lg>.xdsoft_digit.xdsoft_dot{
    background-position:-41px -5082px
}
.xdsoft_flipcountdown.xdsoft_size_lg>.xdsoft_digit.xdsoft_space{
    background-position:-100px -5082px
}
.xdsoft_flipcountdown.xdsoft_size_md>.xdsoft_digit{
    width:36px;
    height:51px;
    background-image:url(../images/countdown/digit-md.png)
}
.xdsoft_flipcountdown.xdsoft_size_md>.xdsoft_digit.xdsoft_dot,
.xdsoft_flipcountdown.xdsoft_size_md>.xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_md>.xdsoft_digit.xdsoft_space{
    width:10px;
    background-position:-13px -3432px
}
.xdsoft_flipcountdown.xdsoft_size_sm>.xdsoft_digit{
    width:24px;
    height:34px;
    background-image:url(../images/countdown/digit-sm.png)
}
.xdsoft_flipcountdown.xdsoft_size_sm>.xdsoft_digit.xdsoft_dot,
.xdsoft_flipcountdown.xdsoft_size_sm>.xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_sm>.xdsoft_digit.xdsoft_space{
    width:10px;
    background-position:-6px -2310px
}
.xdsoft_flipcountdown.xdsoft_size_xs>.xdsoft_digit{
    width:16px;
    height:23px;
    background-image:url(../images/countdown/digit-xs.png)
}
.xdsoft_flipcountdown.xdsoft_size_xs>.xdsoft_digit.xdsoft_dot,
.xdsoft_flipcountdown.xdsoft_size_xs>.xdsoft_digit.xdsoft_separator,
.xdsoft_flipcountdown.xdsoft_size_xs>.xdsoft_digit.xdsoft_space{
    width:5px;background-position:-5px -1584px
}
/* owl.carousel */
.owl-carousel .owl-wrapper:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel{
    display:none;
    position:relative;
    width:100%
}
.owl-carousel .owl-wrapper{
    display:none;
    position:relative;
    -webkit-transform:translate3d(0,0,0);
    -webkit-perspective:1000
}
.owl-carousel .owl-wrapper-outer{
    overflow:hidden;
    position:relative;
    width:100%;z-index:9
}
.owl-carousel .owl-item{
    float:left
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page{
    cursor:pointer
}
.owl-controls{
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:transparent
}
.owl-controls .owl-buttons{
    text-align:center
}
.grabbing{
    cursor:url(grabbing.png) 8 8,move
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden
}
.owl-theme .owl-controls{
    margin-top:10px;
    text-align:center
}
.owl-theme .owl-controls .owl-page{
    display:inline-block;
    zoom:1
}
.owl-theme .owl-controls .owl-page span{
    display:block;
    width:12px;
    height:12px;
    margin:5px 7px;
    opacity:.5;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    background:#869791
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity:1
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
    height:auto;
    width:auto;
    color:#FFF;
    padding:2px 10px;
    font-size:12px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px
}
.owl-origin{
    -webkit-perspective:1200px;
    -webkit-perspective-origin-x:50%;
    -webkit-perspective-origin-y:50%;
    -moz-perspective:1200px;
    -moz-perspective-origin-x:50%;
    -moz-perspective-origin-y:50%;
    perspective:1200px
}
.owl-fade-out{
    z-index:10;
    -webkit-animation:fadeOut .7s both ease;
    -moz-animation:fadeOut .7s both ease;
    animation:fadeOut .7s both ease
}
.owl-fade-in{-webkit-animation:fadeIn .7s both ease;
    -moz-animation:fadeIn .7s both ease;
    animation:fadeIn .7s both ease
}
.owl-backSlide-out{
    -webkit-animation:backSlideOut 1s both ease;
    -moz-animation:backSlideOut 1s both ease;
    animation:backSlideOut 1s both ease
}
.owl-backSlide-in{
    -webkit-animation:backSlideIn 1s both ease;
    -moz-animation:backSlideIn 1s both ease;
    animation:backSlideIn 1s both ease
}
.owl-goDown-out{
    -webkit-animation:scaleToFade .7s ease both;
    -moz-animation:scaleToFade .7s ease both;
    animation:scaleToFade .7s ease both
}
.owl-goDown-in{
    -webkit-animation:goDown .6s ease both;
    -moz-animation:goDown .6s ease both;
    animation:goDown .6s ease both
}
.owl-goUp-out{
    -webkit-animation:goUpout .4s ease both;
    -moz-animation:goUpout .4s ease both;
    -ms-animation:goUpout .4s ease both;
    -o-animation:goUpout .4s ease both;
    animation:goUpout .4s ease both
}
.owl-goUp-in{
    -webkit-animation:goUpin .4s ease both;
    -moz-animation:goUpin .4s ease both;
    -ms-animation:goUpin .4s ease both;
    -o-animation:goUpin .4s ease both;
    animation:goUpin .4s ease both
}
.owl-fadeUp-in{
    -webkit-animation:scaleUpFrom .9s ease-out both;
    -moz-animation:scaleUpFrom .9s ease-out both;
    animation:scaleUpFrom .9s ease-out both
}
.owl-fadeUp-out{
    -webkit-animation:scaleUpTo .9s ease both;
    -moz-animation:scaleUpTo .9s ease both;
    animation:scaleUpTo .9s ease both
}
@-webkit-keyframes empty{
    0%{opacity:1}
}
@-moz-keyframes empty{
    0%{opacity:1}
}
@keyframes empty{0%{opacity:1}}
@-webkit-keyframes fadeIn{0%{opacity:0}
    100%{opacity:1}}
@-moz-keyframes fadeIn{0%{opacity:0}
    100%{opacity:1}}
@keyframes fadeIn{0%{opacity:0}
    100%{opacity:1}}
@-webkit-keyframes fadeOut{0%{opacity:1}
    100%{opacity:0}}
@-moz-keyframes fadeOut{0%{opacity:1}
    100%{opacity:0}}
@keyframes fadeOut{0%{opacity:1}
    100%{opacity:0}}
@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}
    100%,75%{
        opacity:.5;
        -webkit-transform:translateZ(-500px) translateX(-200%)}}
@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}
    100%,75%{opacity:.5;
        -moz-transform:translateZ(-500px) translateX(-200%)}}
@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}
    100%,75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}
@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}
    75%{opacity:.5;
        -webkit-transform:translateZ(-500px)}
    100%{opacity:1;
        -webkit-transform:translateZ(0) translateX(0)}}
@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}
    75%{opacity:.5;
        -moz-transform:translateZ(-500px)}
    100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}
@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}
    75%{opacity:.5;transform:translateZ(-500px)}
    100%{opacity:1;transform:translateZ(0) translateX(0)}}
@-webkit-keyframes scaleToFade{to{opacity:0;
    -webkit-transform:scale(.8)}}
@-moz-keyframes scaleToFade{to{opacity:0;
    -moz-transform:scale(.8)}}
@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}
@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}
@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}
@keyframes goDown{from{transform:translateY(-100%)}}
@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.8)}}
@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.8)}}
@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.8)}}
@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.8)}}
@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.8)}}
@keyframes scaleUpTo{to{opacity:0;transform:scale(1.8)}}
@-webkit-keyframes goUpin{from{-webkit-transform:translateY(100%)}}
@-moz-keyframes goUpin{from{-moz-transform:translateY(100%)}}
@-ms-keyframes goUpin{from{-moz-transform:translateY(100%)}}
@-o-keyframes goUpin{from{-moz-transform:translateY(100%)}
}@keyframes goUpin{from{-moz-transform:translateY(100%)}}
@-webkit-keyframes goUpout{to{-webkit-transform:translateY(-100%)}}
@-moz-keyframes goUpout{to{-moz-transform:translateY(-100%)}}
@-ms-keyframes goUpout{to{-moz-transform:translateY(-100%)}}
@-o-keyframes goUpout{to{-moz-transform:translateY(-100%)}}
@keyframes goUpout{to{-moz-transform:translateY(-100%)}}
/* easy-responsive-tabs.css */

.resp-tabs-list li,h2.resp-accordion{
    font-size:13px;
    cursor:pointer
}
ul.resp-tabs-list{
    margin:0;
    padding:0
}
.resp-tabs-list li{
    font-weight:600;
    display:inline-block;
    padding:13px 15px;
    margin:0;
    list-style:none;
    float:left
}
.resp-tabs-container{
    padding:0;
    background-color:#fff;
    clear:left
}
h2.resp-accordion{
    display:none
}.resp-tab-content{
    display:none;
    padding:15px
}
.resp-accordion-active,
.resp-content-active,
.resp-easy-accordion h2.resp-accordion,
.resp-tab-content-active{
    display:block
}
.resp-tab-active{
    border:1px solid #c1c1c1;
    margin-bottom:-1px!important;
    padding:12px 14px 14px!important;
    border-bottom:none;
    background-color:#fff
}
.resp-tab-content,
h2.resp-accordion{
    border:1px solid #c1c1c1
}
h2.resp-accordion{
    font-size:13px;
    border-top:0 solid #c1c1c1;
    margin:0;
    padding:10px 15px
}
h2.resp-tab-active{
    border-bottom:0 solid #c1c1c1!important;
    margin-bottom:0!important;
    padding:10px 15px!important
}
h2.resp-tab-title:last-child{
    border-bottom:12px solid #c1c1c1!important;
    background:#00f
}
.resp-vtabs ul.resp-tabs-list{
    float:left;
    width:30%
}
.resp-vtabs .resp-tabs-list li{
    display:block;
    padding:15px!important;
    margin:0;
    cursor:pointer;
    float:none
}
.resp-vtabs .resp-tabs-container{
    padding:0;
    background-color:#fff;
    border:1px solid #c1c1c1;
    float:left;
    width:68%;
    min-height:250px;
    border-radius:4px;
    clear:none
}
.resp-vtabs .resp-tab-content{
    border:none
}
.resp-vtabs li.resp-tab-active{
    border:1px solid #c1c1c1;
    border-right:none;
    background-color:#fff;
    position:relative;
    z-index:1;
    margin-right:-1px!important;
    padding:14px 15px 15px 14px!important
}
.resp-arrow{
    width:0;
    height:0;
    float:right;
    margin-top:3px;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:12px solid #c1c1c1
}
h2.resp-tab-active span.resp-arrow{
    border:none;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:12px solid #9B9797
}
h2.resp-tab-active{
    background:#DBDBDB!important
}
.resp-easy-accordion .resp-tab-content{
    border:1px solid #c1c1c1
}
.resp-easy-accordion .resp-tab-content:last-child{
    border-bottom:1px solid #c1c1c1!important
}
.resp-jfit{
    width:100%;
    margin:0
}
h2.resp-accordion:first-child{
    border-top:1px solid #c1c1c1!important
}
@media only screen and (max-width:768px){
    ul.resp-tabs-list{
        display:none
    }
    h2.resp-accordion{
        display:block
    }
    .resp-vtabs .resp-tab-content{
        border:1px solid #C1C1C1
    }
    .resp-vtabs .resp-tabs-container{
        border:none;
        float:none;
        width:100%;
        min-height:initial;
        clear:none
    }
    .resp-accordion-closed{
        display:none!important
    }
    .resp-vtabs .resp-tab-content:last-child{border-bottom:1px solid #c1c1c1!important}
}
/* jquery.circliful */
.circliful{
    position:relative
}
.circle-info,
.circle-info-half,
.circle-text,
.circle-text-half{
    width:100%;
    position:absolute;
    text-align:center;
    display:inline-block
}
.circle-info,
.circle-info-half{
    color:#999
}
.circliful .fa{
    margin:-10px 3px 0;
    position:relative;
    bottom:4px
}

/* megamenu */
.menu-nav>li ul.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:999;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    -webkit-boxshadow:none;
    -moz-boxshadow:none;
    -ms-boxshadow:none;
    -o-boxshadow:none;
    box-shadow:none
}

.menu-nav>li ul li:last-child{
    border-bottom:none
}
.menu-nav>li ul li a{
    line-height:14px;
    z-index:999;
    display:block;
    text-transform:capitalize;
    padding:0;
    -webkit-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s
}
.menu-nav>li:hover ul{
    margin:0
}
.menu-nav>li ul.dropdown-menu ul{
    top:0;
    left:100%;
    padding-left:0
}
.button-menu{
    font-size:20px;
    width:18px;
    position:relative;
    display:none;
    height:12px;
    margin-top:8px;
    cursor:pointer;
    border-top:2px solid #000
}
.button-menu:after,
.button-menu:before{
    display:block;
    width:100%;
    position:absolute;
    height:2px;
    background-color:#000;
    content:'';
    left:0
}
.button-menu:after{
    bottom:0
}
.button-menu:before{
    top:3px
}
.social-menu{
    display:none
}
.social-menu a{
    color:#252525;
    font-size:14px;
    -webkit-transition:all .3s linear;
    -o-transition:all .3s linear;
    transition:all .3s linear
}
.social-menu a:hover{
    color:#428bca
}
.menu-nav.ts-effect-fade li>ul,
.menu-nav.ts-effect-fade>li>div{
    display:none;
    visibility:hidden;
    opacity:0
}
.menu-nav.ts-effect-fade li.ts_hover>ul,
.menu-nav.ts-effect-fade.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-fade.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-fade>li.ts_hover>div{
    visibility:visible;
    opacity:1;
    display:block;
    -webkit-transition:opacity .4s ease;
    -moz-transition:opacity .4s ease;
    -ms-transition:opacity .4s ease;
    -o-transition:opacity .4s ease;
    transition:opacity .4s ease
}
.menu-nav.ts-effect-slide-top li>ul,
.menu-nav.ts-effect-slide-top>li>div{
    -webkit-transform:translateY(50px);
    -moz-transform:translateY(50px);
    -ms-transform:translateY(50px);
    -o-transform:translateY(50px);
    transform:translateY(50px)}
.menu-nav.ts-effect-slide-bottom li>ul,
.menu-nav.ts-effect-slide-bottom>li>div{
    -webkit-transform:translateY(-50px);
    -moz-transform:translateY(-50px);
    -ms-transform:translateY(-50px);
    -o-transform:translateY(-50px);
    transform:translateY(-50px)
}
.menu-nav.ts-effect-slide-left li>ul,
.menu-nav.ts-effect-slide-left>li>div{
    -webkit-transform:translateX(50px);
    -moz-transform:translateX(50px);
    -ms-transform:translateX(50px);
    -o-transform:translateX(50px);
    transform:translateX(50px)
}
.menu-nav.ts-effect-slide-right li>ul,
.menu-nav.ts-effect-slide-right>li>div{
    -webkit-transform:translateX(-50px);
    -moz-transform:translateX(-50px);
    -ms-transform:translateX(-50px);
    -o-transform:translateX(-50px);
    transform:translateX(-50px)
}
.menu-nav.ts-effect-slide-bottom li>ul,
.menu-nav.ts-effect-slide-bottom>li>div,
.menu-nav.ts-effect-slide-left li>ul,
.menu-nav.ts-effect-slide-left>li>div,
.menu-nav.ts-effect-slide-right li>ul,
.menu-nav.ts-effect-slide-right>li>div,
.menu-nav.ts-effect-slide-top li>ul,
.menu-nav.ts-effect-slide-top>li>div{
    display:block!important;
    visibility:hidden;
    opacity:0
}
.menu-nav.ts-effect-slide-bottom li.ts_hover>ul,
.menu-nav.ts-effect-slide-bottom.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-slide-bottom.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-slide-bottom>li.ts_hover>div,
.menu-nav.ts-effect-slide-left li.ts_hover>ul,
.menu-nav.ts-effect-slide-left.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-slide-left.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-slide-left>li.ts_hover>div,
.menu-nav.ts-effect-slide-right li.ts_hover>ul,
.menu-nav.ts-effect-slide-right.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-slide-right.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-slide-right>li.ts_hover>div,
.menu-nav.ts-effect-slide-top li.ts_hover>ul,
.menu-nav.ts-effect-slide-top.ts-menu-destop li:hover>ul,
.menu-nav.ts-effect-slide-top.ts-menu-destop>li:hover>div,
.menu-nav.ts-effect-slide-top>li.ts_hover>div{
    visibility:visible;
    opacity:1;
    -webkit-transform:translate(0);
    -moz-transform:translate(0);
    -ms-transform:translate(0);
    -o-transform:translate(0);
    transform:translate(0);
    -webkit-transition:opacity .4s ease,
        -webkit-transform .4s ease;
    -moz-transition:opacity .4s ease,
        -moz-transform .4s ease;
    -ms-transition:opacity .4s ease,
        -ms-transform .4s ease;
    -o-transition:opacity .4s ease,
        -o-transform .4s ease;
    transition:opacity .4s ease,
        transform .4s ease
}
.menu-nav.ts-position-left>li+li,
.menu-nav.ts-position-right>li+li{
    margin-left:0;
    margin-top:10px
}
@media screen and (max-width:768px){
    .menu-nav.ts-response-simple>li.ts-search,
    .menu-nav.ts-response-stack>li.megamenu-item,
    .menu-nav.ts-response-stack>li.ts-logo img,
    .menu-nav[class*=ts-response]>li{
        position:relative
    }
    .menu-nav[class*=ts-response]>li>div.ts-multi-column>ul,
    .menu-nav[class*=ts-response]>li>div.ts-multi-column>ul ul,
    .menu-nav[class*=ts-response]>li>ul,
    .menu-nav[class*=ts-response]>li>ul ul{
        left:0;
        right:0;
        width:auto!important;
        margin-right:0
    }
    .menu-nav[class*=ts-response]>li>div.ts-multi-column>ul ul,
    .menu-nav[class*=ts-response]>li>ul ul{
        top:100%;
        margin-left:39px!important
    }
    .menu-nav.ts-response-stack>li+li,
    .menu-nav.ts-response-switch>li+li{
        margin-left:0;
        margin-top:10px
    }
    .menu-nav[class*=ts-response].ts-position-bottom>li>div.ts-multi-column>ul ul,
    .menu-nav[class*=ts-response].ts-position-bottom>li>div.ts-multi-column>ul ul.ts-drop-left,
    .menu-nav[class*=ts-response].ts-position-bottom>li>ul ul,
    .menu-nav[class*=ts-response].ts-position-bottom>li>ul ul.ts-drop-left{
        left:0;
        top:auto;
        bottom:100%
    }
    .menu-nav[class*=ts-response].ts-position-left>li>div.ts-multi-column>ul,
    .menu-nav[class*=ts-response].ts-position-left>li>ul,
    .menu-nav[class*=ts-response].ts-position-right>li>div.ts-multi-column>ul,
    .menu-nav[class*=ts-response].ts-position-right>li>ul{
        top:100%;
        left:0;
        right:0
    }
    .menu-nav[class*=ts-response].ts-position-left>li>div.ts-multi-column>ul ul,
    .menu-nav[class*=ts-response].ts-position-left>li>div.ts-multi-column>ul ul.ts-drop-left,
    .menu-nav[class*=ts-response].ts-position-left>li>ul ul,
    .menu-nav[class*=ts-response].ts-position-left>li>ul ul.ts-drop-left,
    .menu-nav[class*=ts-response].ts-position-right>li>div.ts-multi-column>ul ul,
    .menu-nav[class*=ts-response].ts-position-right>li>div.ts-multi-column>ul ul.ts-drop-left,
    .menu-nav[class*=ts-response].ts-position-right>li>ul ul,
    .menu-nav[class*=ts-response].ts-position-right>li>ul ul.ts-drop-left{
        left:0;
        right:0;
        top:100%
    }
    .menu-nav[class*=ts-response].ts-position-left>li.megamenu-item>div,
    .menu-nav[class*=ts-response].ts-position-left>li.ts-content>div,
    .menu-nav[class*=ts-response].ts-position-right>li.megamenu-item>div,
    .menu-nav[class*=ts-response].ts-position-right>li.ts-content>div{
        top:100%;
        left:0;
        right:0
    }
    .menu-nav[class*=ts-response] li>div{
        top:100%;
        left:0!important;
        right:0;
        width:auto!important
    }
    .menu-nav[class*=ts-response] li>div.ts-multi-column>ul{
        width:100%!important
    }
    .menu-nav[class*=ts-response] .ts-row .ts-col{
        display:block;
        margin-right:0;
        width:100%!important;
        float:none
    }
    .menu-nav.ts-response-stack .ts-search input,
    .menu-nav.ts-response-switch .ts-search input,
    .menu-nav.ts-response-switch>li,
    .menu-nav[class*=ts-response] .w-100,
    .menu-nav[class*=ts-response] .w-1000,
    .menu-nav[class*=ts-response] .w-150,
    .menu-nav[class*=ts-response] .w-200,
    .menu-nav[class*=ts-response] .w-250,
    .menu-nav[class*=ts-response] .w-300,
    .menu-nav[class*=ts-response] .w-350,
    .menu-nav[class*=ts-response] .w-400,
    .menu-nav[class*=ts-response] .w-450,
    .menu-nav[class*=ts-response] .w-50,
    .menu-nav[class*=ts-response] .w-500,
    .menu-nav[class*=ts-response] .w-550,
    .menu-nav[class*=ts-response] .w-600,
    .menu-nav[class*=ts-response] .w-650,
    .menu-nav[class*=ts-response] .w-700,
    .menu-nav[class*=ts-response] .w-750,
    .menu-nav[class*=ts-response] .w-800,
    .menu-nav[class*=ts-response] .w-850,
    .menu-nav[class*=ts-response] .w-900,
    .menu-nav[class*=ts-response] .w-950{
        width:100%
    }
    .menu-nav.ts-response-simple>li>a i{
        letter-spacing:0
    }
    .menu-nav.ts-response-simple>li.ts-logo,
    .menu-nav.ts-response-simple>li>a .ts-caret{
        display:none
    }
    .menu-nav.ts-response-stack>li{
        display:inline-block;
        float:none
    }
    .menu-nav.ts-response-stack>li.ts-logo{
        text-align:center
    }
    .menu-nav.ts-response-stack>li.ts-logo,
    .menu-nav.ts-response-stack>li.ts-right-item{
        position:relative;
        width:100%
    }
    .main-menu .menu-nav.ts-response-stack>li.megamenu-item{
        position:static
    }
    .menu-nav.ts-response-stack>li>a .ts-caret{
        float:right
    }
    .menu-nav.ts-response-stack .ts-search{
        float:none
    }
    .menu-nav.ts-response-switch>li{
        display:none;
        float:none;
        position:relative
    }
    .menu-nav.ts-response-switch:hover>li,
    .menu-nav.ts-response-switch>li.ts-logo{
        display:block
    }
    .menu-nav.ts-response-switch>li.ts-logo img{
        position:relative;
        z-index:1
    }
    .menu-nav.ts-response-switch:before{
        font-family:FontAwesome;
        content:'\f0c9';
        position:relative;
        float:right;
        cursor:pointer;
        line-height:39px;
        height:39px;
        padding:0 14px;
        z-index:2
    }
    .menu-nav.ts-response-switch:hover:before{
        opacity:0
    }
    .menu-nav.ts-response-switch>li>a .ts-caret{
        float:right
    }
    .menu-nav.ts-response-switch .ts-search{
        float:none
    }
    .menu-nav.ts-response-margin li>div,
    .menu-nav.ts-response-margin>li>ul{
        margin-left:39px!important
    }}
@media (min-width:768px) and (max-width:1024px){
    .menu-nav>li.megamenu-item ul.dropdown-menu ul{
        margin:0!important
    }
    .megamenu-content .wpb_column.vc_col-sm-6:nth-child(2n+1){
        clear:both}
}
/* styles.css */
.parallax-section,
.ts-section-title{
    position:relative
}
.breadcrumbs,
.breadcrumbs i{
    font-style:normal
}
.main-menu,
.top-info{
    text-align:right
}
#wrapper,
.banner-content{
    overflow:hidden
}
body{
    font-family:Roboto;font-size:14px;
    line-height:26px;color:#737373
}
ul{
    margin:0
}
ul.children{
    padding-left:25px
}
.breadcrumbs,
.ts-bt{
    padding:0 15px;
    display:inline-block
}
label{
    font-weight:500
}
a{
    text-decoration:none;color:#fd4326
}
a:focus,
a:hover{
    text-decoration:none;
    color:#737373
}
a:focus{
    outline:0
}
.ts-bt{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    background:#fd4326;
    line-height:38px;
    text-transform:uppercase;
    color:#fff;
    font-size:11px;
    letter-spacing:1px;
    text-decoration:none;
    border:1px solid #fd4326;
    -webkit-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s
}
.ts-bt:focus,
.ts-bt:hover{
    background:#fff;
    color:#fd4326
}
.ts-bt .fa{
    margin-right:6px
}
.parallax-section{
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position:0 50%
}
.ts-section-title h2,
.ts-section-title h3{
    font-weight:300;
    font-size:30px;
    color:#252525;
    margin-top:0;
    line-height:30px;
    margin-bottom:10px
}
.ts-section-title p{
    font-weight:300;
    font-size:18px;
    line-height:26px
}
.ts-section-title.title-light h2,
.ts-section-title.title-light h3{
    color:#fff
}
.ts-section-title.title-light p{
    color:#cecece
}
.overlay,.ts-overlay{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0;
    background:rgba(0,0,0,.85)
}
.bg_parallax,
.main-header>.container,
.main-menu ul li.megamenu-item>a,
.main-menu ul li.menu-item-has-children>a,
.main-menu>ul>li,
.menu-nav>li a{
    position:relative;
}
.bg_parallax{
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover
}
img{max-width:100%
}
#map-canvas img{
    max-width:none
}
.h1,h1{
    font-size:45px
}
.h2,h2{
    font-size:30px
}
h3{
    font-size:25px
}
h4{
    font-size:20px
}
h5{
    font-size:18px
}
h6{font-size:16px
}
h1,h2,h3,h4,h5,h6{
    font-weight:300;
    color:#252525;
    margin:0 0 20px
}
.breadcrumbs{
    line-height:33px;
    width:auto;
    border:1px solid #737373;
    font-size:12px;
    font-weight:300;
    color:#737373;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.breadcrumbs a{
    color:#fff
}
.breadcrumbs a:hover{
    color:#fd4326
}
.ts-style-button{
    background:#42454a;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    color:#fff;
    font-size:12px;
    font-weight:400;
    letter-spacing:1px;
    line-height:38px;
    text-decoration:none
}
.ts-style-button:hover{
    background:#fd4326;
    color:#fff
}
.no-margin,
.no-padding{
    margin:0!important
}
.top-header{
    background:#25272b
}
.top-header ul{
    padding:0
}
.top-header ul li{
    display:inline-block;
    list-style:none;
    border-left:1px solid #323437
}
.top-header ul li:last-child{
    border-right:1px solid #323437
}
.top-header ul li a .fa{
    color:#6b6b6b;
    font-size:12px
}
.top-header ul li a{
    color:#fff;
    font-weight:300;
    padding:0 13px;
    font-size:11px;
    letter-spacing:1px;
    line-height:30px
}
.top-header ul li a:hover,
.top-header ul li a:hover .fa{
    color:#fd4326
}
.top-info ul li a .fa{
    margin-right:7px
}
.logo{
    line-height:85px;
    margin-top:12px;
    -webkit-transition:margin-top .5s;
    -moz-transition:margin-top .5s;
    transition:margin-top .5s;
    float:left
}
.logo h1{
    margin:0
}
#undefined-sticky-wrapper,
.main-header{
    background:#f3f3f3
}
.mobile-navigation{
    display:none
}
.main-menu ul li .active,
.main-menu ul li a.active a,
.main-menu ul li a:hover,
.main-menu ul li:hover a{
    background:#42454a;
    color:#fff
}
.main-menu ul{
    display:inline-block;
    margin:0
}
.main-menu li a .fa{
    margin-right:10px
}
.main-menu ul.cart_list{
    display:block;
    padding:0
}
.main-menu .navbar-form{
    display:inline-block;
    padding-right:0
}
.main-menu>ul>li{
    display:inline-block;
    border-right:1px solid #dfdfdf;
    margin-left:-4px;
    padding-left:0;
    padding-right:0
}
.menu-nav>li ul li{
    display:inline-block
}.main-menu ul li a{
    font-size:12px;
    text-transform:uppercase;
    color:#252525;
    padding:30px 20px;
    display:inline-block;
    letter-spacing:1px;
    text-decoration:none;
    -webkit-transition:padding .5s;
    -moz-transition:padding .5s;
    transition:padding .5s;
    font-weight:400
}
.main-menu ul li a.active,.main-menu ul li a:hover{
    background:#42454a;
    color:#fff
}
li.mini-shoping-cart-wraper a:hover span,
li.mini-shoping-cart-wraper:hover a span
{
    border-color:#fd4326
}
.is-sticky .main-header .main-menu>ul>li.mini-shoping-cart-wraper a span{
    top:1px
}
body .navbar .navbar-inner,
div .footerdivider,
div .whmcscontainer{
    width:auto;
    max-width:100%
}
#undefined-sticky-wrapper.is-sticky .main-menu{
    z-index:1200
}
div .navbar-fixed-bottom,
div .navbar-fixed-top{
    z-index:30
}
.main-menu>ul>li:first-child{
    border-left:none
}
@media (min-width:1200px){
    body div .container,
    body div .navbar-fixed-bottom .container,
    body div .navbar-fixed-top .container{
        width:1170px
    }}
@media (min-width:992px) and (max-width:1199px){
    body div .container,
    body div .navbar-fixed-bottom .container,
    body div .navbar-fixed-top .container{
        width:970px}}
@media (min-width:768px) and (max-width:991px){
    body div .container,
    body div .navbar-fixed-bottom .container,
    body div .navbar-fixed-top .container{
        width:750px}}
@media (max-width:767px){
    .navbar .navbar-inner ul,
    body div .container,
    body div .navbar-fixed-bottom .container,
    body div .navbar-fixed-top .container,
    div .whmcscontainer .col2half{
        width:100%
    }
    div .navbar .navbar-inner{
        height:auto
    }
    .internalpadding input{
        margin-bottom:10px}
}
.main-menu>ul>li.megamenu-item>a:after,
.main-menu>ul>li.menu-item-has-children>a:after{
    content:"\f0d7";
    position:absolute;
    color:#42454a;
    font-family:FontAwesome;
    left:45%;
    bottom:20px;
    -webkit-transition:bottom .5s;
    -moz-transition:bottom .5s;
    transition:bottom .5s
}
.main-menu>ul>li a.active:after,
.main-menu>ul>li.megamenu-item>a:hover:after,
.main-menu>ul>li.menu-item-has-children>a:hover:after{
    color:#fff
}
.main-menu ul>li.megamenu-item{
    position:static
}
.main-menu ul>li .dropdown-menu{
    background:#42454a;
    padding:20px 25px;
    min-width:248px;
    margin-top:0
}
.menu-nav>li ul.dropdown-menu ul{
    padding-left:25px
}
.menu-nav>li.megamenu-item ul.dropdown-menu ul{
    padding-left:0
}
.main-menu ul>li .dropdown-menu>li{
    padding:0;border:none
}
.main-menu ul>li.megamenu-item .dropdown-menu>li,
.megamenu-content .wpb_column{
    padding:0
}
.main-menu ul>li.megamenu-item .dropdown-menu{
    margin:0 15px;
    padding:30px;
    background:#42454a
}
.main-menu ul>li .dropdown-menu li{
    width:100%
}
.main-menu ul>li .dropdown-menu li a{
    line-height:42px
}
.menu-nav>li{
    padding:0
}
.megamenu-content h2{
    font-weight:400;
    font-size:16px;
    color:#fff;
    line-height:normal;
    margin-bottom:20px
}
.main-menu ul>li .dropdown-menu>li a{
    border-bottom:1px solid #56585B
}
.main-menu ul>li .dropdown-menu>li:last-child a{
    border-bottom:none
}
.main-menu ul>li .dropdown-menu li a{
    font-size:14px;
    font-weight:300;
    color:#919191
}
.main-menu ul>li .dropdown-menu li a:focus,
.main-menu ul>li .dropdown-menu li a:hover,
.main-menu ul>li .dropdown-menu li.active a{
    color:#fd4326;background:0 0
}
.main-menu ul>li .dropdown-menu>li.menu-item-has-children>a:hover:after{
    color:#fd4326;
    content:"\f0da";
    font-family:FontAwesome;position:absolute;
    right:0
}

.main-menu ul>li.megamenu-item .dropdown-menu li>a{
    border-bottom:1px solid #56585B
}
.main-menu ul>li.megamenu-item .dropdown-menu li:last-child>a{
    border-bottom:none
}
.main-menu ul>li.megamenu-item .dropdown-menu li{
    border:none
}
.ts-service-style-1{
    margin-top:60px
}
.ts-service-style-1 .service-icon{
    background-color:#42454a;
    position:relative;
    color:#fff;
    text-align:center;
    line-height:57px;
    width:57px;
    height:57px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    display:inline-block;
    margin-right:16px;
    transition:background .2s ease 0s,color .2s ease 0s;
    -moz-transition:background .2s ease 0s,color .2s ease 0s;
    -webkit-transition:background .2s ease 0s,
        color .2s ease 0s;
    font-size:20px
}
.ts-service-style-1 .service-icon:after{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    content:"";
    height:100%;
    pointer-events:none;
    position:absolute;
    width:100%;
    box-shadow:0 0 0 4px #fd4326;
    -moz-box-shadow:0 0 0 4px #fd4326;
    -webkit-box-shadow:0 0 0 4px #fd4326;
    left:-7px;
    opacity:0;
    filter:alpha(opacity=0);
    padding:7px;
    top:-7px;
    transform:scale(.8);
    -moz-transform:scale(.8);
    -webkit-transform:scale(.8);
    transition:transform .2s ease 0s,opacity .2s ease 0s;
    -moz-transition:-moz-transform .2s ease 0s,
        opacity .2s ease 0s;
    -webkit-transition:-webkit-transform .2s ease 0s,
        opacity .2s ease 0s;
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box
}
.ts-service-style-1:hover .service-icon:after{
    opacity:1;
    filter:alpha(opacity=100);
    transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1)}.ts-service-style-1:hover .service-icon{
        color:#fff;
        background:#fd4326
}
.ts-service-style-1 .service-title h2,
.ts-service-style-1 .service-title h3{
    display:inline-block;
    margin:0;
    font-size:20px;
    color:#252525
}
.ts-service-style-1 .service-content{
    margin:30px 0;
    line-height:26px;
    font-weight:300
}
.ts-service-style-1 .read-more{
    color:#fd4326;
    font-size:12px;
    font-weight:300;
    text-decoration:none
}
.ts-search-domain,
.ts-search-domain .input-text{
    font-size:14px;
    font-weight:300;
    color:#d1d1d1
}
.ts-service-style-1 .read-more .fa{
    margin-left:7px
}
#search-domain{
    padding:130px 0 120px;
    background-image:url(../images/bg-search-domain.png);
    background-attachment:fixed;position:relative
}
.main-content-section{
    position:relative
}
.ts-search-domain .search-section{
    display:inline-block;
    width:100%;
    background:rgba(255,255,255,.21);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    height:52px;
    border:1px solid rgba(255,255,255,.27)
}
.ts-search-domain .input-text{
    background:0 0;
    border-left:medium none;
    border-bottom:none;
    border-top:none;
    border-right:1px solid #ccc;
    height:40px;
    margin:5px 0;
    padding:0 22px;
    float:left;width:74%
}
.ts-search-domain .input-text::placeholder{
    color:#d1d1d1
}
.ts-search-domain .input-text::-webkit-input-placeholder{
    color:#d1d1d1
}
.ts-search-domain .input-text:-moz-placeholder{
    color:#d1d1d1;
    opacity:1
}
.ts-search-domain .input-text::-moz-placeholder{
    color:#d1d1d1;
    opacity:1
}
.ts-search-domain .input-text:-ms-input-placeholder{
    color:#d1d1d1
}
.ts-search-domain .ts-select-style{
    float:left;
    width:13%;
    position:relative;
    height:50px
}
.ts-search-domain select{
    background:rgba(0,0,0,0);
    border:none;
    height:50px;
    padding:0;
    float:left;
    width:100%;
    text-align:center;
    z-index:10;
    position:relative;
    opacity:0;
    filter:alpha(opacity=0)
}
.ts-search-domain input[type=submit],
.ts-search-domain input[type=submit]:focus,
.ts-search-domain input[type=submit]:hover{
    background:url(../images/icon-search.png) center center no-repeat #fd4326
}
.ts-search-domain .ts-select-style span.ts_selected{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:1;
    line-height:50px;
    text-align:center
}
.ts-search-domain input[type=submit]{
    width:13%;
    float:right;
    text-align:center;
    height:52px;
    -webkit-border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    -ms-border-radius:0 5px 5px 0;
    -o-border-radius:0 5px 5px 0;
    border-radius:0 5px 5px 0;
    margin:-1px -1px 0 0;
    border:none;
    position:relative;
    text-indent:-9999px
}
.ts-search-domain .sm_links{
    text-align:right;
    color:#d1d1d1;
    font-size:12px;
    font-weight:300;
    margin-top:10px
}
.ts-search-domain .sm_links a{
    color:#d1d1d1;
    margin:0 5px;
    text-decoration:none
}
.ts-search-domain .sm_links a:hover{
    color:#FD4326
}
.ts-pricing-table-style1{
    padding:25px 20px;
    background:#f3f3f3;
    text-align:center;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    color:#676a6f;
    font-size:14px;
    -webkit-transition:all 1s ease 0s;
    -o-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
    margin-top:130px
}
.ts-pricing-table-style1 ul{
    padding:0;
    list-style:none
}
.ts-pricing-table-style1 .price-unit{
    width:100px;
    height:100px;
    padding-top:25px;
    border:3px solid #42454a;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    background:#42454a;
    margin:-70px auto 0
}
.ts-pricing-table-style1 .price{
    font-size:30px;
    color:#fff;
    line-height:30px;
    display:block
}
.ts-pricing-table-style1 .unit{
    color:#fff
}
.ts-pricing-table-style1 h2,
.ts-pricing-table-style1 h3{
    font-weight:500;
    font-size:16px;
    color:#252525;
    text-transform:uppercase;
    margin:25px 0 12px
}
.ts-pricing-table-style1 li{
    border-bottom:1px solid #E5E5E5;
    line-height:48px
}
.ts-pricing-table-style1.active li a{
    color:#676a6f
}
.ts-pricing-table-style1 li:last-child{
    border:none
}
.ts-pricing-table-style1 a.cta_pricing{
    background:#42454a;
    color:#fff;
    text-transform:uppercase;
    margin-top:35px;
    padding:0 30px;
    line-height:40px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    text-decoration:none;
    display:inline-block;
    -webkit-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s
}
.ts-pricing-table-style1 a.cta_pricing:focus,
.ts-pricing-table-style1 a.cta_pricing:hover{
    background:#fd4326
}
.ts-pricing-table-style1.active{
    background:#fd4326;
    color:#fff
}
.ts-pricing-table-style1.active .price-unit{
    border:3px solid #fff;
    background:#fd4326
}
.ts-pricing-table-style1.active h2,
.ts-pricing-table-style1.active h3{
    color:#fff
}
.ts-pricing-table-style1.active li{
    border-color:rgba(255,255,255,.2)
}
.ts-pricing-table-style1.active a.cta_pricing{
    background:rgba(255,255,255,.2)
}
.ts-pricing-table-style1.active a.cta_pricing:focus,
.ts-pricing-table-style1.active a.cta_pricing:hover{
    color:#fd4326;
    background:#fff
}
#funfact{
    position:relative;
    background-image:url(../images/bg-funfact.png);
    padding:90px 0
}
.ts-funfact{
    border:2px solid #CDCBCC;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    width:225px;
    height:225px;
    text-align:center;
    color:#fff;
    margin:0 auto;
    padding-top:40px
}
.ts-funfact .funfact-icon{
    font-size:40px
}
.ts-funfact .funfact-number-unit{
    font-size:30px;
    font-weight:300;
    margin-top:10px;
    text-transform:uppercase
}
.ts-funfact h5{
    font-size:16px;
    text-transform:capitalize;
    font-weight:300;
    margin:13px 0
}
#testimonial-acordion{
    padding:115px 0 140px
}
#testimonial-acordion .ts-section-title{
    margin-bottom:45px
}
.ts-testimonial-style1 .client-quote{
    background:#f3f3f3;
    font-size:14px;
    font-weight:300;
    color:#737373;
    line-height:26px;
    padding:24px 35px 35px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin-bottom:12px;
    position:relative
}

.ts-testimonial-style1 .client-quote:after{
    content:"";
    position:absolute;
    border-top:7px solid #f3f3f3;
    border-left:7px solid transparent;
    border-bottom:7px solid transparent;
    border-right:7px solid transparent;
    bottom:-13px;left:75px
}
.ts-testimonial-style1 .client-quote blockquote{
    padding:0;
    font-size:14px;
    border:none;
    font-style:normal;margin:0
}
.ts-testimonial-style1 .client-quote .fa{
    color:#fd4326;
    font-size:30px
}
.ts-testimonial-style1 .info-testimonial{
    padding-left:35px
}
.ts-testimonial-style1 .client-avatar{
    float:left;
    width:95px;
    height:95px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    margin-right:20px;
    vertical-align:top
}
.ts-testimonial-style1 .client-info{
    display:block;
    max-width:75%;
    padding-top:20px;
    padding-left:115px
}
.ts-testimonial-style1 .client-name{
    font-size:16px;
    color:#000;
    display:block
}
.ts-testimonial-style1 .client-position{
    font-size:12px;
    color:#bbb;
    display:block;
    margin-bottom:5px;
    line-height:normal
}
.ts-testimonial-style1 .client-website a{
    font-size:12px;
    color:#fd4326;
    display:block;
    text-decoration:none;
    line-height:normal
}
.owl-theme .owl-controls .owl-page span{
    background:#DBDBDB;
    opacity:1;
    filter:alpha(opacity=100);
    width:100%;
    height:100%;
    margin:0}
.owl-theme .owl-controls .owl-page{
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
    width:14px;
    height:14px;
    margin:2px;
    padding:2px
}
.owl-theme .owl-controls .owl-page.active{
    border:1px solid #fd4326
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background:#fd4326
}
.ts-testimonial-style1.owl-theme .owl-controls{
    position:absolute;
    right:0;bottom:52px;
    z-index:99
}
.ts-acordion.ui-accordion .ui-accordion-header{
    background:#f3f3f3;
    font-size:14px;
    font-weight:300;
    color:#000;
    line-height:26px;
    border:none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin:0 0 18px;
    padding:13px 32px 13px 15px;outline:0
}
.ts-acordion h2 .fa,.ts-acordion h3 .fa{
    color:#fd4326;
    margin-right:10px;
    font-size:10px;
    line-height:26px
}
.ts-acordion .ui-accordion-header.ui-state-active{
    color:#fff;
    background:#42454a;
    position:relative;
    margin-bottom:12px
}
.ts-acordion .ui-accordion-header.ui-state-active:after{
    position:absolute;
    border-top:10px solid #42454a;
    border-left:10px solid transparent;
    border-bottom:10px solid transparent;
    border-right:10px solid transparent;
    bottom:-17px;left:15px;
    content:""
}
.ts-acordion .ui-icon{
    text-indent:0;
    background:0 0
}
.ts-acordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    left:auto;
    right:12px;
    color:#fd4326;
    margin-right:0;
    font-size:14px;
    line-height:normal
}
.ts-acordion .ui-accordion-header.ui-state-active .ts-active-header{
    background:url(../images/plus-accordion.png) center no-repeat
}
.ts-acordion .ui-accordion-header .ts-header{
    background:url(../images/add-accordion.png) center no-repeat
}
.ts-acordion.ui-accordion .ui-accordion-content{
    border:1px solid #EBEBEB;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin-bottom:35px;
    padding:20px 35px;
    font-size:14px;
    line-height:26px;
    font-weight:300;
    color:#737373
}
.ts-acordion .ui-accordion-header:before{
    content:"\f111";
    color:#fd4326;
    margin-right:8px;
    font-family:FontAwesome;
    font-size:11px
}
.ts-acordion.ts-acordion-style2 .ui-accordion-header.ui-state-active:after,
.ts-acordion.ts-acordion-style2 .ui-accordion-header:before{
    display:none
}
.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    right:auto;
    left:0;
    height:auto;
    color:#737373;
    font-size:18x;
    margin-top:-10px
}
.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header{
    background:0 0;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    color:#252525;
    font-size:14px;
    font-weight:400;
    line-height:48px;
    margin:0;
    padding:0 0 0 15px;border-bottom:1px solid #ededed
}
.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header:last-child{
    border:none
}
.ts-acordion.ts-acordion-style2 .ui-accordion-header.ui-state-active{
    color:#fd4326;
    border:none
}
.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon{
    color:#fd4326
}
.ts-acordion.ts-acordion-style2.ui-accordion .ui-accordion-content{
    border:none;
    margin-bottom:30px;
    padding:0
}
.ts-acordion.ui-accordion .ui-accordion-content .wpb_text_column{
    margin-bottom:0
}
#feature{
    padding:130px 0 105px;
    background-image:url(../images/bg-feauture.png)
}
#feature .ts-section-title{
    margin-bottom:50px
}
.col-feature-left{
    border-right:1px solid #C5C7C7
}
.ts-feature-item:first-child{
    margin-bottom:80px
}
.ts-feature-item .icon-feature{
    background:rgba(255,255,255,.4);
    width:98px;
    height:98px;
    line-height:98px;
    text-align:center;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    font-size:30px;
    color:#fff
}
.ts-feature-item .info-feature{
    font-size:14px;
    color:#d1d1d1;
    display:block
}
.ts-feature-item .info-feature h2,
.ts-feature-item .info-feature h3{
    font-size:20px;
    margin-bottom:13px;
    margin-top:0
}
.ts-feature-item .info-feature h2 a,
.ts-feature-item .info-feature h3 a{
    color:#fff
}
.ts-feature-item.right{
    padding-right:11.33333%;
    text-align:right
}
.ts-feature-item.right .icon-feature{
    float:right
}
.ts-feature-item-style2.left .icon-feature,
.ts-feature-item.left .icon-feature{
    float:left
}
.ts-feature-item.right .info-feature{
    padding-right:128px
}
.ts-feature-item.left{
    padding-left:11.33333%;
    text-align:left
}
.ts-feature-item.left .info-feature{
    padding-left:128px
}
#client{
    padding:115px 0 95px
}
#client .ts-section-title{
    margin-bottom:70px
}
.ts-client-list .client-item{
    text-align:center;list-style:none
}
.ts-client-list ul{
    padding:0
}
.ts-domain-price-box{
    width:100px;
    height:100px;
    border:2px solid rgba(255,255,255,.5);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    padding:10px;
    margin-right:24px;
    margin-top:30px;
    text-align:right;
    display:inline-block;
    font-weight:300;
    font-size:14px;
    color:#939393;
    vertical-align:top
}
.ts-domain-price-box:last-child{
    margin-right:0
}
.ts-domain-price-box .domain-extension{
    color:#fff;
    font-size:23px;
    font-weight:400;
    display:block
}
.ts-domain-price-box .domain-price{
    font-size:30px;
    color:#fd4326;
    display:block
}
#service2{
    padding:115px 0 140px
}
.ts-service-style-6 .service-title h2,
.ts-service-style-6 .service-title h3{
    padding-left:50px;
    margin-bottom:15px;
    font-weight:400;
    font-size:20px
}
.ts-service-style-2{
    margin:45px 0 20px;
    min-height:165px
}
.ts-service-style-2:hover .icon-service,
.ts-service-style-2:hover h2,
.ts-service-style-2:hover h3{
    color:#fd4326
}
.ts-service-style-2 .icon-service{
    color:#42454a;
    font-size:40px
}
.ts-service-style-2 h2 a,
.ts-service-style-2 h3 a,
.ts-service-style-6 .service-title h2 a,
.ts-service-style-6 .service-title h3 a{
    color:#252525
}
.ts-service-style-2 h2,
.ts-service-style-2 h3{
    font-size:20px;
    margin:15px 0 13px
}
.ts-service-style-2 .description-service{
    font-weight:300
}
.ts-service-style-6{
    margin-top:50px
}
.ts-service-style-6 .icon-service{
    float:left;
    font-size:30px
}
.ts-service-style-6 .description-service{
    padding-left:50px
}
#pricing-table-2{
    background:#f3f3f3;
    padding:95px 0 115px
}
.ts-pricing-table-style2{
    background:#42454a;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    color:#b0b0b0;
    margin-top:60px;
    padding:25px 20px;
    text-align:center;
    -webkit-transition:all 1s ease 0s;
    -o-transition:all 1s ease 0s;
    transition:all 1s ease 0s
}
.ts-pricing-table-style2 ul{
    padding:0
}
.ts-pricing-table-style2 h2,
.ts-pricing-table-style2 h3{
    color:#fff;
    font-size:20px;
    font-weight:300;
    margin-bottom:0;
    margin-top:15px
}
.ts-pricing-table-style2 .price-unit{
    border:2px solid #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    height:100px;
    padding-top:25px;
    width:100px;
    color:#fff;
    margin:20px auto
}
.ts-pricing-table-style2 .price-unit .price{
    color:#fff;
    display:block;
    font-size:30px;
    line-height:30px
}
.ts-pricing-table-style2 li{
    line-height:40px;
    list-style:none
}
.ts-pricing-table-style2 a.cta_pricing{
    background:#57595e;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    color:#fff;
    display:inline-block;
    font-size:12;
    line-height:40px;
    margin-top:32px;
    padding:0 30px;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s
}
.ts-pricing-table-style2 a.cta_pricing:hover{
    background:#fd4326
}
.ts-pricing-table-style2.active{
    background:#fd4326;
    color:#fff
}
.ts-pricing-table-style2.active a.cta_pricing{
    background:rgba(255,255,255,.2)
}
.ts-pricing-table-style2.active a.cta_pricing:hover{
    background:#fff;
    color:#fd4326
}
#testimonial2{
    background-image:url(../images/bg-testimonial2.png);
    padding:75px 0
}
.ts-testimonial-style2{
    color:#fff
}
.ts-testimonial-style2 .client-quote{
    width:95%;
    font-size:16px;
    font-weight:300;
    font-style:italic;
    margin:0 auto
}
.ts-testimonial-style2 .client-name{
    color:#fff;
    display:block;
    font-size:16px
}
.ts-testimonial-style2 .client-position{
    color:#bbb;
    display:block;
    font-size:12px
}
.ts-testimonial-style2 .client-website a{
    color:#fd4326;
    display:block;
    font-size:12px;
    text-decoration:none;
    line-height:normal
}
.ts-testimonial-style2.owl-theme .owl-controls{
    margin-top:20px
}
.ts-testimonial-style2 .client-avatar{
    margin:20px 0
}
.ts-testimonial-style2.dark,
.ts-testimonial-style2.dark .client-name,
.ts-testimonial-style2.dark .client-position,
.ts-testimonial-style2.dark .client-website a{
    color:#252525
}
.ts-testimonial-style2.dark .client-website a:hover{
    color:#fd4326
}
#feature2{
    padding:130px 0 80px
}
.ts-feature-item-style2.left h2,
.ts-feature-item-style2.left h3{
    padding-left:55px
}
.ts-feature-item-style2.right h2,
.ts-feature-item-style2.right h3{
    padding-right:55px
}
.ts-feature-item-style2{
    margin-top:30px
}
.ts-feature-item-style2 .icon-feature{
    width:40px;
    height:40px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    text-align:center;
    line-height:35px;
    font-size:16px;
    color:#fd4326;
    border:2px solid #F0F0F0
}

.ts-feature-item-style2 h2,
.ts-feature-item-style2 h3{
    font-size:20px;
    margin:0;
    line-height:40px
}
.ts-feature-item-style2.left{
    text-align:left
}
.ts-feature-item-style2.right{
    text-align:right
}
.ts-feature-item-style2.right .icon-feature{
    float:right
}
.ts-feature-item-style2 .info-feature{
    font-weight:300;
    margin-top:15px
}
.img-feature{
    margin-top:80px;
    text-align:center
}
.resp-tabs-list .resp-tab-item{
    font-weight:400;
    color:#252525;
    margin:0;
    cursor:pointer;
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    white-space:nowrap;font-size:14px
}
.resp-tabs-list .resp-tab-item:hover{
    border-color:transparent
}
.resp-tabs-list .resp-tab-item.resp-tab-active,
.resp-tabs-list .resp-tab-item:hover,
.ts-horizontalTab .resp-tabs-list .resp-tab-item.resp-tab-active,
.ts-horizontalTab .resp-tabs-list .resp-tab-item:hover,
.ts-verticalTab .resp-tabs-list .resp-tab-item.resp-tab-active,
.ts-verticalTab .resp-tabs-list .resp-tab-item:hover{
    background:#42454a;
    color:#fff;
    position:relative
}
.ts-horizontalTab .resp-tabs-list .resp-tab-item{
    background:#f3f3f3;
    text-align:center;
    border-left:1px solid #E4E4E4;
    margin-bottom:20px;
    padding:24px 5px
}
.ts-horizontalTab .resp-tab-content{
    border:none
}
.ts-horizontalTab .resp-tabs-list .resp-tab-item.resp-tab-active{
    padding:24px 5px!important
}
.ts-horizontalTab .resp-tabs-list .resp-tab-item:first-child{
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    -ms-border-radius:3px 0 0 3px;
    -o-border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px;
    border-left:none
}
.ts-horizontalTab .resp-tabs-list .resp-tab-item:last-child{
    -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    -ms-border-radius:0 3px 3px 0;
    -o-border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0
}
.ts-horizontalTab .resp-tabs-list .resp-tab-item.resp-tab-active:after{
    content:"";
    border-top:8px solid transparent;
    border-right:7px solid transparent;
    border-left:7px solid transparent;
    border-bottom:8px solid #fff;
    position:absolute;
    left:49%;
    bottom:-1px
}
.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item{
    margin-bottom:11px
}
.ts-horizontalTab.ts-tab-style2 .resp-tab-item{
    padding:15px 3px;
    background:0 0;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
    border-left:1px solid #ebebeb
}
.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item:first-child{
    border-left:1px solid #ebebeb
}
.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item:last-child{
    border-right:1px solid #ebebeb
}
.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item.resp-tab-active,
.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item:hover{
    background:#42454a;
    color:#fff;
    position:relative
}
.ts-horizontalTab.ts-tab-style2 .resp-tab-item.resp-tab-active:after{
    content:"";
    border-top:8px solid #42454a;
    border-right:7px solid transparent;
    border-left:7px solid transparent;
    border-bottom:8px solid transparent;
    position:absolute;
    left:45%;
    bottom:-15px
}
.ts-tab .resp-tabs-container .wpb_text_column{
    margin-bottom:0!important
}
.ts-horizontalTab .resp-tabs-container{
    margin-bottom:50px;
    min-height:230px
}
.ts-horizontalTab.ts-tab-style2 .resp-tabs-container .resp-tab-content{
    border:1px solid #ebebeb;
    padding:25px 20px 45px
}
.ts-horizontalTab.ts-tab-style2 .resp-tabs-list .resp-tab-item.resp-tab-active{
    padding:15px 3px!important
}
.ts-verticalTab .resp-tabs-list .resp-tab-item{
    padding:0 10px!important;
    height:50px;
    line-height:50px;
    background:0 0;
    border-top:1px solid #ebebeb;
    border-left:1px solid #ebebeb
}
.ts-verticalTab.resp-vtabs .resp-tabs-container{
    -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    -ms-border-radius:0 3px 3px 0;
    -o-border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0;
    border:1px solid #ebebeb
}
.ts-verticalTab .resp-tabs-list .resp-tab-item:first-child{
    -webkit-border-radius:3px 0 0;
    -moz-border-radius:3px 0 0;
    -ms-border-radius:3px 0 0 0;
    -o-border-radius:3px 0 0;
    border-radius:3px 0 0
}
.ts-verticalTab .resp-tabs-list .resp-tab-item:last-child{
    -webkit-border-radius:0 0 0 3px;
    -moz-border-radius:0 0 0 3px;
    -ms-border-radius:0 0 0 3px;
    -o-border-radius:0 0 0 3px;
    border-radius:0 0 0 3px;
    border-bottom:1px solid #ebebeb
}
.ts-caption-small .fa,
.ts-feature-item-2 .feature-icon{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%

}
.ts-verticalTab .resp-tab-content{
    padding:20px 25px
}
.ts-verticalTab .resp-tabs-list .resp-tab-item.resp-tab-active:after{
    border-left:7px solid #42454a;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-right:7px solid transparent;
    content:"";
    position:absolute;
    top:40%;
    right:-14px
}
.resp-tabs-container .resp-accordion{
    background:#f3f3f3;
    color:#252525;
    cursor:pointer;
    font-weight:400;
    margin:0;
    -moz-transition:all .3s ease-out 0s;
    -webkit-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    font-size:14px
}
.resp-tabs-container .resp-accordion.resp-tab-active{
    background:#42454a!important;
    color:#fff;
    position:relative
}
.ts-feature-item-2{
    margin-top:70px
}
.ts-feature-item-2 .feature-icon{
    width:98px;
    height:98px;
    line-height:98px;
    color:#fff;
    font-size:30px;
    background:#fd4326;
    border-radius:50%;
    text-align:center;
    float:left;
    margin-right:20px
}
.ts-feature-item-2 h2,.ts-feature-item-2 h3{
    font-size:20px;
    color:#252525;
    padding-left:118px;
    margin:0 0 18px
}
.ts-feature-item-2 .feature-description{
    font-weight:300;
    padding-left:118px
}
#service3 .img-service{
    margin-top:90px
}
#service3 .ts-section-title{
    margin-bottom:10px;
    display:inline-block
}
.ts-feature-item-style2.white{
    margin-top:30px;
    min-height:100px
}
.ts-feature-item-style2.white h2,.ts-feature-item-style2.white h3{
    color:#fff
}
.ts-feature-item-style2.white .info-feature{
    color:#bebebe;
    margin-top:15px
}
#compare{
    padding:135px 0 90px
}
.ts-compare-table{
    border-collapse:collapse;
    width:100%;
    margin-top:60px
}
.ts-compare-table td,
.ts-compare-table th{
    width:16.6666%;
    text-align:center
}
.ts-compare-table th{
    background:#42454a;
    color:#fff;
    font-size:18px;
    padding:17px;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -ms-border-radius:3px 3px 0 0;
    -o-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0
}
.ts-compare-table .title-compare-table td{
    background:#ccc;
    font-size:12px;
    padding:8px
}
.ts-compare-table td{
    border:1px solid #D9D9D9;
    padding:20px 8px 15px;
    background:#f3f3f3;
    font-weight:400;
    color:#252525;
    text-transform:uppercase
}
.ts-compare-table td:first-child{
    border-left:none
}
.ts-compare-table td:last-child{
    border-right:none
}
.ts-compare-table td .compare-name{
    font-weight:700;
    display:block;
    line-height:20px
}
.ts-compare-table td .compare-line{
    font-weight:300;
    display:block;
    color:#7f7f7f;
    line-height:20px;
    text-transform:capitalize
}
.ts-compare-table .ts-bt.cta-compare{
    padding:0 23px
}
.ts-compare-table td .compare-price{
    font-weight:300;
    font-size:30px;
    line-height:40px;
    vertical-align:top
}
.ts-compare-table td .compare-unit{
    font-weight:300;
    text-transform:lowercase;
    display:inline-block;
    width:46px;
    height:46px;
    position:relative;
    line-height:normal
}
.ts-CTA .ts-right-CTA a,
.ts-menu-footer ul li a,
.widget-title h2:first-letter,
.widget-title h3:first-letter{
    text-transform:uppercase
}
.ts-compare-table td .compare-unit:after{

    content:"";
    width:35px;
    height:1.5px;
    background:#252525;
    position:absolute;
    left:0;
    top:28px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg)
}
.ts-compare-table td .compare-unit .top-unit{
    left:0;
    position:absolute;
    top:0
}
.ts-compare-table td .compare-unit .bt-unit{
    bottom:0;
    position:absolute;
    right:0
}
.ts-twitter-slide{
    position:relative
}
.ts-twitter-slide .icon-twitter{
    color:#fff;
    font-size:40px;
    margin-bottom:35px
}
.ts-twitter-slide .twitter-title{
    display:block;
    margin:25px 0 15px
}
.ts-twitter-slide .twitter-item p{
    color:#fff;
    font-size:16px;
    font-weight:300;
    font-style:italic
}
.ts-twitter-slide .twitter-title>a{
    color:#fff;
    font-size:16px
}
.ts-CTA h2,
.ts-CTA h3{
    font-size:30px;
    font-weight:300;
    margin-bottom:0
}
.ts-CTA h2 span,
.ts-CTA h3 span,
.ts-CTA strong{
    font-weight:500
}
.ts-CTA .ts-left-CTA{
    padding:27px 0
}
.ts-CTA .ts-left-CTA p{
    font-size:16px;
    font-weight:300
}
.ts-CTA .ts-right-CTA{
    float:right;
    padding:38px 0
}
.ts-CTA .ts-right-CTA a{
    color:#fff;
    font-size:12px;
    font-weight:400;
    padding:0 26px;
    height:40px;
    line-height:40px;
    display:table;
    border:2px solid #fff;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px

}
.contact-info p,
.contact-info span,
.ts-item-post,
.ts-menu-footer ul li{
    display:inline-block
}
.ts-CTA .ts-right-CTA a:hover{
    text-decoration:none;
    background:#fff
}
.ts-latest-posts{background:#f3f3f3;
    padding:75px 0 107px
}
.ts-item-post{
    background:#fff;
    padding:0 0 25px;
    margin:74px 15px 0
}
.ts-item-post figure{
    margin:0 0 27px
}
.ts-item-post img{
    width:100%;
    height:auto
}
.ts-item-post .ts-main-recent-post{
    margin:0 35px
}
.ts-item-post.column-4 .ts-main-recent-post{
    margin:0 15px
}
.ts-item-post .ts-main-recent-post a:hover{
    text-decoration:none
}
.ts-item-post .ts-main-recent-post a:hover h4{
    color:#fd4326
}
.ts-item-post h4{
    font-size:16px;
    font-weight:400;
    color:#000;
    margin:0 0 20px
}
.ts-item-post h4 a{
    color:#000
}
.ts-item-post h4 a:hover{
    color:#FD4326
}
.ts-item-post p{
    line-height:30px;
    color:#737373;
    font-weight:300
}
.ts-item-post .ts-item-post-footer{
    margin:0 35px
}
.ts-item-post.column-4 .ts-item-post-footer{
    margin:0 15px
}
.ts-item-post .ts-item-post-footer i{
    margin-right:7px;
    color:#fd4326;
    font-size:15px
}
.ts-item-post .ts-item-post-footer time{
    float:left
}
.ts-item-post .ts-item-post-footer a{
    color:#c8c8c8;
    font-size:12px;
    float:right
}
.ts-item-post .ts-item-post-footer a:hover{
    color:#fd4326;
    text-decoration:none
}
.ts-section-top-footer{
    background:#428bca;
    font-family: sans-serif;
}
.ts-top-footer .contact-info:first-child{
    border:none
}
.contact-info{
    text-align:center;
    height:118px;
    line-height:118px;
    border-left:1px solid rgba(255,255,255,.2)}
.contact-info a,
.contact-info p{
    color:#fff;
    font-size:30px;
    font-weight:300
}
.contact-info span{
    height:68px;
    line-height:72px;
    width:68px;
    border:2px solid #fff;
    border-radius:68px;
    -moz-border-radius:68px;
    -webkit-border-radius:68px;
    -ms-border-radius:68px;
    -o-border-radius:68px;
    text-align:center;
    margin-right:15px;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    background:rgba(253,67,38,.85)
}

.contact-info span i{
    font-size:30px;
    color:#fff
}
.contact-info a:hover{
    text-decoration:none;
    color:#eeeddd
}
.contact-info:hover span{
    border:1px solid #fd4326;
    background:#fff;
    box-shadow:0 0 0 5px rgba(255,255,255,.4);
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -ms-transition:all .5s ease-out;
    -o-transition:all .5s ease-out;
    transition:all .5s ease-out
}

.contact-info:hover span i{
    color:#fd4326;
    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -ms-transition:all .5s ease-out;
    -o-transition:all .5s ease-out;
    transition:all .5s ease-out
}

.widget-title h2,
.widget-title h3{
    color:#fff;
    font-size:20px
}
footer{
    background:#32353a;
    padding:65px 0 50px
}
.widget-title ul li{
    line-height:35px
}
.ts-subscribe p,
.widget-title p{
    line-height:30px
}
.ts-company-info p{
    color:#8b8b8b;
    font-weight:300
}
.ts-company-info a,
.ts-company-info p span{
    color:#fff
}
.ts-company-info a:hover{
    color:#fd4326;
    text-decoration:none
}
.ts-support ul li a{
    color:#8b8b8b;
    font-weight:300
}
.ts-support ul li a:hover{
    color:#fd4326;
    text-decoration:none
}
.ts-support ul li i{
    color:#fd4326;
    margin-right:8px;font-weight:700
}
.ts-control-pane ul li a{
    color:#8b8b8b;
    font-weight:300
}
.ts-control-pane ul li a:hover{
    color:#fd4326;
    text-decoration:none
}
.ts-control-pane ul li i{
    color:#fd4326;
    margin-right:8px;
    font-weight:700
}
.ts-subscribe p{
    color:#8b8b8b;
    font-weight:300
}
.ts-form-subscribe{
    width:100%
}
.ts-form-subscribe .subcribe-text{
    width:80%;
    border:none;
    background:#42454a;
    height:44px;
    padding-left:10px;
    color:#fff;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    -moz-border-top-left-radius:3px;
    -moz-border-bottom-left-radius:3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -ms-border-top-left-radius:3px;
    -ms-border-bottom-left-radius:3px;
    -o-border-top-left-radius:giÃ¡ trá»‹;
    -o-border-bottom-left-radius:giÃ¡ trá»‹
}
.ts-form-subscribe .subcribe-btn{
    width:19%;
    color:#fff;
    margin-left:-3px;
    margin-top:-1px;
    background:#fd4326;
    border:none;
    height:44px;
    font-size:16px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    -moz-border-top-right-radius:3px;
    -moz-border-bottom-right-radius:3px;
    -webkit-border-top-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -ms-border-top-right-radius:3px;
    -ms-border-bottom-right-radius:3px;
    -o-border-top-right-radius:3px;
    -o-border-bottom-right-radius:3px
}

.ts-social-footer a span{
    height:40px;
    line-height:40px;
    width:40px;
    border:1px solid #919191;
    border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    -ms-border-radius:40px;
    -o-border-radius:40px;
    display:inline-block;
    margin-right:12px;
    text-align:center;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all .25s ease-out;
    -moz-transition:all .25s ease-out;
    -ms-transition:all .25s ease-out;
    -o-transition:all .25sease-out;
    transition:all .25s ease-out
}

.ts-social-footer a i{
    line-height:40px;
    font-size:18px;
    color:#919191
}

.ts-social-footer a:hover i{
    color:#fff
}
.ts-social-footer a:hover span{
    margin:0 6px;
    background:#fd4326;
    border:1px solid #fff;
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
    -webkit-transition:all .25s ease-out;
    -moz-transition:all .25s ease-out;
    -ms-transition:all .25s ease-out;
    -o-transition:all .25s ease-out;
    transition:all .25s ease-out
}

.ts-copy-right{
    background:#25272b
}
.ts-copy-right p{
    margin:24px 0 14px;
    font-size:12px;
    color:#4f4f4f
}
.ts-menu-footer nav{
    text-align:right
}
.ts-menu-footer ul li{
    list-style:none;
    height:64px;
    line-height:64px;
    padding:0 13px;
    border-left:1px solid #323437
}.ts-menu-footer ul li:last-child{
    border-right:1px solid #323437
}
.ts-menu-footer ul li a{
    font-size:12px;
    color:#fff;
    font-weight:300
}
.ts-menu-footer ul li a:hover{
    text-decoration:none;
    color:#fd4326
}
footer .widget_mc4wp_form_widget input[type=email]{
    background:#42454a;
    border:none;
    border-radius:3px 0 0 3px;
    color:#fff;
    height:44px!important;
    padding-left:10px;
    width:100%
}

footer .widget_mc4wp_form_widget input[type=submit]{
    background:#fd4326;
    border:none;
    border-radius:0 3px 3px 0;
    color:#fff;
    font-size:16px;
    height:44px;
    padding:0;
    vertical-align:middle;
    width:44px
}
.ts-service-style3{
    width:100%;
    margin-top:64px
}
.ts-service-style3 a{
    text-decoration:none
}
.ts-service-style3 figure img{
    max-width:100%
}
.ts-service-style3 h4{
    font-weight:400;
    font-size:20px;
    color:#252525;
    margin:30px 0 16px
}
.ts-service-style3 a:hover h4{
    color:#fd4326
}
.ts-service-style3 p{
    font-weight:300
}
.ts-special-offer{
    width:100%;
    background:#fff;
    margin-top:42px;
    padding:25px 0 49px 15px;
    display:table;
    max-width:555px
}
.ts-special-offer ul{
    padding:0
}
.ts-special-offer figure{
    width:35.14%;
    margin-top:48px;
    float:left
}
.ts-special-offer .ts-special-offer-content{
    width:64.86%;
    float:left;
    margin-top:7px
}
.ts-special-offer h2,
.ts-special-offer h3{
    color:#252525;
    font-size:22px;
    font-family:Roboto;
    font-weight:400;
    margin-bottom:5px
}
.ts-special-offer p{
    font-size:16px;
    font-weight:300;
    color:#737373
}
.ts-special-offer .ts-special-offer-content ul{
    float:left
}
.ts-special-offer .ts-special-offer-content ul li{
    line-height:30px;
    list-style:none
}
.ts-special-offer .ts-special-offer-content ul a{
    color:#737373;
    font-size:14px;
    font-weight:300
}
.ts-special-offer .ts-special-offer-content ul li:before{
    content:"\f105";
    font-family:FontAwesome;
    color:#fd4326;
    font-size:15px;
    font-weight:700;
    margin-right:10px
}
.ts-special-offer .ts-special-offer-content ul a:hover{
    text-decoration:none;
    color:#fd4326
}
.ts-special-offer .ts-special-offer-content .ts-offer-right{
    float:right
}
.ts-special-offer .ts-hosting-price{
    width:114px;
    height:114px;
    border-radius:114px;
    border:2px solid #f3f3f3;
    text-align:center;
    padding:34px 20px 30px;
    margin-right:17px
}
.ts-hosting-price p{
    line-height:20px
}
.ts-hosting-price span.ts-special-offer-price{
    color:#fd4326;
    font-size:30px;
    font-weight:300
}
.ts-hosting-price span.ts-special-offer-unit{
    color:#8e8e8e;
    font-size:12px;
    font-weight:300
}
.ts-special-offer-content .ts-offer-right a{
    margin-top:27px;
    width:120px;
    height:30px;
    line-height:30px;
    color:#fff;
    font-weight:400;
    font-size:12px;
    text-decoration:none;
    text-transform:uppercase;
    display:block;
    background:#fd4326;
    text-align:center;
    float:right;
    margin-right:-1px;
    position:relative
}
.alignleft,
.date-post,
.ts-whmcs li>a{
    float:left
}
.ts-special-offer-content .ts-offer-right a::before{
    content:"";
    width:0;
    height:0;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    border-top:15px solid transparent;
    border-left:10px solid #fff;
    border-right:10px solid transparent;
    border-bottom:15px solid transparent
}
.ts-special-offer-content .ts-offer-right a:hover{
    -webkit-animation:horizontal 2s ease infinite;
    animation:horizontal 2s ease infinite
}
.ts-search-knowlege{
    margin-top:44px
}
.ts-search-knowlege .input-text{
    width:87%;
    border:none
}
section.ts-resources-statistic{
    background:#f3f3f3;
    padding-bottom:45px;
    margin-top:-119px
}
.ts-number-statistic{
    width:237px;
    height:237px;
    -webkit-border-radius:237px;
    -moz-border-radius:237px;
    -ms-border-radius:237px;
    -o-border-radius:237px;
    border-radius:237px;
    background-color:rgba(255,255,255,.6);
    position:relative;
    text-align:center
}
.ts-number-statistic:after{
    position:absolute;
    content:"";
    width:auto;
    height:auto;
    top:5px;
    left:5px;
    bottom:5px;
    right:5px;
    background:#fff;
    border-radius:100%
}
.bg-number-statistic{
    position:absolute;
    z-index:1;
    width:237px;
    height:237px;
    -webkit-border-radius:237px;
    -moz-border-radius:237px;
    -ms-border-radius:237px;
    -o-border-radius:237px;
    border-radius:237px;
    text-align:center;
    padding-top:45px
}
#banner .banner .banner-content,
.blog-link,.blog-meta li{
    position:relative
}
.ts-number-statistic i{
    font-size:45px;
    color:#fd4326
}
.ts-number-statistic h2,
.ts-number-statistic h3{
    color:#252525;
    font-size:24px
}
.ts-number-statistic a{
    font-weight:300;
    font-size:14px;
    color:#737373
}
.ts-number-statistic a:hover,
.ts-number-statistic a:hover h2,
.ts-number-statistic a:hover h3{
    color:#fd4326
}
.widget-list-posts h2,
.widget-list-posts h3{
    color:#252525;
    font-size:30px;
    font-weight:300
}
.widget-list-posts a,
.widget-list-posts li h4{
    font-size:14px;
    font-weight:300
}
.widget-list-posts a{
    color:#737373
}
.widget-list-posts i{
    margin-right:16px;
    color:#fd4326
}.widget-list-posts a:hover{
    text-decoration:none;
    color:#fd4326
}
.widget-list-posts li{
    list-style:none;
    height:42px;
    line-height:42px;
    font-weight:300
}
.ts-list-popular-topics li{
    line-height:26px;
    height:67px
}
.ts-list-popular-topics li figure{
    display:inline-block;
    margin:0 5px
}
.ts-list-popular-topics li .opaque-text{
    margin-left:31px;
    color:#cacaca
}
.ts-list-popular-topics li .red-text{
    color:#fd4326
}
.ts-list-popular-topics a:hover .red-text{
    color:#cacaca
}
@media only screen and (max-width:1200px){
    .contact-info a{
        font-size:24px
    }
    .contact-info a span i{
        font-size:25px
    }
    .ts-social-footer a span{
        margin-right:5px}
}
@media only screen and (max-width:980px){
    .ts-section-CTA h2,.ts-section-CTA h3{
        font-size:24px
    }
    .ts-CTA .ts-left-CTA p{
        font-size:14px
    }
    .ts-latest-posts{
        padding:50px 0 60px
    }
    .ts-item-post{
        margin-top:40px
    }
    .contact-info{
        height:90px;
        line-height:90px;
        text-align:center
    }
                .ts-contact-livechat-info{
                    border-bottom:none
                }
                .contact-info a,
                .contact-info p{
                    font-size:18px
                }
                .contact-info span i,
                .ts-number-statistic h2,
                .ts-number-statistic h3{
                    font-size:20px
                }
                .contact-info span{
                    height:50px;width:50px;
                    line-height:50px;
                    border-radius:50px;
                    -moz-border-radius:50px;
                    -webkit-border-radius:50px;
                    -ms-border-radius:50px;
                    -o-border-radius:50px
                }
                footer{
                    padding:30px 0 40px
                }
                .col-sm-6:nth-child(2n+1){
                    clear:both
                }
                .widget-title{
                    margin-top:20px
                }
                .widget-title h2,
                .widget-title h3{
                    margin-bottom:0
                }
                .widget-title ul li{
                    line-height:30px
                }
                .ts-service-style3{
                    margin-top:30px
                }
                .ts-number-statistic{
                    width:200px;
                    height:200px;
                    border-radius:200px
                }
                .ts-number-statistic a{
                    font-size:12px
                }
                
                .ts-number-statistic .bg-number-statistic{
                    height:196.8px;width:200px;padding-top:35px
                }
                .ts-number-statistic .bg-number-statistic i{
                    font-size:30px
                }
    }

@media only screen and (max-width:768px){
    .ts-CTA .ts-left-CTA p{
        font-size:13px
    }
}
@media only screen and (max-width:480px){
    .ts-item-post,
    .widget-title{
        margin-top:30px
    }
    .ts-special-offer figure,
    .ts-special-offer h2,
    .ts-special-offer h3{
        display:block;
        text-align:center
    }
    .ts-latest-posts{
        padding:50px 0
    }
    .contact-info{
        margin-left:0;text-align:left;
        height:80px;
        line-height:80px;
        border-right:none;
        border-left:none;
        border-top:1px solid rgba(255,255,255,.1)
    }
    .contact-info a,
    .contact-info p{
        font-size:20px
    }
    .contact-info i{
        font-size:25px
    }
    .contact-info span{
        height:50px;
        width:50px;
        line-height:50px;
        border-radius:50px;
        -moz-border-radius:50px;
        -webkit-border-radius:50px;
        -ms-border-radius:50px;
        -o-border-radius:50px
    }
    footer{
        padding:30px 0
    }
    section.ts-section-service-style3,
    section.ts-section-special-offers{
        padding:50px 0 30px
    }
    .widget-title h2,
    .widget-title h3{
        margin-bottom:0
    }
    .ts-copy-right p,
    .ts-menu-footer nav{
        text-align:center
    }
    .ts-menu-footer nav li{
        border:none;
        height:45px;
        line-height:45px
    }
    .ts-social-footer{
        margin-top:0
    }
    .ts-service-style3{
        margin-top:30px
    }
    .ts-special-offer figure{
        width:100%;
        margin:10px 0 20px
    }
    .ts-special-offer .ts-special-offer-content ul a{
        font-size:13px
    }
    .ts-offer-right .ts-hosting-price{
        margin:0
    }
    .ts-special-offer-content .ts-offer-right a{
        width:110px
    }
    .ts-hosting-price{
        border-radius:104px;
        height:104px;
        width:104px
    }
    .ts-hosting-price span.ts-special-offer-price{
        font-size:27px
    }
    .ts-number-statistic{
        margin-top:20px
    }
    .widget-list-posts{
        margin-top:30px
    }
    .widget-list-posts h2,
    .widget-list-posts h3{
        font-size:27px;margin-bottom:0
    }
    .widget-list-posts li{
        height:35px;
        line-height:35px
    }
    .ts-list-popular-topics li{
        height:42px;
        line-height:42px
    }
    .ts-list-popular-topics li h4{
        margin-bottom:0
    }
}
.ts-social-footer>a{
    display:inline-block;
    margin-bottom:10px
}
footer .widget h2,
footer .widget h3{
    color:#fff;
    font-size:20px;
    margin-bottom:35px;
    line-height:normal;
    border:none;font-weight:400
}
footer .ts-social-footer{
    margin-top:0
}
footer .widget_mc4wp_widget{
    margin-bottom:35px
}
.ts-social-footer.widget h3{
    margin-bottom:20px
}
.widget ul{
    padding:0
}
footer .widget ul li{
    line-height:35px
}
footer .widget ul li a{
    color:#8b8b8b;
    font-weight:300
}
footer .widget ul li a:before{
    content:"\f105";
    font-family:FontAwesome;
    color:#fd4326;
    font-size:15px;
    font-weight:700;margin-right:10px
}
.megamenu-content .widget ul li a:before{
    content:"";margin-right:0
}
.tp-bannertimer{
    height:2px;
    background:rgba(255,255,255,.5)
}
.ts-big-caption,
.ts-big-caption-2,
.ts-big-caption-2-right,
.ts-big-caption-center{
    font-family:Roboto;
    font-size:45px;
    line-height:55px;
    font-weight:300
}
.ts-big-caption-center{
    text-align:center
}
.ts-big-caption span,
.ts-big-caption-center span{
    color:#fd4326;
    font-weight:500
}
.ts-big-caption-2-right,
.ts-caption-medium-2-right{
    text-align:right
}
.ts-caption-small .fa,
.ts-caption-small-right .fa{
    width:25px;
    height:25px;
    text-align:center;
    line-height:25px;
    background:#008cba
}
.ts-big-caption-2,
.ts-big-caption-2-right,
.ts-caption-medium-2,
.ts-caption-medium-2-right{
    color:#252525
}
.ts-big-caption,
.ts-big-caption-center,
.ts-caption-medium,
.ts-caption-small,
.ts-caption-small-right{
    color:#fff
}
.ts-caption-medium,
.ts-caption-medium-2,
.ts-caption-medium-2-right{
    font-weight:300;
    font-size:20px;
    font-family:Roboto
}
.ts-caption-small,
.ts-caption-small-center,
.ts-caption-small-right{
    font-size:14px;
    font-family:Roboto;
    font-weight:300
}
.ts-caption-small-center{
    color:#fd4326
}
.blog-link:before,
.tp-leftarrow.default:after,
.tp-rightarrow.default:after{
    font-family:FontAwesome
}
.ts-caption-small .fa{
    margin-right:10px;
    color:#fff;
    font-size:10px;
    border-radius:50%
}
.ts-caption-small-right .fa{
    margin-left:15px;
    color:#fff;
    font-size:10px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%
}
.ts-caption-small-center .fa{
    color:#fff;
    margin-right:10px;
    font-size:10px
}
.ts-price-rev,
.ts-price-rev-right{
    color:#fff;
    font-size:20px;
    font-weight:300
}
.ts-price-rev-right{
    text-align:right
}
.ts-price-rev span,
.ts-price-rev-right span{
    color:#fd4326;
    font-size:35px;
    line-height:35px
}
.ts-button-slide,
.ts-button-slide-2{
    color:#fff;
    font-size:12px;
    padding:0 25px;
    line-height:35px;
    font-weight:400;
    text-transform:uppercase
}
.ts-button-slide{
    border:2px solid #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.ts-button-slide-2{
    border:2px solid #fd4326;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    background:#fd4326
}
.ts-caption-list,
.ts-line,
.ts-number{
    line-height:26px;font-size:20px
}
.ts-button-slide-2:hover{
    background:#fff;
    border-color:#fff
}
.ts-button-slide-2 a{
    color:#fff!important
}
.ts-button-slide:hover{
    background:#fd4326;
    border-color:#fd4326
}
.ts-button-slide-2 a:hover,
.ts-button-slide-2:hover a{
    color:#fd4326
}
.ts-button-slide a,
.ts-button-slide a:hover,
.ts-button-slide:hover a{
    color:#fff
}

.ts-number{
    color:#FD4326;
    text-shadow:none;
    background-color:rgba(255,255,255,1);
    text-decoration:none;
    width:51px;
    height:51px;
    text-align:center;
    padding:12px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    border-radius:30px;
    box-shadow:0 0 0 3px rgba(255,255,255,.3);
    -moz-box-shadow:0 0 0 3px rgba(255,255,255,.3);
    -webkit-box-shadow:0 0 0 3px rgba(255,255,255,.3)
}
.ts-line{
    text-decoration:none;
    background-color:#fd4326;
    background-color:rgba(253,67,38,1);
    padding:0;text-shadow:none;
    width:497px;
    height:1px;
    text-align:center;
    border-width:0;
    border-color:#fff;
    border-style:none
}
.ts-caption-list{
    font-weight:400
}
.tp-leftarrow.default,
.tp-rightarrow.default{
    background:rgba(255,255,255,.19);
    width:48px;
    height:48px;
    line-height:48px;
    text-align:center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    font-size:20px;
    color:#fff
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover{
    color:#fd4326
}
.tp-leftarrow.default:after{
    content:"\f104"
}
.tp-rightarrow.default:after{
    content:"\f105"
}
.tp-leftarrow.custom,
.tp-rightarrow.custom{
    background:#4f5053
}
#banner .banner{
    padding:70px 0;
    min-height:285px
}
#banner .banner h1{
    color:#fff;
    font-size:45px;
    font-weight:300;
    margin-bottom:10px
}
#banner .banner p{
    color:#737373;
    font-size:18px;
    font-weight:300;
    margin-bottom:20px
}
.title-whmcs{
    text-align:center;
    font-size:30px;
    color:#252525;
    font-weight:300;
    margin:90px 0
}
.ts-whmcs li{
    margin-bottom:60px
}
.ts-whmcs li .item-right{
    display:block;
    padding-left:47px;
    font-size:14px;
    font-weight:300;
    color:#737373
}
.ts-whmcs li .item-right strong a{
    color:#252525;
    font-weight:400;
    font-size:20px
}
.ts-whmcs li .item-right strong a:hover{
    color:#fd4326
}
#main-content,.main-content{
    margin:75px 0
}
.date-post{
    width:55px;
    margin-right:11px;
    color:#fff;
    text-transform:uppercase;
    font-weight:300;
    text-align:center
}
.blog-item h3,
.blog-item h3 a{
    color:#000
}
.blog-item.sticky{
    background:#f0f0f0
}
.blog-item:first-child .date-post{
    margin-top:0
}
.blog-item:first-child{
    padding-top:0
}
.date-post span.date{
    background:#42454a;
    display:block;
    line-height:44px;
    font-size:30px;
    height:44px
}
.date-post span.month{
    background:#fd4326;
    display:block;
    font-size:15px;
    height:24px;
    line-height:24px
}
.blog-item h2,
.blog-item h3{
    font-size:25px;
    margin:0 0 5px;
    font-weight:300;
    padding:0
}
.blog-item h3 a:hover{
    color:#fd4326
}
.blog-item h2,
.blog-item h2 a{
    color:#000
}
.blog-item h2 a:hover{
    color:#fd4326
}
.blog-item .post-meta-type{
    margin-bottom:40px
}
.blog-meta{
    color:#9f9f9f;
    margin-bottom:30px;
    padding:0;
    display:block
}
.blog-meta li,
.blog-meta li a{
    color:#c8c8c8
}
.blog-meta li{display:inline-block;
    font-size:12px;
    margin-right:20px
}
.blog-meta li a:hover{
    color:#fd4326
}
.blog-meta li .fa{
    font-size:15px;
    color:#fd4326;
    margin-right:7px
}
.blog-item article{
    margin-left:66px
}
.blog-item{
    border-bottom:1px solid #ededed;
    padding:59px 0 55px
}
.blog-single .blog-item{
    border-bottom:none
}
.blog-item .except-post{
    display:inline-block;
    margin-bottom:40px;
    width:100%
}
.more-link,
.ts-button,
button,
input[type=submit]{
    background:#42454a;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    border:2px solid #42454a;
    color:#fff;display:inline-block;
    font-size:12px;
    letter-spacing:1px;
    line-height:38px;
    padding:0 20px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:400;
    transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -webkit-transition:all .3s ease-out 0s
}
.more-link:hover,
.ts-button:hover,
button:hover,
input[type=submit]:hover{
    background:#fd4326;
    border-color:#fd4326;
    color:#fff
}
.blog-item .group-share{
    margin-top:8px
}
.blog-item .group-share span,
.group-share span{
    border-bottom:1px solid #2a2a2a;
    color:#2a2a2a;
    display:inline-block;
    font-size:12px;
    line-height:17px
}
.blog-item .group-share a,
.group-share a{
    color:#919191;
    margin-left:20px;
    font-size:16px
}
.blog-item .group-share a:hover,
.group-share a:hover{
    color:#fd4326
}
table{
    border-collapse:collapse;
    width:100%
}
table td,
table th{
    border:1px solid #737373;
    padding:5px
}
.title-table-data th{
    font-size:14px;
    font-weight:400
}
.pagination{
    margin:50px 0 0 66px
}
.page-links a,
.page-links>span,
.pagination>li>a,
.pagination>li>span{
    width:32px;
    height:32px;
    line-height:32px;
    text-align:center;
    margin-right:7px;
    display:inline-block
}
.page-links a,
.pagination>li>a,
.pagination>li>span{
    border:1px solid #ddd;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    font-size:14px;
    color:#252525;
    padding:0
}
.page-links a:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
span.page-numbers.current{
    background-color:#fd4326;
    border-color:#fd4326;
    color:#fff
}
.page-links>span{
    background-color:#fd4326;
    border:1px solid #fd4326;
    color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.page-links>span.page-links-title{
    width:auto;
    color:#737373;
    background:0 0;
    text-align:left;
    border:none
}
.blog-item input[type=text],
.blog-item input[type=password]{
    line-height:40px;
    border:1px solid #d2d2d2;
    padding:0 13px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    font-size:12px
}
.blog-quote,

blockquote{
    border-left:2px solid #fd4326
}
.blog-link{
    padding:40px 65px 15px;
    background:#f3f3f3
}
.blog-link a{
    font-weight:400;
    font-size:14px
}
.blog-quote{
    padding:20px 25px;
    font-style:italic;
    font-size:18px
}
.blog-link:before{
    content:"\f0c1";
    font-size:22px;
    color:#fd4326;
    position:absolute;
    left:35px;
    top:20px;
    font-style:normal
}
.blog-grallery .owl-controls .owl-buttons div.owl-prev,
.ts-portfolio-slider .owl-controls .owl-buttons div.owl-prev{
    left:25px
}
.blog-item .blog-link h2,
.blog-item .blog-link h3,
.blog-quote p{
    margin-bottom:0
}
.blog-quote cite{
    font-size:12px;
    font-style:normal;
    color:#252525
}
.blog-quote cite:before{
    content:"-"
}
.blog-grallery .owl-controls{
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:opacity .3s ease-out 0s;
    -o-transition:opacity .3s ease-out 0s;
    transition:opacity .3s ease-out 0s
}
.blog-grallery .owl-controls .owl-buttons div{
    background:rgba(255,255,255,.19);
    color:#ececec;
    display:inline-block;
    font-size:20px;
    height:48px;
    line-height:48px;
    margin:0;width:48px;
    position:absolute;
    top:45%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    z-index:99;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s
}
.owl-theme .owl-controls .owl-buttons div:focus,
.owl-theme .owl-controls .owl-buttons div:hover{
    background:#FD4326;
    color:#fff
}
.blog-grallery .owl-controls .owl-buttons div.owl-next{
    right:25px
}
::-webkit-input-placeholder{
    color:#737373
}
:-moz-placeholder{
    color:#737373
}
::-moz-placeholder{
    color:#737373;
    opacity:1
}
:-ms-input-placeholder{
    color:#737373
}
.alignright{
    float:right
}
.aligncenter{
    display:block;
    margin-left:auto;
    margin-right:auto
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft{
    margin:7px 24px 7px 0
}
.wp-caption.alignleft{
    margin:7px 14px 7px 0
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright{
    margin:7px 0 7px 24px
}
.wp-caption.alignright{
    margin:7px 0 7px 14px
}
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter{
    margin-top:7px;
    margin-bottom:7px
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright{
    border-top:1px solid rgba(0,0,0,.1);
    border-bottom:1px solid rgba(0,0,0,.1);
    padding-top:17px;width:50%
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p{
    margin-bottom:17px
}
embed,iframe{
    max-width:100%
}
blockquote{
    padding:15px 0 25px 25px;
    font-style:italic;
    font-size:16px
}
.post-thumbnail img,
.wp-post-image,
img.size-full,img.size-large{
    height:auto;
    max-width:100%
}
.wp-caption{
    margin-bottom:24px;
    color:#767676;
    max-width:100%
}
.wp-caption-text{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size:12px;
    font-style:italic;
    line-height:1.5;
    margin:9px 0
}
div.wp-caption .wp-caption-text{
    padding-right:10px
}
div.wp-caption.alignright .wp-caption-text,
div.wp-caption.alignright img[class*=wp-image-]{
    padding-left:10px;
    padding-right:0
}
.wp-smiley{
    border:0;margin-bottom:0;
    margin-top:0;
    padding:0
}
#searchform{
    position:relative;
    display:table
}
#searchform>span{
    display:table-cell;
    vertical-align:middle;
    white-space:nowrap
}
#searchform input[type=search]{
    display:table-cell;
    line-height:40px;
    padding:0 13px;
    font-size:12px;
    color:#737373;
    font-style:italic;
    width:100%;
    border:1px solid #d2d2d2;
    height:42px -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    outline:0
}
#searchform button[type=submit]{
    width:42px;
    height:42px;
    background:#42454a;
    text-align:center;
    border:none;
    -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    -ms-border-radius:0 3px 3px 0;
    -o-border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0;
    color:#fff;
    font-size:16px;
    float:right;
    margin-left:-1px
}
#searchform button[type=submit]:hover{
    background:#fd4326
}
.sidebar-right .widget{
    margin-bottom:45px
}
.widget h3,
.widget h4{
    font-size:20px;
    font-weight:300;
    line-height:40px;
    border-bottom:1px solid #ededed;
    margin:0 0 30px;
    color:#000
}
.widget ul li{
    position:relative;
    list-style:none
}
.megamenu-content .widget ul li:before,
.widget_recent_comments li.recentcomments a:before{
    content:"";
    margin-right:0;
    width:0
}
.widget ul li a:before,
.widget_recent_comments li.recentcomments:before{
    content:"\f105";
    font-family:FontAwesome;
    color:#fd4326;
    font-size:15px;
    font-weight:700;
    margin-right:10px
}
#leave-reply h4,
.comment-post h4{
    text-transform:none;
    font-weight:300
}
.widget ul li a{
    line-height:40px;
    color:#737373;
    display:inline-block
}
.widget ul li a:hover{
    color:#fd4326
}
.domainchecker input[type=text]{
    line-height:40px!important;
    height:40px!important;
    font-size:12px;
    color:#737373;
    font-style:italic;
    border:1px solid #d2d2d2
}
.domainchecker button[type=submit]{
    height:40px!important;
    background:#42454a!important;
    text-align:center;
    border:none;
    color:#fff!important;
    font-size:16px
}
.domainchecker button[type=submit]:hover{
    background:#fd4326!important
}
.widget_tag_cloud .tagcloud a{
    background:#f0f0f0;
    padding:5px 10px;
    text-align:center;
    color:#737373;
    margin-right:7px;
    margin-bottom:7px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
    display:inline-block
}
.widget_tag_cloud .tagcloud a:hover{
    background:#fd4326;
    color:#fff
}
#leave-reply{
    margin:100px 0 40px 66px
}
#leave-reply h4{
    font-size:20px;
    margin:0 0 50px;
    line-height:normal;
    color:#000
}
.comment-form input[type=text],
.comment-form textarea{
    width:100%;
    border:1px solid #e3e3e3;
    padding:10px;
    line-height:25px;
    margin-bottom:15px;
    color:#737373;
    font-size:14px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0
}
.comment-form textarea{
    min-height:220px
}
.comment-form ::-webkit-input-placeholder{
    color:#c8c8c8
}
.comment-form :-moz-placeholder{
    color:#c8c8c8
}
.comment-form ::-moz-placeholder{
    color:#c8c8c8;
    opacity:1
}
.comment-form :-ms-input-placeholder{
    color:#c8c8c8
}
.comment-post{
    margin:75px 0 0 66px
}
.comment-post h4{
    font-size:20px;
    margin:0 0 50px;
    line-height:normal;
    color:#000
}
.comment-post .comment-item{
    margin-top:40px
}
.comment-post .avatar{
    width:95px;
    height:95px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%
}
.skill-bar-bg,.ts-service-style-4{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px
}
.comment-item .media-heading{
    margin-bottom:0
}
.comment-item .media-heading a{
    color:#181818;
    font-size:16px;
    font-weight:400
}
.comment-item .media-date{
    color:#c8c8c8;
    font-size:12px;
    font-style:italic
}
.media-body .comment-text{
    border-bottom:1px solid #f1f1f1;
    margin-bottom:0;
    margin-top:15px;
    padding-bottom:30px
}
.comment-item .comment-reply-link{
    color:#000;
    font-size:12px;
    margin-left:15px
}
.comment-item .comment-reply-link:hover{
    color:#fd4326
}
.comment-post .comment-item>.pull-left{
    padding-right:0
}
.media-body{
    display:block;
    padding-left:120px
}
.comment-post ul.children{
    padding-left:100px
}
.ts-service-style-3{
    margin-top:75px
}
.ts-service-style-3 .icon-service{
    font-size:40px;
    color:#fd4326
}
.ts-service-style-3 h2,
.ts-service-style-3 h3{
    font-size:20px;
    margin:20px 0 30px;
    font-weight:400
}
.ts-service-style-3 h2 a,
.ts-service-style-3 h3 a,
.ts-service-style-4 h2 a,
.ts-service-style-4 h3 a{
    color:#252525
}
@-webkit-keyframes horizontal{
    0%,12%,24%,36%,48%,70%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
    18%,30%,42%,54%,6%,76%{
        -webkit-transform:translate(5px,0);
        transform:translate(5px,0)}}
@keyframes horizontal{
    0%,12%,24%,36%,48%,70%{
        -webkit-transform:translate(0,0);
        -ms-transform:translate(0,0);
        transform:translate(0,0)
    }
    18%,30%,42%,54%,6%,76%{
        -webkit-transform:translate(5px,0);
        -ms-transform:translate(5px,0);
        transform:translate(5px,0)}}
.ts-service-style-3:hover .icon-service .fa{
    -webkit-animation:horizontal 2s ease infinite;
    animation:horizontal 2s ease infinite
}
.ts-service-style-4{
    background:#f3f3f3;
    padding:45px 25px;
    border-radius:3px;
    min-height:360px;
    margin-top:35px
}
.ts-service-style-4 .icon-service,
.ts-service-style-5 .icon-service{
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    display:block
}
.ts-service-style-4 .icon-service{
    font-size:29px;
    width:79px;
    height:79px;
    -moz-border-radius:50%;
    border-radius:50%;
    border:2px solid #252525;
    color:#252525;
    line-height:79px;
    margin:0 auto
}
.ts-service-style-4 h2,
.ts-service-style-4 h3{
    font-size:20px;
    margin:23px 0 25px
}
.ts-service-style-4:hover .icon-service{
    background:#fd4326;
    border-color:#fd4326;
    color:#fff!important
}
.ts-service-style-5{
    color:#d1d1d1;
    margin-top:65px
}
.ts-service-style-5 h2 a,
.ts-service-style-5 h3 a{
    color:#fff
}
.ts-service-style-5 .icon-service{
    width:57px;
    height:57px;
    background:#fd4326;
    color:#fff;
    line-height:57px;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:0 auto;
    font-size:20px
}
.ts-service-style-5 h2,.ts-service-style-5 h3{
    margin:15px 0;
    font-size:20px
}
.team-item h4{
    font-weight:400;
    font-size:20px;
    color:#252525;
    margin:35px 0 0
}
.team-item-style2 h4{
    font-weight:400;
    font-size:20px;
    color:#252525;
    margin:20px 0 0
}
.team-item>span{
    margin-bottom:25px
}
.team-item-style2>span,
.team-item>span{
    font-size:14px;
    text-transform:uppercase;
    display:block
}
.team-item-style2 .social-network a{
    width:35px;
    height:35px;
    line-height:35px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    background:#ededed;
    font-size:14px;
    color:#252525;
    text-align:center;
    -webkit-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    margin:15px 5px 0;
    display:inline-block
}
.team-item-style2 .social-network a:hover{
    background:#fd4326;
    color:#fff
}
.team-item figure{
    overflow:hidden;
    position:relative
}
.team-item .social-network-team{
    background-color:rgba(0,0,0,.8);
    bottom:-100%;
    left:0;margin:0;
    padding:40% 0 10px;
    position:absolute;
    transition:all .3s linear 0s;
    -moz-transition:all .3s linear 0s;
    -webkit-transition:all .3s linear 0s;
    width:100%;
    height:100%;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px
}
#grid-portfolio .cbp-caption:hover .cbp-caption-defaultWrap,
.team-item figure:hover .social-network-team{
    bottom:0
}
.skill-bar-bg,.skillbar{
    position:relative;
    width:100%
}
.team-item .social-network-team li{
    display:inline-block;
    margin:10px 5px
}
.team-item .social-network-team li a{
    border:2px solid #DADADA;
    width:35px;
    height:35px;
    line-height:31px;
    text-align:center;
    color:#fff;
    font-size:15.75px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    display:block
}
.team-item .social-network-team li a:hover{
    background:rgba(255,255,255,1);
    box-shadow:0 0 0 8px rgba(255,255,255,.3);
    -moz-box-shadow:0 0 0 8px rgba(255,255,255,.3);
    -webkit-box-shadow:0 0 0 8px rgba(255,255,255,.3);
    color:#fd4326
}
.team-item figure img{
    transition:all .3s linear 0s;
    -moz-transition:all .3s linear 0s;
    -webkit-transition:all .3s linear 0s;
    width:100%;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px
}
.team-item figure:hover img{
    transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1)
}
.bg_parallax>.container>.vc_row,
.bg_parallax>div>.vc_row{
    margin-bottom:0!important}.skillbar{
        display:block;
        height:auto;
        -webkit-transition:.4s linear;
        -moz-transition:.4s linear;
        -ms-transition:.4s linear;
        -o-transition:.4s linear;
        transition:.4s linear;
        -webkit-transition-property:width,background-color;
        -moz-transition-property:width,background-color;
        -ms-transition-property:width,background-color;
        -o-transition-property:width,background-color;
        transition-property:width,background-color;
        font-weight:400
}
.skill-bar-bg{
    display:block;
    margin-bottom:15px;
    border-radius:3px
}
.skillbar-bar{
    height:38px;
    position:relative;
    width:0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.skillbarstyle2 .skill-bar-bg,.skillbarstyle2 .skillbar-bar{
    height:38px
}
.skillbarstyle2 .skillbar{
    margin-top:19px
}
.skillbarstyle2 .skillbar-bar{
    padding:0 10px
}
.skillbarstyle2 .skill-bar-percent{
    line-height:38px
}
.skillbarstyle2 .skill-bar-percent>span{
    margin-right:5px
}
.skillbarstyle1 .skill-bar-bg,
.skillbarstyle1 .skillbar-bar{
    height:7px
}
.skillbarstyle1 .skill-bar-percent{
    position:absolute;
    right:12px;
    text-transform:uppercase;
    top:-30px
}
.skillbarstyle1 .skillbar-title{
    line-height:normal;
    margin-bottom:8px
}
.skillbarstyle1 .skillbar{
    margin-bottom:28px
}
.ts-funfact-style2{
    border:none;
    height:auto;
    min-height:220px;
    text-align:left;
    width:auto;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0
}
.ts-funfact-style2 .funfact-number-unit{
    font-size:55px;
    font-weight:300;
    line-height:normal
}
.ts-funfact-style2 .ts-funfact-info>h5{
    font-size:20px;
    font-weight:400;
    margin:15px 0;
    display:block
}
.item-circles .circlestat{
    margin:0 auto
}
.item-circles .skill-title{
    font-size:20px;
    font-weight:400;
    margin:5px 0 20px
}
.ts-list-ul ul{
    padding:0;
    list-style:none
}
.ts-list-ul ul li{
    line-height:48px;
    border-bottom:1px solid #f0f0f0;
    margin-left:20px;
    color:#676a6f
}
.ts-list-ul ul li:before{
    content:"\f105";
    color:#fd4326;
    font-family:FontAwesome;
    font-size:17px;
    margin-left:-20px;
    margin-right:20px
}
.ts-list-ul ul li:last-child{
    border:none
}
.ts-list-ul ul li a{
    color:#676a6f
}
.ts-box-border{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    padding:25px
}
.ts-box-border h2,
.ts-box-border h3{
    font-size:20px;
    color:#252525;
    margin:20px 0 25px
}
.ts-style-button{
    border-radius:3px;
    display:block;
    text-align:center;
    margin-bottom:24px;
    text-transform:uppercase;
    -webkit-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
    cursor:pointer
}
.ts-style-button.large{
    line-height:51px;
    font-size:15px;
    letter-spacing:1px;
    width:180px
}
.ts-style-button.normal{
    line-height:40px;
    font-size:12px;
    letter-spacing:1px;
    width:145px
}
.ts-style-button.small{
    line-height:30px;
    font-size:9px;
    letter-spacing:1px;
    width:105px
}
.countdownstyle1,
.countdownstyle2{
    text-align:center
}
.countdownstyle1 .ts-date-countdown{
    display:inline-block;
    width:80px;
    background:#42454a;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    text-align:center;
    color:#fff;margin:0 8px
}
.countdownstyle1 .ts-date-countdown .date{
    font-size:40px;
    height:84px;
    line-height:84px;
    display:block
}
.countdownstyle1 .ts-date-countdown .month{
    font-size:12px;
    font-weight:400;
    display:block;
    height:36px;
    line-height:36px;
    text-transform:uppercase;
    background:#4f5257;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    -ms-border-radius:0 0 3px 3px;
    -o-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px
}
.countdownstyle1 .ts-date-countdown.ts-day-count{
    background:#fd4326
}
.countdownstyle1 .ts-date-countdown.ts-day-count .month{
    background:#ff573d
}
.countdownstyle2 .ts-date-countdown{
    display:inline-block;
    width:93px;
    background:url(../images/bd-datecount.png) top right repeat-y #f3f3f3;
    text-align:center;
    color:#252525;
    margin:0 -2px;
    padding-top:20px;
    height:120px
}
.countdownstyle2 .ts-date-countdown:last-child{
    -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    -ms-border-radius:0 3px 3px 0;
    -o-border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0;
    background:#f3f3f3
}
.countdownstyle2 .ts-date-countdown .date{
    font-size:40px;
    display:block;
    line-height:normal
}
.countdownstyle2 .ts-date-countdown .month{
    font-size:12px;
    font-weight:400;
    display:block;
    text-transform:uppercase
}
.countdownstyle2 .ts-date-countdown.ts-day-count{
    color:#fd4326;
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    -ms-border-radius:3px 0 0 3px;
    -o-border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px
}
.widget select,.widget_archive select,
.widget_categories select{
    border:1px solid #d6d6d6;
    color:#8d8d8d;
    height:44px;
    outline:0;
    padding:0 17px;
    width:100%
}.sidebar_widget .ts-select{
    position:relative
}
.sidebar_widget select{
    border:1px solid #dcdcdc;
    color:#8d8d8d;
    height:44px;
    outline:0;
    padding:0 17px;
    width:100%;
    cursor:pointer
}
#wp-calendar{
    width:100%
}
#wp-calendar a{
    color:#7e7d7d
}
#wp-calendar a:hover{
    color:#fd4326
}
#wp-calendar caption{
    margin-bottom:5px;
    padding:4px 0;
    text-align:center;
    color:#252525;
    font-size:12px;
    font-weight:400;
    text-transform:uppercase
}
#wp-calendar thead th{
    background:#f7f7f7;
    border-right:2px solid #fff;
    border-left:none;
    border-bottom:none;
    border-top:none;
    font-size:14px;
    padding:7px 0;
    text-align:center
}
#wp-calendar td{
    border:1px solid #f7f7f7;
    padding:5px 0;
    text-align:center
}
#wp-calendar #prev{
    border:0;
    text-align:left
}
#wp-calendar .pad{
    border:0
}
#wp-calendar #next{
    border:0;
    text-align:right
}
.widget_rss li{
    margin-bottom:20px
}
.ts-showmore{
    background:#42454a;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    line-height:28px;
    text-transform:uppercase;
    font-size:9px;
    font-weight:400;
    color:#fff;
    display:inline-block!important;
    padding:0 20px;
    width:95px!important;
    margin:25px 0;
    text-align:center
}
.ts-showmore:hover{
    background:#fd4326;
    color:#fff
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea{
    color:#aaa;
    line-height:24px;
    padding:10px;
    border:1px solid #e3e3e3;
    margin-bottom:30px;
    width:100%;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.wpcf7-form textarea{
    width:100%
}
.ts-social-style1 .fa{
    padding:13px
}
.ts-button.show-block{
    margin-top:50px;
    margin-bottom:20px
}
.font-awesome-list:after,
.font-awesome-list:before{
    content:" ";
    display:table
}
.font-awesome-list:after{
    clear:both
}
.font-awesome-list{
    list-style:none;
    margin:0 -30px 20px 0;
    padding:5px 0 0;
    width:100%
}
.font-awesome-list li{
    color:#777;
    display:block;
    height:32px;
    line-height:3;
    margin:0;
    padding:0;
    vertical-align:top
}
.font-awesome-list li .fa{
    color:#333;
    display:inline-block;
    margin-right:3px;
    text-align:center;
    width:32px;
    font-size:12px;
    padding:2px 2.5px 2.5px 2px
}
.font-awesome-list li{
    float:left;
    margin-right:30px;
    width:22%
}
.ts-social-style2 a.ts-style-icon,
.ts-social-style3 a{
    height:40px;
    overflow:hidden;
    width:40px;
    margin-bottom:9px;
    font-size:20px;
    line-height:40px;
    display:inline-block;
    text-align:center
}
.ts-social-style2 a.ts-style-icon{
    transition:background-color .3s ease 0s;
    -webkit-transition:background-color .3s ease 0s;
    -moz-transition:background-color .3s ease 0s;
    color:#bcbcbc
}
.ts-social-style2 a.ts-style-icon:hover{
    background:#ebebeb;
    color:#323232
}
.ts-social-style3 a{
    transition:background-color .3s ease 0s;
    -webkit-transition:background-color .3s ease 0s;
    -moz-transition:background-color .3s ease 0s;
    color:#707070
}
.ts-social-style3 a:hover{
    color:#fff
}
.ts-social-style2,
.ts-social-style3{
    padding:0 40px;
    text-align:center
}
.ts-list-images{
    text-align:center
}
.ts-list-images li{
    display:inline-block;
    margin:0 8px
}
.quote-type-style2{
    font-size:18px;
    font-style:italic;
    padding:20px 25px;
    position:relative
}
.quote-type-style2 cite{
    color:#252525;
    font-size:12px;
    font-style:normal
}
.quote-type-style2:before{
    content:"\f10d";
    font-family:FontAwesome;
    color:#fd4326;
    font-size:22px;
    font-style:normal;
    position:absolute;
    left:0;
    top:0
}
.quote-type-style2 cite:before{
    content:"-"
}
.quote-type-style2 p{
    margin-bottom:0
}
.blog-quote-style1,
.quote-type-style2{
    margin-bottom:30px
}
.ts-dropcap-style1{
    width:52px;
    height:52px;
    font-size:40px;
    text-transform:uppercase;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    line-height:52px;
    text-align:center;
    display:block;
    float:left;
    margin:8px 15px 15px 0
}
.ts-dropcap-style2{
    font-size:70px;
    text-transform:uppercase;
    margin:0 10px 15px 0;
    float:left;
    display:inline-block;
    line-height:60px
}
#tiptip_content{
    background:#42454a;
    border:none
}
#tiptip_holder.tip_top #tiptip_arrow,
#tiptip_holder.tip_top #tiptip_arrow_inner{
    border-top-color:#42454a
}
.ts-list-style h4{
    font-size:16px;
    font-weight:400;
    color:#252525
}
.ts-list-style ul{
    padding:0;
    list-style:none
}
.ts-list-style ul li{
    line-height:36px
}
.ts-list-style ul li span{
    font-size:16px;
    margin-right:10px
}
.ts-list-style ul li a{
    color:#737373;
    line-height:36px;
    font-size:14px
}
.ts-list-style ul li a:hover,
.ts-list-style.underlist li a{
    color:#fd4326
}
.ts-orderlist li:before{
    content:"";
    border-left:5px solid #737373;
    border-top:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid transparent;
    display:inline-block;
    margin-right:7px
}
.ts-data-table{
    margin-top:0
}
#filters-portfolio{
    background:0 0;
    padding:17px 0 9px;
    margin:37px 0;
    text-align:center
}
#filters-portfolio .cbp-filter-item{
    background-color:#f3f3f3;
    border:none;
    color:#252525;
    cursor:pointer;
    display:inline-block;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin:0 8px 8px 0;
    overflow:visible;
    padding:0 13px;
    position:relative;
    transition:all .2s ease-in-out 0s;
    -moz-transition:all .2s ease-in-out 0s;
    -webkit-transition:all .2s ease-in-out 0s;
    font-weight:300;
    font-size:12px;
    font-family:Roboto;
    line-height:32px
}
#filters-portfolio .cbp-filter-item.cbp-filter-item-active,
#filters-portfolio .cbp-filter-item:hover{
    background-color:#fd4326;
    color:#fff
}
#grid-portfolio.cbp-l-grid-projects .cbp-caption{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin-bottom:20px;
    height:76%
}
#grid-portfolio .cbp-l-grid-projects-title{
    font-size:16px;
    font-weight:400;
    color:#252525;
    font-family:Roboto
}
#grid-portfolio .cbp-l-grid-projects-desc{
    font-size:12px;
    font-weight:300;
    color:#737373;
    line-height:26px;
    font-family:Roboto;
    margin-top:0
}
#grid-portfolio.cbp-l-grid-projects.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap{
    height:63px;
    background:rgba(0,0,0,.73);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    z-index:3;
    opacity:0;
    filter:alpha(opacity=0);
    bottom:-63px;
    -webkit-transition:bottom .6s cubic-bezier(.19,1,.22,1) 0s;
    -o-transition:bottom .6s cubic-bezier(.19,1,.22,1) 0s;
    transition:bottom .6s cubic-bezier(.19,1,.22,1) 0s
}
#grid-portfolio .cbp-caption:hover .cbp-caption-activeWrap{
    opacity:1;
    filter:alpha(opacity=100);
    bottom:0
}
#grid-portfolio .cbp-l-caption-buttonLeft,
#grid-portfolio .cbp-l-caption-buttonRight{
    background-color:#fff;
    color:#000;
    display:inline-block;
    font:300 12px/35px Roboto;
    margin:4px;
    text-align:center;
    width:93px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
#grid-portfolio .cbp-l-caption-buttonLeft:focus,
#grid-portfolio .cbp-l-caption-buttonLeft:hover,
#grid-portfolio .cbp-l-caption-buttonRight:focus,
#grid-portfolio .cbp-l-caption-buttonRight:hover{
    background:#c9c9c9
}
.portfolio-single{
    padding:55px 0 115px
}
.portfolio-single .portfolio-single-left img{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.portfolio-related{
    margin-bottom:60px
}
.portfolio-related h5,
.portfolio-single-right h2,
.portfolio-single-right h3{
    font-size:20px;
    font-weight:300
}
.portfolio-single .portfolio-excerpt{
    margin:25px 0 55px
}
.profile-right h5{
    line-height:45px;
    border-bottom:1px solid #ececec;
    font-size:14px;
    margin:0
}
.profile-right{
    margin-bottom:35px
}
.profile-right h5 strong{
    display:inline-block;
    font-weight:500;
    min-width:30%
}
.profile-right h5 span{
    font-weight:300
}
.ts-portfolio-slider.owl-controls{
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:opacity .3s ease-out 0s;
    -o-transition:opacity .3s ease-out 0s;
    transition:opacity .3s ease-out 0s
}
.ts-portfolio-slider .owl-controls .owl-buttons div{
    background:rgba(255,255,255,.19);
    border-radius:50%;
    color:#ececec;
    display:inline-block;
    font-size:20px;
    height:48px;
    line-height:48px;
    margin:0;
    position:absolute;
    top:45%;
    -webkit-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
    width:48px;
    z-index:99
}
.ts-portfolio-slider .owl-controls .owl-buttons div.owl-next{
    right:25px
}
.cbp img,
.cbp-l-inline img,
.cbp-l-project-related-wrap img,
.cbp-slider img{
    min-height:100%
}
.blog-grallery:hover .owl-controls{
    opacity:1;
    filter:alpha(opacity=100)
}
.portfolio-header .portfolio-title{
    font-size:30px;
    font-weight:300;
    display:inline-block
}
.portfolio-header ul{
    padding:0
}
.portfolio-header ul li{
    display:inline-block
}
.wpb_single_image img{
    height:auto;
    width:100%!important
}
.portfolio-header{
    margin-bottom:45px
}
.portfolio-header .icon-bt{
    width:27px;
    height:27px;
    background-position:top center;
    background-repeat:no-repeat;
    display:inline-block;
    text-indent:-9999px;
    -webkit-transition:background-image .3s;
    -o-transition:background-image .3s;
    transition:background-image .3s
}
.portfolio-header .bt-grid{
    background-image:url(../images/grid-port.png);
    width:24px;
    height:24px;
    margin-right:12px
}
.portfolio-header .icon-arrow-prev{
    background-image:url(../images/arrow-prev-port.png);
    margin-right:5px
}
.portfolio-header .icon-arrow-next{
    background-image:url(../images/arrow-next-port.png)
}
.portfolio-header .icon-bt:hover{
    background-position:bottom center
}
.ts-message{
    height:53px;
    line-height:53px;
    padding:0 10px 0 20px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    font-size:16px;
    color:#fff;
    position:relative;
    margin-bottom:25px
}
.ts-message.success{
    background:#85d35f
}
.ts-message.info{
    background:#5ed9e7
}
.ts-message.warning{
    background:#f6ce4e
}
.ts-message.error{
    background:#fd4326
}
.ts-message-content{
    display:block;
    padding-left:35px
}
.ts-message-boxed .ts-content-boxed{
    padding-left:35px
}
.ts-message-boxed{
    border:1px solid #ebebeb;
    padding:20px 15px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin-bottom:30px;
    position:relative
}
.ts-message-content p{
    margin-bottom:0
}
.ts-close{
    position:absolute;
    right:10px;
    top:17px;
    line-height:normal;
    font-size:12px!important;
    cursor:pointer
}
.ts-message-boxed .ts-close{
    top:10px;
    color:#c5c5c5
}
.ts-message-boxed .ts-close:hover{
    color:#252525
}
.ts-message>span{
    font-size:20px
}
.ts-message>span,
.ts-title-boxed>span{
    float:left
}
.ts-title-boxed>span{
    font-size:25px
}
.ts-message-boxed .ts-title-boxed{
    font-size:20px;
    margin-bottom:20px
}
.ts-message-boxed.success .ts-title-boxed{
    color:#85d35f
}
.ts-message-boxed.info .ts-title-boxed{
    color:#5ed9e7
}
.ts-message-boxed.warning .ts-title-boxed{
    color:#f6ce4e
}
.ts-message-boxed.error .ts-title-boxed{
    color:#fd4326
}
.ts-combined-notifications{
    border:1px solid #ebebeb;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin-bottom:30px;
    position:relative
}
.ts-combined-notifications .ts-title-boxed{
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -ms-border-radius:3px 3px 0 0;
    -o-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    color:#fff;
    font-size:16px;
    height:53px;
    line-height:53px;
    margin-bottom:25px;
    padding:0 10px 0 20px
}
.ts-combined-notifications .ts-content-boxed{
    padding:0 20px 25px 50px
}
.ts-combined-notifications.success .ts-title-boxed{
    background:#85d35f
}
.ts-combined-notifications.info .ts-title-boxed{
    background:#5ed9e7
}
.ts-combined-notifications.warning .ts-title-boxed{
    background:#f6ce4e
}
.ts-combined-notifications.error .ts-title-boxed{
    background:#fd4326
}
.ts-contact-hotline{
    width:252px;height:252px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    background:#fff;
    box-shadow:0 0 0 5px rgba(255,255,255,.5);
    display:table;
    margin:0 auto
}
.ts-menu-sidebar,
.ts-special-offer-style2{
    -moz-border-radius:3px;
    -ms-border-radius:3px
}
.table-cell{
    display:table-cell;
    vertical-align:middle
}
.ts-contact-hotline h2,
.ts-contact-hotline h3,
.ts-contact-hotline h4{
    margin:0 0 5px
}
.ts-contact-hotline .ts-contact-icon{
    font-size:40px;
    margin-bottom:10px;
    display:inline-block
}
.ts-contact-infomation p{
    margin-bottom:30px
}
.ts-contact-infomation span{
    font-weight:500
}
.ts-contact-infomation a{
    color:#737373
}
.ts-contact-infomation a:hover{
    color:#fd4326
}
li.mini-shoping-cart-wraper a:after{
    display:none
}
.main-header{
    box-shadow:0 1px 1px 0 rgba(50,50,50,.1);
    left:0;
    right:0;
    z-index:1000
}

#menu-main-menu .list-inline>li{
    padding-left:0!important;
    padding-right:0!important
}

.is-sticky .main-header .logo{
        margin-top:0
}
.is-sticky .main-header .main-menu>ul>li.megamenu-item>a:after,
.is-sticky .main-header .main-menu>ul>li.menu-item-has-children>a:after,
.is-sticky .main-header .main-menu>ul>li.mini-shoping-cart-wraper>a:after{
    bottom:5px
}
.main-menu>ul>li>a{
    -webkit-transition:padding .5s;
    -moz-transition:padding .5s;
    transition:padding .5s
}
.is-sticky .main-header .main-menu>ul>li>a{
    padding-top:17px;
    padding-bottom:17px
}
.ts-page-sidebar{
    padding:80px 0 100px
}
.ts-menu-sidebar{
    background:#f3f3f3;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.ts-menu-sidebar>ul>li{
    border-top:1px solid #e8e8e8;
    margin:0 20px
}
.ts-menu-sidebar li:first-child{
    border:none
}
.ts-menu-sidebar li a{
    line-height:47px;
    font-size:14px;
    font-weight:400;
    color:#252525;
    display:block
}
.ts-menu-sidebar li .dropdown-menu{
    background:rgba(0,0,0,0);
    border:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    display:none;
    float:none;
    padding-bottom:14px;
    padding-left:20px;
    padding-top:14px;
    position:relative
}
.ts-menu-sidebar li .dropdown-menu li{
    border:none
}
.ts-menu-sidebar li .dropdown-menu li a{
    line-height:26px;
    padding:0
}
.ts-menu-sidebar li a:hover{
    background:#a8a8a8
}
.ts-menu-sidebar li.menu-item-has-children>a{
    background:url(../images/add-accordion.png) right center no-repeat
}
.ts-menu-sidebar li.current_page_item,
.ts-menu-sidebar li.menu-item-has-children.current-menu-parent,
.ts-menu-sidebar li.menu-item-has-children.current_page_item{
    margin:0;
    border:none
}
.ts-menu-sidebar li.menu-item-has-children.current-menu-parent .dropdown-menu,
.ts-menu-sidebar li.menu-item-has-children.current_page_item .dropdown-menu{
    display:block!important;
    padding-left:40px
}
.ts-menu-sidebar>ul>li.current_page_item>a,
.ts-menu-sidebar>ul>li.current_page_item>a:hover,
.ts-menu-sidebar>ul>li.menu-item-has-children.current-menu-parent>a,
.ts-menu-sidebar>ul>li.menu-item-has-children.current-menu-parent>a:hover,
.ts-menu-sidebar>ul>li.menu-item-has-children.current_page_item>a,
.ts-menu-sidebar>ul>li.menu-item-has-children.current_page_item>a:hover{
    background:#fd4326;
    color:#fff;
    padding:0 20px;
    position:relative;
    line-height:47px;
    margin-bottom:-1px
}
.ts-menu-sidebar>ul>li.current_page_item>a:after,
.ts-menu-sidebar>ul>li.menu-item-has-children.current-menu-parent>a:after,
.ts-menu-sidebar>ul>li.menu-item-has-children.current_page_item>a:after{
    content:"";
    display:inline-block;
    border-left:6px solid #fd4326;
    border-right:6px solid transparent;
    border-bottom:5px solid transparent;
    border-top:5px solid transparent;
    position:absolute;
    top:19px;right:-11px
}
.ts-menu-sidebar li.ts-active-menusiderbar .dropdown-menu{
    padding-left:40px
}
.ts-menu-sidebar li .dropdown-menu a:hover,
.ts-menu-sidebar li .dropdown-menu li.current_page_item a{
    background:0 0;
    color:#fd4326;
    padding:0
}
.ts-menu-sidebar li.menu-item-has-children.current-menu-parent>a:before,
.ts-menu-sidebar li.menu-item-has-children.current_page_item>a:before{
    background:#fff;
    position:absolute;
    content:"";
    right:20px;
    top:22px;
    width:13px;
    height:1px
}
.ts-menu-sidebar li.ts-active-menusiderbar{
    margin:0
}
.ts-menu-sidebar li.ts-active-menusiderbar>a{
    background:#e8e8e8;
    padding:0 20px;
    position:relative;
    line-height:48px;
    margin-bottom:-1px
}
.ts-menu-sidebar li.menu-item-has-children.ts-active-menusiderbar>a:before{
    background:#252525;
    position:absolute;
    content:"";
    right:20px;
    top:22px;
    width:13px;
    height:1px
}
.divider{
    margin:40px auto;
    overflow:hidden;
    text-align:center;
    width:100%
}
.divider-hr{
    -moz-border-bottom-colors:none;
    -moz-border-left-colors:none;
    -moz-border-right-colors:none;
    -moz-border-top-colors:none;
    border-color:#e0e0e0 -moz-use-text-color -moz-use-text-color;
    border-image:none;
    border-right:0 none;
    border-style:solid none none;
    border-width:1px 0 0;
    display:block;
    height:1px;
    margin:50px auto 47px;
    padding:0
}
.divider>.divider-content:after,
.divider>.divider-content:before{
    border-bottom:1px solid #e0e0e0;
    border-color:#e0e0e0;
    content:"";
    display:block;
    height:1px;
    position:absolute;
    top:49%;
    width:9999%
}
.divider>.divider-content:after{
    left:100%;
    margin-left:20px
}
.divider>.divider-content:before{
    margin-right:20px;
    right:100%
}
.divider>.divider-content{
    color:#333;
    display:inline-block;
    font-size:14px;
    font-weight:600;
    line-height:1.5em;
    padding:0;
    position:relative
}
.divider-md{
    width:50%
}
.divider-sm{
    width:33%
}
hr.divider-2{
    border-bottom:1px solid #e0e0e0;
    height:3px
}
.shoping-cart-widget ul{
    list-style:none
}
.page-template-default #container_full{
    padding:60px 0
}
.widget_mailchimpsf_widget .widget-title{
    line-height:25px;
    margin-bottom:35px
}
#mc_subheader{
    color:#8b8b8b;
    line-height:30px;
    margin-bottom:10px
}
.vcex-list_item span{
    color:#252525;
    font-size:14px;
    margin-right:15px
}
.vcex-list_item{
    line-height:26px;
    margin-bottom:10px
}
#flags_language_selector img{
    margin:0 4px;
    border:1px solid #333
}
.top-info #flags_language_selector{
    float:right;
    padding-left:9px
}
.toggle-bar-btn{
    border-color:#fd4326 #fd4326 transparent transparent;
    border-left:23px solid transparent;
    border-style:solid;
    border-width:23px;
    color:#fff;
    display:block;
    position:fixed;
    right:0;top:0;
    z-index:10002
}
.ts-infobar.infobar-up:before{
    background:#fff;
    content:"";
    height:1px;
    width:10px;
    display:inline-block;
    font-size:16px;
    left:6px;
    position:absolute;
    top:-9px
}
.ts-infobar.infobar-down:before{
    content:"+";
    color:#fff;
    display:inline-block;
    font-size:16px;
    left:5px;
    position:absolute;
    top:-22px
}
.vcex-spacing{
    margin-bottom:40px
}
.mc4wp-form .input-group>.input,
.mc4wp-form .input-group>.input-group-button{
    display:table-cell
}
.mc4wp-form .input-group>.input-group-button{
    width:1%;
    vertical-align:top
}
.widget_mc4wp_widget input[type=email]{
    background:#42454a;
    border:none;
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    -ms-border-radius:3px 0 0 3px;
    -o-border-radius:3px 0 0 3px;
    border-radius:3px 0 0 3px;
    color:#fff;
    height:44px!important;
    padding-left:10px;
    width:100%
}
.widget_mc4wp_widget input[type=submit]{
    background:#fd4326;
    color:#fff;
    border:none;
    -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    -ms-border-radius:0 3px 3px 0;
    -o-border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0;
    font-size:16px;
    height:44px;
    width:44px;
    padding:0;
    vertical-align:middle
}
.main-header-style2 .ts-mainmenu .main-menu{
    float:left;
    text-align:left;
    width:75%
}
.ts-header-1{
    position:relative
}
.ts-header-1 .header-overlay{
    position:absolute;
    width:100%;
    height:100%;
    left:0;top:0;
    background:rgba(255,255,255,.87)
}
.ts-header-1 .container{
    position:relative;
    padding-top:15px;
    padding-bottom:15px
}
.ts-header-1 .logo{
    margin-top:7px
}
.ts-suport-header .header-suport{
    display:inline-block
}
.ts-suport-header .header-suport .header-title{
    color:#252525;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:1px;
    font-weight:500;
    display:block
}
.ts-suport-header .header-suport .header-phone{
    font-size:25px;
    font-weight:400;
    color:#fd4326;
    display:block
}
.ts-suport-header .header-signup-chat{
    display:inline-block
}
.ts-suport-header .header-signup-chat ul{
    padding:0
}
.ts-suport-header .header-signup-chat li{
    display:inline-block;
    margin-left:10px
}
.ts-suport-header .header-signup-chat li a{
    width:76px;
    height:73px;
    display:inline-block
}
.ts-suport-header .header-signup-chat li a:hover{
    background:rgba(0,0,0,0)
}
.ts-suport-header .header-signup-chat li a span.icon{
    width:100%;
    height:44px;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -ms-border-radius:3px 3px 0 0;
    -o-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    color:#fff;
    font-size:22px;
    display:block;
    text-align:center;
    line-height:44px
}
.ts-suport-header .header-signup-chat li.header-signup span.icon{
    background:#42454a
}
.ts-suport-header .header-signup-chat li.header-chat span.icon{
    background:#fd4326
}
.ts-suport-header .header-signup-chat li a span.text{
    width:100%;
    height:29px;
    background:#ececec;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    -ms-border-radius:0 0 3px 3px;
    -o-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
    text-align:center;
    text-transform:uppercase;
    font-size:10px;
    font-weight:500;
    color:#000;
    line-height:29px;
    display:block;
    letter-spacing:1px
}
.main-header-style2 .main-menu-2{
    background:#f3f3f3
}
.main-header-style2 .main-menu>ul>li>a{
    letter-spacing:1px;
    font-weight:400;
    padding:0 25px;
    line-height:40px;
    position:relative
}
.main-header-style2 .main-menu>ul>li{
    margin-left:0
}
.main-header-style2 .main-menu>ul>li:first-child>a{
    padding-left:0
}
.main-header-style2 .main-menu>ul>li.megamenu-item>a::after,
.main-header-style2 .main-menu>ul>li.menu-item-has-children>a::after{
    color:#42454a;
    content:"\f107";
    font-family:FontAwesome;
    position:absolute;
    line-height:40px;
    left:auto;
    bottom:auto;
    margin-left:10px
}
.main-header-style2 .main-menu>ul>li:hover>a,
.main-header-style2 .main-menu>ul>li>a:hover{
    background:0 0;
    color:#fd4326
}
.main-header-style2 .main-menu li.mini-shoping-cart-wraper a span{
    left:36px;top:-8px
}
.main-header-style2 .main-menu>ul>li{
    border:none;
    padding:11px 0
}
.main-header-style2 .main-menu>ul>li>a{
    border-right:1px solid #e2e2e2
}
.main-header-style2 .main-menu>ul>li:first-child,
.main-header-style2 .main-menu>ul>li:first-child>a{
    border-left:none
}
.main-header-style2 .main-menu>ul>li:last-child,
.main-header-style2 .main-menu>ul>li:last-child>a{
    border-right:none
}
.main-header-style2 #searchform{
    background:#fff;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
    height:35px;
    margin:10px 0;
    padding:0 10px
}
.main-header-style2 #searchform input[type=search]{
    border:none;
    font-size:12px;
    color:#bebebe;
    background:0 0
}
.main-header-style2 #searchform button[type=submit]{
    background-color:transparent;
    color:#42454a
}
.main-header-style2 #searchform button[type=submit]:hover{
    background:0 0
}
.main-header-style2 #searchform input[type=search] .main-header-style2 #searchform input[type=search]::-webkit-input-placeholder{
    color:#bebebe
}
.main-header-style2 #searchform input[type=search]:-moz-placeholder{
    color:#bebebe
}
.main-header-style2 #searchform input[type=search]::-moz-placeholder{
    color:#bebebe;
    opacity:1
}
.main-header-style2 #searchform input[type=search]:-ms-input-placeholder{
    color:#bebebe
}
.ts-domain-price-box.domain-img .domain-price{
    color:#252525;
    font-size:25px;
    font-weight:400;
    margin-top:13px
}
.ts-special-offer-style2{
    padding:40px 0 40px 18px;
    background:#f3f3f3;
    width:85%;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    position:relative
}
.ts-special-offer-style2 h2,.ts-special-offer-style2 h3{
    font-size:20px;
    color:#252525;
    font-weight:400;
    text-transform:uppercase
}
.ts-special-offer-style2 .ts-offer-content{
    width:58%;
    margin-right:15px
}
.ts-special-offer-style2 .ts-price{
    font-size:35px;
    letter-spacing:-.25px;
    color:#252525;
    font-weight:400
}
.ts-special-offer-style2 .ts-unit{
    font-size:20px;
    color:#252525
}
.ts-special-offer-style2 .ts-special2 a{
    color:#fff;
    font-size:12px;
    letter-spacing:1px;
    background:#fd4326;
    line-height:40px;
    padding:0 25px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s
}
.ts-special-offer-style2 .ts-special2 p{
    margin:25px 0
}
.ts-special-offer-style2 .ts-special2 a:hover{
    background:#fff;
    color:#fd4326
}
.ts-bigcaption-3,
.ts-mediumcaption-3{
    color:#fff;
    font-family:Roboto
}
.ts-special-offer-style2 figure{
    position:absolute;
    right:-100px;
    top:10%;
    max-width:295px
}
.main-header-style2 .main-menu-2 .container{
    position:relative
}.ts-bigcaption-3{
    font-size:40px;
    font-weight:400
}
.ts-mediumcaption-3{
    font-size:30px;
    font-weight:100
}
.ts-mediumcaption-3 span{
    font-weight:400;
    color:#fd4326
}
.ts-listcaption1-3{
    font-size:14px;
    font-family:Roboto;
    font-weight:300;
    color:#b2b2b2;
    line-height:30px
}
.ts-listcaption1-3:before{
    content:"\f105";
    font-family:FontAwesome;
    color:#fd4326;
    margin-right:10px
}
.ts-button-s3,.ts-label-3,.ts-liststyle2-3,
.ts-price-3{
    font-family:Roboto
}
.ts-listcaption1-3 span{
    text-decoration:underline;
    color:#fd4326
}
.ts-button-s3{
    text-transform:uppercase;
    color:#fff;
    font-size:14px;
    font-weight:300;
    line-height:48px;
    background:#fd4326;
    cursor:pointer
}
.ts-button-s3 .fa{
    margin-left:15px
}
.tp-caption.ts-button-s3 a{
    color:#fff
}
.tp-caption.ts-button-s3 a:hover,
.tp-caption.ts-button-s3:hover a{
    color:#fd4326
}
.ts-button-s3:hover{
    background:#fff!important;
    color:#fd4326
}
.ts-small-caption-3{
    color:#fff;
    font-size:20px;
    font-weight:100
}
.ts-small-caption-3 .fa{
    font-size:40px!important;
    margin-right:10px!important;
    float:left
}
.ts-small-caption-3 span{
    color:#fd4326;
    font-weight:400
}
.ts-label-3{
    font-size:20px;
    font-weight:400;
    color:#fff;
    line-height:40px
}
.ts-price-3{
    color:#252525;
    font-size:25px;
    font-weight:400;
    line-height:26px
}
.ts-liststyle2-3{
    font-size:18px;
    color:#fff;
    font-weight:400;
    line-height:50px
}
.ts-liststyle2-3:before{
    width:30px;
    height:30px;
    text-align:center;
    border:1px solid #fff;
    content:"\f105";
    font-family:FontAwesome;
    display:inline-block;
    margin-right:10px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    line-height:30px
}
.tp-caption.ts-bg-3,
.ts-bg-3,.ts-service-img{
    -webkit-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px
}
.tp-caption.ts-bg-3,.ts-bg-3{
    -moz-border-radius:3px;
    border-radius:3px;
    height:200px;
    width:555px;
    background:rgba(253,67,38,.5)!important;
    max-width:50%!important
}
iframe{
    border:none
}
.main-header-style2 .main-menu-2.fixed{
    position:fixed;
    top:0;
    z-index:99;
    width:100%;
    box-shadow:0 1px 1px 0 rgba(50,50,50,.1);
    -moz-box-shadow:0 1px 1px 0 rgba(50,50,50,.1);
    -webkit-box-shadow:0 1px 1px 0 rgba(50,50,50,.1)
}
.admin-bar .main-header-style2 .main-menu-2.fixed{
    top:32px
}
.ts-list-testimonial .ts-item-testimonial{
    padding-top:60px;
    position:relative
}
.ts-list-testimonial .icon-quote-left{
    position:absolute;
    top:0;
    left:100px;
    width:50px;
    height:40px
}
.ts-list-testimonial .icon-quote-right{
    position:absolute;
    right:100px;
    bottom:160px;
    width:50px;
    height:40px
}
.ts-list-testimonial.light .ts-item-testimonial .icon-quote-left{
    background:url(../images/quote-left.png) no-repeat
}
.ts-list-testimonial.light .ts-item-testimonial .icon-quote-right{
    background:url(../images/quote-right.png) no-repeat
}
.ts-list-testimonial.dark .ts-item-testimonial .icon-quote-left{background:url(../images/quote-left-dark.png) no-repeat
}
.ts-list-testimonial.dark .ts-item-testimonial .icon-quote-right{
    background:url(../images/quote-right-dark.png) no-repeat
}
#toggle-bar-wrap{
    background:#fff;
    box-shadow:0 0 6px rgba(0,0,0,.25);
    left:0;
    opacity:0;
    position:fixed;
    top:0;
    transition:all .25s ease-in-out 0s;
    visibility:hidden;
    width:100%;
    z-index:10001
}
#toggle-bar-wrap.active-bar{
    opacity:1;visibility:visible
}
#toggle-bar-wrap.toggle-bar-fade-slide{
    top:-60px
}
#toggle-bar-wrap.toggle-bar-fade-slide.active-bar{
    top:0
}
#toggle-bar{
    padding:40px 0
}
.toggle-bar-btn span.fa{
    font-size:.846em;
    left:4px;
    position:absolute;
    text-shadow:none!important;
    top:-12px
}
#top-bar-wrap{
    border-bottom:1px solid #eee;
    font-size:.923em;
    margin-bottom:0
}
#top-bar-wrap a{
    color:#555
}
#top-bar-wrap a:hover{
    color:#3b86b0
}
.ts-menu-sidebar ul{
    list-style:none;
    padding:0
}
.ts-service-img{
    background:#f3f3f3;
    -moz-border-radius:3px;
    border-radius:3px
}
.ts-service-img .service-img{
    padding:20px 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    background:#e4e4e4;
    text-align:center
}
.ts-service-img .service-img img{
    vertical-align:middle
}
.ts-service-img .service-content{
    font-size:14px;
    color:#737373;
    text-align:center;
    padding:30px
}.ts-service-img .service-content h4{
    font-size:20px;
    margin:0 0 16px;
    text-transform:uppercase;
    text-align:center
}
.ts-service-img .service-content a.cta_pricing{
    background:#fd4326;
    border:1px solid #fd4326;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    color:#fff;
    display:inline-block;
    line-height:40px;
    margin-top:10px;
    padding:0 30px;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s
}
.ts-service-img .service-content a.cta_pricing:hover{
    background:#fff;
    color:#fd4326
}
.ts-service-img .ts-price-unit{
    padding:15px 0
}

.ts-service-img .ts-price-unit .price{
    color:#252525;
    font-size:35px
}
.ts-pricing-table-style3{
    background:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.ts-pricing-table-style3 .price-title{
    padding:20px
}
.ts-pricing-table-style3 .price-icon{
    display:block;
    text-align:center
}
.ts-pricing-table-style3 .price-icon .pricing-icon{
    background:#fd4326;
    color:#fff;
    width:78px;
    height:78px;
    line-height:78px;
    text-align:center;
    font-size:27px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    margin-top:-40px;
    display:inline-block
}
.ts-pricing-table-style3 .price-title h2,
.ts-pricing-table-style3 .price-title h3{
    font-size:20px;
    color:#252525;
    text-align:center
}
.ts-pricing-table-style3 .price-unit{
    padding:15px 0;
    text-align:center;
    background:#ececec
}
.ts-pricing-table-style3 .price-unit .price-unit{
    color:#fd4326
}
.ts-pricing-table-style3 .price-unit .price-unit .price{
    font-size:35px;
    font-weight:300
}
.ts-pricing-table-style3 .price-unit .price-unit .unit{
    font-size:20px
}
.ts-pricing-table-style3 ul{
    margin:0;
    padding:0;
    color:#252525;
    font-size:13px;
    list-style:none
}
.ts-pricing-table-style3 ul li{
    border-bottom:1px solid #f3f3f3;
    padding:10px 0;
    text-align:center;
    font-weight:400
}
.ts-pricing-table-style3 p{
    text-align:center;
    line-height:normal
}
.ts-pricing-table-style3 p a.cta_pricing{
    background:#42454a;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    color:#fff;display:inline-block;
    line-height:40px;
    margin-top:30px;
    padding:0 15px;
    text-decoration:none;
    margin-bottom:30px;
    text-transform:uppercase;
    -webkit-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    border:1px solid #42454a
}
.ts-pricing-table-style3.active 
.price-unit{
    background:#fd4326;
    color:#fff!important
}
.ts-pricing-table-style3 p a.cta_pricing:hover,
.ts-pricing-table-style3.active a.cta_pricing{
    background:#fd4326;
    color:#fff;
    border:1px solid #fd4326
}
.ts-pricing-table-style3.active a.cta_pricing:hover{
    background:#fff;color:#fd4326
}
.ts-pricingtable-5 table{
    border-collapse:separate;
    margin:0 auto;
    width:100%
}
.ts-pricingtable-5 .ts-pricing-img{
    vertical-align:bottom
}
.ts-pricingtable-5 table td{
    width:20%;
    border:none;
    padding:0
}
.ts-pricingtable-5 .ts-pricing-item{
    background:#f8f8f8;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    padding-top:20px;
    padding-bottom:25px;
    text-align:center;
    margin:0 0 0 30px
}
.ts-pricingtable-5 .price-icon{
    width:78px;
    height:78px;
    background:#fd4326;
    font-size:27px;
    color:#fff;
    line-height:78px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    display:inline-block;
    margin:0 auto
}
.ts-pricingtable-5 .price-title{
    font-family:Roboto;
    font-size:20px;
    font-weight:400;
    margin:17px 0 20px
}
.ts-pricingtable-5 .price-unit-vat{
    background:#ebebeb;
    padding:20px 15px 15px
}
.ts-pricingtable-5 .price-unit-vat p{
    line-height:normal;
    margin-bottom:0
}
.ts-pricingtable-5 .price-unit{
    color:#fd4326;
    font-weight:300;
    letter-spacing:-.25px;
    display:inline-block
}
.ts-pricingtable-5 .price-unit .price{
    font-size:40px
}
.ts-pricingtable-5 .price-unit .unit{
    font-size:20px;
    position:relative;
    top:-17px
}
.ts-pricingtable-5 .price-unit .unit .per-month{
    font-size:16px
}
.ts-pricingtable-5 .desc{
    padding:20px;
    font-size:13px;
    font-weight:400;
    letter-spacing:0
}
.ts-pricingtable-5 .ts-bt-pricing{
    line-height:40px;
    color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1px;
    padding:0 15px;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    background:#fd4326;
    border:1px solid #fd4326;
    display:inline-block
}
.ts-pricingtable-5 .ts-bt-pricing:hover{
    background:#fff;
    color:#fd4326;
    display:inline-block
}
.ts-pricingtable-5 .title-feature{
    background:#42454a;
    color:#fff;
    font-size:12px;
    line-height:26px;
    text-transform:uppercase;
    font-weight:400;
    padding:17px 20px
}
.ts-pricingtable-5 table tr.list-feature{
    background:#f3f3f3
}
.ts-pricingtable-5 table td .inner-td{
    margin:0 0 0 30px;
    text-align:center;
    display:block;
    line-height:45px;
    border-top:1px solid #e6e6e6;
    font-size:13px;
    color:#252525;
    font-weight:400
}
.ts-pricingtable-5 table tr.list-feature:nth-child(2n) .inner-td{
    background:#fff
}
.ts-pricingtable-5 table tr.list-feature:nth-child(2n+1) .inner-td{
    background:#f8f8f8
}
.ts-pricingtable-5 table tr.list-feature td:first-child .inner-td{
    background:0 0;
    text-align:left;
    margin-left:20px
}
.ts-pricingtable-5 .ts-footer-price{
    background:#42454a;
    text-align:center;
    padding:35px 0;
    margin:0 0 0 30px
}
.ts-footer-price p{
    color:#fff;
    line-height:normal;
    margin-bottom:20px
}
.ts-icon-check,
.ts-pricingtable-5 table td .inner-td.ts-icon-check{
    color:#fd4326;
    font-size:22px
}
.ts-icon-close,
.ts-pricingtable-5 table td .inner-td.ts-icon-close{
    color:#42454a;
    font-size:22px
}
#bridge .navbar{
    margin-top:20px
}
#prices_table,
#prices_table2{
    border-collapse:collapse;
    margin-top:40px;
    width:100%;
    border:none;
    text-align:center
}
#prices_table th,
#prices_table2 th{
    background:#42454a;
    color:#fff;
    font-size:18px;
    padding:17px
}
#prices_table td,
#prices_table2 td{
    background:#f3f3f3;
    border:1px solid #d9d9d9;
    color:#252525;
    font-weight:400;
    padding:20px 8px 15px;
    text-transform:uppercase
}
#prices_table td:first-child,
#prices_table2 td:first-child{
    border-left:medium none
}
#prices_table td:last-child,
#prices_table2 td:last-child{
    border-right:medium none
}
#search_price_table,
#search_prices_table2{
    border:1px solid #cbcbcb;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    height:45px;
    padding:5px 10px
}
.ts-search-whois{
    background:0 0;
    display:inline-block;
    width:100%
}
#content-whois{
    color:#fff
}
.ts-search-whois fieldset{
    width:100%
}
.ts-search-whois #domain .l1{
    float:left;
    margin:0 5px 0 0;
    width:100%
}
.ts-search-whois #domain .l2{
    margin:0 auto;
    width:50%
}
.ts-search-whois #domain .l1>span{
    float:left;
    line-height:45px;
    width:10%;
    text-align:right
}
.ts-search-whois #domain .l1 input[type=text]{
    background:rgba(255,255,255,.21);
    border:1px solid rgba(255,255,255,.27);
    color:#d1d1d1;
    height:45px;
    padding:0 15px;
    -webkit-border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -ms-border-radius:5px 0 0 5px;
    -o-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px;
    width:75%;float:left
}
.ts-search-whois #domain .l1 input[type=submit]{
    background:url(../images/icon-search.png) center center no-repeat #fd4326;
    border:none;
    border-radius:0 5px 5px 0;
    float:left;
    height:46px;
    margin:0 0 0 -1px;
    position:relative;
    text-align:center;
    text-indent:-9999px;
    width:13%
}
#content-whois table td,
#content-whois table th{
    border:1px solid rgba(255,255,255,.27);
    color:#d1d1d1;
    background:0 0
}
#content-whois table .td{
    color:#d1d1d1
}
#content-whois #log{
    width:100%;
    margin-top:30px
}
#content-whois #log fieldset{
    width:100%
}
#content-whois #log legend{
    font-family:Roboto;
    text-transform:uppercase;
    color:#fff;
    letter-spacing:1px;
    line-height:35px;
    border:none
}
#content-whois .alt{
    background:0 0
}
#content-whois a:hover{
    color:#d1d1d1
}
@media (max-width:767px){
    .ts-liststyle2-3::before,
    .ts-small-caption-3 .fa{
        display:none
    }
    .ts-mainmenu{
        width:100%
    }
    .ts-search-whois #domain .l1,
    .ts-search-whois #domain .l2,
    .ts-search-whois #domain .r{
        width:100%;
        text-align:center
    }
    .ts-search-whois #domain .l1 input[type=text]{
        width:75%
    }
    div.tp-caption.ts-bg-3{
        background:rgba(0,0,0,0)!important
    }
    .main-header-style2 .main-menu-2.fixed{
        position:inherit
    }}
@media (max-width:480px){
    .ts-search-whois #domain .l1 input[type=text]{
        width:65%
    }
    .ts-search-whois #domain .l1>span{
        width:15%
    }}
.whmpress.whmpress_login_form input{
    border:1px solid #cbcbcb;
    border-radius:5px;
    margin-bottom:20px;
    margin-left:10px;
    padding:5px 10px
}
.whmpress.whmpress_login_form label{
    width:95px
}
.ts-pricing-table-style1.ts-whmpress .price-unit,
.ts-pricing-table-style2.ts-whmpress .price-unit{
    padding-top:0;
    line-height:100px
}
.ts-pricing-table-style1.ts-whmpress .price-unit .price,
.ts-pricing-table-style2.ts-whmpress .price-unit .price{
    font-size:20px;
    line-height:85px
}
.ts-whmpress .whmpress_order_button{
    font-size:14px
}
.ts-pricing-table-style3.ts-whmpress{
    text-align:center
}
.ts-pricing-table-style3.ts-whmpress button{
    margin:30px auto;
    border:1px solid #42454a
}
.ts-pricing-table-style3.ts-whmpress button:hover{
    border-color:#fd4326
}
.ts-pricing-table-style3.active.ts-whmpress button{
    background:#fd4326;
    border-color:#fd4326
}
.ts-pricing-table-style3.active.ts-whmpress button:hover{
    background:#fff;
    color:#fd4326
}
.ts-service-img.ts-whmpress .service-content button{
    background:#fd4326;
    border:1px solid #fd4326;
    margin-top:10px;
    padding:0 30px
}
.ts-service-img.ts-whmpress .service-content button:hover{
    background:#fff;
    color:#fd4326
}
.ts-pricing-table-style2.ts-whmpress button{
    margin-top:35px;
    background:rgba(255,255,255,.2);
    border:none
}
.ts-pricing-table-style2.ts-whmpress.active button:hover{
    background:#fff;
    color:#fd4326
}
.ts-pricing-table-style1.ts-whmpress button:focus,
.ts-pricing-table-style1.ts-whmpress button:hover,
.ts-pricing-table-style2.ts-whmpress button:hover{
    background:#fd4326
}
.ts-pricing-table-style1.ts-whmpress button{
    margin-top:35px;
    border:none
}
.ts-pricing-table-style1.ts-whmpress.active button{
    background:rgba(255,255,255,.2)
}
.ts-pricing-table-style1.ts-whmpress.active button:hover{
    background:#fff;
    color:#fd4326
}
.tp-caption.ts-caption-medium.tp-resizeme,
.tp-caption.ts-caption-small-right.tp-resizeme,
.tp-caption.ts-caption-small.tp-resizeme{
    font-size:10px!important
}
.tp-caption.ts-price-rev.tp-resizeme{
    display:inline-block;
    margin-left:32px!important
}
.tp-caption.ts-button-slide>a{
    display:inline-block!important;
    font-size:8px!important
}
.tp-caption.ts-button-slide-2>a{
    font-size:8px!important
}
.tp-caption.ts-price-rev-right.tp-resizeme{
    display:inline-block;
    margin-right:30px!important
}
@media (min-width:1200px){
    .comment-post ul.children{
        padding-left:120px
    }
    .comment-post ul.children ul.children{
        padding-left:80px
    }}
@media (max-width:1200px){
    .megamenu-content .wpb_column{
        padding:0 15px
    }
    .main-menu ul>li.megamenu-item .dropdown-menu{
        padding:15px
    }
    .ts-menu-sidebar li .dropdown-menu{
        display:block
    }}
@media (min-width:992px) and (max-width:1200px){
    .ts-special-offer figure{
        margin-right:4%;
        width:26.14%
    }
    .ts-special-offer .ts-special-offer-content{
        width:69.86%
    }
    .ts-special-offer h2,.ts-special-offer h3{
        font-size:18px
    }
    .ts-special-offer p{
        font-size:14px
    }
    .ts-special-offer .ts-special-offer-content ul li{
        font-size:12px
    }
    .comment-post .avatar{
        width:80px;
        height:80px
    }
    .media-body{
        padding-left:100px
    }
    #leave-reply,
    .comment-post{
        margin-left:0
    }
    .comment-post ul.children{
        padding-left:60px
    }
    .contact-info p{
        font-size:24px
    }
    .team-item .social-network-team li{
        margin:10px 2px
            
            
    }
    .main-menu .navbar-form{
        padding-right:0
    }
    .resp-tabs-list .resp-tab-item{
        font-size:12px
    }
    .main-menu ul li a{
        padding-left:12px;
        padding-right:12px;
        font-size:11px
    }
    .ts-special-offer-style2 figure{
        max-width:240px;
        right:-84px;
        top:20%
    }
    .main-header-style2 .main-menu>ul>li>a{
        padding:0 18px
    }
    .main-header-style2 .main-menu>ul>li.megamenu-item>a::after,
    .main-header-style2 .main-menu>ul>li.menu-item-has-children>a::after{
        margin-left:5px
    }
    .ts-pricingtable-5 .ts-footer-price,
    .ts-pricingtable-5 .ts-pricing-item,
    .ts-pricingtable-5 table td .inner-td,
    .ts-pricingtable-5 table tr.list-feature td:first-child .inner-td{
        margin-left:20px
    }}
@media (max-width:991px){
    .megamenu-content .wpb_column{
        margin-bottom:30px
    }
    .main-menu ul>li.megamenu-item .dropdown-menu{
        padding:20px;
        margin:0;
        max-height:500px;
        overflow:auto
    }
    .ts-pricing-table-style3{
        margin-top:40px
    }}
@media (min-width:768px) and (max-width:1024px){
    div.tp-caption.ts-bg-3{
        background:rgba(0,0,0,0)!important
    }
    body .bg_parallax{
        background-attachment:inherit
    }
    .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-caption{
        padding:0 30px!important
    }
    .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-caption .ts-button-slide{
        left:30px
    }
    .rev_slider .tp-revslider-mainul .tp-revslider-slidesli .tp-caption.ts-button-slide-2{
        right:30px}
}
@media (min-width:768px) and (max-width:991px){
    .ts-special-offer figure,
    .ts-special-offer h2,
    .ts-special-offer h3,
    .ts-special-offer p{
        text-align:center
    }
    .ts-caption-small .fa,
    .ts-caption-small-right .fa{
        line-height:25px!important
    }
    .main-menu ul li a{
        font-size:9px;
        padding:25px 8px 30px
    }
    .logo img{
        max-width:100px
    }
    .main-menu .navbar-form{
        padding-right:0
    }
    .ts-service-style-1 .service-icon{
        width:45px;
        height:45px;
        line-height:45px;
        margin-right:5px
    }
    .ts-service-style-1 .service-title h2,
    .ts-service-style-1 .service-title h3{
        font-size:16px
    }
    .ts-service-style-1 .service-content{
        margin:20px 0
    }
    .ts-funfact{
        margin-bottom:30px!important
    }
    .ts-funfact .funfact-icon{
        font-size:35px
    }
    .ts-funfact .funfact-number-unit{
        font-size:25px
    }
    .ts-funfact h5{
        font-size:14px
    }
    .ts-feature-item.right{
        padding-right:20px
    }
    .ts-feature-item.left{
        padding-left:20px
    }
    .ts-feature-item.right .info-feature{
        padding-right:100px
    }
    .ts-feature-item .icon-feature{
        width:70px;
        height:70px;
        line-height:70px
    }
    .ts-special-offer .ts-special-offer-content,
    .ts-special-offer figure{
        width:100%;
        display:block
    }
    .ts-feature-item.left .info-feature{
        padding-left:100px
    }
    .ts-feature-item .info-feature h2,
    .ts-feature-item .info-feature h3{
        font-size:16px
    }
    .ts-item-post .ts-item-post-footer,
    .ts-item-post .ts-main-recent-post{
        margin:0 20px
    }
    .ts-item-post .ts-item-post-footer a{
        float:left
    }
    .ts-section-title h2,
    .ts-section-title h3{
        font-size:23px
    }
    .ts-section-title p{
        font-size:15px
    }
    .ts-special-offer figure img{
        max-width:30%;
        min-height:122px
    }
    #leave-reply,
    .comment-post{
        margin-left:0
    }
    .media-body{
        padding-left:95px
    }
    .comment-post ul.children{
        padding-left:50px
    }
    .comment-post .avatar{
        height:80px;width:80px
    }
    .main-menu .ts-bt{
        padding:0 8px
    }
    .team-item{
        margin:0 auto 40px!important;
        max-width:263px
    }
    .countdownstyle1 .ts-date-countdown{
        max-width:19%;
        margin:0 4px
    }
    .countdownstyle2 .ts-date-countdown{
        max-width:24%
    }
    .wpb_single_image.vc_align_left,
    .wpb_single_image.vc_align_right{
        text-align:center!important
    }
    .font-awesome-list li{
        float:left;
        margin-right:20px;
        width:29.5%
    }
    .main-header-style2 .ts-mainmenu .main-menu,
    .ts-special-offer-style2 .ts-offer-content{
        width:100%
    }
    .ts-special-offer-style2{
        width:100%;
        padding:40px 15px;
        margin-bottom:40px!important
    }
    .ts-special-offer-style2 figure{
        position:relative;
        right:0;
        margin:30px auto 0;
        max-width:100%
    }
    .header-search
        .pull-right{
            float:left!important;
            display:none
        }
    .ts-pricingtable-5 .ts-footer-price,
    .ts-pricingtable-5 .ts-pricing-item,
    .ts-pricingtable-5 table td .inner-td,
    .ts-pricingtable-5 table tr.list-feature td:first-child .inner-td{
        margin-left:10px
    }
    .ts-pricingtable-5 table td .inner-td{
        font-size:12px
    }
    .main-header-style2 .main-menu>ul>li>a{
        padding:0 20px
    }
    div.products div.first{
        clear:none!important
    }
    #prices_table th,
    #prices_table2 th{
        padding:10px;
        font-size:14px}
}
@media(max-width:768px){
    .ts-horizontalTab .resp-tab-content{
        border:1px solid #DBDBDB
    }}
@media (max-width:767px){
    .hidden-phone{
        display:none!important
    }
    div.products div.first{
        clear:none!important
    }
    .ts-testimonial-style1{
        margin-bottom:40px!important
    }
    .ts-funfact{
        margin:20px auto
    }
    .ts-testimonial-style1 .info-testimonial{
        padding-left:0
    }
    .ts-testimonial-style1 .client-quote:after{
        left:40px
    }
    .logo{
        margin-bottom:15px;
        margin-top:5px
    }
    .ts-mainmenu{
        display:none
    }
    .mobile-navigation{
        color:#000;
        display:block;
        position:absolute;
        right:20px;
        z-index:999;
        font-size:20px;
        width:35px;
        height:35px;
        line-height:32px;
        text-align:center;
        top:15px;
        border:1px solid #fd4326;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        -ms-border-radius:3px;
        -o-border-radius:3px;
        border-radius:3px
    }
    .mobile-navigation:focus,
    .mobile-navigation:hover{
        color:#fd4326
            }
            .main-menu>ul>li{
                display:list-item;
                border:none;
                width:100%;
                padding:0;
                margin:0
            }
            .main-menu>ul>li:first-child{
                border:none
            }
            .main-menu ul{
                display:block;text-align:left
            }
            .main-menu ul li a{
                padding:10px;
                display:block
            }
            .main-menu .navbar-form{
                float:left
            }
            .ts-caption-small .fa,.ts-caption-small-right .fa{
                width:10px;
                height:10px;
                line-height:10px !important
            }
            .top-header{
                display:none
            }
            .ts-CTA{
                text-align:center
            }
            .ts-CTA h2,
            .ts-CTA h3{
                font-size:23px
            }
            .ts-CTA .ts-left-CTA{
                padding:10px 0 5px
    }
    .ts-CTA .ts-left-CTA p{
        font-size:14px
    }
    .ts-CTA .ts-right-CTA{
        float:none;
        text-align:center;
        padding:0 0 20px
    }
    .ts-CTA .ts-right-CTA a{
        margin:0 auto
    }
    .ts-pricing-table-style1{
        max-width:350px;
        margin:130px auto 0
    }
    .ts-feature-item{
        margin-bottom:50px!important
    }
    .ts-feature-item.right{
        padding-right:0
    }
    .ts-feature-item.left{
        padding-left:0
    }
    .contact-info{
        text-align:left;
        border-top:1px solid rgba(255,255,255,.1);
        border-left:none
    }
    .wpb_single_image img{
        margin-bottom:20px
    }
    .ts-pricing-table-style2{
        max-width:320px;
        margin:60px auto 0
    }
    .ts-special-offer{
        margin:40px auto 0
    }
    .date-post{
        width:45px
    }
    .date-post span.date{
        height:40px;
        line-height:40px;
        font-size:25px
    }
    .blog-item article{
        margin-left:56px
    }
    #leave-reply,
    .comment-post{
        margin-left:0
    }
    .comment-post .avatar{
        width:70px;
        height:70px
    }
    .media-body{
        padding-left:80px
    }
    .comment-post ul.children{
        padding-left:40px
    }
    .skillbarstyle1,.skillbarstyle2{
        margin-bottom:50px!important
    }
    .item-circles{
        margin-bottom:30px
    }
    .team-item{
        margin:0 auto 50px!important;
        max-width:270px
    }
    .ts-feature-item-2 .feature-icon{
        width:80px;
        height:80px;
        line-height:80px
    }
    .ts-feature-item-2 .feature-description,
    .ts-feature-item-2 h2,
    .ts-feature-item-2 h3{
        padding-left:100px
    }
    .ts-feature-item.left .icon-feature,
    .ts-feature-item.right .icon-feature{
        float:none;
        margin:0 auto 20px
    }
    .ts-feature-item.left .info-feature,
    .ts-feature-item.right .info-feature{
        padding:0;
        text-align:center
    }
    .ts-list-ul{
        margin-bottom:30px!important
    }
    .font-awesome-list li{
        float:left;
        margin-right:16px;
        width:45.5%
    }
    .ts-mainmenu{
        float:none!important;
        clear:both
    }
    .main-menu>ul>li.megamenu-item>a:after,
    .main-menu>ul>li.menu-item-has-children>a:after{
        bottom:10px;
        position:static;
        margin-left:7px
    }
    .ts-contact-hotline{
        margin-top:30px
    }
            .main-header{
            position:relative!important
            }
            .main-menu ul>li.megamenu-item .dropdown-menu{
                padding:20px;
                top:auto;
                max-height:400px;
                overflow-x:hidden;
                overflow-y:auto
            }
            .is-sticky .main-header .main-menu>ul>li>a{
                padding:10px
            }
            .ts-res-table tbody,
            .ts-res-table td,
            .ts-res-table tfoot,
            .ts-res-table th,
            .ts-res-table thead,
            .ts-res-table tr,
            table.ts-res-table{
                display:block;
                width:100%
            }
            .ts-res-table td:before{
                font-weight:700;
                left:6px;
                position:absolute;
                text-align:left;
                top:6px;
                white-space:nowrap;
                width:45%;
                content:attr(data-title);
                padding:10px 0 0
            }
            #prices_table td,
            #prices_table2 td,
            .ts-res-table td{
                border-left:medium none!important;
                border-top:medium none!important;
                white-space:normal
            }
            .ts-res-table td{
                border-right:medium none!important;
                padding-left:50%;
                position:relative;
                text-align:left
            }
            .ts-res-table td.no-title{
                padding-left:0;
                text-align:right
            }
            .ts-res-table thead tr{
                left:-9999px;
                position:absolute;
                top:-9999px
            }
            .ts-header-1 .logo{
                margin-top:0
            }
            .main-header-style2 .logo h1{
                font-size:inherit;
                line-height:normal
            }
            .main-header-style2 .ts-suport-header{
                display:block;
                text-align:center;
                float:none;
                padding-top:20px
            }
            .ts-suport-header .header-suport{
                margin-bottom:20px
            }
            .main-header-style2 .main-menu>ul>li{
                padding:0
            }
            .main-header-style2 .main-menu>ul>li>a{
                border-right:none;
                padding:0;
                border-bottom:1px solid #e2e2e2
            }
            .main-header-style2 .main-menu li.mini-shoping-cart-wraper a span{
                left:20px;
                top:6px;
                width:25px
            }
            .main-header-style2 .ts-mainmenu .main-menu,
            .ts-pricingtable-5 table td,
            .ts-special-offer-style2 .ts-offer-content{
                width:100%
            }
            .main-header-style2 .header-search.pull-right{
            float:left!important
            }
            .ts-special-offer-style2{
                width:100%;
                padding:40px 15px;
                margin-bottom:40px!important
            }
            .ts-special-offer-style2 figure{
                position:relative;
                right:0;
                margin:30px auto 0;
                max-width:100%
            }
            .ts-pricing-table-style3{max-width:400px;margin:40px auto 0}
            .main-header-style2 .ts-suport-header{
                margin-top:25px
            }
            .admin-bar .main-header-style2 .main-menu-2.fixed{
                top:46px
            }
            .ts-pricingtable-5 table,
            .ts-pricingtable-5 tbody,
            .ts-pricingtable-5 td,
            .ts-pricingtable-5 tr{
                display:block
            }
            .ts-pricingtable-5 .section-feature ul{
                padding:0 10px;
                list-style:none;
                text-align:left
            }
            .ts-pricingtable-5 .section-feature ul li{
                line-height:45px;
                border-bottom:1px solid #e6e6e6
            }
            .section-feature ul li label{
                display:inline-block;
                margin-right:20px;
                font-weight:300;
                margin-bottom:0
            }
            .ts-pricingtable-5 .ts-bt-pricing{
                margin-top:20px
            }
            .ts-pricingtable-5 .ts-pricing-item{
                margin:0 0 40px
            }
            .admin-bar .sticky-wrapper.is-sticky .main-header{
                top:0!important
            }
            .main-menu ul>li.megamenu-item{
                position:relative
            }
            .sticky-wrapper{
                height:auto!important
            }
            #prices_table,
            #prices_table tbody,
            #prices_table td,
            #prices_table th,
            #prices_table thead,
            #prices_table tr,
            #prices_table2,
            #prices_table2 tbody,
            #prices_table2 td,
            #prices_table2 th,
            #prices_table2 thead,
            #prices_table2 tr{
                display:block
            }
            #prices_table td:before,
            #prices_table2 td:before{
                content:attr(data-content);
                padding:10px 10px 0 0;
                font-weight:700;
                left:10px;
                position:absolute;
                text-align:left;
                top:6px;
                white-space:nowrap;
                width:45%
            }
            #prices_table td,
            #prices_table2 td{
                border-right:medium none!important;
                padding-left:50%;
                position:relative;
                text-align:left
            }
            #prices_table thead tr,
            #prices_table2 thead tr{
                left:-9999px;
                position:absolute;
                top:-9999px
            }
            #prices_table tbody tr,
            #prices_table2 tbody tr{
                margin-bottom:30px
            }}
@media (max-width:480px){
    .domainresults .btn-primary{
        line-height:20px;
        margin:0;
        padding:1px;
        width:17px
    }
    .ts-section-title h2,
    .ts-section-title h3{
        font-size:21px
    }
    .ts-section-title p{
        font-size:14px
    }
    .ts-search-domain .input-text{
        font-size:12px;
        padding:0 15px;
        width:67%
    }
    .ts-special-offer .ts-special-offer-content,
    .ts-special-offer figure{
        width:100%;
        display:block
    }
    .top-header .top-info ul li a{
        padding:0 5px
    }
    .ts-search-domain .sm_links{
        text-align:left
    }
    .ts-service-style-2,
    .ts-special-offer h2,
    .ts-special-offer h3,
    .ts-special-offer p{
        text-align:center
    }
    .ts-item-post .ts-item-post-footer a{
        font-size:10px
    }
    .ts-special-offer figure{
        text-align:center
    }
    .ts-special-offer figure img{
        max-width:30%;
        min-height:122px
    }
    .blog-item h2,
    .blog-item h3{
        font-size:18px;
        margin-bottom:10px
    }
    .blog-meta li{
        margin-right:10px
    }
    .media-body{
        padding-left:60px
    }
    .comment-post .avatar{
        height:50px;
        width:50px
    }
    .comment-post ul.children{
        padding-left:20px
    }
    .blog-item .group-share{
        display:block;
        float:left!important
    }
    .countdownstyle1 .ts-date-countdown{
        width:60px;
        margin:0 4px
    }
    .countdownstyle1 .ts-date-countdown .date{
        height:70px;
        line-height:70px
    }
    .countdownstyle2 .ts-date-countdown{
        width:70px;
        height:115px;
        padding-top:15px
    }
    .ts-domain-price-box{
        width:90px;
        height:96px;
        padding:5px 9px;
        margin-right:10px
    }
    .ts-search-domain .ts-select-style{
        width:15%
    }
    .ts-list-ul ul li:before{
        margin-right:10px
    }
    .font-awesome-list li{
        float:left;
        margin-right:16px;
        width:100%
    }
    .divider-md,.divider-sm{
        width:100%
    }}
div.wpb_revslider_element{
    margin:0
}
.backtotop.ts-block{
    display:block
}
.backtotop{
    bottom:30px;
    color:#807f7f;
    display:none;
    font-size:10px;
    height:40px;
    letter-spacing:2px;
    position:fixed;
    right:30px;
    text-align:center;
    text-transform:uppercase;
    width:70px;
    z-index:100;
    transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    -webkit-transition:all .3s ease 0s
}
.backtotop:hover{
    letter-spacing:3px;
    color:#54b4f2
}
.backtotop span{
    animation-duration:1.2s;
    animation-fill-mode:both;
    animation-iteration-count:infinite;
    animation-name:toup;
    display:inline-block;
    font-size:15px;
    width:100%
}
@keyframes toup{
    0%,10%{opacity:0;transform:translateY(15px)}
    50%{opacity:1;transform:translateY(0)}
    100%,90%{opacity:0;transform:translateY(-15px)}}@-webkit-keyframes toup{0%,10%{opacity:0;-webkit-transform:translateY(15px)}
        50%{opacity:1;-webkit-transform:translateY(0)}
        100%,90%{opacity:0;-webkit-transform:translateY(-15px)}}@-o-keyframes toup{0%,10%{opacity:0;-o-transform:translateY(15px)}
            50%{opacity:1;-o-transform:translateY(0)}
            100%,90%{opacity:0;-o-transform:translateY(-15px)}}
.sidebar_widget .megamenu-content .wpb_column{
    width:100%
}
.sidebar_widget .megamenu-content h2{
    color:#000
}
.ts-menu-sidebar li.megamenu-item a{
    background:url(../images/add-accordion.png) right center no-repeat rgba(0,0,0,0)
}
.ts-menu-sidebar li.megamenu-item.ts-active-menusiderbar a{
    background:0 0
}
.ts-menu-sidebar li.megamenu-item.ts-active-menusiderbar>a:before{
    background:#252525;
    position:absolute;
    content:"";
    right:20px;
    top:22px;
    width:13px;
    height:1px
}
.input-group-btn input[type=submit]{
    line-height:30px
}
input[type=submit]+.btn-default{
    line-height:30px;
    margin:0 0 0 10px
}
        
#main-menu 
        .navbar-main .navbar-nav,
        .dataTables_paginate .pagination>li.next a{
            margin-right:0
}
.dataTables_paginate .pagination>li.next a::before{
    content:"\f105";
    font-size:15px;
    font-family:FontAwesome
}
.dataTables_paginate .pagination>li.previous a::before{
    content:"\f104";
    font-size:15px;
    font-family:FontAwesome
}
.dataTables_paginate .pagination>li a{
    font-size:0
}
.dataTables_wrapper div.dataTables_paginate{
    float:right;
    padding:6px 0 0
}
#bridge .navbar-main .navbar-nav>li>.dropdown-menu{
    padding-bottom:10px!important;
    padding-top:10px!important
}
#bridge .dropdown-menu>li>a:focus,
#bridge .navbar-main .dropdown-menu>li>a:hover{
    background-color:#fd4236
}
#bridge .container{
    padding:0;
    width:100%
}
#bridge div.header-lined h1{
    border-bottom:1px solid #ccc;
    color:inherit;
    font-size:25px;
    font-weight:400;
    margin-bottom:15px;
    margin-top:0;
    padding:0 0 16px
}
#bridge h2{
    font-size:20px
}
#bridge .navbar-main{
    background-color:#fd4326;
    border-radius:0
}
#bridge a.list-group-item.active,
#bridge a.list-group-item.active:focus,
a.list-group-item.active:hover{
    background-color:#fd4326;
    border-color:#fd4326
}
#bridge section#footer p{
    border-color:#fd4326
}
#bridge .home-shortcuts li span{
    font-size:22px;
    line-height:18px;
    margin-left:10px;
    opacity:0;
    position:absolute;
    display:inline-block
}
#bridge .home-shortcuts li:hover span{
    display:inline-block;
    opacity:1
}
#bridge .home-shortcuts{
    background:#fd4236
}
#bridge .home-shortcuts li{
    border-right:1px solid #fff
}
#bridge .home-shortcuts li:first-child{
    border-left:1px solid #fff
}
#bridge .dataTables_wrapper .dataTables_info{
    background-color:#fd4236
}
#bridge .btn-success{
    background-color:#fd4236;
    border-color:#fd4236
}
#bridge .dataTables_wrapper{
    border:none
}
#bridge table td,
#bridge table th{
    border:1px solid #ddd;
    padding:5px
}
#bridge #order-standard_cart .panel-addon .panel-add{
    background-color:#fd4236;
    color:#fff
}
#bridge #order-standard_cart .panel-addon-selected{
    border-color:#fd4236
}
#bridge #order-standard_cart .field,
#bridge #order-standard_cart .form-control{
    margin-top:10px
}
#bridge .btn-primary,
#bridge .btn-primary:hover{
    background-color:#fd4236;
    border-color:#fd4236;
    color:#fff
}
@media (max-width:767px){
    #bridge .navbar-toggle{
        margin-right:25px;
        background-color:transparent
    }
    #bridge .navbar-default .navbar-toggle .icon-bar{
        background-color:#fff
    }
    #bridge .navbar-collapse{
        margin:0;
        padding-bottom:30px
    }
    #main-menu .navbar-main .navbar-nav{
        margin-left:0;
        margin-right:0
    }
    #bridge .navbar-main .navbar-nav>li>.dropdown-menu{
        width:100%
    }
    footer .widget_mc4wp_form_widget input[type=email]{
        max-width:inherit
    }}
/* bridge */
#bridge #main-body.container h2 {
    color: #2e363f;
}
#bridge .main-content {
    margin: 0; 
    min-height: 100px;
}
section#main-body {
    margin-bottom: 0px;
    margin-top: 0px;
    min-width: 0px;
    min-height: 100px;

}
#bridge section#home-banner{
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width:450px){
    #bridge .input-group.input-group-lg{
        display:block
    }
    #bridge input.form-control{
        border-radius:6px;
        margin-bottom: 10px;
    }
    #bridge input.btn{
        border:1px solid;
        margin:10px;
        border-radius:6px
    }}