/*-------------------------------------
[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 
================================================*/

/*base*/
body {
    position: relative;
    width: 100%;
    height: 100%; 
    padding: 0;
    margin: 0;
    background-color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
html {
    height: 100%;
    overflow-x: hidden;
	position:relative;
}
::selection {
    opacity: 1;
}
::-moz-selection {
    opacity: 1;
}
::-webkit-selection {
    opacity: 1;
}
img {
    border: 0;
    outline: none;
    vertical-align: top;
    max-width: 100%;
}
a {
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
a:hover,
a:focus {
    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;
}
::selection {
    background: #00c7c0;
    color: #ffffff;
    opacity: 1;
}
.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;
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-size: 45px;
    line-height: 65px;
    font-weight: bold;
}
h2 {
    font-size: 40px;
    line-height: 50px;
}
h3 {
    font-size: 35px;
    line-height: 47px;
}
h4 {
    font-size: 30px;
    line-height: 40px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
}
h6 {
    font-size: 16px;
    line-height: 24px;
}
p {
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
/* ==============================================
 Page style
================================================*/

/* *** Header *** */
/* Navigation */

.navbar.navbar-theme {
    min-height: 30px;
    padding: 11px 0;
    margin: 0;
    border: none;
    background-color: transparent;
    position: relative;
    top: 0;
    z-index: 1000;
}
.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;
    display: inline-block;
}
.navbar.navbar-theme .navbar-nav > li:first-child {
    margin-left: 0;
}
.navbar.navbar-theme .navbar-nav > li:last-child {
    margin-right: 15px;
}

.navbar.navbar-theme .navbar-nav > li > a {
    position: relative;
    padding: 0;
    font-size: 16px;
    background-color: transparent;
    line-height: 30px;
}

.navbar.navbar-theme .navbar-nav > li.active > a {
    color: #2196f3 !important;
}
.top_nav-panel .navbar-brand {
    padding: 0;
    height: auto;
}
.top_nav-panel {
    position: relative;
    z-index: 1000;
    padding: 20px 0;
    border-bottom: 1px solid #fafafa;
    z-index: 10;
}
.top_nav-panel .phone {
    display: -webkit-box;
}
.top_nav-panel p {
    display: inline-block;
    margin-bottom: 0;
}
.navbar.navbar-theme .nav>li>a:focus,
.navbar.navbar-theme .nav>li>a:hover {
    background-color: transparent;    
    color: #2196f3;
}
.navbar .navbar-right{
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}
.navbar.navbar-theme .container a.button {
    font-size: 14px;
    vertical-align: middle;
    border-radius: 0;
    padding: 13px 20px;
    background: #2196f3;
    line-height: 1;
    letter-spacing: 0;
    margin-left: 40px;
    margin-bottom: 0;
}
.top_nav-panel .info-inline {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
    display: inline-block;
    float: right;
    margin-left: 50px;
    font-family: 'Lato', sans-serif;
}
.top_nav-panel .info-inline a {
    font-size: 18px;
}
.fa.fa-clock:before {
    content: "\f017";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
.top_nav-panel i{
    font-size: 22px;
    padding-right: 6px;
    float: left;
    padding-bottom: 15px;
}

/* *** Sections block *** */

.section-wrap {
    position: relative;
    padding: 50px 0;
    z-index: 1;
}

.section_title {
    font-size: 45px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 14px;
    font-family: 'Roboto', sans-serif;
}
.section_subtitle {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 4px;
}
/* *** Footer *** */

.footer-page {
    padding: 0;
}

.footer-page .footer-top {
    padding: 30px 0;
}

.footer-page .footer-bottom {
    padding: 7px 0;
    font-size: 14px;
}

.footer-page .title-col {
    position: relative;
    margin-bottom: 8px;
}
.footer-page h5.title {
    font-weight: bold;
    font-size: 20px;
}
.footer-page .footer-nav li:first-child{
    padding-top: 0;
}
.footer-page .site-logo {
    display: inline-block;
}
.footer-page .footer-nav li {
    padding: 3px 0;
}
.footer-page .title-col h5.title {
    padding-top: 33px;
    padding-bottom: 21px;
}
.form-group {
    margin-bottom: 0px;
    margin-top: 16px;
}
.footer-page .title-col > * {
    margin: 0;
}
.footer-page a {
    color: inherit;
}
.footer-page .footer-bottom a {
    font-weight: 300;
}
.footer-page .footer-menu .navbar-nav>li>a{
    font-size: 16px;
    line-height: 30px;
    padding: 0px 47px;
}
.footer-page .footer-menu .navbar-nav>li>a:last-child {
    padding-right: 0;
}
/* *** Back to Top *** */

a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover.back-to-top {
    opacity: 0.7;
}
/* */ 

/* ==============================================
 Button and link group
================================================*/
.button {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    padding: 6px 19px;
    margin: 0 0 5px 0;
    border: 1px;
    border-style: solid;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    position: relative;
    font-style: normal;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; 
    border-radius: 2px;   
}
.button:last-child {
    margin-right: 0;
}
.block_social-icons a {
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.block_social-icons a i {
    font-size: 16px;
}
.block_social-icons a:last-child {
    margin-right: 0;
}
.block_social-icons a:hover i {
    opacity: 0.7;
}

/* ==============================================
 Box and Block element
================================================*/
/* .box_icon-item */

.box_icon-item .img-cont {
    margin-bottom: 15px;
}
.box_icon-item .title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 4px;
}

.box_icon-item p {
    font-family: 'Lato', sans-serif;
}

/* .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%;
    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);
}

/* ==============================================
 Component elements(Lists, Accordion, Skills)
================================================*/

/* Lists */

ul.list-check {
    padding-left: 0px;
}
.list-check li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    line-height: 1.5;
    padding: 4px 17px;
}
/* ==============================================
 Margin and Padding custom
================================================*/
.padd_none {
    padding: 0 !important;
}
.pt15 {
    padding-top: 15px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt45 {
    padding-top: 45px;
}
.pt55 {
    padding-top: 55px;
}
.pt60 {
    padding-top: 60px;
}
.pt65 {
    padding-top: 65px;
}
.pt90{
    padding-top: 90px;
}

.pb0 {
    padding-bottom: 0 !important;
}
.pb4 {
    padding-bottom: 4px;
}
.pb30{
    padding-bottom: 30px;
}
.pb45{
    padding-bottom: 45px;
}
.pb65{
    padding-bottom: 65px;
}

.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}

.mb0 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}

/* ==============================================
 spaser
================================================*/

.spaser.val110 {
    height: 110px;
}

/* ==============================================
 Custom
================================================*/
.dtable{
    display: table-cell;
    float: none;
}
.section-flex .column-inner{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

/* ==============================================
Video
================================================*/

/* Video popup */
.video-block_height{
    height: 576px;
}
.section-wrap.video-block {
    background-image: url(../img/content/video-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 0;
}
.section-wrap.video-block .video:before {
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    position: absolute;
    border-style: solid;
    border-width: 27px;
    z-index: 5;
    margin: 0;
    border-radius: 50%;
    content: '';
    transition: all 400ms;
    -webkit-transition: all 400ms;
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
}
.section-wrap.video-block .video{
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 40px;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    opacity: 1;
    background: none;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}
.section-wrap.video-block .video {
    position: relative;
    width: 74px;
    height: 74px;
    border: none;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid;
    -webkit-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 0.5);
    -moz-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 0.5);
    -ms-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 0.5);
    animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 0.5);
}
.section-wrap.video-block .video:hover{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.section-wrap.video-block .video:after {
    content: '';
    position: absolute;
    z-index: 10;
    display: block;
    opacity: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    margin-left: 2px;
}
.video_frame {
    width: 100%;
    border: none;
    display: block;
}
.section-wrap.video-block .video_content {
    position: absolute;
    z-index: 3;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.section-wrap.video-block .video_content h2{
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.38;
}
.section-wrap.video-block .video_content p {
    font-size: 18px;
    letter-spacing: 0.2px;
}
/* Video popup end */

/* ==============================================
 SLIDER
================================================*/
/* content-slider */
.testimonials-slider .comment {   
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
}
.testimonials-slider .user-information {
    padding: 0;
    margin: 0 auto;
    text-align: left;
}
section#testimonials h2.title {
    padding-top: 90px;
}
.testimonials-slider .user-information .testimonials_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 36px;
    display: inline-block;
    padding-top: 8px;
    text-align: left;    
    display: inline-block;
    float: left;
}
.testimonials-slider .user-information .testimonials_author_position{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
.testimonials-slider .user-information .img-wrap {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 15px;
    float: left;
}
.testimonials-slider .user-information .img-wrap img {
    border-radius: 50%;
    margin-right: 16px;
}
section.section-wrap.testimonials {
    overflow-x: hidden;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-theme .owl-controls .owl-page span{
    text-align: center;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.owl-theme .owl-item .slide-item{
    padding-bottom: 45px;
}
.owl-pagination {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-theme .owl-controls .owl-buttons div,
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    background: transparent;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -9px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -10px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev i,
.owl-theme .owl-controls .owl-buttons .owl-next i {
    font-size: 32px;
}
.owl-carousel.owl-drag .owl-item.active.center{
    opacity: 1;
}
.owl-carousel.owl-drag .owl-item {
    opacity: 0.3;    padding: 41px 50px;
    padding-bottom: 30px;
    margin-left: 0px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
}
.owl-carousel .owl-stage-outer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.owl-carousel .owl-nav {
    display: inline-block;
    position: absolute;
    top: calc(50% - 13px);
    left: -50px;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    display: block;
    margin: 10px 0;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
/* ==============================================
 Forms
================================================*/
.form-group {
    position: relative;
}
.inp {
    height: 42px;
    line-height: 24px;
    padding: 12px 20px;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}
textarea.form-control {
    height: 102px;
}
.inp:focus {
    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 {
    opacity: 1;
}
.inp-icon {
    position: relative;
}
.flex-control-nav {
    bottom: 38px;
}
.flex-control-nav li {
    margin: 0 8px;
}
.contact-section .alert {
    border-radius: 3px;
}

.contact-section .form-group textarea.form-control {
    height: 130px;
}
button.widget-subscribe__form-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 35px;
    border: none;
    line-height: 1;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.section-wrap.app .container a.button.button_inline:hover,
.flexslider .full_slider_caption a.button:hover{
    transform: translateY(-5px);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
section.section-wrap.app {
    background-image: url(../img/content/app-img.jpg); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 0;
}
section.section-wrap.app h4{
    font-weight: 300;
}
section.section-wrap.app p{
    font-size: 18px;
    line-height: 27px;
    padding-top: 8px;
}
.section-wrap.app a.button.button_inline {
    border-radius: 8px;
    padding: 0;
    margin-bottom: 20px;
    margin-right: 30px;
    border: none;
    -webkit-transition: easy-out 1s;
    transition: easy-out 1s;
}

/* ==============================================
 Price Table
================================================*/
.price_table_wrapper {
    padding: 40px 15px 40px;
    -webkit-box-shadow: 0px 0px 27px 4px rgba(39, 40, 44, 0.13);
    -moz-box-shadow: 0px 0px 27px 4px rgba(39, 40, 44, 0.13);
    box-shadow: 0px 0px 27px 4px rgba(39, 40, 44, 0.13);
}
.price_item_cost span{
    display: inline-block;
}
.price_item .price_item_cost{
    font-family: 'Roboto', sans-serif;
}
.price_item .price_value {
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
}
.price_item  .price_item_cost{
    padding-bottom: 0;
}
.price_item .price_item_prefix {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    margin-top: 0;
    font-weight: bold;
    line-height: 1;
}
.price_item .price_item_body {
    padding-top: 7px;
}
.price_item .price_item_suffix{
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    letter-spacing: 0.2px;
    font-weight: bold;
    line-height: 1;
}
.price_table_wrapper .price_item_title h5 {
    font-size: 20px;
    line-height: 45px;
    font-weight: bold;
    padding-top: 17px;
    margin-bottom: 12px;
}
.price_table_wrapper .price_item_title .section_subtitle {
    padding-bottom: 17px;
}
.price_item_body .price_item_text h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
    padding: 6px 0;
}
.price_item_body .price_item_btn .button {
    padding: 7px 29px;
    margin-top: 27px;
    margin-bottom: 0;
}
.price_table_wrapper.most_popular{
    padding: 75px 15px 75px;
    margin-top: -35px;
}
/*Counter*/
.counter_wrapper {
    position: relative;
}
.shortcode_counter {
    padding-bottom:17px;
    text-align:left;
}
.stat_count {
    font-family: 'Roboto', sans-serif;
    line-height:1;
    font-size:45px;
    font-weight:400;
    padding:0;
    margin:0 0 8px 0;
}
.counter_title {
    line-height:30px;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    font-weight:400;
    padding:0;
    margin:0 0 8px 0;
}
.shortcode_counter .stat_count_wrapper p.stat_count.stat-count__dec:after {
    content: '+';
    color: inherit;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}
.stat_temp {
    width: 0 !important;
    display: none !important;
}
.icon-position-right .counter_body, 
.icon-position-left .counter_body {
    display: -webkit-box;
    display: -moz-box;
}
.icon-position-left .icon_container, 
.icon-position-left .stat_count_wrapper, 
.icon-position-right .icon_container, 
.icon-position-right .stat_count_wrapper {
    flex: 1 100%;
    padding: 0;
    text-align: left;
}

.icon__left {
    padding-bottom: 29px;
    margin-bottom: 0;
}
.box_icon-item_left__icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    min-width: 48px;
}
.icon-item__wrapp {
    padding-top: 13px;
}
.box_icon-item_left__text {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
.call_to_action {
    background-image: url(../img/content/cta.jpg);
    padding: 88px 0 95px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.call_to_action h2.section_title,
.call_to_action2 h2.section_title{
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 3px;
    line-height: 1.24;
}
.call_to_action a.button,
.call_to_action2 a.button {
    margin-top: 13px;
    padding: 10px 84px;
}
.call_to_action2 a.button{
    margin-top: 21px;
}
.call_to_action p,
.call_to_action2 p {
    font-size: 33px;
    line-height: 1.2;
}
.call_to_action2 {
    background-image: url(../img/content/call_to_action_bg.jpg);
    padding: 170px 0 173px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*section*/
#intro {
    background-image: url(../img/content/home_page.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1;
    font-size: 14px;
}
#intro .descr{
    font-size: 22px;
    line-height: 33px;
    padding-top: 35px;
    padding-bottom: 34px;
}
#intro a.button{
    margin-bottom: 190px;  
}
section#intro h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 8px;
    padding-top: 202px;
}
#intro .title{
    font-size: 35px;
    font-weight: 300;
    line-height: 52px;
    padding-top: 17px;
    padding-bottom: 0;
}
#intro .descr h5 {
    font-size: 22px;
    line-height: 33px;
}
#intro h1 {    
    font-size: 63px;
    font-weight: 400;
    line-height: 1.26;
    padding-bottom: 7px;
    margin: 0;
}
section#intro .contact-cont form#contactForm button {
    margin-bottom: 30px;
    margin-top: 16px;
    width: 100%;
    display: block;
    border-radius: 2px;
}
section#intro .contact-cont{
    font-family: 'Roboto', sans-serif;
    padding: 0 30px;
    margin: 63px 0;
    margin-bottom: 122px;
}
section#intro .contact-cont .form-group input {
    padding: 0 29px;
    height: 50px;
}
section#intro .contact-cont textarea.form-control{
    height: 114px;
    padding: 11px 28px;
}
section#intro i.fa.fa-clock{
    padding-right: 10px;
}
/*section*/
section#services,
section.how_we_work,
section.module_price_table {
    padding: 93px 0;
}
/*section*/
section.how_we_work .section_title {
    margin: 0;
}
section.how_we_work .box_icon-item .title {
    margin-top: 22px;
    margin-bottom: 2px;
}
/*section*/
section.module_price_table .section_title {
    padding-bottom: 52px;
}
section.module_price_table{    
    background-image: url(../img/content/price.jpg);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
/*section*/
section#choose_us {    
    background-image: url(../img/content/choose_us.jpg);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 100px;
}
section#choose_us .section_title {
    padding-top: 125px;
}
#choose_us .box_icon-item{
    padding: 59px 34px 55px;    
    -webkit-box-shadow: 0px 0px 21px 0px rgba(28,30,35,0.13);
    -moz-box-shadow: 0px 0px 21px 0px rgba(28,30,35,0.13);
    box-shadow: 0px 0px 21px 0px rgba(28,30,35,0.13);
}
/*section*/
.box_icon-item_left__title {
    font-family: 'Lato', sans-serif;
    line-height: 1.35;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
/*section*/
.appoinment-row {
    border: 10px solid #f7f7f7;
    padding: 26px 30px 30px;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 32px;
}
section#direction {
    padding-top: 90px;
    padding-bottom: 250px;
}
.appoinment-row i.fa {
    font-size: 24px;
    padding-right: 5px;
}
.appoinment-row h6.appoinment-title {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.appoinment-time h6.appoinment-title:before {
    content: "\f017";
    padding-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
.appoinment-text h6.appoinment-title:before {
    content: "\f044";
    padding-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
.appoinment-text p {
    margin-bottom: 23px;
}
.appoinment-time ul {
    list-style: none;
    padding-left: 0;
}
.appoinment-time ul li {
    margin-bottom: 9px;
    line-height: 36px;
    border-bottom: 1px solid #e1e1e1;
}
.appoinment-time ul li span{
    float: right;
}
.appoinment-text h6.appoinment-title {
    padding-top: 13px;
    margin-bottom: 13px;
}
button.appoinment_button.button {
    text-transform: uppercase;
    padding: 12px 0px;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 0;
}

section.how_it_work {
    padding-top: 93px;
    padding-bottom: 100px;
}
section.how_it_work .section_title{
    padding-bottom: 3px;
}
section.how_it_work .how_it_work_block-01,
section.how_it_work .how_it_work_block-02{
    border: 1px solid #c1c1c1;
    padding: 40px;
}
section.how_it_work .how_it_work_block-01 h6, 
section.how_it_work .how_it_work_block-02 h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-left: 50px;
    position: relative;
    margin-bottom: 24px;
}
.how_it_work ul{
    margin: 0;
    padding: 0;
}
section.how_it_work a.button {
    padding: 6px 19px;
}
.how_it_work ul li{
    margin-left: 28px;
    padding: 11px 0;
}
section.how_it_work a.button {
    margin: 0;
    margin-top: 23px;
}
section.how_it_work .how_it_work_block-01 h6:before, 
section.how_it_work .how_it_work_block-02 h6:before {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    background-position: 0 0;
    background: url(../img/icons/icon-22.png) center center no-repeat;
    background-size: 31px 31px;
    left: 0;
    top: 0px;
}
section.how_it_work .how_it_work_block-02 h6:before{
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    background-position: 0 0;
    background: url(../img/icons/icon-21.png) center center no-repeat;
    background-size: 31px 31px;
    left: 0;
    top: 0px;
}
section.section-wrap.contact{
    background-image: url(../img/content/contact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 93px;
    padding-bottom: 100px;
}
section#infobox{
    padding: 50px 0 20px 0;
}
.section-wrap.testimonials .section_title {
    padding-top: 91px;
}
.contact .descr{
    padding-top: 24px;
    font-weight: 300;
}
.contact .descr h6{
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}
.contact .form-group .form-control {
    background-color: transparent;
    border: none;
    border: 1px solid;
    border-radius: 3px;
    box-shadow: none;
}
form#contactForm .button {
    padding: 6px 23px;
}
footer.footer-page ul.footer-nav {
    padding: 0;
    list-style: none;
}
.copyright {
    font-size: 12px;
}
/* ==============================================
 Responsive
================================================*/
@media (max-width: 1440px) {

}
@media (max-width: 1200px) {        
    .flexslider .slides > li {
        padding: 50px 0;
    }
    .flexslider .full_slider_caption .title {
        font-size: 55px;
    }
    .spaser.val110 {
        height: 80px;
    }
}
@media (max-width: 992px) {  
    .top_nav-panel .info-inline {
        margin-right: 15px;
    }
    .navbar.navbar-theme .container a.button {
        margin-left: 20px;
    }
    .navbar.navbar-theme .navbar-nav > li {
        margin: 0 7px;
    }
    .top_nav-panel .info-inline{
        margin-left: 0;
    }
    .price_table_wrapper.most_popular{
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .navbar.navbar-theme {
        padding: 0 !important;
        background-color: #ffffff;
        position: fixed;
    }
    section#choose_us .section_title{
        padding-top: 25px;
    }
    #intro h1{
        font-size: 42px;
    }
    section#intro h3{
        font-size: 18px;
        padding-top: 100px;
    }
    #intro .title {
        font-size: 30px;
    }
    .section_title,
    .section-wrap.video-block .video_content h2{
        font-size: 35px;
    }
    .call_to_action a.button, .call_to_action2 a.button {
        padding: 10px 50px;
    }
    .section-wrap.testimonials .section_title {
        padding-top: 50px;
    }
    .icon-position-left .icon_container {
        padding-top: 16px;
        padding-right: 15px;
    }
    .call_to_action h2.section_title,
    .call_to_action2 h2.section_title{
        font-size: 35px;
    }
    .navbar.navbar-theme .navbar-brand {
        padding: 10px 0;
    }
    .navbar-toggle {
        margin: 15px 0;
    }
    .navbar.navbar-theme .navbar-nav > li {
        padding: 5px 0;
    }
    .navbar.navbar-theme .navbar-nav > li > a {
        border: none;
    }
    .navbar.navbar-theme .navbar-collapse {
        text-align: left;
    }
    .navbar.navbar-theme .navbar-nav > li {
        display: block;
    }    
    .navbar.navbar-theme .navbar-nav > li:first-child{
        margin-left: 7px;
    }
    .header_button {
        text-align: center;
        margin-bottom: 10px;
        display: block;
    }
    .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;
    }
    .flex-direction-nav {
        display: none;
    }
    .flexslider .full_slider_caption a.button {
        margin-top: 20px;
    }
    .navbar.navbar-theme {
        padding: 20px 0;
    }
    .block_bottom-xs {
        margin-bottom: 30px;
    }
    .block_bottom-xs:last-child {
        margin-bottom: 0;
    }
    .flexslider .full_slider_caption .title{
        font-size: 32px;
        line-height: 1.4;
    }
    .flexslider .full_slider_caption a.button {
        padding: 10px 20px;
    }
    .dtable {
        display: inline-block;
        float: inherit;
    }
    h1 {font-size: 40px;
    }
    h2 {font-size: 30px;
    }
    h3 {font-size: 26px;
    }
    h4 {font-size: 22px;
    }
    .block_grid-item {
        padding: 7px 0 8px;
    }
    .spaser {
        height: 0 !important;
    }
    .footer-page .footer-menu .navbar-nav>li{
        display: inline-block;
    }
    .footer-page .footer-menu .navbar-nav>li>a{
        padding: 0px 22px;
    }
    .footer-page .footer-menu .navbar-nav>li>a:last-child{
        padding-right: 15px;
    }
}
@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;
    }
    .icon-position-right .counter_body, 
    .icon-position-left .counter_body {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        text-align: center;
    }
    .section-flex {
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .icon-position-left .stat_count_wrapper {
        flex: 1 0 auto;
        text-align: left;
        order: 1;
    }
    .icon-position-left .icon_container {
        flex: 0 1 auto;
        text-align: left;
        order: 0;
        padding-top: 16px;
        padding-right: 15px;
    }
    .header_section-container{
        position: relative;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header_section-container .header_side {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        height: 100%;
        position: relative;
    }
    .header_button {
        display: inline-block;
    }
    .header_button {
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 0.2px;
    }
    .navbar-header.header_side {
        display: none;
    }
}

@media (min-width: 992px) {
    .container-fluid .container {
        width: 970px;
    }
    .header_button {
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 0.2px;
    }
}
@media only screen and (min-width: 1024px){
    .max_width-470{
        max-width: 470px;
    }    
    .left-side[class*=max_width-]:first-child{
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-fluid .container {
        width: 1200px;
    }
}
/* ==============================================
Colors
================================================*/
body{
    color: #737373;
}
h1,h2,h3,h4,h5,h6,a{
    color: #414141;
}
::-webkit-selection,
::-moz-selection,
::selection{
    background: #091dff;
    color: #ffffff;
}
a:hover,
a:focus,
.top_nav-panel i,
.top_nav-panel .info-inline a,
section#intro strong,
section#intro i.fa.fa-clock,
.price_item .price_item_cost{
    color: #2196f3;
}
.color-white *,
.button:focus,
.section-wrap.app *,
.section-wrap.video-block .video_content *,
.section-wrap.video-block .video:before,
.call_to_action h2.section_title,
.call_to_action2 h2.section_title{
    color:#ffffff;
}
.is-sticky .navbar.navbar-theme {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}

.section-wrap.video-block .video:after {
    border-left-color: #2196f3;
}
.section-wrap.video-block .video:hover:after{
    border-left-color: #ffffff;
}
.button,
section.how_it_work a.button:hover,
.section-wrap.video-block .video:hover:before,
.price_item_body .price_item_btn .button,
.price_item_body .price_item_btn .button.alt:hover{
    border-color: #2196f3;
    color: #fff;
    background-color: #2196f3;
}
.button:hover,
.price_item_body .price_item_btn .button.alt,
.price_item_body .price_item_btn .button:hover,
form#contactForm .button:hover{
    border-color: #2196f3;
    color: #2196f3;
    background-color: transparent;
}
.call_to_action a.button:hover,
.call_to_action2 a.button:hover,
section.section-wrap.contact button.button:hover,
.flexslider .full_slider_caption a.button:hover{
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}
.navbar.navbar-theme .navbar-collapse, 
.navbar.navbar-theme .navbar-toggle {
    border-color: rgba(14, 213, 220, 0.2);
}
button.widget-subscribe__form-btn:hover,
.navbar.navbar-theme .container a.button:hover,
section.how_it_work a.button,
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar{
    background: #ffffff;
    color: #2196f3;
}
a.back-to-top,
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover,
.owl-carousel .owl-nav button.owl-prev span:hover,
.owl-carousel .owl-nav button.owl-next span:hover {
    color: #ffffff;
    background-color: #2196f3;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span{
    color: #ffffff;
    background-color: #dfdfdf;
}
.block_grid-post .block_grid-item .item_wrapper,
.price_table_wrapper{
    background-color: #ffffff;
}
.section-wrap .video-block .video:before{
    color: rgba(255, 255, 255, 0.3);
}
.section-wrap .video-block .video {
    background-color: rgba(255, 255, 255, 0.2);
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #2196f3;
}
.owl-theme .owl-controls .owl-page span{
    background-color: #ffffff;
    border: 1px solid #2196f3;
}
.owl-theme .owl-controls .owl-page.active span{
    background-color: #2196f3;
}
.flex-control-paging li a {
    border: 1px solid;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: none;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active{
    background-color: rgba(255, 255, 255, 0.8);
}
.contact-section .form-group.error .inp  {
    border-color: #f2dede;
}
.inp:focus {
    border-color: #ffffff;
}
.inp::-moz-placeholder {
    color: #969aa1;
}
.inp:-ms-input-placeholder {
    color: #969aa1;
}
.inp::-webkit-input-placeholder {
    color: #969aa1;
}
.section-wrap.app .container a.button.button_inline{
    background: #2196f3;
}
.box_icon-item_left__text {
    color: #5c656d;
}
section#intro .contact-cont{
    background-color: #fefefe;
}
.shortcode_counter p,
.box_icon-item .title,
.section_title,
section.how_it_work .how_it_work_block-01 h6, 
section.how_it_work .how_it_work_block-02 h6,
section#intro h3,
.footer-page h5.title,
#intro,
section#intro .contact-cont strong,
.how_it_work ul li,
.testimonials-slider .comment,
.testimonials-slider .user-information .testimonials_title{
    color: #414141;
}
.stat_count_wrapper .counter_title{
    color: #383a4c;
}
.section_subtitle{
    color: #878788;
}
#choose_us .box_icon-item {
    background-color: #e1efff;
}
#choose_us .box_icon-item:hover {
    background-color: #ffffff;
}
section#infobox {
    background-color: #2196f3;
}
.footer-page .footer-menu .navbar-nav>li>a:hover{
    background-color: transparent;
    color: #2196f3;
}
.top_nav-panel .info-inline,
.navbar.navbar-theme .navbar-nav > li > a,
.price_item_body .price_item_text h6,
.how_it_work ul li p,
.testimonials-slider .user-information .testimonials_author_position{
    color: #737373
}
.footer-page .footer-bottom{
    background-color: #fcfcfc;
}
.contact .form-group .form-control{
    color: #838383;
}
section#contact .form-group .form-control,
section#intro .contact-cont .form-group input:focus{
    border-color: #dddddd ;
}
.block_social-icons a.facebook{
    color: #3b5998;
}
.block_social-icons a.google-plus{
    color: #dd4b39;
}
.block_social-icons a.linkedin{
    color: #007bb6;
}
.block_social-icons a.twitter{
    color: #00aced;
}