/*-------------------------------------
[Master Stylesheet]

1. Global Styles
2. Page style
    2.1. Header
    2.2. Sections block
    2.3. Footer
    2.4. Back to Top
3. Button and link group
4. Box and Block element
5. Component elements(Lists, Accordion, Skills)
6. Grid isotope
7. Margin and Padding custom
8. SLIDER
9. Forms
10. Widget
11. Responsive

 */

/* ==============================================
Global Styles 
================================================*/
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts-openSans/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts-openSans/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts-openSans/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts-openSans/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts-openSans/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts-openSans/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts-openSans/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts-openSans/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts-openSans/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts-openSans/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts-openSans/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts-openSans/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts-openSans/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts-openSans/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts-openSans/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts-openSans/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts-openSans/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts-openSans/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}



/*base*/

body {
    position: relative;
    width: 100%;
    height: 100%; 
    padding: 0;
    margin: 0;
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #798d97;
}

html {
    height: 100%;
    overflow-x: hidden;
	position:relative;
}

::selection {
    background: #00c7c0;
    color: #ffffff;
    opacity: 1;
}

::-moz-selection {
    background: #00c7c0;
    color: #ffffff;
    opacity: 1;
}

::-webkit-selection {
    color: #ffffff;
    background: #00c7c0;
    opacity: 1;
}

img {
	border:none 0;
	outline:none;
}

a {
    color: #00c7c0;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

a:hover,
a:focus {
    color: #798d97;
    text-decoration: none;
    outline: 0 none;
}

select,
input,
button,
textarea {
	outline:none !important;
	margin:0px;
}

input,
textarea {
	resize:none;
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius:0;
    border-radius:0;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
}

.fleft {float:left;
}

.fright {float:right;
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 400;
    color: #37474f;
}

h1 {
    font-size: 50px;
    font-weight: 100;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

.color {color:#00c7c0;
}

.color-white * {
    color:#ffffff;
}

.color-yellow {color:#f1ff7a;
}

.bg-color {
    background-color:#00c7c0;
    color: #fff;
}

.bg-color a {
    color: #fff;
}

.bg-gray {
    background-color: #f6f6f6;
}

/* ==============================================
 Page style
================================================*/

/* *** Header *** */

.header-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 13px;
}

/* Top Navigation */

.top_nav-panel {
	position: relative;
	z-index: 1000;
	padding: 11px 0 7px;
	border-bottom: rgba(255,255,255,0.1) solid 1px;
	color: #FFFFFF;
	z-index: 1010;
}

.top_nav-panel .info-inline {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 5px 0;
}

.top_nav-panel .info-inline > a {
    cursor: pointer;
    color: inherit;
}

.top_nav-panel .info-inline > a:hover {
	color: #21A850;
}

.top_nav-panel .info-inline i {
    margin: 0 9px 0 0;
    font-size: 18px;
}

.top_nav-panel .info-inline i.fa-mobile {
    font-size: 18px;
}

.top_nav-panel .block_social-icons {
    text-align: right;
}

/* Navigation */

.navbar.navbar-theme {
    min-height: 30px;
    padding: 29px 0;
    margin: 0;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    position: relative;
    top: 0;
    z-index: 1000;
}

.is-sticky .navbar.navbar-theme {
	background-color: #21A850;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}

.navbar.navbar-theme .navbar-collapse, 
.navbar.navbar-theme .navbar-toggle {
    border-color: rgba(255,255,255,0.1);
}

.navbar.navbar-theme .navbar-brand {
    padding: 0 15px;
    height: auto;
}

.navbar.navbar-theme .navbar-brand,
.site-logo {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
}

.navbar.navbar-theme .nav_right-control {
    position: relative;
    font-size: 13px;
    overflow: hidden;
}

.navbar.navbar-theme .navbar-nav > li {
    margin: 0 20px;
}

.navbar.navbar-theme .navbar-nav > li:last-child {
    margin-right: 15px;
}

.navbar.navbar-theme .navbar-nav > li > a {
    position: relative;
    padding: 0;
    font-size: 13px;
    background-color: transparent;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
}

.navbar.navbar-theme .navbar-nav > li.active > a {
    color: #00c7c0 !important;
}

.navbar.navbar-theme .nav>li>a:focus,
.navbar.navbar-theme .nav>li>a:hover {
	background-color: transparent;
	color: #21A850;
}

.navbar.navbar-theme .nav>li>a:focus {
    color: #ffffff;
}

/* *** Sections block *** */

.section-wrap {
    position: relative;
    padding: 50px 0;
    overflow-x: hidden;
}

.section-inside {
    padding: 75px 0;
}

.block_section-gray {
    background-color: #f6f6f6;
}

.section-wrap.intro-section {
    padding-top: 0 !important;
}

.section_title {
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 80px;
}

.section-inside  .section_title {
    margin-bottom: 70px;
}

.section_title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 170px;
    background-color: #37474f;
}

.section_title.text-center:before {
    left: 50%;
    margin-left: -85px;
}

.section_title.text-right:before {
    left: auto;
    right: 0;
}

.section_subtitle {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 30px;
}

.section_subtitle:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 70px;
    background-color: #37474f;
}

.section_subtitle.text-center:before {
    left: 50%;
    margin-left: -35px;
}

.section_subtitle.text-right:before {
    left: auto;
    right: 0;
}

#map_section {
	max-height: 485px;
	overflow: hidden;
}

#map_section iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
}

/* *** Footer *** */

.footer-page {
    padding: 0;
    overflow-x: hidden;
    color: #969aa1;
}

.footer-page .footer-top {
	padding: 72px 0;
	background-color: #21A850;
}

.footer-page .footer-bottom {
    padding: 29px 0;
    background-color: #222327;
    font-size: 13px;
}

.footer-page .title-col {
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 25px;
}

.footer-page .title-col > * {
    margin: 0;
}

.footer-page .title{
    color: #fff;
}

.footer-page .title-col:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #00c7c0;
}

.footer-page a {
    color: inherit;
}

.footer-page a:hover {
    color: #00c7c0;
}

/* *** Back to Top *** */

a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    color: #3f4046;
    background-color: rgba(0,0,0,0.25);
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover.back-to-top {
    background-color: #00c7c0;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}

/* */ 

/* ==============================================
 Button and link group
================================================*/

.button {
	display: inline-block;
	border-radius: 4px;
	padding: 15px 28px;
	margin: 0 5px 5px 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	position: relative;
	font-style: normal;
	background-color: #21A850;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.button:last-child {
    margin-right: 0;
}

.button:focus {
    color: #fff;
}

.button.button-red {
	background-color: #21A850;
}

.button.button-yellow  {
    background-color: #fcc400;
}

.button.button-orange  {
    background-color: #fc7643;
}

.button.button-black  {
    background-color: #2a2b30;
}

.button.button-black:hover {
    background-color: #157978;
}

.button:hover {
	background-color: #FF9900;
	color: #fff;
}

.block_social-icons a {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 4px 0;
    font-size: 18px;
    text-decoration: none;
    color: inherit;
}

.block_social-icons a:hover {
    color: #00c7c0; 
}

.block_social-icons a:last-child {
    margin-right: 0;
}

.block_social-icons a.facebook:hover {
    color: #5567a9; 
}
.block_social-icons a.twitter:hover,
.block_social-icons a.behance:hover {
    color: #61abea; 
}
.block_social-icons a.tumblr:hover {
    color: #46637f; 
}
.block_social-icons a.linkedin:hover {
    color: #007bb6; 
}
.block_social-icons a.google-plus:hover,
.block_social-icons a.flickr:hover {
    color: #be4a39; 
}
.block_social-icons a.youtube:hover,
.block_social-icons a.pinterest:hover {
    color: #d21d1d; 
}
.block_social-icons a.rss:hover,
.block_social-icons a.instagram:hover {
    color: #e48239; 
}

/* ==============================================
 Box and Block element
================================================*/

.block_section-black {
	background-color: #21A850;
}

/* .box_icon-item */

.box_icon-item .img-cont {
    margin-bottom: 34px;
}

.box_icon-item .title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.box_icon-item p {
    font-size: 16px;
}

/* .block_img */

.block_img {
    display: block;
    overflow: hidden;
    position: relative;
}

.block_img img {
    display: block;
    height: auto;
    width: 100%;
}

.block_img-link a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(122,255,254,0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.block_img-link a:before {
    content: '\f067';
    font-family:'FontAwesome';
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    color: #f1ff7a;
    font-size: 24px;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    margin: -10px 0 0 -10px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .4s ease .1s;
    transition: all .4s ease .1s;
}

.block_img-link a:hover:after,
.block_img-link a:hover:before {
    opacity: 1;
    visibility: visible;
}

.block_img-link a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* single-player */

.block_single-player {
    position: relative;
}

.block_single-player .player-control {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    cursor: pointer;
    background-image: url(../img/icons/player/single-control.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.block_single-player.jp-state-playing .player-control {
    background-position: top right;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .block_single-player .player-control {
        background-image: url(../img/icons/player/single-control@2x.png);
        background-size: 200px 100px;
    }
}

.block_single-player .player-control:hover {
    opacity: 0.8;
}

/* item-info */

.block_item-info {
    margin-bottom: 40px;
}

.block_item-info:last-child {
    margin-bottom: 0;
}

/* Price Table */

.module_price_table.items1 .price_item {
    width: 100%;
}

.module_price_table.items2 .price_item {
    width: 50%;
}

.module_price_table.items3 .price_item {
    width: 33.333333%;
}

.module_price_table.items4 .price_item {
    width: 25%;
}

.price_table_wrapper {
    margin: 0;
}

.module_price_table .price_item {
    display: inline-block;
    text-align: center;
    margin-right:-4px;
    vertical-align:top;
    position: relative;
}

.price_item_wrapper {
    margin: 0;
}

.price_item_wrap {
    border:0;
}

.price_item_head {
    text-align:center;
    position: relative;
    padding:73px 20px 67px 20px;
    background: #f6f6f6;
    color: #969aa1;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

.price_item_head:before,
.price_item_head:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f6f6f6 transparent transparent transparent;
    z-index: 10;
}

.price_item_head:after {
    z-index: 20;
    border-width: 9px 9px 0 9px;
    border-color: #f6f6f6 transparent transparent transparent;
    bottom: -9px;
    margin-left: -9px;
}

.popular .price_item_head:after {
    border-color: #ffffff transparent transparent transparent;
}

.label_badge {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 133px;
    height: 134px;
    z-index: 10;
    background-image: url(../img/label_badge.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 133px 134px;
}

.price_item_title .section_subtitle:before {
    left: 50%;
    margin-left: -35px;
    bottom: 4px;
}

.price_item_cost {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
}

.price_item_cost span,
.price_item_text h4 i {
    color: #52b6ac;
}

.price_item_body {
    padding:0 49px;
    background: #fff;
    border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border: 1px #f6f6f6 solid;
    border-top: none;
}

.price_item_text {
    text-align: center;
    padding: 36px 5px 34px 5px;
    border-bottom:1px #f6f6f6 solid;
}

.price_item_text p {
    margin-bottom: 0;
}

.price_item_text h4 {
    line-height: 21px;
    padding: 0;
    margin: 0 0 17px 0;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.price_item_text h4 i {
    margin-right: 6px;
}

.price_item_btn {
    margin: -1px -49px 0 -49px;
    border-top: 1px #f6f6f6 solid;
    padding: 40px 20px 39px 20px;
}

.price_item_btn a {
    margin:0 !important;
}

.popular {
    box-shadow: 0 0 25px rgba(0,0,0, 0.2);
    z-index: 30;
}

.popular .price_item_head {
    background: #fff;
    border: 1px #f6f6f6 solid;
    padding:72px 19px 66px 19px;
}

@media (max-width: 992px) {
    .module_price_table .price_item {
        width: 100% !important;
        margin-right: 0;
        display: block;
    }
}

/* promoblock */

.box_promoblock {
    padding: 45px 0;
    background-color: #00c7c0;
}

.box_promoblock h2 {
    font-size: 45px;
}

/* ==============================================
 Component elements(Lists, Accordion, Skills)
================================================*/

/* Lists */

.list-check li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}

.list-check li:last-child {
    margin-bottom: 0;
}


.list-check li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    position: absolute;
    top: 1px;
    left: -19px;
    color: #00c7c0;
}

/* Accordion */ 

.com_accordion.panel-group {
    margin: 0;
}

.com_accordion.panel-group  .panel + .panel {
    margin-top: 4px;
}

.com_accordion .panel {
    box-shadow: none;
}

.com_accordion .panel-heading {
    padding: 0;
}

.com_accordion .panel-body {
    border: none !important;
}

.com_accordion .panel-title {
    font-size: 14px;
}

.com_accordion .panel-title a {
	position: relative;
	display: block;
	padding: 11px 15px;
	min-height: 36px;
	background-color: #21A850;
	border-radius: 3px;
	color: #ffffff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.com_accordion .panel-title a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    right: 0;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    will-change: transform;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.com_accordion .panel-title a.collapsed:before {
    color: #7c8f99;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.com_accordion .panel-title a.collapsed:hover {
    background-color: #ececec;
}

.com_accordion .panel-title a.collapsed {
    background-color: #f6f6f6;
    color: inherit;
}

/* Skills */

.module_skills {
    margin-top: -4px;
}

.skills_list {
    padding:0 !important;
    list-style:none !important;
    margin:0 !important;
}

.skills_list li {
    padding:0 0 16px 0;
}

.skills_list li:last-child {
    padding:0;
}

.skills_list li .diagram_bar {
    position:relative;
    border-radius:4px;
    -webkit-border-radius: 4px;
    background-color:#f6f6f6;
    padding: 4px 3px;
}

.skills_list li h6 {
    font-weight:400;
    line-height:19px;
    padding: 0;
    margin: 0 0 7px 0;
    font-size:14px;
}

.skills_list li .skill_div {
    height:8px;
    border-radius:3px;
    -webkit-border-radius:3px;
    width: 20%;
    position: relative;
    overflow: visible !important;
}

.skills_list li .skill_div .skill_label {
    position:absolute;
    z-index:100;
    top:-28px;
    right:-15px;
    width:31px;
    text-align: center;
    height:17px;
    line-height:17px;
    font-size:11px;
    color:#fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.skills_list li .skill_div .skill_label:after {
    position: absolute;
    left: 50%;
    bottom: -3px;
    margin-left: -1px;
    width: 4px;
    height: 6px;
    content: '';
    background-color: inherit;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 5;
}

/* ==============================================
 Grid isotope
================================================*/

.block_grid-isotope {  
    margin: -15px -4px 0;
}

.block_grid-item {
    float: left;
    padding: 15px;
    margin-right: -1px;
    will-change: transform;
}

.block_grid-post .block_grid-item .item_wrapper {
    background-color: #fff;
}

.block_grid-isotope.items_row-4 .block_grid-item {
    width: 25%;
}

.element.block_grid-item {
   /* margin-left: -1px;*/
}

.block_grid-isotope .block_img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

.block_grid-isotope .block_img a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 17;
    left: 0;
    top: 0;
}

.block_grid-isotope .block_img .caption {
    display: block;
    position: absolute;
    height: 100%;
    z-index: 10;
    left: 0;
    right: -1px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.block_grid-isotope .block_img .caption .info {
    position: absolute;
    left: 0;
    padding: 30px;
    bottom: 0;
    width: 100%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease .1s;
    transition: all .4s ease .1s;
}

.block_grid-isotope .block_img .caption .info h6 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    left: -30px;
}

.block_grid-isotope .block_img .caption .info em {
    left: -50px;
}

.block_grid-isotope .block_img .caption .info > * {
    position: relative;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.block_grid-isotope .block_img:hover .caption {
    opacity: 1;
    visibility: visible;
}

.block_grid-isotope .block_img:hover .caption .info > * {
    left: 0;
}

.block_grid-isotope .block_img:hover .caption .info {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.block_grid-isotope .block_img:hover img {
    -webkit-transform: scale(1.05) rotate(0.02deg);
    transform: scale(1.05) rotate(0.02deg);
}

.block_grid-isotope .block_cont {
    padding: 15px 0 0;
}

.block_grid-isotope .block_cont .title {
    position: relative;
    margin-bottom: 32px;
}

.block_grid-isotope .block_cont .title:before {
    content: '';
    position: absolute;
    bottom: -18px;
    width: 30px;
    border-bottom: #202020 solid 1px;
}

.block_grid-isotope .block_cont .title a {
    color: inherit;
}

.block_grid-isotope .block_cont .title a:hover {
    text-decoration: none;
    color: #bea67c;
}

.block_grid-isotope .block_cont .date {
    font-size: 13px;
    color: #626262;
    font-style: italic;
    margin-bottom: 6px;
}

.block_grid-isotope .block_cont .descr {
    margin-bottom: 15px;
}

body.mfp-zoom-out-cur .is-sticky .navbar.navbar-theme {
    right: 17px;
}

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* ==============================================
 Margin and Padding custom
================================================*/

.padd_none {
    padding: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt20 {
    padding-top: 20px;
}

.pt45 {
    padding-top: 45px;
}

.pb4 {
    padding-bottom: 4px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mt45 {
    margin-top: 45px;
}

.mb0 {
    margin-bottom: 0;
}

.mb54 {
    margin-bottom: 54px;
}

/* ==============================================
 spaser
================================================*/

.spaser.val110 {
    height: 110px;
}

/* ==============================================
 SLIDER
================================================*/

/* intro slider */

.full_slider {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.full_slider.loading {
    opacity: 0;
}

.flexslider .slides > li {
    min-height: 100%;
    padding: 240px 0 130px;
    min-height: 100px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.flexslider .slides img.slide_bg {
    display: none;
}

.flexslider .full_slider_caption {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    min-height: inherit;
    justify-content: center;
}

.flexslider .full_slider_caption .descr {
    padding-top: 8px;
    max-width: 580px;
    margin: 0 auto;
    font-style: italic;
}

/* content-slider */

.testimonials-slider {
    position: relative;
    padding-bottom: 40px;
    margin: 0 auto -40px;
    max-width: 780px;
    text-align: center;
}

.testimonials-slider .comment {
    margin-bottom: 45px;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: #37474f;
}

.testimonials-slider .user-information {
    width: 290px;
    min-height: 160px;
    padding: 0 40px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-slider .user-information .name-user {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonials-slider .user-information .img-wrap {
    margin-bottom: 20px;
}

.testimonials-slider .user-information .img-wrap img {
    border-radius: 50%;
}

.testimonials-slider .owl-controls .owl-buttons div {
    bottom: 140px;
    top: auto;
    -webkit-transform: none;
    transform: none;
}

.testimonials-slider .owl-controls .owl-buttons .owl-prev {
    left: 10px;
}

.testimonials-slider .owl-controls .owl-buttons .owl-next {
    right: 10px;
}

.testimonials-slider .owl-controls {
    margin: 0 0 0 -150px;
    width: 300px;
    position: absolute;
    bottom: 0;
    left: 50%;
}


/* ==============================================
 Forms
================================================*/

.contact-section .form-group {
    margin-bottom: 30px;
}

.form-group {
    position: relative;
}

.form-group .help-block {
    position: absolute;
    top: -24px;
    left: 0;
    margin: 0;
    font-size: 13px;
    color: #912626;
}

.form-group .help-block ul {
    padding-left: 22px;
}

.contact-section .form-group.error .inp  {
    border-color: #f2dede;
}

.inp {
    height: 50px;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    font-size: 14px;
    font-style: italic;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inp:focus {
    border-color: #eeeeee;
    outline: 0;
    -webkit-box-shadow: 0 0 6px rgba(203, 203, 203, .1);
    box-shadow: 0 0 6px rgba(203, 203, 203, .1);
}

.inp::-moz-placeholder {
    color: #969aa1;
    opacity: 1;
}
.inp:-ms-input-placeholder {
    color: #969aa1;
}
.inp::-webkit-input-placeholder {
    color: #969aa1;
}

.inp-icon {
    position: relative;
}

.inp-icon .inp {
    padding-right: 50px;
}

.inp-icon:before {
    font-family: 'FontAwesome';
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 5;
    font-size: 16px;
    color: #dfdfdf;
}

.inp-icon.mail:before {
    content: '\f0e0';
}

.inp-icon.user:before {
    content: '\f007';
}

.inp-icon.globe:before {
    content: '\f0ac';
}

.inp-icon.paper-plane:before {
    content: '\f1d8';
}

.contact-section .alert {
    border-radius: 3px;
}

.contact-section .form-group textarea.form-control {
    height: 130px;
}

.block_section-black .inp {
    background-color: #222327;
    border-color: #222327;
}

.block_section-black  .inp::-moz-placeholder {
    color: #4e5057;
    opacity: 1;
}
.block_section-black  .inp:-ms-input-placeholder {
    color: #4e5057;
}
.block_section-black  .inp::-webkit-input-placeholder {
    color: #4e5057;
}

.block_section-black .inp-icon:before {
    color: #4e5057;
}

/* ==============================================
 Widget
================================================*/

.widget_latest-news .item,
.widget_twitter .item,
.widget_content-info .item {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: #404145 solid 1px;
}

.widget_latest-news .item:last-child,
.widget_twitter .item:last-child,
.widget_content-info .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

/* Latest News */

.widget_latest-news .item {
    min-height: 95px;
}

.widget_latest-news .item > a:hover .block_img {
    opacity: 0.3;
}

.widget_latest-news .item > a:hover .descr .date {
    color: #fff;
}

.widget_latest-news .block_img {
    float: left;
    top: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.widget_latest-news .block_img img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    background-color: #222327;
}

.widget_latest-news .descr {
    padding: 0 0 0 90px;
}

.widget_latest-news .descr .date,
.widget_twitter .descr .date {
    font-size: 13px;
    font-style: italic;
    color: #4e5057;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.widget_latest-news .descr p {
    margin-bottom: 10px;
}

/* Twitter Widget */

.widget_twitter .item {
    min-height: 30px;
    padding: 0 0 20px 37px;
    margin-bottom: 15px;
}

.widget_twitter .item:before {
    font-family: 'FontAwesome';
    content: '\f099';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    padding: 0 0 0 1px;
    background-color: #4e5057;
    border-radius: 10px;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    color: #2a2b30;
}

.widget_twitter .item .descr p {
    margin-bottom: 10px;
}

/* Content info Widget */

.widget_content-info .left-col {
    float: left;
    width: 39%;
    padding: 0 10px 0 0;
}

.widget_content-info .descr {
    float: right;
    width: 61%;
}

/* ==============================================
 Responsive
================================================*/

@media (max-width: 1440px) {

}

@media (max-width: 1200px) {        
    .flexslider .slides > li {
        padding: 160px 0 50px;
    }
    
    .spaser.val110 {
        height: 80px;
    }
}

@media (max-width: 992px) {  
    .top_nav-panel .info-inline {
        margin-right: 15px;
    }
    
    .block_item-info {
        margin-bottom: 20px;
    }
    
    .block_grid-isotope .block_img .caption .info {
        padding: 15px;
    }
    
    .block_grid-isotope .block_img .caption .info > * {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .section-wrap {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: auto;
    }
    
}

@media (max-width: 767px) {
    .navbar.navbar-theme {
        padding: 0 !important;
        background-color: #222327;
        position: fixed;
    }
    
    .navbar.navbar-theme .navbar-brand {
        padding: 16px 15px;
    }
    
    .navbar.navbar-theme .navbar-nav > li {
        padding: 5px 0;
    }
    
    .navbar.navbar-theme .navbar-nav > li > a {
        border: none;
    }

    .navbar.navbar-theme .navbar-nav > li > a:before {
        display: none;
    }

    .navbar.navbar-theme .nav > li.active > a,
    .navbar.navbar-theme .nav > li > a:focus,
    .navbar.navbar-theme .nav > li > a:hover {
        color: #00c7c0 !important;
    }
    
    .top_nav-panel {
        display: none;
    }
    
    .section_title {
        padding-bottom: 25px;
        margin-bottom: 40px;
    }
    
    .flexslider .full_slider_caption .descr {
        display: none;
    }
    
    .navbar.navbar-theme {
        padding: 20px 0;
    }
    
    .block_bottom-xs {
        margin-bottom: 30px;
    }
    
    .block_bottom-xs:last-child {
        margin-bottom: 0;
    }
    
    .flexslider .slides > li {
        padding: 150px 0 100px;
    }

    h1 {font-size: 40px;
    }

    h2 {font-size: 30px;
    }

    h3 {font-size: 26px;
    }

    h4 {font-size: 22px;
    }
    
    .block_grid-isotope {
        margin-right: 0;
        margin-left: 0;
    }

    .block_grid-isotope.items_row-4 .block_grid-item {
        width: 100%;
    }
    
    .block_grid-item {
        padding: 7px 0 8px;
    }
    
    .spaser {
        height: 0 !important;
    }
    
    .box_promoblock .text-right {
        text-align: center;
    }
    
    #map_section {
        max-height: 350px;
    }
}

@media (min-width:767px) {
    .navbar.navbar-theme {
        -webkit-transition: background .4s ease-in-out,padding .4s ease-in-out;
        -moz-transition: background .4s ease-in-out,padding .4s ease-in-out;
        transition: background .4s ease-in-out,padding .4s ease-in-out;
    }
    
    .container-fluid .container {
        width:  730px;
    }
}

@media (min-width: 992px) {
    .container-fluid .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-fluid .container {
        width: 1200px;
    }
}
