/* Add here all your CSS customizations */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import "cubeportfolio.min.css";




/*----- Portfolio -----*/
#portfolio {
    /*padding-top: 60px;
    padding-bottom: 100px;
	*/
}
.cbp-l-filters-alignRight .cbp-filter-item,
.cbp-l-filters-alignCenter .cbp-filter-item {
    background-color: #f6f7f7;
    color: #7E7B7B;
    cursor: pointer;
    font: 400 11px/28px "Montserrat",sans-serif;
    text-transform: uppercase!important;
    padding: 3px 20px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: none;
    border-radius: 3px;
    text-transform: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cbp-l-filters-alignRight {
    margin: 20px auto 10px;
    padding: 10px 0px 20px 0px;
    text-align: left;
    background-color: transparent;
}

.cbp-l-caption-title {
    color: #fff;
    font: 700 16px/18px "Montserrat",sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cbp-l-caption-desc {
    color: #7a7a7a;
    font: 400 12px/16px sans-serif;
}
.cbp-l-filters-alignRight .cbp-filter-counter {
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease,bottom .25s ease;
    transition: opacity .25s ease,bottom .25s ease;
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease,bottom .25s ease;
    transition: opacity .25s ease,bottom .25s ease;
}
.cbp-l-filters-alignCenter {
    margin: 40px auto 10px;
    padding: 10px 0px 20px 0px;
    text-align: center;
    background-color: transparent;
}
.cbp-l-filters-alignRight .cbp-filter-item:hover,
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #fff;
}
.cbp-l-filters-alignCenter .cbp-filter-item-active {
    color: #fff!important;
}
.cbp-l-filters-dropdownWrap {
    width: 150px;
    position: absolute;
    right: 0;
    background: #f6f7f7;
}
.cbp-l-filters-dropdownHeader {
    font: 12px/38px "Open Sans",sans-serif;
    margin: 0 17px;
    color: #1c1c1c;
    cursor: pointer;
    position: relative;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
    background: none;
    color: #7a7a7a;
    width: 100%;
    text-align: left;
    font: 12px/40px "Open Sans",sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: 0;
    border-top: 1px solid #ccc;
}
.cbp-l-filters-dropdownHeader:after {
    border-color: #7a7a7a rgba(0,0,0,0);
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    margin-top: -1px;
}
.cbp-item-w h4 {
    margin-top: 10px;
    margin-bottom: 2px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    background: #f6f7f7;
    border: none;
    border-radius: 3px;
    color: #7E7B7B;
    display: inline-block;
    font: 400 11px/34px "Montserrat",sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 3px 23px;
    outline: 0;
    margin-top: 30px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
    color: #fff;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 56px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
}
.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
    height: 34px;
    width: 34px;
    top: 8px;
}
.cbp-popup-singlePage-counter {
    top: -24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #1c1c1c;
}
.cbp-popup-lightbox .cbp-popup-close,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-prev {
    -webkit-transition: all 0.11s ease-in-out;
    -moz-transition: all 0.11s ease-in-out;
    -o-transition: all 0.11s ease-in-out;
    transition: all 0.11s ease-in-out;
}
.cbp-popup-lightbox .cbp-popup-close {
    opacity: .4;
    background: url("../img/portfolio/buttons/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-close:hover {
    opacity: 1;
    background: url("../img/portfolio/buttons/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev {
    opacity: .4;
    background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
    opacity: 1;
    background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next {
    opacity: .4;
    background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next:hover {
    opacity: 1;
    background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}

.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
    top:17px;
    -webkit-transition: all 0.11s ease-in-out;
    -moz-transition: all 0.11s ease-in-out;
    -o-transition: all 0.11s ease-in-out;
    transition: all 0.11s ease-in-out;
}
.cbp-popup-singlePage .cbp-popup-prev {
    background: url("../img/portfolio/buttons/popup-prev-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
    top:18px;
    opacity: .2;
    background: url("../img/portfolio/buttons/popup-prev-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next {
    background: url("../img/portfolio/buttons/popup-next-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next:hover {
    top:18px;
    opacity: .2;
    background: url("../img/portfolio/buttons/popup-next-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close {
    background: url("../img/portfolio/buttons/popup-close-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close:hover {
    top:18px;
    opacity: .2;
    background: url("../img/portfolio/buttons/popup-close-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-content {
    margin-top: 0;
    max-width: 100%;
}
.project-video,
.project-widget {
    margin-bottom: 60px;
}
.project-big-slider {
    margin-bottom: 20px;
}
.project-big-slider img {
    width: 73.125em;
	height:31.250em; /*500px; fer*/
}
.project-widget h4 {
    margin-top: 0;
}


/* Img Hover Effect */
.effects .img {
    position: relative;
    overflow: hidden;
}
.effects .img a {
    display: inline;
    margin: auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    color: #fff;
}
.overlay {
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all .5s;
}
.expand {
    display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 20px;
    list-style: none;
    padding: 0;
}
.expand .social-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.expand .cbp-l-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.effect .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.effect .overlay .expand {
  left: 0;
  right: 0;
  top: 50px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.effect:hover .img .img-responsive {
    transform: scale(1.25);
}
.effect .img-responsive {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all .25s ease-in-out;
}
.effect:hover .img .overlay {
  opacity: 1;
}
.effect:hover .img .overlay .expand {
  top: 52%;
  margin-top: -30px;
  opacity: 1;
}

.effect .cbp-item-wrapper .img {
    position: initial;
    overflow: hidden;
}
.effect:hover .cbp-item-wrapper .img .overlay .expand {
  top: 50%!important;
  margin-top: -30px;
  opacity: 1;
}
.cbp-item .img a:hover {
    opacity: .6;
    font-size: 24px;
}
.cbp-item .img a {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}







section-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
}
.subheading {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 42px;
}
.subheading:after {
    position: relative;
    display: block;
    content: "";
    height: 2px;
    margin: 20px auto 20px;
    width: 115px;
    background: #7a7a7a;
}
.subheading.grey:after {
    background: #fff!important;
    opacity: .4;
}
.content-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 22px;
    font-family: 'Montserrat',sans-serif;
    font-size: 30px;
}
.project-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Montserrat',sans-serif;
    font-size: 50px;
}
.project-subtitle {
	margin-bottom: 50px;
    font-size: 14px;
}
.uppercase {
    text-transform: uppercase;
}
.p-info {
	line-height: 1.8;
    font-size: 14px;
}

/*----- Typography -----*/

body {
    font-family: 'Roboto', sans-serif;
    color: #000000;
	/*color: #131926;*/
    font-size: 16px;
}
@media (min-width: 992px) {

  /*
    h1 {
        font-size: 66px;
        letter-spacing: 0px;
    }
    h1 small {
        font-size: 66px;
        letter-spacing: 0px;
    }
    .lead {
        font-size: 16px;
        font-weight: 400;
        color: #7a7a7a;
        margin-bottom: 50px;
    }
    h2 {
        font-size: 50px;
        letter-spacing: 0px;

    }
    h2 small {
        font-size: 50px;
        letter-spacing: 0px;
    }
*/




}
.white {
    color: #fff;
}
.grey {
    color: #d3d3d3;
}
.size-8x { font-size:8em }
.size-7x { font-size:7em }
.size-6x { font-size:6em }
.size-5x { font-size:5em }
.size-4x { font-size:4em }
.size-3x { font-size:3em }
.size-2x { font-size:2.5em }
.size-1x { font-size:1em }




/* BLUE THEMED */
::-moz-selection {
    background: #5C9EE4;
}
::selection {
	background: #5C9EE4;
}


.btn-home a,
#filters li span.active,
#filters li span:hover,
#filters li span:focus,
.btn-primary,
.label-primary,
#contact input.submit,
.blog-list li:hover,
.cbp-l-filters-button .cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-counter,
.nav > li > a:hover, .nav > li > a:focus,
.shop-btn-box:hover,
.pagination > .active > a,
.progress-bar,
.btn-primary-full,
#back-to-top,
.btn-buy,
.navbar-default .navbar-toggle .icon-bar,
.btn-primary:hover,
.cbp-l-filters-alignRight .cbp-filter-item-active,
.cbp-l-filters-alignRight .cbp-filter-counter,
.cbp-l-filters-alignCenter .cbp-filter-item-active,
.cbp-l-filters-alignCenter .cbp-filter-counter,
.cbp-l-filters-alignRight .cbp-filter-item:hover,
.cbp-l-filters-alignCenter .cbp-filter-item:hover,
.clients .client .logo-light,
.clients .client a .logo-light,
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
.home-signin .btn-primary-full:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover
{
	background: #5C9EE4;
}


a,
.about-icon .fa-circle,
.highlight,
figure figcaption a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
.navbar-default .navbar-nav > .hovernav:hover > a,
.navbar-default .navbar-nav > .hovernav:hover > a:hover,
.navbar-default .navbar-nav > .hovernav:hover > a:focus
.nav > li > a:hover,

.nav > li > span:hover,
.nav > li > span:focus,
.navbar-default .navbar-nav > li > a:hover,

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.portfolio-links a:hover,
.portfolio-links .icon:hover,
.connected-icon a:focus,
.connected-icon a:hover,
.btn-link,
.post-title a:hover,
.post-title a:focus,
#main-nav .current,
.star-rating span,
.twitter-logo .fa,
.footer-logo a:hover,
.social-icons a:hover,
footer #social-icons li a:hover,
.mega-list > li > a:hover,
.mega-list > li > a:focus,
.breadcrumb>li+li:before,
.contact-details-social li a:hover,
.cbp-l-filters-dropdownList .cbp-filter-item-active,
.member-list a:hover,
.effects .img a:hover,
.connected-icon a:hover h4,
.connected-icon a:hover span,
.home-bottom a:hover,
#notification .success,
.cbp-item .img a,
.section-links a:hover
 {
	color: #000;
}

.cbp-l-filters-alignRight .cbp-filter-counter:before,
.cbp-l-filters-alignCenter .cbp-filter-counter:before,
.cbp-l-filters-button .cbp-filter-counter:before {
	border-top: 4px solid #5C9EE4;
}
.btn-primary-full {
    box-shadow: 0 -3px rgba(0, 0, 0, 0.4) inset;
}
.color-overlay,
.btn-home a:hover,
.btn-home a:focus {
    background-color: rgba(92,158,228, 0.9);
}
.label-primary:after {
    border-bottom-color: #5C9EE4;
}
.mega-menu .dropdown-menu {
    border-bottom: 2px solid #5C9EE4;
    border-top: none!important;
}

.btn-effect:hover,
.btn-effect:focus,
.btn-effect:active,
.btn-effect:after {
    background: #5C9EE4;
}
.btn-effect:hover {
    background: none;
    border-color: #5C9EE4;
    transition: all 0.4s;
}







 /*----- Shortcodes -----*/

/*-- Buttons --*/
.btn-primary {

    margin-top: 24px;
    text-transform: uppercase;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}
.btn,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 0 5px 0 5px;
    padding: 10px 22px;
    text-align: center;

    box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;

    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}
.btn:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover {
	border-color: none;
    opacity: .7;
}
.btn:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus {
    border-color: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1C1C1C;
    border-color: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus, .btn:active
.focus,
.btn.active.focus {
outline: none;
outline-offset: 0;
}
.btn-default {
    color: #1c1c1c;
    background-color: #fff;
    border-color: none;
    border: none;
}
.btn-default:hover {
    color: #fff;
}
.btn-primary-full {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
.btn-primary-full:hover {
    background-color: #1c1c1c;
}
.open .dropdown-toggle.btn-primary {
    border-color: none;
}
.btn-transparent {
    padding: 6.5px 20px!important;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400!important;
    background-color: transparent;
    border: 2.3px solid rgba(255,255,255,.8);
}
.btn-transparent-dark {
    padding: 6.5px 20px!important;
    color: #252525;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700!important;
    background-color: transparent;
    border: 2.3px solid rgba(0,0,0,.7);
}
.btn-buy {
    color: #f6f7f7;
    padding: 2px 6px;
    font-size: 10px;
    line-height: 1;
    border-radius: 2px;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
.btn-icon .icon {
    margin-right: 5px;
}
.btn-icon {
    margin-right: 10px;
}
.btn-xs {
    font-size:10px;
}
.btn-sm {
    font-size:13px;
}
.btn-md {
    font-size:16px;
}
.btn-lg {
    font-size:18px;
}

#page-top img {
    position:fixed;
    width: 100%;
}
.page-top-title {
    top:160px;
    position:relative
}
.page-top-title h2 {
    font-size:60px;
    letter-spacing:2px;
}
.shortcode-heading {
    margin:60px 0 60px 0;
}
.dark-grey {
    color: #7a7a7a;
}
.shortcode-btns {
    margin-bottom:20px;
}

ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before,
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
display: inline-block;
width: 40px;
margin-left: -40px;
text-align: center;
line-height: inherit;
font-family: FontAwesome;
}
ul.check-list-1,
ul.check-list-2,
ul.check-list-3,
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list,
ul.caret-list {
	list-style:none;
}
ul.check-list-1 li:before {
	font-size: 13px;
	content: '\f00C';

}
ul.check-list-2 li:before {
	font-size: 13px;
	content: '\f058';

}
ul.check-list-3 li:before {
	font-size: 13px;
	content: '\f14a';

}
ul.chevron-list-1 li:before {
	font-size: 13px;
	content: '\f054';

}
ul.chevron-list-2 li:before {
	font-size: 13px;
	content: '\f138';

}
ul.dot-circle-list li:before {
	font-size: 13px;
	content: '\f192';

}
ul.caret-list li:before {
	font-size: 13px;
	content: '\f152';

}
.btn-link:hover,
.btn-link:focus {
  color: #3a3a3a;
  text-decoration: underline;
  background-color: transparent;
}
.shortcode-title {
    padding: 0 0 20px 0;
    text-align: center;
}
.post-title a {
    color: #3a3a3a;
}
.post-img {
    margin-bottom:10px;
}
.project-img {
    margin-bottom:60px;
}
.tags-list {
    list-style: none;
    padding:0px;
}
.tags-list li {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #e8e8e8;
}
.blog-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-list li {
    background-color: #f6f7f7;
    padding: 5px 5px 5px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.blog-list li a {
    color: #3a3a3a;
}
.blog-list li a:hover {
    color: #fff;
}
.blog-list li:hover a {
    color: #fff;
}
.blog-widget-container {
    margin-bottom: 60px;
}
.form-control:focus {
    border-color: #3a3a3a;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    border-radius: 0px;
}
.blog-author {
    margin: 60px 0 60px 0;
}
.author-img {
    max-height:100px;
    float:left;
    margin-right: 20px
}

.action-btn {
    margin: 20px 0 20px 0;
}
.call-action-1 {
    background: #3a3a3a;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-2 {
    border: 1px solid #CCC;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-3 {
    background: #3a3a3a;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
}
.call-action-4 {
    border: 1px solid #CCC;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
}
.call-action-5 {
    background: #3a3a3a;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}
.call-action-6 {
    border: 1px solid #CCC;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}
@media (min-width: 768px) {
    .action-5-btn {
    padding: 20px 0 20px 20px;
    }
    .action-5-info {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0;
    }
    .action-5-btn {
        text-align: right;
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width: 180px) {
    .action-5-btn {
    padding: 20px 0 20px 20px;
    }
}
@media (max-width: 480px) {
  .btn-responsive {
    font-size:90%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    font-size:100%;
  }
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 1px;
    box-shadow: none;
}
.panel-default>.panel-heading {
    color: #666;
    background-color: #f0f0f0;
    padding: 15px 17px;
}
.panel-heading i {
    margin-right: 5px;
    font-size: 12px
}
.panel-title {
    font-size: 13px;
    text-transform: uppercase;
}
.panel-title:hover {
     cursor: pointer;
}
.panel-body {
    background-color: #f6f7f7;
    padding-left: 30px;
    color: #666;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
    background: none;
}

.separator {
    color: #fff;
    background: #000;
}
.separator:before,
.separator:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	z-index: 199;
	height: 0;
	width: 50%;
	border-bottom: 20px solid;
}
.separator:before {
	border-right: 20px solid transparent;
	left: 0;
}
.separator:after {
	border-left: 20px solid transparent;
	right: 0;
}
.bg-grey {
    background-color: #f9f9f9;
}
/*----- Owl Carousel -----*/
.owl-theme .owl-controls .owl-buttons div {
    color: #1C1C1C;
    display: inline-block;
    zoom: 1;
    margin: 5px 3px 10px 3px;
    padding: 0px 10px;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 1;
    transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
}
.owl-carousel  .owl-item {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
 /* Applies a "closed-hand" cursor during drag operation. */
.owl-carousel  .owl-item:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.owl-theme .owl-controls .owl-page span {
    cursor: pointer;
    display: inline-block;
    background-color: #bbb;
    border-color: #bbb;
    border: 2px solid transparent;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 0 3px;
        opacity: 1;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span {
    border-color: #f0f0f0;
    background-color: transparent;
}


/*sub header */

.b-bg-sub-header-icon {
/*    background: url("../img/bg-header-subtitle.jpg") no-repeat center;*/
    background-size: cover;
    float:left;
	height: 90px;
}

 /* EXPERIENCIA */
 .b-bg-header-experiencia {
    background: url("../img/bg-header-subtitle.jpg") no-repeat center;
    background-size: cover;
}


.f-inner-page-header h1 {
    font-size: 2.56923em;
    line-height: 1;
    text-transform: uppercase;
    text-indent: inherit;
    letter-spacing: -1px;
	vertical-align: middle;
    margin-top: 0.55em;
}





/*logo tunning*/

img.color-theme{
	height:70px;
}

.b-some-examples-secondary .b-some-examples__item_img {
    border-bottom: 0;
    border-radius: 8px;
    border: 3px #4496d2 solid;
}

 .c-header-soc, .c-header-cont {
    display: inline-block;
    vertical-align: middle;
}

 .phone {
    font-size: 24px;
}


.f-some-examples__item_description {
    font-size: 0.92em;
    line-height: 1.6em;
    letter-spacing: 0.0220em;
    font-family: 'Open Sans', sans-serif;
    color: #131926;
	text-align: justify;
}



/*
h2, .h2 {
    font-size: 2.30769em;
    line-height: 1.33333;
    color: #131924;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}
/*

.f-desc-section {
    font-size: 1.23077em;
    line-height: 1.2;
    color: #6C7684;
}

.f-bottom-nav {
    font-size: 0.84615em;
    line-height: 2.72727;
    font-weight: 600;
    color: #456587;
}

.f-copyright {
    font-size: 0.92308em;
    line-height: 2.5;
   /* color: #131924;*/
    font-weight: 600;
    color: #456587;
     text-align: center;

}

/*
.b-contacts-short-item-phone {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;

}
*/

.b-contacts-short-item {
    border-top: 0px;
    padding-bottom: 8px;
    padding-top: 15px;
    text-align: center;
}


.f-contacts-short-item__text {
    font-size: 1.3em;
    /*line-height: 2;*/
    color: #515151;
    /* font-weight: 600; */
    font-family: "Open Sans";
    letter-spacing: 0.015em;
}

.b-contacts-short-item:first-child {
    /* border-top: 0; */
    padding-top: 15px;
}

.r_border{
    border-right: 1px solid #ddd;
}



.news-item {
    height: 130px;
    position: relative;
}
.news-item {
    margin-bottom: 1px;
    box-sizing: content-box;
}


/*
.news-item:nth-child(2)>a, .news-item.pinned>a {
    margin: 0 0 0 20px;
}
*/


.nap-list li:nth-child(even)::after,
.nap-list li:nth-child(even)::before{background-image:url(./img/assets/triangles-napravlenia.png);}

.news-item:first-child .img:after,
.news-item:first-child .img:before
{display:none;}

.news-item a {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a {
    outline: none;
}
a {
    text-decoration: none;
}

.news-item a .img {
    color: rgb(255, 255, 255);
}
.news-item .img {
    width: 200px;
    float: left;
    position: relative;
    height: 130px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.news-item .img:before {
    background-position: top right;
    top: -20px;
    right: 0px;
}
.country-item .img:before, .big-btn .btn:after, .news-item .img:after, .news-item .img:before, .order-lone .btn:before, .order-lone .btn:after, .filter-form .btn.submit:before, .filter-form .header-content .title span:after, .filter-form .header-content .title span:before, .big-img .footer-content .title span:after, .big-img .footer-content .title span:before, .big-img .header-content .title span:after, .big-img .header-content .title span:before, .footer .partners:before, .footer .partners:after, .nap-list li:nth-child(even)::after, .nap-list li:nth-child(even)::before, .news-list-main h2 span:after, .news-list-main h2 span:before, .left-menu ul.ulm > li:before, .left-menu ul.ulm > li:after, .tri:after, .tri:before, #set_filter::before {
    background-image: url(./img/assets/triangles.png);
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
}
body *, body *:after, body *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*

.news-item .img .img-ov {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #CCC;
}

.img-title {
    padding: 15px 20px 15px 15px;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
}

.news-item a .img .img-capt {
    padding: 15px;
    top: auto;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
}
.news-item .img .img-capt, .news-item .img .img-area {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    overflow: hidden;
}


.news-item a .img .img-capt {
    padding: 15px;
    top: auto;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
}

.news-item .img:after {
    top: -20px;
}

.news-item .img:before {
    background-position: top right;
    top: -20px;
    right: 0px;
}

.news-item .text {
    margin-left: 240px;
    padding: 15px 0;
    overflow: hidden;
    max-height: 130px;
}

.news-item .text .t {
    overflow: hidden;
    max-height: 120px;
}
*/
.news-date-time {
    font-size: 12px;
    color: #8a8f99;
}



.country-item .img:before, .big-btn .btn:after, .news-item .img:after, .news-item .img:before, .order-lone .btn:before, .order-lone .btn:after, .filter-form .btn.submit:before, .filter-form .header-content .title span:after, .filter-form .header-content .title span:before, .big-img .footer-content .title span:after, .big-img .footer-content .title span:before, .big-img .header-content .title span:after, .big-img .header-content .title span:before, .footer .partners:before, .footer .partners:after, .nap-list li:nth-child(even)::after, .nap-list li:nth-child(even)::before, .news-list-main h2 span:after, .news-list-main h2 span:before, .left-menu ul.ulm > li:before, .left-menu ul.ulm > li:after, .tri:after, .tri:before, #set_filter::before {
	
	/*
    background-image: url(../img/assets/triangles.png);
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
	*/
}

.news-item .img:after {
    top: -20px;
}

.nap-list li:nth-child(even)::after,
.nap-list li:nth-child(even)::before{background-image:url(../img/assets/triangles-top.png);}


.news-item:nth-child(2)>a,
.news-item.pinned>a {
    /*margin: 0 0 0 20px;*/
}

.news-item:nth-child(2)>a h3 {
    /*color: #c81414*/
}

#set_filter {
    position: relative
}


.news-item {
    /*height: 170px;*/
	height: 100%;
    position: relative;
}

.news-item .img {
    /*width: 200px;*/
	width: 0px;
    float: left;
    position: relative;
    height: 0px;
	/*height: 170px;*/
	visibility:hidden;
	
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.news-item .img .img-ov {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #CCC;
}

.news-item a:hover .img{

}

.news-item a:hover{margin:0 0 0 20px; cursor:default;}

.news-item a h3 span{position:relative;}
.news-item a h3 span:after{

}
.news-item a:hover h3{color:#c81414;}
.news-item a:hover h3 span:after{background-color:transparent;}

.news-item .img .img-capt, .news-item .img .img-area{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    overflow:hidden;

}

.news-item a .img{color: rgb(255, 255, 255);}
.news-item a .img .img-capt {
    padding: 15px;
    top: auto;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
}

.img-title{
padding:15px 20px 15px 15px;
font-size:24px;

    font-family: 'Roboto Condensed', sans-serif;

}

.news-item a{display:block;width:100%;height:100%;border:none;
 -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.news-item a:hover{background-color:#e6eaf2;color:#131926;}
.news-item .text{margin-left:20px;padding:15px 0;      overflow: hidden;   max-height: 170px;}
.news-item .text .t{overflow: hidden;   max-height: 160px;}
.news-item .text h2{margin:0px;}




.f-list-with-icons__item_desc {
    font-size: 1.02em;
    line-height: 2;
	text-align:justify;
	font-weight:300;
}


p {
    font-size: 1.02em;
    line-height: 2;
}

.f-some-examples__item_name a {
    font-size: 1.32462em;
    line-height: 1;
    color: #000;
    cursor: default;
}

/* fix slider text */

.f-slider-lg-info-l__item-anchor {
    font-size: 2.1rem;
    line-height: 2.5rem;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
}

h1, .h1 {
    font-size: 5.5rem;
    line-height: 1;
    margin: 5px 0 20px 0;
    text-transform: uppercase;
}

h2, .h2 {
    font-size: 3.5rem;
    line-height: 1.33333;
    /*color: #131924;*/
	color: #000000;
    text-transform: uppercase;
    margin: 5px 0 10px 0;	
}

/*******************************/




@media only screen and (max-device-width:3200px){ 
body{ width:3180px;} 


	.f-slider-lg-info-l__item-anchor {
		font-size: 3.5rem;
		line-height: 4rem;
		color: white;
		text-transform: uppercase;
		white-space: nowrap;
	}

	h1, .h1 {
		font-size: 5.5rem;
		line-height: 1;
		margin: 5px 0 20px 0;
		text-transform: uppercase;
	}

	h2, .h2 {
		font-size: 3.5rem;
		line-height: 4rem;
		/*color: #131924;*/
		color: #000000;
		text-transform: uppercase;
		margin: 5px 0 10px 0;	
	}

}
@media only screen and (max-device-width:2560px){ 

body{ width:2540px;} 

	.f-slider-lg-info-l__item-anchor {
			font-size: 3.5rem;
			line-height: 4rem;
			color: white;
			text-transform: uppercase;
			white-space: nowrap;
		}

		h1, .h1 {
			font-size: 5.5rem;
			line-height: 1;
			margin: 5px 0 20px 0;
			text-transform: uppercase;
		}

		h2, .h2 {
			font-size: 3.5rem;
			line-height: 4rem;
			/*color: #131924;*/
			color: #000000;
			text-transform: uppercase;
			margin: 5px 0 10px 0;	
		}


}

@media only screen and (max-device-width:1920px){ 

body{ width:1903px;} 


	.f-slider-lg-info-l__item-anchor {
		font-size: 2.5rem;
		line-height: 3.5rem;
		color: white;
		text-transform: uppercase;
		white-space: nowrap;
	}

	h1, .h1 {
		font-size: 4rem;
		line-height: 1;
		margin: 5px 0 20px 0;
		text-transform: uppercase;
	}

	h2, .h2 {
		font-size: 3rem;
		line-height: 3.5rem;
		/*color: #131924;*/
		color: #000000;
		text-transform: uppercase;
		margin: 5px 0 10px 0;	
	}

}
@media only screen and (max-device-width:1440px){ 

	body{ width:1420px;} 

	.f-slider-lg-info-l__item-anchor {
		font-size: 3rem;
		line-height: 3.5rem;
		color: white;
		text-transform: uppercase;
		white-space: nowrap;
	}

	h1, .h1 {
		font-size: 4.5rem;
		line-height: 1;
		margin: 5px 0 20px 0;
		text-transform: uppercase;
	}

	h2, .h2 {
		font-size: 3rem;
		line-height: 3.5rem;
		/*color: #131924;*/
		color: #000000;
		text-transform: uppercase;
		margin: 5px 0 10px 0;	
	}

}
@media only screen and (max-device-width:1280px){ 

body{ width:1260px;} 

}
@media only screen and (max-device-width:1024px){ 

body{ width:1004px;} 

} /*PORTRAIT*/

@media only screen and (max-device-width:768px){ 

body{ width:748px;} 

} /*LANDSCAPE*/

@media only screen and (max-device-width:960px){ 

body{ width:940px;} 

} /*PORTRAIT*/
@media only screen and (max-device-width:600px){ 

body{ width:580px;} 

} /*LANDSCAPE*/
@media only screen and (max-device-width:414px){ 

body{ width:394px;} 

} /*PORTRAIT*/
@media only screen and (max-device-width:736px){ 

body{ width:716px;} 

} /*LANDSCAPE*/
@media only screen and (max-device-width:384px){ 

body{ width:364px;} 

} /*PORTRAIT*/
@media only screen and (max-device-width:640px){ 

body{ width:620px;} 

} /*LANDSCAPE*/
@media only screen and (max-device-width:375px){ 

body{ width:355px;} 

} /*PORTRAIT*/
@media only screen and (max-device-width:667px){ 

body{ width:647px;} 

} /*LANDSCAPE*/
@media only screen and (max-device-width:360px){ 

body{ width:340px;} 

} /*PORTRAIT*/ /*LANDSCAPE-640PX ALREADY DEFINED*/



h3, .h3 {
    font-size: 1.53846em;
    line-height: 1.2;
    color: #5C9EE4;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
}