@import "royal-preloader.css";
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "animate.min.css";
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300);*/
.kk_logo{z-index:999; position:absolute; left:2%; top:3px; height:auto;}
.kk_logo img{/*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1)*/ width:100%}
@media only screen and (max-width: 360px) and (min-width:280px) {
.kk_logo{left:0%;} .kk_logo img{ width:100%;} a.kk_logo{ width:85%}
#responsive-menu-toggle {top: 2px !important;}
}
@media only screen and (max-width:500px) and (min-width:361px) {
.kk_logo{left:0%;} .kk_logo img{ width:80%;} a.kk_logo{ width:85%}
#responsive-menu-toggle {top: 2px !important;}
}
@media only screen and (max-width:600px) and (min-width:501px) {
.kk_logo{left:0%;} .kk_logo img{ width:60%;} a.kk_logo{ width:85%}
#responsive-menu-toggle {top: 2px !important;}
}
@media only screen and (max-width:766px) and (min-width:601px) {
.kk_logo{left:0%;} .kk_logo img{ width:80%;} #responsive-menu-toggle {top: 0px !important;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.kk_logo {left: 0%;} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.kk_logo {left: 0%;} .kk_logo img { width:76%}#responsive-menu-toggle {top: 2px !important;}
}
@font-face {
    font-family: 'Yanone Kaffeesatz';
    src:url(../fonts/YanoneKaffeesatz-Regular.otf);
}
@font-face {
    font-family: 'Gotham-Book';
    src:url(../fonts/GothamBook.ttf);
}
@font-face {
font-family:Open Sans;
src:url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
body {
    background: #fff ; font-family: 'Open Sans', sans-serif;
    -webkit-backface-visibility: inherit;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
p {font-family: 'Open Sans', sans-serif;}
#templatemo-carousel {
    background: url('../images/templatemo_carousel_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .item {
    height: 500px;
}
#templatemo-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/templatemo_carousel_bg_s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}


#wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    color: #555;
    font-size: 13px;
    box-shadow: 0px 0px 10px #b4b4b4 !important;
}
a, button, input[type="submit"], button {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
::selection {
background: #2D292A;
color: #fafafa;
}
a, a:visited, a:focus, a:active, a:hover { outline: 0 !important }
ul { list-style-type: none }
#velcro-header {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
  height: 57px;
    padding-top: 0px;
    background-color:rgba(76, 198, 255, 0.88);
    overflow: visible !important;
    box-shadow: rgba(0, 0, 0, 0.196078) 0px 2px 10px;
}
.logo {
    background: url(../images/logo.png) no-repeat;
	width: 355px;
height: 76px;
/*margin-top: 10px;*/margin-top: -4px !important;
}

.kk_mar{/*margin-top:0px;*/margin-top:57px;}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { 
    .logo {
        background-image: url(../images/logo1.png);
		 
        background-size: cover;
		margin-left:-20px;
	
    }
}
.header-wrapper { position: relative }
.menu {
    margin-top: 10px;
  position: fixed;
    top: 0;
    right: 0;
}
.super-menu, .super-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.super-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    margin-left: -85px;
    z-index: 99;
    padding-top: 8px;
    min-width: 200px;
}
.super-menu ul li ul { padding-top: 0 }
.super-menu > li { float: left }
.super-menu li:hover > ul, .super-menu li.super-menuHover > ul { display: block }
.super-menu ul ul {
    top: 0;
    left: 0;
    margin-left: 180px;
}
.super-menu li:last-child { margin-right: 0px }
.super-menu ul li, .super-menu ul ul li:last-child {margin-right: 20px !important;}
.super-menu ul li a{padding-left:15px;}
.super-menu li {
    position: relative;
    margin-right: 20px;
}
.super-menu li a {
    display: block;
    position: relative;
   color: #FFF;
    text-decoration: none;
    padding: 11px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0s linear;
    -moz-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;

}

.arrow_menu:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    color: #777;
    overflow: hidden;
    font-size: 10px;
    right:-1px;
    top: 14px;
}
.super-menu a:hover:after {
    color: #EB7350;
}
.super-menu a:hover {
    color: #FFFFFF;
text-decoration: none;
}
.super-menu a.active {
    color: #FFF;
    text-decoration: none;
}
.super-menu a.active:after {
    color: #FFF;
    text-decoration: none;
}
.super-menu ul li, .super-menu ul ul li {
    /*background: rgba(54, 52, 47, 0.95);*/
    border-bottom: 1px solid #777;
}
.super-menu ul li a {
    color: #055092;
    font-size: 13px;
    font-weight: 300;
	background-color: #4CC6FF;
}
#responsive-menu-toggle {
  position: absolute;
/*top: -15px;*/top: -7px;
/*right: 0px;*/right: 9px;
color: #fff;
display: block;
text-decoration: none;
}
#responsive-menu-toggle:before {
    content: "\f039";
    font-family: FontAwesome;
    color: #3276B1;
    overflow: hidden;
    font-size: 30px;
}
.welcome {
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
    margin-top: 35px;
}
.wel_cen { text-align: center }
.welcome h2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-weight: 300 !important;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color:#656565;
}
.wel_cenm {
    text-align: center;
    margin-top: 10px;
}
.marg10 { margin-top: 10px !important }
.marg25 { margin-top: 25px }
.marg50 { margin-top: 50px }
.marg75 { margin-top: 75px }
.marg100 { margin-top: 35px;}
.marg125 { margin-top: 125px }
.marg150 { margin-top: 150px }
.marg50_icon {margin-top:50px;}
.marg75_icon {margin-top:75px;}

.icon_choose {
    float: left;
    font-size: 39px;
    margin-right: 20px;
   color: #72BDF0;
}
.name_choose {
   float: left;
font-size: 30px;
font-weight: 400;
line-height: 23px;
color: #000;
font-family: 'Yanone Kaffeesatz', sans-serif;
}
.text_choose {
    float: left;
    margin-top: 10px;
    font-weight: 300;
/*font-size: 14px;*/font-size: 13px;
font-family: 'Open Sans', sans-serif;
text-align: justify;
}
.kk_box{min-height: 250px; box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); border: medium double rgb(223, 223, 223); padding:15px; border-radius: 10px;}
.animated-area { overflow: hidden }
.prl-1 {
    background: url(../images/parallax.jpg) 100% 10% no-repeat fixed;
    color: #fff;
    height: 550px;
    
}
.prlx {background-color: rgba(54, 164, 236, 0.47);
height: 550px;}
.promo_prlx {text-align: center; font-family:Raleway,'helvetica Neue'; font-size: 36px; font-weight: 300; margin-top: 25px; letter-spacing: 2px; }
.img_prlx img{  margin-top:50px;}
.parallax_name {
    font-size: 27px;
    background: #cc7350;
    padding: 7px;
    border-radius: 4px;
    font-weight: 300;
    text-align: center;
    font-family: Raleway;
}
.parallax_name2 {
    font-size: 20px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    font-weight: 400;
    margin-top: 1px;
    color: #777;
    text-align: center;
    font-family: 'open sans';
}
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.55s;
    -moz-transition-duration: 0.55s;
    -ms-transition-duration: 0.55s;
    -o-transition-duration: 0.55s;
    transition-duration: 0.55s;
}
.isotope {
    -webkit-transition-property: height,  width;
    -moz-transition-property: height,  width;
    -ms-transition-property: height,  width;
    -o-transition-property: height,  width;
    transition-property: height,  width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,  opacity;
    -moz-transition-property: -moz-transform,  opacity;
    -ms-transition-property: -ms-transform,  opacity;
    -o-transition-property: -o-transform,  opacity;
    transition-property: transform,  opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.portfolioFilter {
    display: table;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.portfolioFilter ul li {
    float: left;
}
.portfolioFilter  a.current {
    color: #EB7350;

}
.portfolioFilter ul li a {
    color: #555;
    text-decoration: none;
    font-size: 13px;
    padding: 12px;
    transition: none;
    border: 1px solid #ececec;
    border-right: none;
    font-family: Raleway;
}
.portfolioFilter ul li:last-child a {
    border-right: 1px solid #ececec;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.portfolioFilter ul li:first-child a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.portfolioFilter ul li a:hover {
    color: #EB7350;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.project-name {
    margin-top: 20px;
    float: left;
}
.ipad {
    margin-right: 15px;
    margin-top: 49px;
}
.client-test {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
    font-size: 27px;
    sline-height: 1.5;
    padding: 18px;
    border-radius: 4px;
    font-family: 'open sans';
}
.client-test p {
    color: #fff;
    opacity: 1;
}
.client-name {
    font-size: 13px;
    font-weight: 300;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #888;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}
.prl-2 {
    background: url(../images/parallax2.jpg) no-repeat fixed 50% 0;
    color: #fff;
    height: 285px;
}
.back_2 {
    background: url(../images/back_1.html) 100% 100% no-repeat;
    color: #fff;
    height: 285px;
}
.slides:after {
    clear: both;
    content: "\0020";
    display: block;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
}
.flexslider { position: relative }
.testi-slider .flex-direction-nav {
    display: none;
    text-indent: -9999px;
}
.testi-slider .flex-control-nav {
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.testi-slider .flex-control-nav li {
    *display: inline;
    display: inline-block;
    margin: 0px 6px;
    zoom: 1;
}
.testi-slider .flex-control-paging li a {
    -moz-border-radius: 20px;
    -moz-box-shadow: none;
    -o-border-radius: 20px;
    -o-box-shadow: none;
    -webkit-border-radius: 30px;
    -webkit-box-shadow: none;
    background: none;
    border-radius: 30px;
    border: solid 1px rgba(0,0,0,0.5);
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 12px;
    text-indent: -9999px;
    width: 12px;
}
.testi-slider .flex-control-paging li a:hover {
    background: rgba(0,0,0,0.5);
    border: solid 1px rgba(0,0,0,0.5);
}
.testi-slider .flex-control-paging li a.flex-active {
    background: rgba(0,0,0,0.5);
    border: solid 1px rgba(255,255,255,0.5);
    cursor: default;
}
.clients { margin-top: 40px }
.clients div span {
    float: left;
    padding:0 15%;
}
.clients div span a { opacity: 0.65 }
.clients div span a:hover { opacity: 0.9 }
.clients div span img {

    width:190px;
}

.footer {
    /*min-height: 400px;*/
  background: #4CC6FF;
color: #050505;
    /*border-top: 5px solid #EB7350;*/
    max-height: 100%;
    padding-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}
.footer_bottom {
    height: 40px;
    background: #292929;
    color: #bbb;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
}
.footer_bottom a { color: #6CDCFF; }
.welcome_footer {
    border-bottom: 1px solid #656565;
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.welcome_footer h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-weight: 300 !important;
    font-size: 22px;
    /*text-align: center;*/
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #FFF;
}
.soc ul li { float: left }
.soc ul li a {
   margin-top: 15px;
background:#2DB1FC;
border-radius: 3px;
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
margin-right: 7px;
text-decoration: none;
border: none;
color:  #FFFFFF;
font-size: 20px;
}
.soc ul li a:hover {
   background: #FFFFFF;
color: #57D7FF;
}

.scroll:hover { text-decoration: none }
.scroll:focus { text-decoration: none }

.footer_move {
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    padding: 0 15px;
}
.move {
    font-size: 32px;
    line-height: 40px;
    display: block !important;
}
.about_us {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.7;
}
.about_us img {
    float: left;
    width: 116px;
    padding-right: 10px;
    margin-top: 5px;
    color: #dfdfdf;
}
.icon_foot {
    font-size: 16px;
    padding-right: 5px;
}
.adress {
  color: #050505;
font-size: 13px;
font-weight: 300;
line-height: 2.2;
/*background: url(../img/contact.png) no-repeat;*/
color: #000;
}
.adress a { color: #FFF; }
.post_img img {
    float: left;
    width: 95px;
    padding-right: 10px;
}
.post_name {
    font-size: 13px;
    font-weight: 300;
}
.post_name a { color: #090909;}
.post_date {
    font-size: 11px;
    font-weight: 300;
    color: #bbb;
    padding-top: 5px;
}
.hr_foot {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #292929;
}
.tweet_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tweet_list li {
    float: none;
    position: relative;
    background: none;
    margin: 10px 0 0 31px;
    border-bottom: 1px solid #292929;
    padding-bottom: 10px;
    opacity: 1 !important;
}
.tweet_list li:before {
    position: absolute;
    left: -33px;
    content: "\f099";
    font-family: FontAwesome;
    color: #bbb;
    overflow: hidden;
    font-size: 25px;
}
.tweet_text a { color: #EB7350 }
.tweet_list li:first-child { margin-top: 0px }
.tweet_list li:last-child { border: none!important }
.loading {
    font-size: 13px;
    font-weight: 300;
    color: #bbb;
}
.tweet_text {
    font-size: 13px;
    font-weight: 300;
    color: #bbb;
}
.page-in {
    border-bottom: 1px solid #eee;
    background: url(../images/parallax.jpg) 100% 65%;
}
.page_in {background: rgba(83, 178, 241, 0.52);
padding: 115px 0px 75px 0px;}


.page-in .colored{
  /*padding: 2px;*/padding: 4px 16px;
background: rgba(18, 198, 255, 0.8);
border-radius: 10px;
font-size: 18px; font-family: "Open Sans",sans-serif;
letter-spacing: 1.5px;
}
.wel_mag { 
    margin-top: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
 }
.bbread a { color: #EB7350;    transition: all 0s linear;
    -moz-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear; }
.subpage_block {
    display: block;
    float: left;
    font-size: 11px;
}
.subpage_breadcrumbs_dv {
    width: 20px;
    height: 17px;
    background: url(../img/dv.png);
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-position-x: 2px;
}
.colored {
    color: #F7FCF8;
font-weight: 100;
}
.name_about {
    font-family: 'Open Sans';
    color: #555;
    font-weight: 400;
    margin-top: 18px;
    text-align:center;
    padding:5px;
}
.intro-home {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #666;
    text-align:center;
    padding-bottom: 5px;
}
.intro {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #666;
}
.about_hr { margin: 10px 0 }
.hr_none { display: none }
.sub_img {
    background: rgba(30, 30, 30, 0.65);
    padding: 4px 6px;
    margin-top: -26px;
    float: right;
    position: relative;
}
.sub_img span {
    color: #FFFFFF;
    font-size: 13px;
    opacity: 1 !important;
    font-family: Open Sans;
    font-weight: 300;
}
.soc_about {display: table; margin: 0 auto; margin-bottom: 25px;}
.soc_about ul li { float: left }
.soc_about ul li a {
margin-top: 5px;
background: #fafafa;
border-radius: 3px;
display: inline-block;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
margin-right: 5px;
text-decoration: none;
border: none;
color: #aaa;
font-size: 20px;
}
.soc_about ul li a:hover { color: #EB7350 }
.welcome_page {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.welcome_page h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-weight: 300 !important;
    font-size: 24px;
    text-align: center;
   color: #726A6A;
    /*font-family: Raleway, "Helvetica Neue",Helvetica, 'Open Sans';*/
	font-family: 'Yanone Kaffeesatz', sans-serif;

}
.intro_img {
    float: left;
    padding-right: 20px;
    padding-top: 3px;
}
.skill-div-wrapper {
    position: relative;
    overflow: hidden;
    height: 30px;
    display: block;
    background: #fafafa;
}
.skills-list li .diagram-bar { display: block; position: relative; top:24px;left:15px; z-index: 22 }
.skills-list li {
    margin: -18px 0 30px 0;
    padding: 0;
}

.skills-list li .skill-div {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    display: block;
    background: #EB7350;
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)) ,color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 55px 55px;
}
.prog-col { font-size: 13px; color:#fff;  font-family: open sans; font-weight: 300}
.prog-col b{ font-size: 13px; color:#fff;  font-family: open sans; font-weight:600}
.icon_serv {
    width: 110px;
    height: 110px;
    background: #fafafa;
    text-align: center;
    line-height: 110px;
    font-size: 55px;
    border-radius: 110px;
    color: #EB7350;
    margin: auto;
}
.icon_serv:hover {
    background: #EB7350;
    color: #fafafa;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.text_serv {
    float: left;
    margin-top: 10px;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    font-family: 'open sans';
}
.name_serv {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #777;
    margin-top: 20px;
}
.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}
.ac-container label {
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #555;
    font-weight: 400;
    line-height: 33px;
    background: #ffffff;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover { background: #fff }
.ac-container input:checked + label, .ac-container input:checked + label:hover {
    background: #fafafa;
    color: #ED734A;

}
.ac-container label:hover:after, .ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../img/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after { background-image: url(../img/arrow_up.png) }
.ac-container input { display: none }
.ac-container article {
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p {
    color: #777;
    line-height: 23px;
    font-size: 13px;
    padding: 20px;
}
.ac-container input:checked ~ article { box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3) }
.ac-container input:checked ~ article.ac-small { height: 140px }
.ac-container input:checked ~ article.ac-medium { height: 180px }
.ac-container input:checked ~ article.ac-large { height: 230px }
.contact_width {
    /*width: 749px;*/width: 100%;
    padding: 8px 8px;
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
}
.contact {
    padding: 5px 5px;
    font-size: 13px;
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
   /*width: 440px;*/width:100%;
    color: #555;
}

.contact_width_a{
  /*width: 440px;*/width: 100%;
    padding: 8px 8px;
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus,
 input[type="month"]:focus, input[type="time"]:focus,
 input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
  input[type="color"]:focus, .uneditable-input:focus {
    border: 1px solid #d9d9d9;
    outline: 0;
    outline: thin dotted \9;
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px rgba(237, 115, 74, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px rgba(237, 115, 74, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 12px rgba(237, 115, 74, 0.8);
}
.success { display: none }
.error { display: none }
.alert {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
.btn-purch {
    color: #fff;
    background-color: rgba(255,255,255,0);
    border: 1px solid #fff;
    cursor: pointer;

}
.btn-purch:focus {
    outline: none; 
    color: #fff;
}
.btn-purch:hover {
    color: #fff;
    border: 1px solid #EB7350;
}
.btn-default {
    color: #555;
    background-color: rgba(255,255,255,0);
    border: 1px solid #ccc;
}
.adress_cont {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 2;
    color: #555;
    display: inline-block;

}
.adress_cont a { color: #EB7350 }
.text_cont {
   font-size: 14px;
    /*color: #555;*/color: #333;
    margin-bottom: 15px;
	text-align: justify;
}
.text_cont2 {
   font-size: 12px;
    /*color: #555;*/color: #333;
    margin-bottom: 15px;
	text-align: justify;
}
.one50 { margin-top: 0px }
.plan .price span {
    display: block;
    font-weight: 400;
    font-size: 11px;
    margin-top: 0px;
    color: #c0c0c0;
}
.plan .signup {
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    border-bottom: 3px solid #f6f6f6;
}
.plan ul {
    margin: 0 !important;
    list-style: none !important;
    padding: 0 !important;
    background: #ffffff;
}
.plan li {
    font-size: 12px;
    padding: 10px 0px;
    text-align: center;
    background: #f7f7f7;
}
.plan {
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    margin-right: -50px;
}
.plan:hover {
    background: #f7f7f7;
    border: 5px solid #e0e0e0 !important;
    margin-left: -5px;
    margin-top: -4px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.featured {
    background: #fcfcfc;
    border: 5px solid #e0e0e0 !important;
    margin-left: -5px;
    margin-top: -4px;
}
.plan h3 {
    font-weight: 600;
    font-size: 16px;
    padding: 20px 0 10px 0;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
}
.plan.featured h3 {
    font-size: 16px;
    color: #EB7350;
    border-bottom: none;
}
.plan .price {
    display: block;
    font-size: 54px;
    line-height: 38px;
    font-weight: 300;
    padding: 10px 0px 10px 0px;
    font-family: Open Sans;
    border-bottom: 1px solid #e6e6e6;
}
.plan.featured .signup { border-top: 1px solid #f2f2f2 }
.two_plan { background: #fff !important }
.plan li:last-child { background: none }
.pricing-table .plan:first-child { border-left: 1px solid #e6e6e6 !important }
.plan.featured .price { color: #EB7350 }
.btn-price {
    color: #fff;
    background-color: #EB7350;
    border-color: #eea236;
}
.btn-price:hover {
    color: #fff;
    background-color: #eea236;
    border-color: #EB7350;
}
.main_pad {
    padding: 60px 0 130px 0;
    text-align: center;
    margin-top: 50px;
}
.oops { font-size: 125px;
 font-family: Raleway;
font-weight: 200;}
.shop {
    display: inline-block;
    float: left;
    margin-top: 38px;
}
.shop_img { display: block }
.shop_img img {
    display: block;
    width: 100%;
}
.shop_descr {
    border: #f3f3f3 1px solid;
    background: #fff;
}
.shop_cart {
    float: right;
    margin-top: -32px;
    width: 38px;
    height: 32px;
    display: block;
    border-left: #f3f3f3 1px solid;
}
.shop_title {
    margin: 0px 0 6px 0;
    line-height: 18px;
    padding: 10px 0 10px 10px;
    border-bottom: #f3f3f3 1px solid;
    color: #555;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.shop_title a { color: #555 }
.shop_title a:hover { color: #EB7350 }
.shop_price {
    color: #EB7350;
    font-size: 13px;
}
.shop_oldprice {
    display: inline-block;
    padding: 0px 11px 7px 11px;
    color: #777;
    text-decoration: line-through;
    padding-right: 9px;
}
.shop_cart i {
    font-size: 22px;
    color: #707070;
    line-height: 38px;
    margin-left: 6px;
}
.shop_cart i:hover { color: #EB7350 }
select {
    border: 1px solid #f3f3f3;
    font-size: 13px;
    outline: 0;
}
.searchform input {
    padding-left: 29px;
    border: 1px solid #d5d5d5;
    color: #555;
    font-size: 13px;
    width: 100%;
    background: #ffffff url(../img/zoom.png) no-repeat 8px 10px;
    height: 35px;
}
.categories li { list-style: none }
.categories a {
    color: #555;
    display: block;
    padding: 10px 0;
    padding-left: 17px;
    background: url(../img/carousel_next.png) no-repeat left 14px;
    font-size: 13px;
}
.categories a:hover { color: #EB7350 }
.ui-slider {
    position: relative;
    height: 19px;
    box-shadow: inset 1px 1px 0px #d9d9d9, inset -1px -1px 0px #d9d9d9;
    margin-bottom: 20px;
}
.ui-slider-range {
    overflow: hidden;
    height: 19px;
    display: block;
    position: absolute;
    box-shadow: inset 0 1px 0px #EB7350, inset 0 -1px 0px #EB7350, inset 0 2px 0px rgba(255,255,255,0.37);
    background: #EB7350;
    outline: none;
}
.ui-slider-handle {
    border: #E0E0E0 1px solid;
    border-radius: 5px;
    box-shadow: inset #fbfbfb 0 1px 0;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    top: -4px;
    margin-left: -1px;
    background: #f7f7f7;
    outline: none;
}
.tag_cloud { margin-top: 20px; display: inline-block; }
.tag_cloud a {
   display: inline-block;
border: 1px solid #070707;
font-size: 13px;
line-height: 23px;
color: #030303;
    margin: 0 5px 10px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 10px;
    text-decoration: none;
    font-family: Raleway;
    font-weight: 300;
}
.tag_cloud a:hover {
   border-color: #FFFFFF;
color: #FFFFFF !important;
text-decoration: none;
border-radius: 51px 3px 3px 3px;
}

.tag_cloud_blog a {
    display: inline-block;
    border: 1px solid #eee;
    font-size: 13px;
    line-height: 23px;
    color: #555;
    margin: 0 5px 10px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 10px;
    text-decoration: none;
    font-family: open sans;
    font-weight: 300;
}
.tag_cloud_blog a:hover {
    background: #555;
    border-color: #ececec;
    color: #fff !important;
    text-decoration: none;
}
.flickr_widget_wrapper a {
    display: block;
    position: relative;
    z-index: 10;
    float:left;    
    margin-left:6px;
    margin-right:-6px;
    width: 87px;
    height: 87px;
}
.flickr_widget_wrapper a .flickr_border {
    display: block;
    position: absolute;
    z-index: 15;
    left: 0;
    top: 0;
}
.flickr_widget_wrapper:hover .flickr_badge_image {
    opacity: 0.4;
    opacity 350ms;
    -webkit-transition: opacity 350ms;
}
.flickr_widget_wrapper:hover .flickr_badge_image:hover {
    opacity: 1;
    opacity 350ms;
    -webkit-transition: opacity 350ms;
}
.pride_pg {float:left;}
.pride_pg .current {
    padding: 6px 12px;
    border-radius: 2px;
    background-color: #EB7350;
    color: #ffffff;
    font-size: 11px;
}
.pride_pg a {
    padding: 6px 12px;
    border-radius: 2px;
    background-color: #373737;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
}
.pride_pg a:hover {
    padding: 6px 12px;
    border-radius: 2px;
    background-color: #EB7350;
    color: #ffffff;
    font-size: 11px;
}
.btn-shop { padding: 1px 7px }
.shop_one_img img { max-width: 100% }
.shop_one_title {
    color: #555;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.shop_one_price {
    color: #EB7350;
    font-size: 16px;
}
.shop_one_oldprice {
    color: #555;
    font-size: 16px;
    display: inline-block;
    padding: 10px 11px 10px 0px;
    text-decoration: line-through;
}
.plus_minus { margin-top: 25px }
.plus_minus .minus, .plus_minus .plus {
    width: 35px;
    height: 35px;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
    border: #D9D9D9 1px solid;
    border-radius: 5px;
}
input.input-text {
    border-left: none!important;
    border-right: none!important;
    display: inline-block;
    float: left;
    padding: 10px 10px;
    height: 32px;
    text-align: center;
    width: 35px;
    background: #EB7350;
    border-radius: 0px!important;
    color: #fafafa;
    margin: 1px -1px 0px;
    border: none !important;
    font-size: 13px;
}
input.input-text:focus { background: #EB7350 }
.plus_minus .minus, .plus_minus .plus {
    width: 35px;
    height: 35px;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
    border: #D9D9D9 1px solid;
    border-radius: 5px;
    background: #fff;
}
.plus_minus .minus:before, .plus_minus .plus:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 12px;
    height: 12px;
}
.plus_minus .minus:before { background: url(../img/qty_sprite.png) no-repeat bottom }
.plus_minus .plus:before { background: url(../img/qty_sprite.png) no-repeat top }
.shortcode_tabs .all_heads_cont {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding-bottom: 1px;
}
.shortcode_tab_item_title {
    border: #ddd 1px solid;
    border-bottom: none;
    margin: 50px 5px 0 0;
    min-height: 18px;
    display: inline-block;
    float: left;
    padding: 10px 15px;
    line-height: 18px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    background: #fff;
    transition: color 400ms;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -o-transition: color 400ms;
}
.all_body_cont {
    background: #ffffff;
    border: 1px solid #ddd;
    margin-top: -2px;
    display: block;
    padding: 6px 12px;
    text-align: left;
    font-size: 13px;
}
.shortcode_tab_item_body.active { display: block }
.shortcode_tab_item_body h4 { margin-top: 10px }
.shortcode_tab_item_body { display: none }
.shortcode_tab_item_body { display: none }
.shortcode_tab_item_title.active {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.product_review {
    padding: 0!important;
    margin: 0!important;
}
.product_review li {
    margin: 15px 0 10px 0!important;
    padding: 0!important;
    list-style: none;
}
.stand_review {
    padding-left: 85px;
    position: relative;
}
.reviewava {
    position: absolute;
    left: 0px;
    top: 0px;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-right: none!important;
    margin-top: 0px!important;
}
.review_body {
    padding: 0px 0px 5px 12px;
    float: none;
    display: block;
    min-height: 86px;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.review_meta { margin-bottom: 8px }
.review_body .stars {
    right: 0px!important;
    top: 0px!important;
}
.stars {
    float: left;
    height: 14px;
    width: 70px;
    display: block;
    background: url(../img/stars.png) repeat-x 0 0;
    overflow: hidden;
    margin-top: 3px;
    margin-left: 5px;
}
span.star3 { width: 42px }
.stars span {
    background: url(../img/stars.png) repeat-x 0px -14px;
    height: 14px;
    display: block;
}
.contentarea p:last-child { padding-bottom: 0 }
.review_body a { font-style: italic }
.descr_rew {
    font-size: 14px;
    font-weight: bold;
}
.rew_input { width: 470px }
.tags_shop { color: #EB7350 }
.tags_shop:hover { color: #EB7350 }
.tool_a {
    color: #EB7350;
    transition: none;
}
.tool_a:hover {
    color: #EB7350;
    text-decoration: underline;
}
.sub-menu-short li {
    line-height: 50px;
    padding-left: 15px;
    background: url(../img/carousel_next.png);
    background-position: left center !important;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eee;
    border-right: 1px  solid #eee;
    list-style: none;
}
.sub-menu-short li  a {
    color: #555;
    font-size: 13px;
    transition: none;
}
.sub-menu-short li  a:hover {
    color: #EB7350;
    text-decoration: underline;
}
.actives { border-right: 1px  solid #fff !important }
.actives   a {
    color: #EB7350 !important;
    font-size: 13px;
}
.actives   a:hover {
    text-decoration: underline;
    color: #EB7350;
}
.close { outline: 0 }
.car_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}
img { max-width: 100% }
.meta-blog { margin: 13px 0px; text-align: justify; }
.meta-blog h2 {
    line-height: 26px;
    font-size: 21px;
    font-weight: 400;
}
.meta-blog h2 a {
    color: #555;
    transition: none;
}
.meta-blog h2 a:hover { color: #EB7350; text-decoration:none;     transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
.line_blog {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 100%;
    float: left;
    margin-bottom: 55px;
    margin-top: 15px;
}
.line_blog span {
    margin-right: 12px;
    line-height: 30px;
    font-size: 13px;
}
.line_blog span i { color: #EB7350 }
.line_blog a {
    color: #777;
    transition: none;
}
.line_blog a:hover {
    color: #EB7350;
    text-decoration: none;  
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.post.medium { float: left }
.medium-image {
   float: left;
margin: 1px 5px 0 0;
width: 279px;49
}
.medium-content {
    margin-left: 400px;
    margin-top: -22px;
}
.line_blog_med {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 100%;
    float: left;
    margin-bottom: 55px;
    margin-top: 30px;
}
.line_blog_med span {
    margin-right: 12px;
    line-height: 30px;
    font-size: 13px;
}
.line_blog_med { color: #777 }
.line_blog_med a {
    color: #777;
    transition: none;
}
.line_blog_med a:hover {
    color: #EB7350;
    text-decoration: none;
        transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.line_blog_med span i { color: #EB7350 }
.read_more_blog a:hover { text-decoration: underline }
blockquote {
   display: inline-block !important;
font-size: 15px !important;
border-left: 5px solid #d3d3d3 !important;
padding-left: 15px !important;
line-height: 1.7 !important;
margin-left: 20px !important;
text-align: justify;
}
.author-info {
    padding: 10px;
    margin: 0px 0 15px 0;
    float: left;
    border: 1px solid #eee;
    border-bottom: none;
}
.author-info .author-image {
    float: left;
    width: 80px;
    margin: 0 20px 0 0;
}
.author-bio {
    font-size: 13px;
    margin-top: -6px;
    font-weight: 400;
}
.author-bio h4 { font-weight: 300 }
.line_blog_in {
    padding: 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
    float: left;
    margin-bottom: 55px;
    font-size: 13px;
}
.line_blog_in span {
    margin-right: 12px;
    line-height: 30px;
    font-size: 13px;
}
.line_blog_in span i { color: #EB7350 }
.line_blog_in a {
    color: #777;
    transition: none;
}
.line_blog_in a:hover {
    color: #EB7350;
    text-decoration: none;
}
.read_more_blog a {
    color: #EB7350;
    transition: none;
}
.comm_name {
    font-size: 16px;
    color: #EB7350;
    margin-top: -3px;
}
.comm_name span {
    font-size: 11px;
    color: #555;
}
.com_top { padding-top: 15px }
.comm {
    margin-top: 25px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #555;
    margin-bottom: 30px;
}
.comment {
    padding: 30px 0;
    float: left;
}
.comment-inner {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 191px;
    float: left;
}
.img_comm {
    float: left;
    margin-right: 110px;
    width: 80px;
    height: 80px;
}
.port_link { display: block }
.clients-s { overflow: hidden }
.clients-s a.img-hover {
    display: block;
    position: relative;
}
.clients-s img {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 25px;
    background: #f7f7f7;
    border: solid 1px #e1e1e1;
}
.clients-s img.img-hover { display: none }
.clients-s a:hover img.img-hover, .clients-s:hover img.img-hover {
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}
.clients-s a { color: #EB7350 }
.icon_orange { color: #EB7350 }
.share {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 7px 0;
}
.share p {
    float: left;
    font-size: 14px;
    padding-top: 5px;
}
#reset {
    font-size: 10px;
    background: #ccc;
    position: absolute;
    color: #555;
    padding: 0px 4px;
    margin-top: -26px;
    margin-left: 150px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: open sans;
}
#style-switcher {
    position: fixed;
    top: 20%;
    z-index: 10000;
    color: #fff;
}
#switcher-head {
    width: 270px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding-left: 20px;
    margin: 0;
    cursor: pointer;
    position: relative;
}
#switcher-head:before {
    position: absolute;
    content: "\f013";
    font-family: FontAwesome;
    color: #ECECEC;
    overflow: hidden;
    font-size: 28px;
    left: 235px;
    top: 2px;
}
#switcher-content {
    width: 225px;
    background-color: rgba(61, 61, 61, 0.8);
    padding: 0px 0 0px 0px;
    overflow: hidden;
}
#switcher-content .el {
    border-top: 1px solid #414141;
    border-bottom: 1px solid #232323;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
#switcher-content select {
    margin-bottom: 11px;
    height: 24px;
    outline: none;
}
#switcher-content .sub-head { margin-bottom: 10px }
#switcher-content ul {
    margin-left: 5px;
    overflow: hidden;
    margin-top: 5px;
}
#switcher-content li {
    list-style-type: none;
    float: left;
    margin: 0 8px 6px 0;
}
#switcher-content img {
    display: block;
    border-radius: 4px;
}
#switcher-content {
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    moz-border-bottom-right-radius: 6px;
}
#switcher-content form { margin: 0 }
.color-default { background: #d2d1d0 }
.switcher strong { color: inherit }
.switcher-head span { margin-left: 15px }
.switcher-body {
    position: relative;
    padding: 15px;
}
.switcher-trigger {
    position: absolute;
    top: 0;
    left: auto;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    background-color: #333;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}
.switcher ul.switcher-op-selectors { margin: 0 -5px -5px 0 }
ul.switcher-op-selectors li  a {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    margin-top: 1px;
}
.button_switch li a {
    background: #EB7350;
    padding: 6px 16px;
    font-size: 14px;
    color: #f1f1f1;
    font-family: open sans;
    font-weight: 100;
    float: left;
}
.button_switch li a.active {
    background: #f1f1f1;
    color: #EB7350;
}
.button_switch li a:hover {
    color: #EB7350;
    background: #f1f1f1;
    text-decoration: none;
}
.l_s {color:#555 !important;background: #fff !important}
.d_s {color:#f9f9f9 !important;background: #222 !important}
.background_1 {
    background: #fafafa;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    color: #fff;
}
.background_2 {
    background: #fafafa;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    color: #fff;
    height: 285px;
}
.icon_ex2 {
    width: 110px;
    height: 110px;
    background: #fafafa;
    text-align: center;
    line-height: 110px;
    font-size: 55px;
    border-radius: 110px;
    color: #EB7350;
    margin: auto;
}
.icon_ex2:hover {
    background: #EB7350;
    color: #fafafa;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.testimonial .testauthor {
    padding: 20px;
    padding-left: 40px;
    float: left;
    background-image: url(../img/user.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.monial {
/*text-align: justify;*/text-align: center;
padding: 40px; line-height:30px;
margin: 1px; font-size:14px;
font-family: 'Open Sans', sans-serif;
}
.bxslider a{text-decoration:none !important;}
a .monial {color: #555!important; text-decoration:none !important;font-family: 'Open Sans', sans-serif;}
a:hover .monial{color: #555!important; text-decoration:none !important;}
.cont_main {
    background: #fafafa;
    padding-top: 30px;
    padding-bottom: 75px;
}

.main_team .image {
    height: 160px;
    width: 160px;
    margin: auto;
    margin-bottom: 50px;
}
.main_team .image, .main_team  span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.main_team  span, .main_team  .title {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main_team  span {
    height: 100%;
    width: 100%;
    display: block;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.5) inset,0 0 0 1px #e4e4e4 inset;
}
.main_team .team-1 { background: url(../images/team-1.jpg) no-repeat }
.main_team .team-2 { background: url(../images/team-2.jpg) no-repeat }
.main_team .team-3 { background: url(../images/team-3.jpg) no-repeat }
.main_team .team-4 { background: url(../images/team-4.jpg) no-repeat }
.main_team .team-5 { background: url(../images/team-5.jpg) no-repeat }
.main_team .team-6 { background: url(../images/team-6.jpg) no-repeat }
.main_team  .title {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-weight: 400;
    font-family: open sans;
    font-size: 16px;
    margin-top: -90px;
    cursor: default;
}
.main_team:hover .title, .main_team:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.main_team:hover span { box-shadow: 0 0 0 160px rgba(237,115,74,0.7) inset }
.team_text {
    text-align:center;
    padding-bottom:50px;
    padding:0px 15px 0px 15px;
    color:#555;
    font-family: 'open sans';
}
.number { text-align:center; }
.number h4 { font-weight:300; margin-top: 25px;font-size: 18px; color:#333;font-family: Raleway}
.number h3 { 
    font-size:65px; 
    font-weight:300; 
    color: #666;
    font-family: Open Sans;
    letter-spacing: 3px;
}
.number_icons {
    color: #ED734A;
    font-size:41px;
    padding:5px 0;
}
.purch {
    background: #4CC6FF;
    margin-bottom: -50px;
    padding: 25px 0; 
    color:#fff; 
    display: block;
    font-size:24px;
    font-weight: 300;
    font-family: Raleway;
    cursor: default;
}
.purch:hover {
    background: #222;
    color:#eee;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.port-hover {width:20.1%; padding:0px;}
.port-hover-3 {width:33.33333%; padding:0px;}

.port-hover img{
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.port-hover:hover img{
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.port-hover:hover .p-hover{
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.port-hover {
    overflow: hidden;
}
.port-hover .p-hover {
    position: absolute;
    background: rgba(239,115,67,0.85);    
    width: 100%;
    height: 100%;
    left: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.port-hover .p-hover span {
    display: block;
    margin: 20% 20px;
}
.port-hover .p-hover span span {
    margin: auto;
}
.port-plus{
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    z-index: 15;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    filter: alpha(opacity=0);
    opacity: 0;
    background: url(../img/plus.png) no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.port-hover:hover .port-plus{opacity: 1;}
.port-text {padding:12px 0; display: block; border-left:1px solid #fafafa;}
.port-text p {text-align:center; font-size:18px; font-family: Raleway; color:#222;padding-bottom: 5px; font-weight: 300; }
.port-text .small{text-align:center; font-size:13px;  color:#555; font-family: 'Open Sans'; }
.port-hover:hover .port-text p {color:#fff; position: relative;}
.port-hover:hover .port-text .small {color:#eee; position: relative;}

 .team_new {
    display: block;
    color: #555;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    text-decoration: none;
    background: #fff; 
    margin-bottom: 50px;
}

.cbp-ig-title {
    margin: 25px 0 20px 0;
    padding: 20px 0 0 0;
    font-size: 18px;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    font-family: Raleway;
    font-weight: 300;
    text-align:center;
    color:#222;
}

.cbp-ig-title:before {
    content: '';
    position: absolute;
    width:90%;
    text-align: center;
    border-top:1px solid #eee;
    top: 0px;
    margin-left:13px;
    left:0px;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}

.cbp-ig-category {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transform: translateY(10px);
    -moz-transform: -moz-translateY(10px);
    -ms-transform: -ms-translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -webkit-transition: transform 0.3s, opacity 0.2s;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align:center;
}

 .team_new:hover .cbp-ig-category,   .team_new .cbp-ig-category {
    opacity: 1;
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);

}

.team_new:hover {background: #ED734A;}
.team_new:hover .cbp-ig-icon:before, .team_new:hover .cbp-ig-title {color: #fff;}
.team_new:hover .cbp-ig-title {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
.team_new:hover .cbp-ig-title:before {
    border-top:1px solid #eee;
    margin-top: 60px;
}
#bx-pager {display: table; margin:auto;}
#bx-pager li { float: left;}
#bx-pager a img {height:80px; width: 80px; border-radius: 50%; margin-right:15px; position: relative;}
#bx-pager a {transition: all 0.2s linear;-moz-transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-o-transition: all 0.2s linear;}
#bx-pager:hover .bx-opacity {
    opacity: 0.5;
    opacity 350ms;
    -webkit-transition: opacity 350ms;
}
#bx-pager:hover .bx-opacity:hover {
    opacity: 1;
    opacity 350ms;
    -webkit-transition: opacity 350ms;
}
.bxslider {text-align: center;  }
.bxslider h3 { line-height: 1.6; font-family: Raleway,'Open Sans'; color:#555; font-size:23px;padding: 0 50px; font-weight: 300;}
.bxslider h6 { 
    margin: 20px 0 25px 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #222; letter-spacing:1px;
    font-size: 22px;
    border-top: 1px solid #eee;
    padding-top:10px;
    font-weight: 300; 
    padding-left:20px;
    padding-right:20px;
    display: inline-block;
    padding-bottom: 10px;
}
.bloq {position: relative;}
.bloq:after {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    color: #E7E7E7;
    font-size: 25px;
    top:17px;
    left:0;
}
.bloq:before {
    position: absolute;
    content: "\f10e";
    font-family: FontAwesome;
    color: #E7E7E7;
    font-size: 25px;
    top:95px;
    right:0;
}
.vegas-overlay {
   /* background: transparent url(../img/overlays.png);*/
    opacity: 0.5;
    z-index: -1;
}
.vegas-background {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
    max-width: none !important;
    z-index: -2;
}
.vegas-overlay,.vegas-background {
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.promotext { text-align: center; background-size: cover; }
.promotext .promo-slide { padding-top: 0px; }
.promo {
    overflow: hidden;
 height: 142px;
    vertical-align: baseline;
}
.promo h1 {
    height: 100%;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition:    margin-top 0.5s ease-in-out;
    -o-transition:      margin-top 0.5s ease-in-out;
    transition:         margin-top 0.5s ease-in-out;
    color: #fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.footer-input input{
    margin-top: 15px;
    padding-left: 10px;    padding-right: 10px;
    border: 1px solid #ececec;
    color: #fff;
    font-size: 13px;
    width: 100%;
    background:8px 10px;
    height: 35px;
}

.footer-input input:focus {
    color: #fff;
    background: none;
}
.footer-menu ul  a{text-decoration:none; font-size:13px}
.promo-hr {border-top:1px solid #fff; width:80px;display: table;margin:auto;padding-bottom:35px;}
.promo-btn {padding:12px 22px; font-size: 16px; color:#f7f7f7;background:rgba(255,255,255,0.12);display: none; outline: none !important;}
.promo-btn:focus {color:#fff;}
.hide-2sec {display: none;}
.promo-text{float: left;width: 100%;font-size: 50px;font-weight: 400;color: #fff;margin: 0;font-family: Raleway;}
/*------- masonry ----------*/
.masonry-header:before, .masonry-header:after {
	content:" ";
	display:table;
}
.masonry-header:after {
	clear:both;
}
.masonry-blog .masonry-item .item-wrap {
	background: #fff;
	text-align: center;
	padding: 15px 30px !important;
}
.masonry-blog .masonry-item .item-wrap {
	background: #fff;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	border: medium double #dfdfdf;
	text-align: center;
	/*padding:30px;*/
}
.masonry-blog .masonry-item .item-wrap .kk_test img{height: 80px;width: 80px; border-radius: 50%; border:1px solid #bebebe} 
.masonry-blog .masonry-item .item-wrap .item-title {
	text-transform: uppercase;
	margin-bottom: 1em; 
}
.item-excerpt p {margin-bottom:10px;}
.masonry-blog .masonry-item .item-wrap .item-title a{color:#e8b37d;}
.masonry-blog .masonry-item .item-thumbnail {
	position: relative;
	background: transparent;
	padding-bottom: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.masonry-blog .masonry-item .item-thumbnail .author-avatar {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: auto;
	text-align: center;
	margin: 0 auto;
	top: auto;
	box-shadow: 0 0 0 10px #1f1f1f;
}
.masonry-blog .masonry-item .item-thumbnail .content-thumb {
	overflow: hidden;
}
.masonry-blog .masonry-item .item-thumbnail .content-thumb img {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.masonry-blog .masonry-item .item-thumbnail .content-thumb:hover img {
	-webkit-filter: none;	
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.masonry-blog .masonry-item .item-content-meta {
	/*color: #555555; */color:#e8b37d;
}
.masonry-blog .masonry-item .item-content-meta span {
	display: inline-block;
	margin: 0 1.4em 1em 0;
}
.masonry-blog .masonry-item .item-content-meta a {
	/*color: #555555;*/ color:#e8b37d;
}
.masonry-blog .masonry-item .item-content-meta a:hover {
	color: #d91f26;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item img {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* 7.0 - Library
 *  7.5 - masonry
 */
.masonry {
	position: relative;
}
.container-portfolio.container-boxed.offset {
	margin-top: 0;
}
.masonry-portfolio.no-title .masonry-item > .content-wrap {
	display: none;
}
.container-fullwidth .masonry-portfolio {
	padding: 0;
}
.masory-item-wrap {
	position: relative;
}
.masonry-item {
	z-index: 2;
	float: left;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.masonry-hidden.masonry-item {
	pointer-events: none;
	z-index: 1;
}
.masonry-header {
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #fff;
	margin-right: 15px;
}
.masonry-header.masonry-header-gap {
	margin-bottom: 40px;
}
.masonry-header .masonry-result {
	float: left;
	max-width: 30%;
}
.masonry-header .masonry-result h3 {
	margin: 0;
	padding: 0;
}
.masonry-header .masonry-filters {
	float: left;
	width: 100%;
}
.masonry-header .masonry-filters ul {
	list-style: none;
}
.masonry-header .masonry-filters ul li {
	display: inline-block;
	padding: 0 30px;
}
.masonry-header .masonry-filters ul li a {
	color: #ffffff;
	position: relative;
	font-size: 16px;
}
.masonry-header .masonry-filters ul li a:hover, .masonry-header .masonry-filters ul li a.selected {
	color: #d91f26;
	text-decoration: none;
}
.masonry-header .masonry-filters ul li:first-child > a:before {
	display: none;
}
@media (max-width: 991px) {
 .masonry-header .masonry-filters ul li {
 padding: 0 30px 0 0;
 line-height: 40px;
}
}
.masonry-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	margin: 0 -15px;
}
.masonry-container > .masonry-item {
	margin: 0 0 30px 0;
	padding: 0 0px;
	z-index: 1;
}
.masonry-style-elevated .masonry-container > .masonry-item-hover {
	position: relative;
	z-index: 1000;
}
.masonry-style-elevated .masonry-container > .masonry-item-hover .content-featured {
	-webkit-transform: translateY(-65px);
	-moz-transform: translateY(-65px);
	-ms-transform: translateY(-65px);
	transform: translateY(-65px);
}
.masonry-container.columns-1 > .regular {
	width: 100%;
}
.masonry-container.columns-2 > .masonry-item {
	width: 50%;
}
.masonry-container.columns-2 > .wide {
	width: 100%;
}
.masonry-container.columns-3 > .masonry-item {
	width: 33.333%;
}
@media (max-width: 992px) {
 .masonry-container.columns-3 > .masonry-item {
 width: 50%;
}
}
.masonry-container.columns-3 > .wide {
	width: 66.666%;
}
@media (max-width: 992px) {
 .masonry-container.columns-3 > .wide {
 width: 100%;
}
}
.masonry-container.columns-4 > .masonry-item {
	width: 25%;
}
@media (max-width: 992px) {
 .masonry-container.columns-4 > .masonry-item {
 width: 50%;
}
}
.masonry-container.columns-4 > .wide {
	width: 50%;
}
@media (max-width: 992px) {
 .masonry-container.columns-4 > .wide {
 width: 100%;
}
}
@media (max-width: 480px) {
 .masonry-container[class*="columns-"] > .masonry-item {
 width: 100% !important;
}
}

@media (max-width: 767px) {
.masonry-container > .masonry-item {
	margin: 0 0 30px 0;
}
}


 .masonry-blog .columns-2 .masonry-item .item-wrap {
 padding: 10px;
}
 .masonry-blog .columns-2 .masonry-item .item-wrap .content-social a {
 margin: 0 7px;
}
 .masonry-blog .columns-2 .masonry-item .item-wrap .content-social a i {
 font-size: 12px;
}
 .masonry-blog .columns-2 .masonry-item .item-wrap .content-social a .title-shared {
 font-size: 10px;
}
 .masonry-blog .columns-2 .masonry-item .item-wrap .noo-category a {
 font-size: 12px;
}
 .masonry-blog .columns-2 .masonry-item .item-wrap .item-title {
 font-size: 20px; font-weight:bold;
 line-height: 20px;
 margin: 10px 0 15px;
}
 .masonry-blog .columns-2 .masonry-item .item-wrap .noo-slider .slider-control {
 font-size: 22px;
 padding: 0 10px;
}
 .masonry-blog .columns-2 .masonry-item .item-wrap .item-thumbnail {
 margin-bottom: 0;
 padding-bottom: 15px;
}
 .masonry-blog .columns-2 .masonry-item .item-wrap .item-thumbnail .author-avatar {
 display: none;
}
 .masonry-blog .columns-2 .masonry-item .item-wrap .item-content-meta {
 display: none;
}
 .masonry-blog .columns-2 .masonry-item .item-wrap .read-more {
 padding: 10px;
 font-size: 14px;
 margin-bottom: 15px;
 margin-top: 0;
}
 body .albums-masonry .masonry-filters {
 margin-bottom: 30px;
 text-align: left;
}
 body .albums-masonry .masonry-filters li a {
 display: block;
 margin-bottom: 10px;
}
 .masonry-blog .masonry-item .item-wrap .item-title {
 font-size: 18px;
}
 .albums-masonry .masonry-filters {
 margin-bottom: 45px;
}
body.theme-light .albums-masonry .loadmore-action .btn-loadmore {
	background: #d2d2d2;
	border-color: #cccccc;
	color: #000000;
}
body.theme-light .albums-masonry .loadmore-action .btn-loadmore:hover {
	background: #d91f26;
	border-color: #b7181e;
	color: #ffffff;
}
body.theme-light .albums-masonry .masonry-filters li a.selected {
	color: #000000;
}
body.theme-light .masonry-blog .masonry-item .item-wrap {
	background: #efefef;
}
body.theme-light .masonry-blog .masonry-item .author-avatar {
	-webkit-box-shadow: 0 0 0 10px #efefef;
	box-shadow: 0 0 0 10px #efefef;
}
body.theme-light .masonry-blog .masonry-item .read-more {
	background: #d2d2d2;
	border-color: #cccccc;
	color: #000000;
}
body.theme-light .masonry-blog .masonry-item .read-more:hover {
	background: #d91f26;
	border-color: #b7181e;
	color: #ffffff;
}
.albums-masonry .masonry-filters {
	text-align: center;
	margin-bottom: 70px;
}
.albums-masonry .masonry-filters li {
	display: inline-block;
	text-transform: uppercase;
	padding: 0 20px;
}
.albums-masonry .masonry-filters li a {
	color: #555555;
	padding: 8px 0;
	line-height: 1;
}
.albums-masonry .masonry-filters li a.selected {
	color: #fff;
	border-bottom: 1px solid #d91f26;
}
.noo_albums.masonry-container {
	margin: 0 -15px;
}
.albums-masonry .loadmore-action .btn-loadmore {
  background: #2f2f2f;
  border-bottom: 3px solid #161616;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.albums-masonry .loadmore-action .btn-loadmore:hover {
  background-color: #d91f26;
  border-color: #b7181e;
  color: #ffffff;
}
.banner_info_kk_life {
    margin-bottom: 10px;
    border-bottom: 1px dashed #DFDFDF;
    padding-bottom: 15px;
}
.banner_info_kk_life i {
    /*float: left;
    margin: 7px 20px 0px 0px;
    color: #D12A30;*/
	float: left;
	background: none repeat scroll 0% 0% #4AC0F8;
color: #FFF;
height: 40px;
width: 40px;
line-height: 40px;
font-size: 22px;
text-align: center;
margin: 7px 20px 0px 0px;
border-radius: 50% !important;
}
.overflow_h_kk_life {
    overflow: hidden;
    text-align: justify;
}
.banner_info_kk {
    margin-bottom: 10px;
    border-bottom: 1px dashed #DFDFDF;
    padding-bottom: 10px;
}
.banner_info_kk i {
    float: left;
    margin: 7px 20px 0px 0px;
    color: #000;
}
.overflow_h_kk {
    overflow: hidden;
    text-align: justify;
}
.kk13{font-size:13px;color: #050505;font-family: 'Open Sans', sans-serif;}
