@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "et-line.css";
@import "animate.min.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
    background: #fff url(../img/fabric_plaid.png) fixed;
    -webkit-backface-visibility: inherit;
}
#wrapper {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #b4b4b4 !important;
    color: #555;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.75;
    font-weight: 300;
}
a, button, input[type="submit"] {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
    color:#555;
}
a, a:visited, a:focus, a:active, a:hover { outline: 0 !important }
ul { list-style: none }
.top_line {background: #002561;}
.animated-area {overflow: hidden;}
.top_line p {
    color: #fff;
    margin: 0;
    line-height: 39px;
    font-weight: 400;
}
ul.social-links {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 19px;
}
ul.social-links li {
    float: left;
}
ul.social-links li a {
    display: inline-block;
    color: #fff;
    padding: 3px 12px;
}
ul.social-links li a:hover {
    background-color: #fff;
    color: #F37021;
}
.page_head {
    padding-top: 0px;
    background-color: #fff;
}
.logo {margin-top: 40px;}
nav {
    position: relative;
    left: 0px;
    z-index: 9999 !important;
    width: 100%;
    background: #fff;
}
.sticky {
    position: fixed;
    border-bottom: 1px solid #EEEEEE;
    background: rgba(255,255,255,0.95);
}
.menu ul ul { width: auto !important }
.menu ul ul li { width: 180px }
.menu ul li.sub li {
    width: 140px;
    border-left: 1px dotted #eee;
}
.menu { float: right }
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu ul li {
    position: relative;
    float: left;
}
.menu ul li ul {
    position: absolute;
    left: 0px;
    display: block;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    top: 120%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.menu ul li:hover ul {
    top: 100%;
    display: inline-block;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.menu ul li:hover ul, .menu ul li li:hover ul, .menu ul li li li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
}
.menu ul li a {
    display: block;
    padding: 35px 25px 45px;
    color: #444;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-family: open sans;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}
.menu li a:hover {
    outline: none;
    border-color: #F37021;
    color: #F37021 !important;
    text-decoration: none;
}
.menu li a:before {
    display: block;
    margin: 29px 0 -29px;
    color: #374F5A ;
    content: attr(data-description);
    text-transform: none;
    font-weight: 300;
    font-size: 11px;
    font-family: open sans;
    line-height: 0;
}
.menu li.current a { color: #F37021 }
.menu li.current { background: #F9F9F9 }
.menu li:hover { background: #F9F9F9 }
.menu li:hover a { color: #F37021 }
.menu ul ul { background: #ffffff }
.menu ul li ul li a {
    padding: 10px 24px;
    border-bottom: 1px dotted rgba(0,0,0, 0.08) !important;
    color: #374F5A  !important;
    font-weight: normal;
    font-size: 12px;
}
.menu ul li ul {
    border-bottom: 1px solid #F37021;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.menu ul li ul li a:hover {
    background-color: #f9f9f9;
    color: #F37021 !important;
}
nav.sticky .logo { margin-top: 17px }
nav.sticky ul li a {
    padding: 21px;
    font-weight: normal;
    font-size: 12px;
}
nav.sticky ul li a:before { content: '' }
.dl-trigger { display: none }
.dl-back { display: none }
.menu ul ul ul {
    top: 0px !important;
    left: 180px;
    margin-top: 0px !important;
}
.menu ul li ul li ul { visibility: hidden !important }
.menu ul li ul li:hover ul { visibility: visible !important }
.btn-slider {
    padding: 8px 14px;
    border-color: #4A4A4A;
    background-color: #4A4A4A;
    color: #fff !important;
}
.btn-slider:hover {
    border-color: #222;
    background-color: #222;
    color: #fff !important;
}
.marg25 { margin-top: 25px }
.marg50 { margin-top: 50px }
.marg75 { margin-top: 75px }
.marg100 { margin-top: 100px }
.marg125 { margin-top: 125px }
.marg150 { margin-top: 155px }


.iconbox i {color:#F37021;font-size: 35px;}
.iconbox p {
    margin: 0 0 0 70px;
}
.iconbox h3 {
    margin: -30px 0 25px 70px;
    font-weight: 400;
    font-size: 20px;
}
.read a {
    display: inline-block;
    color: #F37021;
}
.title {
    line-height: 1;
    border-top: 1px solid #eee;
    margin-top: 50px;
    margin-bottom: 0;
}
.title span {
    position: relative;
    top: -16px;
    padding-right: 14px;
    background: #fff;
    font-size: 20px;
    font-weight: 300;
}
.pagination {
    float: right;
    margin: 0;
    background: #fff;
    display: inline-block;
    margin-top: -36px;
    position: relative;
    border-radius: 0;
}
.pagination a {
    margin-left: 7px;
    padding: 0 5px;
}
.pagination a.prev:after {
    position: absolute;
    margin-top: -4px;
    color: #d9d9d9;
    content: "\f104";
    font-size: 17px;
    font-family: FontAwesome;
}
.pagination a.next:after {
    position: absolute;
    margin-top: -4px;
    color: #d9d9d9;
    content: "\f105";
    font-size: 17px;
    font-family: FontAwesome;
}
.pagination a.prev:hover:after {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pagination a.next:hover:after {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.portfolio-block {
    width: 100%;
    border-bottom: 1px solid #F37021;
    background-color: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.portfolio-image img { max-width: 100% }
.portfolio-name {
    padding-top: 18px;
    text-align: center;
	color: #002561;
    font-weight: 550;
    font-size: 17px;
}
.portfolio-text {
    position: relative;
    padding: 15px 15px 25px 15px;
    text-align: center;
}
.box {
    overflow: hidden;
    padding: 20px;
    border-left: 3px solid #F37021;
    background: #fcfcfc;
}
.box h3 {
    font-weight: 400;
}
.box p {
    margin-top: 15px;
}
.purch-block {
    display: table;
    margin: auto;
    margin-top: 31px;
}
.btn-purch {
    border-color: #F37021;
    background-color: #F37021;
    color: #fff;
    font-size: 18px;
}
.btn-purch:hover {
    border-color: #F37021;
    background-color: #fcfcfc;
    color: #F37021;
}
.blog-home { width: 100% }
.blog-image img { max-width: 100% }
.blog-name { padding: 15px 0 9px 0 }
.blog-name a {
    color: #555;
    text-decoration: none;
    font-size: 17px;
}
.blog-name a:hover {
    color: #F37021;
    text-decoration: none;
}
.blog-text {
    position: relative;
}
.blog-line hr {
    margin-top: 20px;
    margin-bottom: 10px;
}
.blog-date {
    color: #888;
    font-size: 12px;
}
.blog-icons a {
    margin-left: 10px;
    color: #888;
    text-decoration: none;
}
.blog-icons a:hover { color: #F37021 }
.testimonial .author {
    float: left;
    margin-right: 40px;
    padding: 10px;
    padding-left: 0px;
}
.testimonial .author img {
    width: 87px;
    height: 87px;
}
blockquote {
    padding: 5px 20px;
    color: #555 !important;
    font-size: 13px;
    font-family: 'open sans';
    font-weight: 300;
}
.testimonial blockquote {
    position: relative;
    border-left: 0px !important;
}
.testimonial blockquote:before {
    position: absolute;
    top: 3px;
    left: 98px;
    color: #e8e8e8;
    content: '\f10d';
    font-size: 19px;
    font-family: FontAwesome;
}
.testimonial blockquote p {
    position: relative;
}

cite b { font-weight: 600 }
.stripe_fot {
    overflow: hidden;
    height: 25px;
    background: #F37021;
    color: #fff;
    line-height: 25px;
}
.stripe_fot .tweet_list {
    /* width: auto; */
    height: 25px;
    /* margin: 0; */
    padding: 0;
    list-style: none;
}
.stripe_fot .tweet_list li {
    overflow: hidden;
    width: auto;
    font-weight: 400;
    line-height: 25px;
}
.stripe_fot .tweet_list li a {
    color: #fff;
    text-decoration: none;
}
.stripe_fot .tweet_list li a:hover { text-decoration: underline }
.stripe_fot .tweet_list li img {
    margin-right: 22px;
    border: none;
    display: inline-block;
    border-radius: 50%;
}
.stripe_fot .tweet_list li h6 {
    float: left;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}
.stripe_fot .paginat {
    position: relative;
    float: right;
    margin: 0;
    cursor: pointer;
}
.stripe_fot.paginat a {
    float: right;
    margin-left: 10px;
    width: 15px;
    height: 13px;
}
.stripe_fot .paginat a {
    margin-left: 10px;
    text-decoration: none;
}
.stripe_fot .paginat a i {
    color: rgba(0,0,0,0.20);
    font-size: 16px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.stripe_fot .paginat a:hover i { color: rgba(255,255,255,0.50) }
.stripe_fot.caroufredsel_wrapper {
    float: left;
    width: 80%;
}
.stripe_fot .shadow_top_footer {
    left: 0;
    float: left;
    width: 100%;
    height: 50px;
}
.tweet .loading {
    overflow: hidden;
    width: auto;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 65px;
    margin: 0;
}
.footer {
    min-height: 300px;
    max-height: 100%;
    background: #374F5A;
    padding: 30px 0 50px 0;
}
.footer_bottom {
    background: #2F444E;
    color: #fff;
    padding: 10px 0;
}
.footer-block {
    margin-top: 30px;
    margin-bottom: 25px;
    color: #fafafa;
    font-size: 19px;
}
.widget_flickr .flickr_badge_image {
    float: left;
    width: 87px;
    height: 87px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    moz-border-radius: 3px;
}
.widget_flickr img {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.widget_flickr img {
    border: 2px solid #494949;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.widget_flickr img:hover {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: url("desaturate.svg");
    filter: none;
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.widget_flickr img:hover { border: 2px solid #F37021 }
.tag_cloud a {
    display: inline-block;
    margin: 0 5px 10px 0px;
    padding: 3px 10px;
    border: 1px solid #555;
    background: #555;
    color: #ececec;
    text-decoration: none;
}
.tag_cloud a:hover {
    border-color: #F37021;
    background: #F37021;
    color: #ffffff !important;
    text-decoration: none;
}
.copyright {
    font-size: 12px;
}
.copyright a {
    color: #fff;
    text-decoration: underline;
}
.copyright a:hover { text-decoration: none }
.foot_menu { float: right }
.foot_menu ul li {
    float: left;
    padding-left: 7px;
    list-style: none;
    font-size: 12px;
}
.foot_menu ul li a {
    color: #fff;
    text-decoration: none;
}
.foot_menu ul li a:hover { text-decoration: underline }
.foot_menu li:after { content: " " }
.foot_menu li:not(:last-of-type):after {
    padding-left: 7px;
    content: "|";
}
.contacts {
    padding: 0;
    list-style: none;
}
.contacts li {
    margin-bottom: 15px;
    color: #eee;
}
.contacts li i {
    font-size: 17px;
    width: 23px;
    opacity: 1;
    position: relative;
    text-align: center;
    padding-right: 5px;
}
.contacts li a {color:#eee;}
.foot-text {
    color: #eee;
}
.accordion section {
    border: 1px solid #EEEEEE;
    border-bottom: 0px;
    background-color: #fff;
}
.accordion section:last-child { border-bottom: 1px solid #EEEEEE }
.accordion div {
    display: none;
    height: 100%;
}
.accordion p {
    position: relative;
    padding: 13px 18px;
}
.accordion span a {
    position: relative;
    display: block;
    padding-left: 18px;
    outline: 0;
    color: #555;
    text-decoration: none;
    font-size: 15px;
}
.accordion span {
    display: block;
    padding: 11px 0;
}
.accordion span a:hover {
	color: #F37021;
	font-weight: 550;
    font-size: 17px;
}
.accordion span.active a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-top: 6px solid #F37021;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
}
.accordion span.active a { 
	color: #002561;
    font-weight: 550;
    font-size: 17px;
}
.openme i { color: #F37021 }
#blog li:nth-child(even) { margin-left: -1px }
.phone a {
    display: inline-block;
    color: #fff;
}
.fax a {
    display: inline-block;
    color: #fff;
}
.email a {
    display: inline-block;
    color: #fff;
}
.map a {
    display: inline-block;
    color: #fff;
}
.page-name h3 {
    color: #F37021;
}
.subpage_block {
    display: block;
    float: left;
    font-size: 10px;
}
.subpage_breadcrumbs_dv {
    float: left;
    width: 20px;
    height: 17px;
    background: url(../img/dv.png);
    background-position: center;
    background-repeat: no-repeat;
}
.bbread a { color: #F37021 }
.welcome {
    float: left;
    padding-top: 14px;
    padding-bottom: 25px;
    width: 100%;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background-color: #ffffff;
}
.page-link {
    margin-top: 25px;
    font-size: 11px;
}
.page-link a {
    display: inline-block;
    color: #F37021;
}
ul.social-links li:last-child  a { margin-right: 0px }
.post-img img { max-width: 100% }
.date-blog {
    float: left;
    text-align: center;
}
.day {
    margin-top: 27px;
    padding: 4px;
    border-radius: 2px 2px 0 0;
    background: #f2f2f2;
    color: #999;
    font-weight: 400;
    font-size: 16px;
}
.month {
    padding: 2px 14px 4px 14px;
    border-radius: 0 0 2px 2px;
    background: #ccc;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.07);
    color: #fff;
}
.date-blog span { display: block }
.post-content { margin: 27px 0 0 0px }
.meta {
    margin: 0 0 45px 70px;
}
.meta h2 {
    margin: 0 0 5px 0;
    font-weight: 400;
    font-size: 20px;
}
.meta h2 a {
    display: inline-block;
}
.meta h2 a:hover {
    color: #F37021;
    text-decoration: none;
}
.meta a { color: #374F5A  }
.meta span {
    float: left;
    margin-right: 12px;
}
.read { margin-top: 20px }
.meta span a:hover {
    color: #F37021;
    text-decoration: none;
}
.lineblog {
    margin: 30px 0 50px 0;
    border-bottom: 1px solid #EEEEEE;
}
.car_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}
.pagin .current {
    padding: 7px 13px;
    border-radius: 2px;
    background-color: #F37021;
    color: #fff;
}
.pagin a {
    padding: 7px 13px;
    border-radius: 2px;
    background-color: #444;
    color: #fff;
    text-decoration: none;
}
.pagin a:hover {
    padding: 5px 11px;
    border-radius: 2px;
    background-color: #F37021;
    color: #fff;
    font-size: 12px;
}
.searchform {
    padding: 6px 4px 6px 29px;
    padding-left: 29px;
    width: 100%;
    border: 1px solid #d5d5d5;
    background: #ffffff url(../img/zoom.png) no-repeat 8px 8px;
    color: #374F5A;
    font-weight: 400;
    font-size: 12px;
    font-family: arial, sans-serif;
}
.categories { list-style: none }
.colorend { display: inline-block }
.about_text a { display: inline-block }
.categories a {
    display: block;
    margin-left: -38px;
    padding: 5px 0;
    padding-left: 12px;
    background: url(../img/categories.png) no-repeat left 9px;
    color: #666;
    font-family: "Open Sans", sans-serif;
}
.categories a:hover { color: #F37021 }
.title-in {
    display: block;
    background: url(../img/header_divider.png) repeat-x center;
    line-height: 1 !important;
    margin-top: 35px;
}
.title-in span {
    position: relative;
    top: -8px;
    padding-right: 14px;
    background: #fff;
    color: #374F5A ;
    font-weight: 300;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
}
.title-in:first-child { margin-top: 0px }
.tag_cloud_blog a {
    display: inline-block;
    margin: 0 5px 10px 0px;
    padding: 4px 10px;
    border: 1px solid #EDEDED;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.1);
    color: #666;
    text-decoration: none;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}
.tag_cloud_blog a:hover {
    border-color: #F37021;
    background: #F37021;
    color: #ffffff !important;
    text-decoration: none;
}
.post-2columns:nth-child(odd) {
    float: left;
    padding-right: 25px;
    padding-left: 0px;
    width: 50%;
}
.post-2columns:nth-child(even) {
    float: left;
    padding-right: 0px;
    padding-left: 25px;
    width: 50%;
}
.medium-5 {
    float: left;
    padding-right: 25px;
    padding-left: 0px;
    width: 41.66666666666667%;
}
.medium-7 {
    float: left;
    padding-right: 0px;
    padding-left: 25px;
    width: 58.333333333333336%;
}
.lineblog-med {
    margin: 30px 0 50px 0;
    border-bottom: 1px solid #EEEEEE;
    float: left;
    width: 100%;
}
.day-med {
    padding: 4px;
    border-radius: 2px 2px 0 0;
    background: #f2f2f2;
    color: #999;
    font-weight: 400;
    font-size: 16px;
}
.post-content-med { margin: 0px }
.author-info {
    margin: 20px 0px;
    padding: 20px;
    border: 1px solid rgb(237, 237, 237);
    background: rgb(253, 253, 253);
}
.author-info .author-image {
    float: left;
    margin: 0px 20px 0px 0px;
    width: 80px;
}
.author-bio h4 {
    margin-top: 0px;
}
.sharebox h4 {
    float: left;
    margin-top: 13px;
    color: #666;
    font-weight: 400;
    font-size: 16px;
}
ul.social-links-sec-third { margin-top: 13px }
ul.social-links-sec-third li { display: inline-block }
ul.social-links-sec-third li a {
    margin-left: 18px;
    color: #999;
}
ul.social-links-sec-third li a:hover { color: #F37021 }
.ic_soc {
}
.lineblog-single {
    float: left;
    margin: 20px 0;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
.comm {
    display: block;
    float: left;
    margin-top: 25px;
    margin-bottom: 30px;
    color: rgb(85, 85, 85);
    font-weight: 400;
    font-size: 18px;
}
.comment-list {
    float: left;
    margin-top: 10px;
    margin-left: -40px;
}
.comment-list li {
    margin-bottom: 30px;
    list-style: none !important;
}
.comment-list li .avatar {
    float: left;
    margin-right: 20px;
}
.comment-list li .avatar img { border: 1px solid #F9F9F9 }
.comment-list li .comment-text {
    margin-left: 58px;
    padding: 20px 20px 20px 30px;
    background: #F9F9F9 url(../img/comment-list.png) no-repeat 0px -40px;
}
.comment-list .author {
    margin-top: -10px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #dedede;
    font-size: 12px;
    font-family: 'open sans', sanf-serif;
}
.comment-list .author span {
    display: block;
    font-weight: 600;
    font-size: 13px;
}
.comment-list li .comment-text .text p { font-size: 12px !important }
.comment-list .children {
    margin-top: 30px;
    margin-left: 26px;
}
.comment-list li:last-child { margin-bottom: 8px !important }
.comment-reply-link { color: #F37021 }
#respond { float: left }
#respond span.required {
    color: #999999;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'open sans', sans-serif;
}
#respond label {
    float: left;
    color: #999999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    font-family: 'open sans', sans-serif;
}
#respond p.comment-form-author input {
    padding: 10px;
    width: 294px;
    border: 1px solid #cccccc;
}
#respond input, #respond textarea {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    width: 670px;
    border: 1px solid #d5d5d5;
    color: #374F5A ;
    font-weight: 400;
    font-size: 12px;
    font-family: Open Sans, sans-serif;
}
#respond p.comment-form-author {
    position: relative;
    float: left;
    width: 324px;
}
#respond p.comment-form-email {
    position: relative;
    float: right;
    width: 324px;
}
#respond p.comment-form-email input {
    padding: 10px;
    width: 294px;
    border: 1px solid #cccccc;
}
.required { color: red !important }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item {
    z-index: 1;
    pointer-events: none;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.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 {
    padding-bottom: 15px;
}
.portfolioFilter ul { padding-left: 0px }
.portfolioFilter ul li {
    float: left;
    padding-left: 0px;
}
.portfolioFilter  a.current {
    background-color: #F37021;
    color: #fff;
}
.portfolioFilter ul li a {
    display: inline-block;
    margin-right: 7px;
    padding: 5px 11px;
    border-radius: 2px;
    background-color: #353535;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-family: open sans;
}
.portfolioFilter ul li a:hover {
    background-color: #F37021;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.portfolio-block-in {
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #F37021;
    background-color: #fff;
}
.port-6 {
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    width: 50%;
}
.port-4 {
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    width: 33.33333333%;
}
.port-3 {
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    width: 25%;
}
.portfolio-det {
    color: #666;
    font-size: 13px;
    font-family: open sans;
    line-height: 2;
}
.portfolio-det a { color: #F37021 }
.wid_pol { max-width: 100% }
.name_mar {
    margin-top: 15px;
    color: #666;
    font-weight: 400;
    font-family: open sans;
}
.about_text { margin-top: 10px }
.about_text a { color: #F37021 }
.intro_img {
    float: left;
    padding-top: 3px;
    padding-right: 20px;
}

.name_serv {
    margin-top: -5px;
    font-weight: 600;
    font-weight: open sans;
    font-size: 23px;
    font-size: #666;
}
.size_35 {
    color: #454545;
    font-size: 37px;
}
.name_serv_icons {
    margin: -34px 0 8px 55px;
    color: #565656;
    font-weight: 400;
    font-size: 21px;
}
.alert { padding: 10px 15px; }
.form-control {box-shadow: none; border-radius: 0px; line-height: 1.75; font-size: 13px; font-weight: 300;padding: 8px 15px;border: 1px solid #eee; transition: all 0.25s linear;height: auto;}
.form-control:focus {
    outline: 0;
    border-color: #F37021;
    box-shadow: none;
    border-color:#bbb;
    transition: all 0.25s linear;
}
.btn-default {
    color: #555;
    background-color: #fff;
    border-color: #eee;
}
.btn {
    font-weight: 300;
    border: 1px solid #eee;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.75;
    border-radius: 0px;
}
.btn-default:hover {
    color:#555;
    border-color: #ddd;
    background: #f9f9f9;
}
.help-block li {
  list-style: none;
  color: #990000; 
}
.help-block ul {
  padding: 0;
  margin: 0; 
}
.text-danger {
    color: #a94442;
}
.text-success {
    color: #3c763d;
}

.adress_cont {
    font-size: 13px;
    line-height: 2;
}
.adress_cont a { color: #F37021 }
.icon_foot {
    padding-right: 5px;
    font-size: 16px;
}
.soc-contacts { padding: 0px }
ul.soc-contacts li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background: #F0F0F0;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}
ul.soc-contacts li a { color: #999 }
ul.soc-contacts li a:hover { color: #F37021 }
.plan .price span {
    display: block;
    margin-top: 0px;
    color: #c0c0c0;
    font-weight: 400;
    font-size: 11px;
}
.plan .signup {
    padding: 20px 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 3px solid #f6f6f6;
    text-align: center;
}
.plan ul {
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff;
    list-style: none !important;
}
.plan li {
    padding: 10px 0px;
    background: #fcfcfc;
    text-align: center;
    font-size: 12px;
}
.plan {
    margin-right: -30px;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    text-align: center;
}
.featured {
    margin-top: -4px;
    margin-left: -5px;
    border: 5px solid #e0e0e0 !important;
    background: #fcfcfc;
}
.plan h3 {
    margin: 0;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
    font-size: 16px;
}
.plan.featured h3 {
    border-bottom: none;
    color: #F37021;
    font-size: 16px;
}
.plan .price {
    display: block;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 300;
    font-size: 54px;
    font-family: open sans;
    line-height: 38px;
}
.plan:hover {
    margin-top: -4px;
    margin-left: -5px;
    border: 5px solid #e0e0e0 !important;
    background: #fcfcfc;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.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: #F37021 }
.btn-price {
    background: #F37021;
    color: #fff;
}
.btn-price:hover {
    border: 1px solid #F37021;
    background: #fff;
    color: #F37021;
}
.main_pad {
    padding: 60px 0 130px 0;
    text-align: center;
}
.oops {
    color: #F37021;
    text-align: center;
    font-weight: 400;
    font-size: 107px;
    font-family: open sans;
    line-height: 140px;
}
.ask-question {
    color: #555;
    font-size: 20px;
}
.ask-question span { padding-left: 45px }
.clients-s { overflow: hidden }
.clients-s a.img-hover {
    position: relative;
    display: block;
}
.clients-s img {
    float: left;
    margin-right: 25px;
    width: 120px;
    height: 120px;
    border: solid 1px #e1e1e1;
    background: #f7f7f7;
}
.clients-s img.img-hover { display: none }
.clients-s a:hover img.img-hover, .clients-s:hover img.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.clients-s a { color: #F37021 }
.icon_color { color: #F37021 }
.short_left { padding: 0px }
.sub-menu-short li {
    padding-left: 12px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    background: url(../img/arr-right-mini.png) 0% 50% no-repeat;
    line-height: 50px;
}
.actives { border-right: 1px solid #fff !important }
.actives a {
    display: inline-block;
    color: #F37021 !important;
}
.sub-menu-short li a {
    display: inline-block;
    color: #666;
}
.shortcode_tabs .all_heads_cont {
    position: relative;
    z-index: 5;
    display: block;
    overflow: hidden;
    padding-bottom: 1px;
}
.shortcode_tab_item_title {
    position: relative;
    display: inline-block;
    float: left;
    margin: 50px 5px 0 0;
    padding: 10px 15px;
    min-height: 18px;
    border: #ddd 1px solid;
    border-bottom: none;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -o-transition: color 400ms;
    transition: color 400ms;
}
.all_body_cont {
    display: block;
    margin-top: -2px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    background: #ffffff;
    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 {
    border-bottom: 1px solid #fff;
    background: #fff;
}
.tooltip_s {
    display: inline-block;
    color: #F37021;
}
.tooltip_s:hover {
    display: inline-block;
    color: #F37021;
}
#reset {
    position: absolute;
    margin-top: -26px;
    margin-left: 150px;
    padding: 0px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ccc;
    color: #555;
    font-weight: 400;
    font-size: 10px;
    font-family: open sans;
}
#style-switcher {
    position: fixed;
    top: 20%;
    z-index: 10000;
    color: #fff;
}
#switcher-head {
    position: relative;
    margin: 0;
    padding-left: 20px;
    width: 270px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    cursor: pointer;
}
#switcher-head:before {
    position: absolute;
    top: 1px;
    left: 235px;
    overflow: hidden;
    color: #ECECEC;
    content: "\f013";
    font-size: 30px;
    font-family: FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
#switcher-content {
    overflow: hidden;
    padding: 0px 0 0px 0px;
    width: 225px;
    background-color: rgba(61, 61, 61, 0.8);
}
#switcher-content .el {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-top: 1px solid #414141;
    border-bottom: 1px solid #232323;
}
#switcher-content select {
    width: 100%;
    height: 23px;
    outline: none;
    border: 1px solid #EDEDED;
    background-color: #ffffff;
    color: #353535;
    font-size: 13px;
}
#switcher-content .sub-head { margin-bottom: 10px }
#switcher-content ul {
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0px;
}
#switcher-content li {
    float: left;
    margin: 0 8px 6px 0;
    list-style-type: none;
}
#switcher-content img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}
#switcher-content {
    -webkit-border-bottom-right-radius: 6px;
    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;
    right: -40px;
    left: auto;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: #333;
    text-align: center;
    font-size: 24px;
}
.switcher ul.switcher-op-selectors { margin: 0 -5px -5px 0 }
ul.switcher-op-selectors li  a {
    float: left;
    margin-top: 1px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}
.button_switch li a {
    float: left;
    padding: 6px 16px;
    background: #F37021;
    color: #f1f1f1;
    font-weight: 100;
    font-size: 14px;
    font-family: open sans;
}
.button_switch li a.active {
    background: #f1f1f1;
    color: #F37021;
}
.button_switch li a:hover {
    background: #f1f1f1;
    color: #F37021;
    text-decoration: none;
}
.star { font-size: 10px }
.section { font-family: open sans }
.hr-swith {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #777;
}
.prl-1 {
    background: url(../images/parallax.jpg) 100% 10% no-repeat fixed;
    color: #fff;
    min-height: 245px;
    height: 100%;
}
.prlx {
    background-color: rgba(255, 255, 255, 0.1);
    min-height: 245px;
    max-height: 100%;
}
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-per {
    display: inline;
}
.prog-name {
    display: inline;
    font-size: 15px;
    font-weight: 300;
}
.prog-per {
    float: right;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
}
.progress {
    height: 25px;
    background-color: #FCFCFC;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    margin-bottom: 30px;
}
.progress-bar-success {
    background-color: #F37021;
}
.welcome_main {
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    background-color: #ffffff;
}
.wel_cen {text-align: center;}
.wel_cen h3 {
    font-weight: 300;
    font-size: 28px;
}
.wel_cenm {text-align: center;}
.wel_cenm h3 {
    font-weight: 300;
    font-size: 28px;
    margin-top:-1px;
 }
.fact-icon {
    text-align: center;
    color: #F37021;
    font-size: 50px;
}
.fact-numb {
    text-align: center;
    margin-top: 0px;
    font-size: 27px;
}
.fact-name {
    margin-top: 7px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.services-icon {
    text-align: center;
    color: #F37021;
    font-size: 37px;
}
.services-numb {
    text-align: center;
    font-size: 19px;
    margin-top: 7px;
}
.services-name {
    margin-top: 7px;
    text-align: center;
}
.prlx-1 {
    background-color: #fafafa;
    min-height: 245px;
    max-height: 100%;
    padding-bottom: 75px;
}






/*-----------------------------------------------------------------------------------*/
/*	OVERLAY
/*-----------------------------------------------------------------------------------*/
figure {
    display: block;
    overflow: hidden;
    position: relative;
}
.items li figure img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
}
figure a,
figure a img {
    display: block;
    position: relative;
}
figure img {
    display: block;
    max-width: 100%;
}
figure a .text-overlay {
    opacity: 0;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    padding: 20px;
    background: #0092C8;
    background: rgba(0,146,200,0.90);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
figure a:hover .text-overlay,
.clicked-no-slide-anim .text-overlay {
    opacity: 1
}
figure a .text-overlay .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -12px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.icon-overlay {
    display: block;
    overflow: hidden;
    position: relative;
}
.icon-overlay img {
    display: block;
    max-width: 100%;
}
.icon-overlay a .icn-more {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: #0092C8;
    background: rgba(0,146,200,0.90);
    overflow: hidden;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.icon-overlay a:hover .icn-more {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.icon-overlay a .icn-more:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\f517';
    line-height: 1;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 15px;
    top: 50%;
    margin: -8px 0 0 -6px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -moz-transition: -moz-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.icon-overlay a:hover .icn-more:before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.icon-overlay a:hover .icn-more:before {
    top: 50%!important
}
/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/
/*	ISOTOPE PORTFOLIO GRID
/*-----------------------------------------------------------------------------------*/
.fix-portfolio .items {
    list-style: none
}
.fix-portfolio .items {
    margin: 0;
    *zoom: 1;
    padding: 0;
}
.fix-portfolio .items:before,
.fix-portfolio .items:after {
    display: table;
    content: "";
    line-height: 0;
}
.fix-portfolio .items:after {
    clear: both
}
.fix-portfolio .items li {
    float: left;
    min-height: 1px;
    position: relative;
}
.fix-portfolio .items {
    margin-left: -8px;
    margin-bottom: -8px;
}
.fix-portfolio .items li {
    width: 318px;
    margin-left: 8px;
    margin-bottom: 8px;
}
.fix-portfolio .items li img {
    display: block;
    width: 100%;
}
.isotope-item {
    z-index: 2;
    display: block !important;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.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: top, left, 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;
}
.filter {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: center;
}
.filter li {
    display: inline-block;
    margin: 0;
}
.filter li:before {
    display: inline-block;
    content: "/";
    padding: 0 25px 0 19px;
    color: rgba(0,0,0,0.30);
}
.filter li:first-child:before {
    display: none
}
.filter li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #2F484F;
}
.filter li a:hover,
.filter li a.active {
    color: #0092C8
}
.item-details {
    padding: 0;
    margin: 0;
    list-style: none;
}
.item-details li {
    margin-bottom: 20px
}
.item-details li h4 {
    margin-bottom: 0
}
/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/
/*	DETAILVIEW
/*-----------------------------------------------------------------------------------*/
.navfake {
    z-index: 1005;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 100%;
}
.navcoverpage {
    z-index: 1001;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    left: 100%;
}
/* SOME HELPER CLASS FOR ANIMATING */
.fullcontent-slider-getaway-wrapper {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: visible;
}
.fullcontent-slider-getaway-slide {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.fullcontent-content-wrapper-new {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.fullcontent-content-wrapper-new .pcw {
    padding-top: 84px
}
.preparedtostart.fullcontent-content-wrapper-new {
    z-index: 1002
}
.preparedtoleave.fullcontent-content-wrapper-new {
    z-index: 1001
}
.fullcontent-content-wrapper-new.right {
    left: 100%
}
.fullcontent-content-wrapper-new.left {
    left: -100%
}
.fullcontent-content-wrapper-new.right.fader,
.fullcontent-content-wrapper-new.left.fader {
    left: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
}
.novisibility {
    visibility: hidden
}
.navfake .navigation {
    margin: 0
}
.navfake .navigation .btn {
    margin-bottom: 0
}
.navfake .inner {
    padding-top: 22px;
    padding-bottom: 22px;
}
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	TESTEMUNHAIS
/*-----------------------------------------------------------------------------------*/
.testimonials {
    text-align: center
}
.testimonials .item blockquote {
    position: relative;
    margin: 0;
    padding: 10px 50px 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    border: 0px;
    font-weight: normal;
    background: none;
}
.testimonials .item blockquote:before,
.testimonials .item blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 100px;
    line-height: 1;
    font-weight: 100;
}
.testimonials .item blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}
.testimonials .item blockquote:after {
    top: 0;
    right: 0;
    content: "\201D";
}
.testimonials .item blockquote small {
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    color: #b1b1b1;
}
.testimonials .item blockquote small:before {
    display: none
}
.testimonials .owl-controls {
    margin-top: 20px
}
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	OWL CAROUSEL
/*-----------------------------------------------------------------------------------*/
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    color: #FFF;
    margin: 0 3px;
    line-height: 1;
    font-size: 13px;
    padding: 7px;
    width: auto;
    height: auto;
    background: none;
    border: 1px solid rgba(255,255,255,0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
    background: #FFF;
    color: #2F484F;
    border: 1px solid #FFF;
    text-decoration: none;
}
.custom-controls {
    position: relative
}
.custom-controls .owl-slider-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    text-align: center;
}
.custom-controls .owl-slider-controls .owl-slider-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    pointer-events: auto;
    color: rgba(255,255,255,0.6);
    line-height: 1;
    font-size: 40px;
    width: auto;
    height: auto;
    background: none;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.custom-controls .owl-slider-controls .owl-slider-nav [class*='owl-']:hover {
    color: rgba(255,255,255,1)
}
.custom-controls .owl-slider-controls .owl-slider-nav .owl-slider-prev {
    left: 10px
}
.custom-controls .owl-slider-controls .owl-slider-nav .owl-slider-next {
    right: 10px
}
.custom-controls .owl-slider-controls .owl-dots {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    bottom: 10px;
    cursor: pointer;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(255,255,255,0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255,255,255,0.6)
}
/*
.carousel-gallery-wrapper {
	height: 500px;
}
*/
.portfolio-slider img {
    height: auto
}
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	FANCYBOX
/*-----------------------------------------------------------------------------------*/
#fancybox-thumbs ul li img {
    max-width: none
}
.info.hidden {
    display: none
}
.fancybox-wrap {
    background: #FFF !important
}
.fancybox-title,
.fancybox-error {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}
.fancybox-title h2,
.fancybox-title h3 {
    font-family: 'Roboto Slab', serif !important;
    color: #616161;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 18px;
}
.fancybox-skin {
    color: #616161 !important
}
.fancybox-title-inside-wrap {
    padding: 20px !important
}
.fancybox-nav span {
    width: 36px !important;
    height: 36px !important;
    margin-top: -18px !important;
}
.fancybox-close {
    top: 10px !important;
    right: 10px !important;
    width: 36px !important;
    height: 36px !important;
}
.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0 !important;
    margin-top: 7px !important;
    text-align: center;
    width: 36px !important;
    font-size: 20px !important;
}
/* Firefox Fix */
@-moz-document url-prefix() { 
	.fancybox-close:before,
	.fancybox-prev span:before,
	.fancybox-next span:before {
	    margin-top: 6px !important
	}
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background: rgba(0,0,0,0.45) !important;
    color: #f7f7f7 !important;
    text-align: center !important;
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
    opacity: 0;
}
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    background: rgba(0,0,0,0.65) !important
}
.fancybox-wrap:hover .fancybox-close,
.fancybox-wrap:hover .fancybox-prev span,
.fancybox-wrap:hover .fancybox-next span {
    opacity: 1
}
.fancybox-prev span:before {
    content: '\e75d'
}
.fancybox-next span:before {
    content: '\e75e'
}
.fancybox-close:before {
    content: '\2715'
}
#fancybox-loading {
    margin-top: -18px !important;
    margin-left: -18px !important;
    opacity: 1 !important;
}
#fancybox-loading div {
    height: 36px !important;
    width: 36px !important;
    position: relative !important;
    -webkit-animation: rotation .8s infinite linear !important;
    -moz-animation: rotation .8s infinite linear !important;
    -o-animation: rotation .8s infinite linear !important;
    animation: rotation .8s infinite linear !important;
    border-left: 3px solid rgba(0,146,200,.15) !important;
    border-right: 3px solid rgba(0,146,200,.15) !important;
    border-bottom: 3px solid rgba(0,146,200,.15) !important;
    border-top: 3px solid rgba(0,146,200,.8) !important;
    border-radius: 100% !important;
}
.fancybox-overlay {
    background: rgba(27,27,27,0.94) !important
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.33);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.33);
    box-shadow: 0 0 5px rgba(0,0,0,0.33);
}
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  RESPONSIVO
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1200px) { 
	.navbar-nav > li > a {
	    padding: 33px 25px 31px
	}
	.fix-portfolio .items {
	    margin-left: -9px;
	    margin-bottom: -9px;
	}
	.fix-portfolio .items li {
	    width: 384px;
	    margin-left: 9px;
	    margin-bottom: 9px;
	}
	.grid-blog.col3,
	.grid-blog.col2 {
	    margin-left: -30px;
	    margin-bottom: -30px;
	}
	.grid-blog.col3 .post,
	.grid-blog.col2 .post {
	    width: 370px;
	    margin-left: 30px;
	    margin-bottom: 30px;
	}
	.grid-blog.col3 hr,
	.grid-blog.col2 hr {
	    margin-left: 30px
	}
	.sidebar {
	    padding-left: 35px !important
	}
	.no-sidebar {
	    width: 770px
	}
}
@media (min-width: 992px) { 
	.nav.navbar-nav > li:last-of-type > ul {
	    left: auto;
	    right: 0;
	}
	.nav.navbar-nav> li:last-of-type > ul ul {
	    left: auto;
	    right: 100%;
	    margin-top: -1px;
	    margin-right: -1px;
	    border-right: 1px solid rgba(255,255,255, 0.06) !important;
	}
	.navbar .dropdown-submenu > a:after {
	    display: none
	}
	.navbar .dropdown-submenu > .dropdown-menu {
	    margin-top: 0
	}
	.dropdown-submenu {
	    position: relative
	}
	.dropdown-submenu>.dropdown-menu {
	    top: 0;
	    left: 100%;
	    margin-top: -1px !important;
	    margin-left: 0;
	    border-left: 1px solid rgba(255,255,255, 0.06) !important;
	}
	.dropdown-submenu:hover>.dropdown-menu {
	    display: block
	}
	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    margin-top: 5px;
	    margin-right: -10px;
	}
	.dropdown-submenu:hover>a:after {

	}
	.dropdown-submenu.pull-left {
	    float: none
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
	    left: -100%;
	    margin-left: 10px;
	}
	.open > .dropdown-menu,
	.open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	    animation-name: slidenavAnimation;
	    animation-duration: .3s;
	    animation-iteration-count: 1;
	    animation-timing-function: ease;
	    animation-fill-mode: forwards;
	    -webkit-animation-name: slidenavAnimation;
	    -webkit-animation-duration: .3s;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: ease;
	    -webkit-animation-fill-mode: forwards;
	    -moz-animation-name: slidenavAnimation;
	    -moz-animation-duration: .3s;
	    -moz-animation-iteration-count: 1;
	    -moz-animation-timing-function: ease;
	    -moz-animation-fill-mode: forwards;
	}
	@keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	@-webkit-keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	.navbar-nav > li {
	    border-right: 1px solid rgba(255,255,255, 0.06)
	}
	.navbar-nav > li:first-child {
	    border-left: 1px solid rgba(255,255,255, 0.06)
	}
	.navbar.fixed .navbar-brand {
	    display: none
	}
	.navbar.fixed .navbar-nav > li > a {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.navbar.fixed .navbar-collapse {
	    max-height: inherit;
	    float: none !important;
	}
	.navbar.fixed .navbar-collapse .navbar-nav {
	    text-align: center;
	    float: none;
	    padding: 0;
	}
	.navbar.fixed .navbar-collapse .navbar-nav > li {
	    float: none;
	    display: inline-block;
	}
}
@media (max-width: 991px) { 
	.navbar-brand {
	    position: relative;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    margin: 0;
	}
	.navbar.fixed {
	    height: 53px
	}
	.navbar.fixed .navbar-brand {
	    display: none
	}
	.navbar.fixed .btn.responsive-menu {
	    margin: 9px auto !important;
	    float: none !important;
	    display: inline-block;
	}
	.btn.responsive-menu {
	    display: block
	}
	.navbar .nav,
	.navbar .dropup,
	.navbar .dropdown,
	.navbar .collapse {
	    position: relative
	}
	.navbar .dropdown-menu {
	    position: relative;
	    left: inherit;
	    top: inherit;
	    float: none;
	    width: auto;
	    display: block !important;
	    background: none;
	}
	.navbar .dropdown-menu li {
	    border: none
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a,
	.navbar li a:hover {
	    border-bottom: 1px solid rgba(255,255,255, 0.06)
	}
	.navbar .nav .open > a,
	.navbar .nav .open > a:hover,
	.navbar .nav .open > a:focus {
	    background: none;
	    border-color: rgba(255,255,255, 0.06);
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a,
	.navbar .dropdown-menu li a:hover,
	.navbar .dropdown-menu li a.active {
	    padding: 12px 0 !important
	}
	.navbar-nav .open .dropdown-menu > li > a {
	    line-height: 1
	}
	.navbar-nav > li > a,
	.navbar-nav > li > a:focus {

	}
	.navbar .dropdown-menu li a {

	}
	.navbar .dropdown-menu {
	    padding-left: 20px
	}
	.navbar-nav > li {
	    border: none
	}
	.navbar .dropdown-menu a {
	    font-size: 13px !important
	}
	.navbar.basic .btn.responsive-menu {
	    margin: 31px 0
	}
	.navbar-header {
	    float: left;
	    width: 100%;
	}
	.navbar-header:after {
	    content: '';
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.navbar .container {
	    width: 100%;
	    padding: 0;
	}
	.navbar .navbar-collapse {
	    width: 100%;
	    float: none !important;
	    margin: 0;
	    max-height: none;
	}
	.navbar .navbar-nav {
	    width: 720px;
	    margin: 20px auto 0;
	    padding: 0;
	}
	.navbar .basic-wrapper {
	    width: 720px;
	    margin: 0 auto;
	    display: block;
	    text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.navbar .container,
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.fix-portfolio .items {
	    margin-left: -6px;
	    margin-bottom: -6px;
	}
	.fix-portfolio .items li {
	    width: 236px;
	    margin-left: 6px;
	    margin-bottom: 6px;
	}
	.filter li:before {
	    padding: 0 20px 0 14px
	}
	.classic-blog .post {
	    margin-bottom: 30px
	}
	[class*="col-md-"] {
	    margin-bottom: 30px
	}
	[class*="col-md-"].lp30 {
	    padding-left: 15px
	}
	.grid-blog.col3 {
	    margin-left: -20px;
	    margin-bottom: -20px;
	}
	.grid-blog.col3 .post {
	    width: 350px;
	    margin-left: 20px;
	    margin-bottom: 20px;
	}
	.grid-blog.col3 hr {
	    margin-left: 20px
	}
	.grid-blog.col2 {
	    margin-left: 0
	}
	.grid-blog.col2 .post {
	    width: 100%;
	    margin-left: 0;
	}
	.grid-blog.col2 hr {
	    margin-left: 0
	}
	.grid-blog.col3 hr:nth-child(3n) {
	    display: none
	}
	.grid-blog.col3 hr:nth-child(4n) {
	    display: block
	}
	.grid-blog.col2 hr {
	    display: block !important
	}
	#instawidget li {
	    width: 50%
	}
}
@media (max-width: 767px) { 
	.navbar.fixed .navbar-collapse .navbar-nav {
	    max-height: 230px !important;
	    overflow-y: scroll;
	}
	.container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.navbar .container {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.navbar .navbar-nav {
	    width: 100%;
	    margin: 20px auto 0;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.navbar .basic-wrapper {
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	    margin: 0 auto;
	    display: block;
	}
	.navbar .navbar-nav > li {
	    margin-left: 0
	}
	.inner {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.parallax .inner {
	    padding-top: 90px;
	    padding-bottom: 90px;
	}
	.footer .inner {
	    padding-bottom: 40px
	}
	.footer p.pull-left,
	.footer ul.pull-right {
	    float: none !important;
	    text-align: center;
	}
	.footer p {
	    margin-bottom: 20px
	}
	.sub-footer p {
	    margin-bottom: 20px !important
	}
	[class*="col-"] {
	    margin-bottom: 30px
	}
	.filter {
	    text-align: left
	}
	.filter li {
	    margin-right: 10px
	}
	.filter li:before {
	    display: none
	}
	.fix-portfolio .items {
	    margin-left: 0;
	    margin-bottom: -10px;
	}
	.fix-portfolio .items li {
	    width: 100%;
	    margin-left: 0;
	    margin-bottom: 10px;
	}
	.grid-blog.col3 {
	    margin-left: 0;
	    margin-bottom: 20px;
	}
	.grid-blog.col3 .post {
	    width: 100%;
	    margin-left: 0;
	}
	.grid-blog.col3 hr {
	    margin-left: 0
	}
	.grid-blog.col2 {
	    margin-left: 0
	}
	.grid-blog.col2 .post {
	    width: 100%;
	    margin-left: 0;
	}
	.grid-blog.col2 hr {
	    margin-left: 0
	}
	.grid-blog.col3 hr {
	    display: block  !important
	}
	.grid-blog.col2 hr {
	    display: block  !important
	}
	.sidebar {
	    margin-top: 70px;
	    padding-left: 15px !important;
	}
	.pagination ul {
	    margin-top: 0px
	}
	.pagination ul > li {
	    margin-bottom: 20px
	}
	#comments .user {
	    display: none
	}
	#comments ul.children {
	    padding: 0 0 0 20px
	}
	#comments .arrow-box {
	    margin-left: 0
	}
	.about-author .author-image {
	    display: none
	}
	.tp-leftarrow.default,
	.tp-rightarrow.default {
	    display: none
	}
	.tp-caption a.btn {
	    padding: 7px 10px 4px
	}
	.custom-controls .owl-slider-controls .owl-slider-nav [class*='owl-'] {
	    display: none
	}
}
/*-----------------------------------------------------------------------------------*/