.sc_accordion .sc_accordion_item {
margin-bottom: 2px;
background-color: #fff;
}
.sc_accordion > .sc_accordion_item .sc_accordion_content {
overflow: hidden;
display: none;
padding: 25px 35px;
}
.sc_accordion .sc_accordion_item .sc_accordion_title {
position:relative;
overflow:hidden;
cursor:pointer;
margin:0;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.sc_accordion .sc_accordion_item .sc_accordion_title .sc_items_counter:after {
content:'. ';
}
.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
position:absolute;
right:0;
top:0;
height:100%;
padding:0;
text-align:center;
overflow:hidden;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
position:absolute;
left:50%;
top:50%;
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform:translateX(-50%) translateY(-50%);
transform:translateX(-50%) translateY(-50%);
font-size: 10px;
}
}
.sc_accordion .sc_accordion_item .sc_accordion_content {
padding:1.5em 1.8em;
} .sc_accordion.sc_accordion_style_1 .sc_accordion_item.sc_active .sc_accordion_title {
padding: 14px 0.5em 14px 2em;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title {
padding: 12px 0.5em 12px 2em;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
width: 6rem;
height: 6rem;
color: #000;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
margin-top:-2.3333em;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened {
margin-top:0;
background-color: #FF5539;
color: #fff;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_closed {
margin-top:2.3333em;
color:#000 !important;
} .sc_accordion.sc_accordion_style_2 > .sc_accordion_item .sc_accordion_content{
padding: 30px 40px;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title,
.sc_accordion.sc_accordion_style_2 .sc_accordion_item.sc_active .sc_accordion_title {
padding: 1.8rem 0 1.4rem 4.4rem;
text-transform: uppercase;
background-color: #F9F9F9;
border-bottom: 1px solid #e6e6e6;
font-size: 2.5rem;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item.sc_active .sc_accordion_title {
padding: 1.8rem 0 1.4rem 4.4rem;
font-size: 2.5rem;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon {
right:0;
top:12px;
width: 4.5rem;
height: 4.5rem;
color: #000;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
font-size:0.5833em;
line-height:1em;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened {
opacity: 0;
border: none;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened {
opacity: 1;
background-color: #000;
color: #fff;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_closed:before {
color: #000;
opacity: ;
}
.ui-state-active{
border: none!important;
}
.sc_accordion_left_icon:before{
font-size: 2rem;
position: absolute;
left: 0.3rem;
color: #ff5539;
top: 2rem;
}
.sc_accordion.sc_accordion_style_2 .sc_accordion_item.sc_active .sc_accordion_title .sc_accordion_left_icon:before{
top: 2rem;
} .mejs-offscreen {
display:none !important;
}
.sc_audio {
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.sc_audio.sc_show {
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=1);
}
.sc_audio .sc_show{
background-color: #fff;
}
.sc_audio .mejs-container {
margin: 0;
height: 65px !important;
}
.sc_audio.sc_audio_image {
padding: 140px 25px 25px 25px;
position: relative;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
}
.sc_audio.sc_audio_info {
position: relative;
}
.sc_audio .sc_audio_header {
}
.sc_audio.sc_audio_image .sc_audio_header {
min-height: 60px;
}
.sc_audio.sc_audio_image .sc_audio_container {
position:absolute;
left:25px;
right:25px;
bottom: 25px;
}
.sc_audio .sc_audio_header {
}
.sc_audio .sc_audio_author_by {
color: #222222;
}
.sc_audio .sc_audio_title {
font-weight: 700;
float: left;
text-transform: uppercase;
font-family: 'Open Sans Condensed' !important;
font-size: 15px;
display: block;
}
.sc_audio .sc_audio_author {
font-size: 0.75em;
line-height: 26px;
float: right;
}
.sc_audio .mejs-controls{
margin: 0px 0 18px 0 !important;
}
.mejs-container .mejs-controls .mejs-play, .mejs-container .mejs-controls .mejs-pause{
top: 0;
background-color: #FF5539;
margin: 0;
margin-top: -17px;
margin-right: 23px;
padding: 19px;
border-bottom: 1px solid #FF5539;
position: relative;
}
.mejs-container .mejs-controls .mejs-play button, .mejs-container .mejs-controls .mejs-pause button{
background: none;
}
.mejs-container .mejs-controls .mejs-play button{
}
.mejs-container .mejs-controls button:before{
position: absolute;
content: '\e8f2';
font-size: 16px;
color: #fff;
left: 4px;
font-family: 'fontello';
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.mejs-container .mejs-controls .mejs-play button:before{
content: '\e8f2';
}
.mejs-container .mejs-controls .mejs-pause button:before{
content: '\e8f3';
}
.mejs-container .mejs-controls .mejs-mute button, .mejs-container .mejs-controls .mejs-unmute button{
background: none;
}
.mejs-container .mejs-controls .mejs-mute button:before{
content: '\e8f5';
color: #FF5539;;
font-size: 14px;
}
.mejs-container .mejs-controls .mejs-unmute button:before{
content: '\e8f4';
color: #FF5539;;
font-size: 14px;
}
.sc_audio .mejs-container *{
font-size: 12px !important;
font-family: 'Open Sans', sans-serif !important;
color: #39393b;
font-weight: 700;
}
.sc_audio .mejs-duration {
margin-right: 10px !important;
}
.sc_audio .mejs-time-total {
background:none;
background-color: #F0F0F0 !important;
}
.sc_audio .mejs-controls{
background-color: #Fff !important;
}
.sc_audio .mejs-horizontal-volume-total {
background-color: #F0F0F0 !important;
height: 4px !important;
top: 13px !important;
}
.sc_audio .mejs-horizontal-volume-current{
background-color: #FF5539 !important;
position: relative;
height: 4px !important;
top: 13px !important;
}
.sc_audio .mejs-horizontal-volume-current:after{
content: '\e81a';
font-size: 12px;
position: absolute;
right: -4px;
top: -3px;
color: #FF5539;
font-family: 'fontello';
} input[type="submit"],
input[type="button"],
button,
.sc_button {
display:inline-block;
text-align:center;
padding:0.85em 1.15em;
font-size:0.875em;
line-height: 1.3em;
font-weight:700;
font-family: 'Open Sans Condensed';
position: relative;
}
.sc_button.sc_button_round {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
input[type="submit"]:before,
input[type="button"]:before,
button:before,
.sc_button:before {
}
.sc_button:before {
margin-left: 1.4rem;
float: right;
background-color: rgba(249, 249, 249, 0.27);
width: 2rem;
height: 2rem;
font-size: 1.2rem;
border-radius: 50%;
}
input[type="submit"].sc_button_size_medium,
input[type="button"].sc_button_size_medium,
button.sc_button_size_medium,
.sc_button.sc_button_size_medium {
font-size:1em;
padding: 1.2em 1.5em;
}
input[type="submit"].sc_button_size_large,
input[type="button"].sc_button_size_large,
button.sc_button_size_large,
.sc_button.sc_button_size_large {
font-size:1.125em;
padding: 25px 1.15em;
}
input[type="submit"].sc_button_size_big,
input[type="button"].sc_button_size_big,
button.sc_button_size_big,
.sc_button.sc_button_size_big {
font-size:1.125em;
padding: 22px 1.15em;
margin-right: 15px;
}
.sc_button_style_filled{  font-weight: 700;
font-family: 'Open Sans Condensed';
font-size: 1.4rem;
background-color: #ff5539;
color: #fff;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
padding: 1.6rem 1.8rem 1.1rem 1.8rem;
border: 2px solid #ff5539;
}
.sc_button_style_filled:before{
position: absolute;
right: 1rem; 
top: 50%;
font-family: 'fontello';
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
width: 2.8rem;
height: 2.8rem;
line-height: 2.8rem;
text-align: center;
background-color: rgba(255, 255, 255, 0.2);
}
.post_descr .sc_button_style_filled{padding: 1.15rem 4.8rem 1.15rem 1.5rem;}
.post_descr .sc_button_style_filled:before{
content: '\e914';
width: 1.8rem;
height: 1.8rem;
line-height: 1.8rem;
right: 1.5rem; 
}
.sc_button_style_filled:hover{
background:none;
color: #ff5539;
}
.sc_button_style_filled:hover:before{
background:#ff5539;
color: #fff;
}
.sc_button_style_filled.sc_button_size_big{
padding: 2.3rem 8rem 2.3rem 1.8rem;
margin: 1rem;
font-size: 1.8rem;
}
.sc_button_style_filled.sc_button_size_big:before{
right: 2.2rem;
width: 3.5rem;
height: 3.5rem;
line-height: 3.5rem;
font-size: 1.8rem;
}
.sc_button_style_filled.sc_button_size_medium{
padding: 1.45rem 5rem 1.45rem 1.6rem;
margin: 1rem;
text-transform: uppercase;
font-size: 1.8rem;
}
.sc_button_style_filled.sc_button_size_medium:before{
right: 1.6rem;
width: 2rem;
height: 2rem;
font-size: 1rem;
line-height: 2rem;
}
.sc_button_style_filled.sc_button_size_mini{
padding: 1.3rem 5rem 1.3rem 1.4rem;
margin: 1rem;
text-transform: uppercase;
font-size: 1.4rem;
}
.sc_button_style_filled.sc_button_size_mini:before{
width: 1.8rem;
height: 1.8rem;
line-height: 1.8rem;
right: 1.8rem;
font-size: 1rem;
}
.sc_button_style_border{
color: #ff5539;
border-color: #ff5539;
text-transform: uppercase;
border: 2px solid ;
margin: 1rem;
background: none !important;
}
.sc_button_style_border:before{
display: none !important;
}
.sc_button_style_border.sc_button_size_big{
padding: 1.7rem 2.6rem 1.8rem 3rem;
}
.sc_button_style_border.sc_button_size_medium{
padding: 1.2rem 3.4rem;
}
.sc_button_style_border.sc_button_size_mini{
padding: 0.65rem 1.7rem;
font-size: 1.5rem;
}
.sc_button_style_border:hover{
background: #ff5539 !important;
color: #fff;
}
.tp-caption.bg2:after{
content: '';
position: absolute;
line-height: 10px;
width: 40em;
height: 5.5em;
background-color: rgb(255, 255, 255);
left: -40em;
} .tp-caption.black{
margin-top: 16px !important;
}
.tp-caption.black span{
margin-left: 10px;
background-color: rgba(255, 255, 255, 0.2);
width: 2em;
height: 2em;
border-radius: 50%;
display: inline-block;
position: relative;
vertical-align: middle;
position: relative;
}
.tp-caption.black span:before{
content: '\e8e9';
position: absolute;
font-family: 'fontello';
font-size: 1.1em;
left:50%;
top:50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .sc_blogger.sc_scroll_controls {
position: relative;
}
.sc_blogger.sc_scroll_controls_type_top {
overflow: visible !important;	
}
.sc_blogger.sc_scroll_controls_type_top .sc_scroll_controls_wrap {
top: -50px;
} .sc_blogger.layout_date .sc_blogger_item {
position: relative;
}
.sc_blogger.layout_date .sc_blogger_item:before {
content: ' ';
display: block;
background-color: #ddd;
position: absolute;
z-index: 1;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item:before {
width: 1px;
height: 100%;
left: 40px;
top: 0;
}
.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item:before {
height: 1px;
width: 100%;
left: 0;
top: 40px;
}
.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item.sc_blogger_item_last:before {
content: none;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date { 
width: 78px;
height: 78px;
border: 1px solid #ddd;
position: relative;
z-index: 2;
background-color: #fff;
text-align: center;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .day_month {
display: block;
padding: 14px 0 6px 0;
font-size: 1.15em;
font-weight: 300;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year {
display: block;
font-size: 0.75em;
margin: 0 auto;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before {
width: 33px;
display: block;
margin: 0 auto 3px;
content: ' ';
border-top: 1px solid #ddd;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_title {
margin:0 0 0.6em 0;
}
.sc_blogger.layout_date.sc_blogger_horizontal {
overflow: hidden;	
}
.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item {
float: left;
}
.sc_blogger.layout_date.sc_blogger_horizontal .post_content {
padding-right:2em;
}
.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item .sc_blogger_date {
margin-bottom: 1.25em;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item + .sc_blogger_item {
padding-top: 2em;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .sc_blogger_date { 
float: left;
}
.sc_blogger.layout_date.sc_blogger_vertical .post_content {
padding-left:100px;
}
.sc_blogger.layout_date.sc_blogger_vertical .post_content:after {
content:' ';
width:100%;
height:0;
display:block;
clear:both;
}
.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .post_info { 
margin: 0;
}
.sc_blogger.layout_date .load_more {
height: 60px;
position: relative;
}
.sc_blogger.layout_date .load_more:before {
width: 28px;
height: 28px;
border: 1px solid #ddd;
background-color: #fff;
font-family: "fontello";
content: '\e823';
text-align: center;
position: absolute;
z-index: 2;
bottom: 0;
left: 24px;
line-height: 28px;
}
.sc_blogger.layout_date .load_more:after {
content: '';
display: block;
width: 1px;
height: 100%;
background-color: #ddd;
position: absolute;
left: 40px;
top: 0;
z-index: 1;
} .sc_blogger.sc_blogger_horizontal.layout_news {
overflow:hidden;
}
.sc_blogger.sc_blogger_horizontal.layout_news .post_featured {
width: 40%;
float: left;
vertical-align: top;
margin: 0 2em 0.7em 0;
}
.sc_blogger.sc_blogger_horizontal.layout_news .columns_wrap .post_featured {
width: 100%;
float: none;
margin: 0 0 0.7em 0;
}
.sc_blogger.sc_blogger_vertical.layout_news .sc_blogger_item+.sc_blogger_item {
padding-top:2em;
margin-top:2em;
border-top:1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.post_item_news .post_featured .hover_icon:before {
font-size:3em;
} .article_style_boxed .sc_blogger.template_related .post_content_wrap {
background-color:#fff;
} .article_style_boxed .sc_blogger.template_masonry .post_content {
background-color:#fff;
} .sc_blogger .isotope_filters {
margin: 0;
padding: 0;
margin-bottom: 1.5em;
} .sc_scroll_horizontal .sc_blogger .isotope_item,
.sc_scroll_horizontal .sc_blogger [class*=column-],
.sc_blogger .sc_scroll_horizontal .isotope_item,
.sc_blogger .sc_scroll_horizontal [class*=column-] {
width: 400px;
display: inline-block;
vertical-align:top;
position:relative;
padding-bottom:0;
white-space:nowrap; 
}
.sc_scroll_vertical .sc_blogger .isotope_wrap,
.sc_blogger .sc_scroll_vertical .isotope_wrap { }
.sc_scroll_vertical .sc_blogger .isotope_item,
.sc_scroll_vertical .sc_blogger [class*=column-],
.sc_blogger .sc_scroll_vertical .isotope_item,
.sc_blogger .sc_scroll_vertical [class*=column-] {
position:relative; width: auto;
max-width:400px;
display: inline-block;
padding-right:50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .sc_chat {
position: relative;
overflow:hidden;
}
.sc_chat+.sc_chat {
margin-top:0.5em;
}
.sc_chat_inner {
position: relative;
background-color: #ffffff;
padding: 1em 1em 1.4em 1.6em;
overflow:hidden;
z-index: 2;
}
.sc_chat:after {
content: ' ';
position: absolute;
z-index: 1;
top: 10%;
left: 75px;
width: 15px;
height: 30px;
-webkit-transform: rotate(-45deg) skewY(45deg);
-moz-transform: rotate(-45deg) skewY(45deg);
-ms-transform: rotate(-45deg) skewY(45deg);
-o-transform: rotate(-45deg) skewY(45deg);
transform: rotate(-45deg) skewY(45deg);
background-color: #ffffff;
}
.sc_chat .sc_chat_title {
color: #323233;
font-weight: 400;
font-size: 16px;
font-weight: 700;
font-family: 'Open Sans Condensed';
}
.sc_chat .sc_chat_title a{
color: #323233;
}
.sc_chat .sc_chat_avatar {
width: 42px;
height:42px;
float:left;
margin:0 40px 10px 0;
overflow:hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #fff;
}
.sc_chat p {
margin-bottom:0;
}
article.post_format_chat .clearfix:before{
display: block;
margin: 0;
padding: 0;
height: 1px;
margin-top: -13px;
}
.sc_chat:nth-child(2n+1):after{
top: 10%;
right: 75px;
left: initial;
-webkit-transform: rotate(45deg) skewY(-45deg);
-moz-transform: rotate(45deg) skewY(-45deg);
-ms-transform: rotate(45deg) skewY(-45deg);
-o-transform: rotate(45deg) skewY(-45deg);
transform: rotate(45deg) skewY(-45deg);
}
.sc_chat:nth-child(2n+1) .sc_chat_avatar{
float:right;
margin-left: 40px;
margin-right: 0;
} .sc_columns .sc_column_item_inner {
padding:1.5em;
} .sc_contact_form_title,
.sc_contact_form_description {
text-align:center;
}
.sc_contact_form {
overflow:hidden;
padding-bottom:4px;
margin-top: -20px;
margin-left: -10px;
}
.sc_contact_form .result {
display:none;
margin-top:2em;
}
.sc_contact_form .label_over label {
display:none;
}
.sc_contact_form .sc_contact_form_info {
overflow:hidden;
margin-top: 35px;
}
.sc_contact_form .sc_contact_form_item {
margin-bottom:13px;
width:100%;
}
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field  {
width: 50%;
float:left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:nth-child(1),
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:nth-child(3),
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:nth-child(5),
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:nth-child(7),
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:nth-child(9) {
padding-right: 10px;
}
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:nth-child(2),
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:nth-child(4),
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:nth-child(6),
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:nth-child(8),
.sc_contact_form.sc_contact_form_standard .sc_contact_form_field:nth-child(10) {
padding-left: 18px;
}
.sc_contact_form .sc_contact_form_item.label_top label {
display:block;
margin-bottom:0.4em;
}
.sc_contact_form .sc_contact_form_item.label_bottom label {
display:block;
margin-top:0.4em;
}
.sc_contact_form .sc_contact_form_item.label_left {
overflow:hidden;
}
.sc_contact_form .sc_contact_form_item.label_left label {
display:block;
float:left;
width:25%;
padding: 0.25em 1.5em 0.25em 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sc_contact_form .sc_contact_form_item.label_left input,
.sc_contact_form .sc_contact_form_item.label_left textarea {
display:block;
float:left;
width:75%;
}
.sc_contact_form .sc_contact_form_item.label_left input[type="radio"],
.sc_contact_form .sc_contact_form_item.label_left input[type="checkbox"] {
width:auto;
margin-top:0.5em;
display:inline-block;
}
.sc_contact_form .sc_contact_form_field input,
.sc_contact_form .sc_contact_form_message textarea, 
.sc_contact_form .sc_contact_form_field select{
width:100%;
padding:0.5em 1em;
background-color:#ffffff;
font-family: 'Open Sans';
color: #8f8f8f;
font-size: 14px;
font-weight: 400;
line-height: 26px;
text-align: left;
height: 48px;
}
.sc_contact_form .sc_contact_form_message textarea {
min-height: 118px;
}
footer .sc_contact_form .sc_contact_form_message textarea {
min-height: 180px;
}
.sc_contact_form .sc_contact_form_button { 
text-align:center;
margin:0;
}
.sc_contact_form .sc_contact_form_button button { 
font-size: 1.6rem;
font-weight:900;
float: right;
background-color: #ff5539;
color: #fff;
padding: 1.35rem 4.8rem 1.35rem 1.8rem;
border: 2px solid #fff;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.sc_contact_form .sc_contact_form_button button:before{
content: '\e914';
position: absolute;
right: 1rem;
top: 50%;
font-family: 'fontello';
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
width: 2.6rem;
height: 2.6rem;
line-height: 2.6rem;
text-align: center;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%; 
-webkit-border-radius: 50%;
}
.sc_contact_form .sc_contact_form_button button:hover{
background:#fff;
color: #ff5539;
border-color:  #ff5539;
}
.sc_contact_form .sc_contact_form_button button:hover:before{
background:#ff5539;
color: #fff;
} .sc_content { } .sc_countdown {
overflow:hidden;
}
.sc_countdown .sc_countdown_item {
display:block;
float:left;
text-align:center;
}
.sc_countdown .sc_countdown_digits {
display:block;
overflow:hidden;
text-align:center;
margin-bottom: 12px;
}
.sc_countdown .sc_countdown_digits span {
display:inline-block;
}
.sc_countdown .sc_countdown_separator {
display:block;
float:left;
margin: 0 8px;
} .sc_dropcaps {
overflow: hidden;
float: left;
font-size: 15px;
line-height: 23px;
width: 50%;
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 15px !important;
}
.sc_dropcaps .sc_dropcaps_item {
font-size: 50px;
font-weight:700;
line-height:46px;
display: block;
padding: 0px 18px 0px 0;
float:left;
font-family: 'Open sans Condensed';
}
.sc_dropcaps_style_1 .sc_dropcaps_item {
color: #39393b;
}
.sc_dropcaps_style_2 .sc_dropcaps_item {
padding: 6px 18px 0 0;
color: #ff5539;
font-size: 70px;
}
.sc_dropcaps_style_2  span{
display: table;
}
.sc_dropcaps_style_3 .sc_dropcaps_item {
color: #ff5539;
padding: 2px 18px 0px 0px;
}
.sc_dropcaps_style_4 .sc_dropcaps_item {
color: #Fff;
background-color: #ff5539;
width: 5.6rem;
line-height: 5.7rem;
margin: 0px 16px 0px 3px;
font-size: 4.5rem;
text-align: center;
padding: 0;
} .sc_emailer {
display:inline-block;
padding:0.25em;
border:1px solid #ddd;
}
.sc_emailer .sc_emailer_button {
display:inline-block;
text-align:center;
width:2em;
height:2em;
line-height:2em;
}
.sc_emailer input {
display:inline-block;
line-height:2em;
padding:0;
width:0;
}
.sc_emailer.sc_emailer_opened input {
width:250px;
}
.sc_emailer,
.sc_emailer input {
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
} .sc_googlemap img {
max-width: none;
} .sc_icon {
margin-top: 10px;
width: 40px;
height: 40px;
border: 2px solid #ff5539;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display:inline-block;
position:relative;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
float: left;
color: #FF5539;
}
.sc_icon:before{
position: absolute;
left: 50%;
top: 50%;
line-height: 2px;
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
transform:translateY(-50%);
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
transform:translateX(-50%);
}
.sc_icon_shape_square,
.sc_icon_shape_round {
display:inline-block; 
padding: 4px;
text-align:center;
width: 1.2em;
height: 1.2em;
line-height: 1.2em;
border: 0.05em solid #f4f7f9;
}
.sc_icon_shape_round,
a.sc_icon.sc_icon_shape_round:after,
a .sc_icon.sc_icon_shape_round:after {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.sc_icon.sc_icon_shape_square:hover,
.sc_icon.sc_icon_shape_round:hover,
a.sc_icon.sc_icon_shape_square:hover,
a.sc_icon.sc_icon_shape_round:hover,
a:hover .sc_icon.sc_icon_shape_square,
a:hover .sc_icon.sc_icon_shape_round {
background-color:transparent;
}
a.sc_icon.sc_icon_shape_round:after,
a.sc_icon.sc_icon_shape_square:after,
a .sc_icon.sc_icon_shape_round:after,
a .sc_icon.sc_icon_shape_square:after {
background-color: inherit;
box-sizing: content-box;
content: " ";
height: 100%;
width: 100%;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
z-index: -1;
}
a.sc_icon.sc_icon_shape_round:hover:after,
a.sc_icon.sc_icon_shape_square:hover:after,
a:hover .sc_icon.sc_icon_shape_round:after,
a:hover .sc_icon.sc_icon_shape_square:after {
opacity: 0;
transform: scale(1.8);
-webkit-transform: scale(1.8);
-o-transform: scale(1.8);
-moz-transform: scale(1.8);
} .sc_image {
overflow:hidden;
}
.sc_image.sc_image_shape_round {
display: block;
position:relative;
overflow:hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.sc_image.sc_image_shape_round figcaption {
top:0;
bottom:0;
padding:0;
font-size:1em;
line-height:1.3em;
text-align:center;
} .sc_image_shape_round:hover figcaption {
opacity:0;
margin-bottom: 0;
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.sc_image_shape_round figcaption span {
display:block;
margin: 0 auto;
font-size:2em;
}
.sc_image_shape_round figcaption span:before {
display:block;
margin: 35% auto 0.5em;
} .sc_infobox {
display: block;
margin: 1.05em 0;
color: #ffffff;
font-size: 0.875em;
font-weight: 300;
line-height:1.5em;
padding:15px;
clear: both;
}
.sc_infobox b,
.sc_infobox strong { 
font-weight: 900;
}
.sc_infobox p {
margin: 0;
}
.sc_infobox p+p,.sc_infobox h1+p,.sc_infobox h2+p,.sc_infobox h3+p,.sc_infobox h4+p,.sc_infobox h5+p,.sc_infobox h6+p {
margin-top: 1em;
}
.sc_infobox h1, .sc_infobox h2, .sc_infobox h3, .sc_infobox h4, .sc_infobox h5, .sc_infobox h6 {
text-align:left;
margin:0;
line-height:1.2em;
color: inherit;
}
.sc_infobox.sc_infobox_iconed {
position:relative;
padding-left: 3.4em;
}
.sc_infobox.sc_infobox_iconed:before {
font-size: 18px;
margin-right: 0.6em;
position: absolute;
left: 25px;
top: 16px;
}
.sc_infobox.sc_infobox_closeable {
cursor: pointer;
padding-right: 3.5em;
}
.sc_infobox.sc_infobox_style_regular{
color: #909090;
border: #E6E6E6 1px solid;
font-size: 15px;
}
.sc_infobox.sc_infobox_style_regular b{
color: #4D4D4F;
font-size: 15px;
margin-right: 30px;
}
.sc_infobox.sc_infobox_style_regular:after{
color: #4D4D4F;
}
.sc_infobox.sc_infobox_style_regular:before{
color: #ff5539;
}
.sc_infobox.sc_infobox_style_success {
background-color: #424459;
}
.sc_infobox.sc_infobox_style_success b{
color: #fff;
font-size: 15px;
margin-right: 30px;
}
.sc_infobox.sc_infobox_style_success:after{
color: #fff;
}
.sc_infobox.sc_infobox_style_success:before{
color: #fff;
}
.sc_infobox.sc_infobox_style_info {
background-color: #fff;
color: #ff573b;
font-weight: 400;
}
.sc_infobox.sc_infobox_style_info b{
color: #ff573b;
font-size: 15px;
margin-right: 30px;
}
.sc_infobox.sc_infobox_style_info:after{
color: #cccccc;
}
.sc_infobox.sc_infobox_style_info:before{
color: #ff573b;
}
.sc_infobox.sc_infobox_style_error {
background-color: #ff573b;
}
.sc_infobox.sc_infobox_style_error b{
color: #fff;
font-size: 15px;
margin-right: 30px;
}
.sc_infobox.sc_infobox_style_error:after{
color: #fff;
}
.sc_infobox.sc_infobox_style_error:before{
color: #fff;
}
.sc_infobox.sc_infobox_style_result {
background-color: #5165b2;
color: #fff; 
}
.sc_infobox.sc_infobox_closeable:after {
content: '\e8ac';
font-family: "fontello";
cursor: pointer;
position: absolute;
right: 1.4em;
font-size: 14px;
top: 15px;
} ul.sc_list_style_iconed {
padding-left: 0;
line-height: 32px;
}
.sc_list_style_iconed li {
padding: 0 0 0 1.5em;
list-style: none;
position: relative;
}
.sc_list_style_iconed li .sc_list_icon {
position:absolute;
left: 0;
top: 0;
}
.sc_list_style_ul{
padding-left: 0;
line-height: 32px;
}
.sc_list_style_ul li{
list-style: none;
}
.sc_list_style_ul .sc_list_item span{
background-color: #dedede;
width: 12px;
height: 12px;
left: 0px;
top: 1px;
position: relative;
display: inline-block;
margin-right: 10px;
border-radius: 50%;
line-height: 26px;
}
.sc_list_style_ul .sc_list_item span:before{
content: '\e8e8';
color: #000;
font-size: 10px;
position: absolute;
margin-top: -6px;
margin-left: 5px;
font-family: 'fontello';
}
.sc_list_style_iconed .sc_list_item span{
left: -7px;
top: 9px;
}
.sc_list_style_iconed .sc_list_item span:before{
color: #ff573b;
font-size: 18px;
position: absolute;
margin-top: -8px;
margin-left: 1px;
}
.sc_list_style_ol{
line-height: 32px;
} .sc_line {
border: 1px solid #E4E7E8;
margin-top: 20px;
margin-bottom: 20px;
}
.sc_line.sc_line_style_dashed { border-style: dashed; }
.sc_line.sc_line_style_dotted { border-style: dotted; }
.sc_line.sc_line_style_double { height: 4px; border-bottom-width: 1px; } .vc_sep_pos_align_center{
margin-top: 3rem;
margin-bottom: 4rem !important;
} .sc_number_item {
display: inline-block;
text-align:center;
font-size: 3em;
font-weight:700;
width: 1em;
height: 1.25em;
line-height:1.25em;
background-color:rgba(0,0,0, 0.15);
color: #ffffff;
}
.sc_number_item+.sc_number_item {
margin-left:2px;
} .sc_parallax {
position: relative;
overflow: hidden;
background-repeat:no-repeat;
}
.sc_parallax .sc_parallax_content {
position: relative;
overflow: hidden;
z-index: 2;
left:0;
top:0;
right:0;
bottom:0;
background-repeat:no-repeat;
}
.sc_parallax .sc_parallax_overlay {
overflow: hidden;
}
.sc_parallax .sc_video_bg_wrapper {
position:absolute;
z-index: 1;
left: 0;
top: 0;
right:0;
bottom:0;
}
.sc_parallax video.sc_video_bg { 
opacity: 0;
filter: alpha(opacity=0);
} .sc_popup {
position: relative;
background-color: #fff;
padding: 24px 20px 20px 20px;
width: auto;
max-width: 500px;
max-height:600px;
margin: 20px auto;
border: 1px solid #ddd;
overflow-x:hidden;
overflow-y:auto;
}
.sc_popup:before {
height: 4px;
content: ' ';
position: absolute;
width: 100%;
top: -1px;
left: -1px;
display: block;
padding: 0 1px;
}
.sc_popup.mfp-hide {
display:none;
}
.sc_popup .mfp-close {
top:3px;
width:1em;
height:1em;
line-height:1em;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.sc_popup .mfp-close:active {
top:3px;
} .sc_price {
display:inline-block;
position:relative;
}
.sc_price .sc_price_currency,
.sc_price .sc_price_money {
font-size:1.875em;
line-height:1em;
color: #222222;
}
.sc_price .sc_price_info {
display:inline-block;
position:relative;
vertical-align:baseline;
}
.sc_price .sc_price_penny {
display:block;
text-decoration:underline;
margin-bottom:0.2em;
margin-left:0.1em;
font-size: 0.75em;
line-height:1em;
color: #222222;
}
.sc_price .sc_price_period_empty:before {
content:' ';
display:inline-block;
} .sc_price_block {
display:inline-block;
color: #fff;
background-color: rgb(249, 249, 249);
padding-bottom: 37px;
}
.sc_price_block .sc_price_block_title {
text-align:center;
min-height: 50px;
font-size: 28px;
font-weight: 700;
line-height: 60px;
font-family: 'Open Sans Condensed';
background-color: #ff573b;
}
.sc_price_block .sc_price_block_money {
text-align: center;
line-height: 24px;
height: 130px;
overflow: hidden;
width: 100%;
background-color: #ff573b;
position: relative;
z-index: 1;
}
.sc_price_block .sc_price_block_money:before{
content: '';
z-index: 2;
position: absolute;
height: 35px;
width: 100%;
background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
left: 0;
top: 0;
}
.sc_price_block .border{
height: 132px;
overflow: hidden;
width: 132px;
margin: auto;
border-radius: 50%;
margin-top: -50px;
background-color: #fff;
}
.sc_price_block .sc_price_block_money .sc_price_block_icon {
font-size: 4em;
line-height:inherit;
display:inline-block;
}
.sc_price_block .sc_price_block_money .sc_price {
display:inline-block;
}
.sc_price_block .sc_price_block_money .sc_price_block_icon + .sc_price {
line-height: 10px;
z-index: 3;
margin-top: 45px;
}
.sc_price_block .sc_price_block_money .sc_price_currency {
color: #fff;
font-size: 24px;
font-weight: 600;
text-align: center;
vertical-align: top;
line-height: 28px;
}
.sc_price_block .sc_price_block_money .sc_price_money {
font-weight:600;
line-height:39px;
font-size: 42px;
color: #fff;
}
.sc_price_block .sc_price_block_money .sc_price_period{
display: inline-block;
color:  #ffffff;
font-size: 16px; 
font-weight: 400;
line-height: 26px;
}
.sc_price_block .sc_price_block_description {
text-align:left;
font-size: 0.875em;
line-height: 1.3em;
padding:0 2em;
margin-top: 36px;
}
.sc_price_block.sc_price_block_style_1 .sc_price_block_description,
.sc_price_block.sc_price_block_style_2 .sc_price_block_description,
.sc_price_block.sc_price_block_style_3 .sc_price_block_description,
.sc_price_block.sc_price_block_style_4 .sc_price_block_description{
margin-top: 46px;
}
.sc_price_block .sc_price_block_description li{
font-family: 'Open Sans';
color: #8f8f8f;
font-size: 14px;
font-weight: 600;
line-height: 33px;
text-align: left;
border-bottom: 1px solid #E4E4E4;
}
.sc_price_block .sc_price_block_description li:hover,
.sc_price_block .sc_price_block_description li:hover span:before,
.sc_price_block .sc_price_block_description li:hover strong{
color: #ff5539; 
}
.sc_price_block .sc_price_block_description li strong, .sc_price_block .sc_price_block_description li span:before{
color: #8f8f8f;
font-size: 14px;
}
.sc_price_block .sc_price_block_description li strong{
font-family: 'Open Sans';
}
.sc_price_block .sc_price_block_link {
text-align:center;
margin-top: 28px;
}
.sc_price_block .sc_button
{
padding: 1.5rem 5.2rem 1.5rem 2rem;
text-transform: uppercase;
color: #fff;
line-height: 1.4rem;
font-size: 1.4rem;
}
.sc_price_block .sc_button:hover{
color: #ff5539;
}
.sc_price_block .sc_button:before{
content: '\e914';
right: 1.6rem;
width: 1.8rem;
height: 1.8rem;
line-height: 1.8rem;
font-size: 1rem;
}
.sc_price_block .sc_button:hover:before{
background:	#ff5539;
} .sc_price_block.sc_price_block_style_1 .sc_price_block_title{background-color: #ff573b;}
.sc_price_block.sc_price_block_style_1 .sc_price_block_money{background-color: #ff573b;}
.sc_price_block.sc_price_block_style_1 .sc_button {background-color: #ff573b;  } .sc_price_block.sc_price_block_style_2 .sc_price_block_title{background-color: #5165b2;}
.sc_price_block.sc_price_block_style_2 .sc_price_block_money{background-color: #5165b2;}
.sc_price_block.sc_price_block_style_2 .sc_button {background-color: #5165b2;}
.sc_price_block.sc_price_block_style_2 .sc_button:hover:before{
background:	#5165b2;
} .sc_price_block.sc_price_block_style_3 .sc_price_block_title{background-color: #424459;}
.sc_price_block.sc_price_block_style_3 .sc_price_block_money{background-color: #424459;}
.sc_price_block.sc_price_block_style_3 .sc_button {background-color: #424459;}
.sc_price_block.sc_price_block_style_3 .sc_button:hover:before{
background:	#424459;
} .sc_price_block.sc_price_block_style_4 .sc_price_block_title{background-color: #9eddd4;}
.sc_price_block.sc_price_block_style_4 .sc_price_block_money{background-color: #9eddd4;}
.sc_price_block.sc_price_block_style_4 .sc_button {background-color: #9eddd4;}
.sc_price_block.sc_price_block_style_4 .sc_button:hover:before{
background:	#9eddd4;
} .sc_price_block.sc_price_block_style_1.top_price,
.sc_price_block.sc_price_block_style_2.top_price,
.sc_price_block.sc_price_block_style_3.top_price,
.sc_price_block.sc_price_block_style_4.top_price{
width: 100%;
padding-bottom: 45px;
}
.sc_price_block.sc_price_block_style_1.top_price .sc_price_block_title,
.sc_price_block.sc_price_block_style_2.top_price .sc_price_block_title,
.sc_price_block.sc_price_block_style_3.top_price .sc_price_block_title,
.sc_price_block.sc_price_block_style_4.top_price .sc_price_block_title{
height: 75px;
font-size: 48px;
line-height: 70px;
}
.sc_price_block.sc_price_block_style_1.top_price .sc_button,
.sc_price_block.sc_price_block_style_2.top_price .sc_button,
.sc_price_block.sc_price_block_style_3.top_price .sc_button,
.sc_price_block.sc_price_block_style_4.top_price .sc_button{
padding: 2rem 5rem 2rem 2.7rem;
font-size: 1.8rem;
} .sc_price_block.sc_price_block_style_5{
background: #fff;
color:  #8f8f8f;
font-size: 14px; 
font-weight: 400;
line-height: 41px; 
text-align: left;
padding-bottom: 30px;
width: 90%;
}
.prcie_block_wrap{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 25%;
display: inline-block;
text-align: center;
}
.sc_price_block.sc_price_block_style_5 .sc_price_block_title{
background: #303033;
color: #ffffff;
font-size: 28px;
font-weight: 700;
line-height: 82px;
font-family: 'Open Sans Condensed';
height: 137px;
}
.sc_price_block.sc_price_block_style_5 .sc_price_block_money {
text-align: center;
line-height: 24px;
height: 110px;
overflow: hidden;
width: 110px;
margin: 0 auto;
border-radius: 50%;
margin-top: 9px;
border: 2px solid #ff5539;
background: none;
}
.sc_price_block.sc_price_block_style_5 .sc_price_block_money .sc_price_currency {
font-size: 14px;
color: #ff5539;
}
.sc_price_block.sc_price_block_style_5  .sc_price_block_description {
margin-top: 20px;
}
.sc_price_block.sc_price_block_style_5 .sc_price_block_money:before{
display: none;
}
.sc_price_block.sc_price_block_style_5 .sc_price_block_money .sc_price_block_icon + .sc_price {
line-height: 10px;
margin-top: 45%;
margin-left: -5px;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.sc_price_block.sc_price_block_style_5 .sc_price_money{
color:  #ff5539;
font-size: 26px; 
font-weight: 600;
line-height: 39.244px; 
text-align: center;
}
.sc_price_block.sc_price_block_style_5 .sc_price_period{
color: #8f8f8f;
font-size: 14px;
font-weight: 400;
line-height: 26px;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
margin-top: -18px;
margin-left: 2px;
display: block;
}
.best{
padding: 0px 0px 0px 0;
left: -13px;
position: relative;
}
.sc_price_block.sc_price_block_style_5.top_price{
width: 100%;
background: #303033;
padding-bottom: 55px;
}
.sc_price_block.sc_price_block_style_5.top_price .sc_price_block_title{
line-height: 100px;
height: 147px;
font-size: 34px
}
.sc_price_block.sc_price_block_style_5.top_price .sc_price_block_description li{
color: #b5b5b5;
border-color: #4A4A4A;
}
.sc_price_block.sc_price_block_style_5.top_price .sc_price_block_description li strong, .sc_price_block .sc_price_block_description li span:before{
color: #b5b5b5;
font-size: 15px;
}
.sc_price_block.sc_price_block_style_5.top_price .border{
margin-top: -50px;
margin-bottom: 0px;
background-color: rgb(48, 48, 51);
}
.sc_price_block.sc_price_block_style_5.top_price .border .sc_price_block_money{
color: #fff;
background-color: rgb(48, 48, 51);
border: 5px solid rgba(249, 249, 249, 0.3)
}
.sc_price_block.sc_price_block_style_5.top_price .border .sc_price_money, .sc_price_block.sc_price_block_style_5.top_price .border .sc_price_currency{
color: #fff;
}
.sc_price_block.sc_price_block_style_5.top_price .sc_button{
padding: 2rem 7.3rem 2rem 2.2rem;
font-size: 1.8rem;
}
.sc_price_block.sc_price_block_style_1 .sc_button{border-color: #ff573b;  } 
.sc_price_block.sc_price_block_style_1 .sc_button:hover{background: none; color:#ff573b;}
.sc_price_block.sc_price_block_style_1 .sc_button:hover span{background: #ff573b;}
.sc_price_block.sc_price_block_style_2 .sc_button{border-color: #5165b2; } 
.sc_price_block.sc_price_block_style_2 .sc_button:hover{background: none; color:#5165b2;}
.sc_price_block.sc_price_block_style_2 .sc_button:hover span{background: #5165b2;}
.sc_price_block.sc_price_block_style_3 .sc_button{border-color: #424459; } 
.sc_price_block.sc_price_block_style_3 .sc_button:hover{background: none; color:#424459;}
.sc_price_block.sc_price_block_style_3 .sc_button:hover span{background: #424459;}
.sc_price_block.sc_price_block_style_4 .sc_button{border-color: #9eddd4; } 
.sc_price_block.sc_price_block_style_4 .sc_button:hover{background: none; color:#9eddd4;}
.sc_price_block.sc_price_block_style_4 .sc_button:hover span{background: #9eddd4;} .sc_scroll {
overflow: hidden;
width: 100%;
position:relative;
}
.sc_scroll_wrapper {
overflow: hidden;
}
.sc_scroll_horizontal .sc_scroll_wrapper {
width: 100000px;
}
.sc_scroll_horizontal {
width:100%;
padding-bottom:10px;
}
.sc_scroll_vertical {
padding-right:6px;
}
.sc_scroll_vertical .swiper-slide {
float: none;
display:block;
} .sc_scroll_bar {
background:transparent;
position:absolute;
z-index:100;
}
.sc_scroll_vertical .sc_scroll_bar {
right:1px;
top:0;
bottom:0;
width:10px;
border-right:1px solid #dddddd;
}
.sc_scroll_horizontal .sc_scroll_bar {
right:0;
left:0;
bottom:1px;
height:10px;
border-bottom:1px solid #dddddd;
}
.sc_scroll_bar .swiper-scrollbar-drag {
background:none !important;
}
.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag {
width:10px;
left:2px;
}
.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag {
height:10px;
top:2px;
}
.sc_scroll_bar .swiper-scrollbar-drag:before {
content:'';
display:block;
position:absolute;
background-color: #ff5539;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag:before {
width:3px;
right:-2px;
top:0;
bottom:0;
height:100%;
}
.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag:before {
height:3px;
left:0;
right:0;
bottom:-2px;
width:100%;
} .sc_scroll_container {
position:relative;
}
.sc_scroll_controls_type_top .sc_scroll_controls_wrap {
position: absolute;
top:-5.5em;
right:0;
width:12em;
padding-bottom:5px;
overflow:hidden;
text-align:right;
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap {
position: absolute;
top:50%;
left:0;
width:100%;
height: 0;
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap a {
margin-top:-25px;
margin-left: -80px;
display:block;
position:absolute;
top:0;
left:8px;
opacity:0;
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap a+a {
left:auto;
right:8px;
margin-right: -80px;
}
.sc_scroll_controls_type_side:hover .sc_scroll_controls_wrap a {
margin-left:0;
margin-right:0;
opacity:1;
}
.sc_scroll_controls_wrap a {
display: inline-block;
text-align:center;
font-size: 1.5em;
width: 2em;
height: 2em;
line-height: 2em;
margin-left: 0.6667em;
}
.sc_scroll_controls_wrap a:before {
font-family:fontello;
}
.sc_scroll_controls_wrap .sc_scroll_next:before {
content:'\e80f';
}
.sc_scroll_controls_wrap .sc_scroll_prev:before {
content:'\e810';
}
.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_next:before {
content:'\e835';
}
.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_prev:before {
content:'\e828';
} .sc_section {
position: relative; }
.sc_section:after {
content:' ';
display:block;
width:100%;
height:0;
clear:both;
}
.sc_section:not(.sc_scroll_controls) .sc_section_overlay,
.sc_section .sc_section_overlay {
overflow: hidden;
}
.sc_section .sc_section_overlay {
padding: 1em 1.5em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sc_pan {
position:absolute;
width:100%; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .sc_pan_vertical,
.sc_pan_horizontal {
cursor: all-scroll;
} .sc_skills {
width: 100%;
} .sc_skills_counter {
text-align: center;
}
.sc_skills_counter .sc_skills_item {
text-align: center;
display: inline-block;
padding: 0 10px;
}
.sc_skills_counter .sc_skills_item .sc_skills_count {
font-size: 4.5em;
line-height: 1em;
}
.sc_skills_counter .sc_skills_item .sc_skills_count .sc_skills_total {
position:relative;
z-index:1;
}
.sc_skills_counter .sc_skills_item .sc_skills_info {
color: #222222;
font-size: 1.125em;
line-height: 1.3em;
margin: 10px 0;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count {
font-weight: 900;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_2 .sc_skills_count {
font-weight: 300;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count { 
font-weight: 300;
color:#fff;
padding: 0 10px;
position: relative;
overflow: hidden;
font-size: 3.75em;
height: 1.3333em;
line-height: 1.3333em;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count:before {
content: ' ';
width: 0;
height: 0;
position: absolute;
top: 0;
left: 0;
border-top: 1.3333em solid #fff; 
border-right: 1.6667em solid transparent;	
opacity: 0.2;
filter: alpha(opacity=20);
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count {
font-weight: 300;
color:#fff;
padding: 0 10px;
font-size: 3.75em;
line-height: 1.3333em;
height: 1.3333em;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
color: #fff;
padding: 10px;
margin:0;
position: relative;
border-top: 1px solid #fff;
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info:before {
position: absolute;
top: 0;
left: 0;
content: ' ';
background-color: #000;
z-index: 1;
width: 100%;
height: 100%;  
opacity: 0.1;			
filter: alpha(opacity=10);
}
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info .sc_skills_label {
position:relative;
z-index:2;
} .sc_skills_bar .sc_skills_item {
height: 18px;
background-color:rgba(240, 240, 240, 0.3);;
position:relative;
width: 95%;
margin-bottom: 10px;
}
.sc_skills_bar .sc_skills_item .sc_skills_count {
text-align:right;
width:0;
height: 1.5625em;
color:#fff;
position:absolute;
left:0;
top:0;
z-index:2;
background: linear-gradient(to right, #c6c8d9, #ff5539);
height: 18px;
}
.sc_skills_bar .sc_skills_info {
margin: 3px 0 0 0;
}
.sc_skills_bar .sc_skills_info .sc_skills_label {
color: #222222;
font-family: "Open Sans Condensed";
font-weight: 700;
font-size: 15px;
text-transform: uppercase;
line-height: 32px;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item {
height: 30em;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item .sc_skills_count {
width: 100%;
height: auto;
top: auto; 
bottom: 0;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_total { 
text-align: center;
font-size: 1.25em;
width: 100%;
line-height: 3em;
font-weight: 300;
}
.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_column {
text-align:center;
}
.sc_skills_bar.sc_skills_horizontal .sc_skills_columns .sc_skills_info { 
margin-top: 0;
}
.sc_skills_bar.sc_skills_horizontal .sc_skills_total {
text-align: right;
padding-right: 10px;
margin-right: -50px;
line-height: 18px;
color: #000;
font-weight: 700;
font-family: 'Open Sans Condensed'
} .sc_skills_pie.sc_skills_compact_off {
text-align: center;
display: inline-block;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
font-size: 1.125em;
}
.sc_skills_pie.sc_skills_compact_on {
overflow:hidden;
margin-top: 50px;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_item {
min-width:100px;
min-height:100px;
float:left;
width:50%;
} .sc_skills_arc {
overflow:hidden;
}
.sc_skills_arc .sc_skills_arc_canvas {
min-width:100px;
min-height:100px;
float:left;
width:60%;
}
.sc_skills_arc .sc_skills_legend {
width:40%;
} .sc_skills_legend {
width:50%;
float:left;
margin-top: 5%;
}
.sc_skills_legend_border {
display: inline-block;
background: none !important;
border: 0.2rem solid;
margin:0 1rem 0.2rem 0;
width:1.4rem;
height:1.4rem;
line-height:1.5em;
overflow:hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: relative;
}
.sc_skills_legend_item{
display: inline-block;
padding-right: 1rem;
border-bottom: 0.1rem solid #efefef;
min-width: 70%;
}
.sc_skills_legend_marker{
width: 0.6rem;
height: 0.6rem;
content: '';
position: absolute;
top: 30%;
left: 30%;
border-radius: 50%;
}
.sc_skills_legend_title{
color: #222222;
font-family: 'Open Sans Condensed';
font-weight: 700;
text-transform: uppercase;
font-size: 16px;
vertical-align: top;
line-height: 2em;
margin-left: 10px;
}
.sc_skills_legend_value {
display:inline-block;
margin-left:6px;
}
.sc_skills_legend_value:before {
content: '(';
}
.sc_skills_legend_value:after {
content: ')';
} .sc_slider {
overflow:hidden;
}
.sc_slider_height_auto {
-webkit-transition: height ease .5s;
-moz-transition: height ease .5s;
-ms-transition: height ease .5s;
-o-transition: height ease .5s;
transition: height ease .5s; 
}
.sc_slider_swiper {
position: relative;
overflow: hidden;
padding-bottom: 3rem;
}
.sc_slider_swiper .slides {
overflow: hidden;
}
.sc_slider_swiper .slides .swiper-slide {
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
position: absolute;
}
.sc_slider_swiper:not(.sc_slider_height_auto) .slides .swiper-slide {
min-height:8em;
}
.sc_slider_swiper .slides .swiper-slide > img {
width: 100%;
height: auto;
} .sc_slider_controls_wrap {
color:#ffffff;
position:absolute;
left:0;
right:0;
top:50%;
padding-bottom:5px;
height:0;
}
.sc_slider_controls_wrap a {
display:block;
cursor:pointer;
width:2em;
height:2em;
line-height: 2em;
font-size: 1.5em;
text-align:center;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-ms-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
margin-top:-1em;
opacity: 0;
filter: alpha(opacity=0);
}
.sc_slider_controls_wrap .sc_slider_prev {
float:left;
margin-left: -100px;
}
.sc_slider_controls_wrap .sc_slider_next {
float:right;
margin-right: -100px;
}
.sc_slider_controls_wrap a:before {
font-family:'fontello';
}
.sc_slider_controls_wrap .sc_slider_next:before {
content:'\e90e';
}
.sc_slider_controls_wrap .sc_slider_prev:before {
content:'\e90f';
}
.sc_slider_swiper:hover .sc_slider_controls_wrap a,
.sc_slider_swiper + .sc_slider_controls_wrap a {
opacity: 1;
filter: alpha(opacity=1);
}
.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
margin-left: 20px;
}
.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
margin-right: 20px;
} .sc_slider_swiper + .sc_slider_controls_wrap a {
width:40px;
height:40px;
line-height: 40px;
font-size: 20px;
}
.sc_slider_swiper + .sc_slider_controls_wrap .sc_slider_prev {
margin-left: 15px;
}
.sc_slider_swiper + .sc_slider_controls_wrap .sc_slider_next {
margin-right: 15px;
} .sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap {
top:0.6rem;
right: 0.6rem;
text-align:right;
cursor:default;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
.sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap .sc_slider_next,
.sc_slider_swiper.sc_slider_controls_top + .sc_slider_controls_wrap .sc_slider_prev {
display:inline-block;
float:none;
margin-left: 6px;
margin-right: 0;
} .sc_slider_swiper .sc_slider_pagination_wrap {
height:1rem;
text-align:center;
}
.sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-switch {
display:inline-block;
vertical-align: -webkit-baseline-middle;
width: 1.3rem;
height:1.3rem;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
cursor:pointer;
position: relative;
margin:0 0.5rem 0 0;
border: 0.2rem solid #f9f9f9;
}
.sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-switch:before{
position: absolute;
content: '';
font-size: 1rem;
left: 0.3rem;
top: 0.3rem;
width: 0.7rem;
height: 0.7rem;
background-color: #DADADA;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;	
}
.sc_slider_swiper .sc_slider_pagination_wrap .swiper-active-switch {
border: 0.2rem solid #FD5340;
position: relative;
margin:0 0.5rem 0 0;
}
.sc_slider_swiper .sc_slider_pagination_wrap .swiper-active-switch:before{
position: absolute;
content: '';
font-size: 1rem;
left: 0.3rem;
top: 0.3rem;
width: 0.7rem;
height: 0.7rem;
background-color: #FD5340;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-switch:hover {
border: 0.2rem solid #FD5340;
position: relative;
}
.sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-switch:before:hover {
position: absolute;
content: '';
font-size: 1rem;
left: 0.3rem;
top: 0.3rem;
width: 0.7rem;
height: 0.7rem;
background-color: #FD5340;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
} .sc_slider_pagination_area {
overflow:hidden;
position:relative;
}
.sc_slider_pagination_area .sc_slider {
float:left;
}
.sc_slider_pagination_area:not(.sc_slider_pagination_over) .sc_slider {
width:67%;
}
.sc_slider_pagination_area .sc_slider_pagination {
float:left;
width:33%;
position:static;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sc_slider_pagination_over .sc_slider_pagination {
position:absolute;
width:40%;
left: auto;
right:-40%;
top:0;
bottom:auto;
float:none;
background-color:rgba(255,255,255, 0.8);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-ms-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
}
.sc_slider_pagination_over:hover .sc_slider_pagination {
right:0;
}
.sc_slider_pagination_over .sc_slider_pagination .post_item {
background-color:transparent !important;
}
.slider_fullwide .sc_slider_pagination_over .sc_slider_pagination,
.slider_fullscreen .sc_slider_pagination_over .sc_slider_pagination {
width: 20%;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item {
padding: 1em;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item+.post_item {
margin:0;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item.active {
background-color: rgba(0,0,0,0.1);
}
.sc_slider_pagination_area .sc_slider_pagination .post_item .post_info .post_info_item + .post_info_item:before {
content: "|";
margin:0 5px;
} .sc_slider_swiper .sc_slider_info {
max-width:80%;
min-width:50%;
max-height:100px;
padding:10px;
overflow:hidden;
position:absolute;
right:0;
bottom:0;
background-color: rgba(30,170,206, 0.8);
-webkit-transition: all ease .5s .5s;
-moz-transition: all ease .5s .5s;
-ms-transition: all ease .5s .5s;
-o-transition: all ease .5s .5s;
transition: all ease .5s .5s;
margin-bottom:0;
}
.sc_slider_pagination_area .sc_slider .sc_slider_info { max-width:100%;
}
.sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.sc_slider_swiper:hover .sc_slider_info:hover,
.sc_slider_swiper .sc_slider_info:hover {
margin-bottom:0 !important;
}
.sc_slider_pagination_over:hover .sc_slider_info,
.sc_slider_swiper:hover .sc_slider_info {
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-ms-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
margin-bottom:-130px !important;
}
.sc_slider_swiper .slides .swiper-slide .sc_slider_info a {
display:inline;
min-height:0;
color:#ffffff;
}
.sc_slider_swiper .slides .swiper-slide .sc_slider_info a:hover {
color:#cccccc;
}
.sc_slider_swiper .sc_slider_info .sc_slider_subtitle {
margin:0;
padding:0;
text-transform:uppercase;
font-size:20px;
line-height:24px;
margin:0 0 4px;
}
.sc_slider_swiper .sc_slider_info .sc_slider_reviews {
margin:0 0 4px;
}
.sc_slider_swiper .sc_slider_info .sc_slider_reviews.after_category {
display:inline-block;
position: relative;
margin:0 0 0 2px;
top: 0;
}
.sc_slider_reviews.post_rating .reviews_stars_bg,
.sc_slider_reviews.post_rating .reviews_stars_hover,
.sc_slider_reviews.post_rating .reviews_value {
color: #ffffff !important;
}
.sc_slider_swiper .sc_slider_info .sc_slider_descr {
color:#ffffff;
line-height:16px;
}
.sc_slider_swiper .sc_slider_info .sc_slider_category {
display:inline-block;
vertical-align:top;
text-transform:uppercase;
position:relative;  height: 24px;
line-height:24px;
padding:0 30px 0 0;
text-align:left;
overflow:hidden;
}
.sc_slider_pagination_area .sc_slider .sc_slider_info .sc_slider_category {
min-width:0;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info,
.slider_main .sc_slider_swiper .sc_slider_info {
max-width:50%;
min-width:40%;
padding:30px;
max-height:150px;
}
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info,
.slider_main .sc_slider_swiper:hover .sc_slider_info {
margin-bottom:-180px;
}
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info:hover,
.slider_fullscreen .sc_slider_swiper .sc_slider_info:hover,
.slider_main .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,
.slider_main .sc_slider_swiper:hover .sc_slider_info:hover,
.slider_main .sc_slider_swiper .sc_slider_info:hover {
margin-bottom:0;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_category,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_category {
font-size:14px;
font-weight:300;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_subtitle,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_subtitle {
font-size:21px;
line-height:28px;
font-weight:300;
}
.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_descr,
.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_descr {
font-size:13px;
line-height:18px;
font-weight:300;
} .sc_socials {
display:inline-block;
}
.sc_socials .sc_socials_item {
display:inline-block;
outline:none;
}
.sc_socials a {
display:inline-block;
outline:none;
border: 2px solid #ff5539;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width:52px;
height:52px;
position: relative;
}
.sc_socials a:hover,
.sc_socials a:hover span{
border-color: #000;
color: #000;
}
.sc_socials a{
line-height: 50px;
}
.sc_socials a span,
.copyright_wrap .right_side .sc_socials_item a span{
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
transform:translateY(-50%);
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
transform:translateX(-50%);
left: 50%;
position: absolute;
font-size: 20px
}
.sc_socials_share .sc_socials_item a span{
font-size: 14px;
}
.sc_socials.sc_socials_size_tiny .sc_socials_item a span{
font-size: 12px;
}
.sc_socials.sc_socials_size_tiny .sc_socials_item{
padding: 0 3px 0 1px;
}
.sc_socials.sc_socials_size_small .sc_socials_item,
.sc_socials.sc_socials_size_large .sc_socials_item {
padding: 0 9px 0 0px;
font-size: 12px;
}
.sc_socials.sc_socials_size_tiny a,
.sc_socials.sc_socials_size_small a {
}
.sc_socials.sc_socials_size_tiny a .sc_socials_hover,
.sc_socials.sc_socials_size_small a .sc_socials_hover {
}
.sc_socials.sc_socials_size_tiny a,
.sc_socials.sc_socials_size_tiny a .sc_socials_hover {
width:24px;
height:24px;
line-height: 24px;
}
.sc_socials.sc_socials_size_small a,
.sc_socials.sc_socials_size_small a .sc_socials_hover {
width: 29px;
height: 29px;
line-height: 29px;
}
.sc_socials.sc_socials_size_large a,
.sc_socials.sc_socials_size_large a .sc_socials_hover {
width: 48px;
height: 48px;
line-height: 48px;
}
.sc_socials a .sc_socials_hover,
.sc_socials.sc_socials_size_tiny a .sc_socials_hover,
.sc_socials.sc_socials_size_small a .sc_socials_hover {
position: absolute;
display:block;
left:0;
top:0;
background-position: 0 0;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.sc_socials a:hover .sc_socials_hover {
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
.copyright_wrap .left_side{
float: left;
font-size: 18px;
font-weight: 600;
}
.copyright_wrap .left_side p{
color: #8f8f8f;
}
.copyright_wrap .right_side .sc_socials, .copyright_wrap .right_side{
float: right;
line-height: 20px;
}
.copyright_wrap .right_side .sc_socials_item a{
width: 22px;
height: 22px;
border-radius: 50%;
position: relative;
border: 2px solid rgba(151, 151, 151, 0.7);
color: rgba(151, 151, 151, 0.7);
line-height: 22px;
}
.copyright_wrap .right_side .sc_socials_item a.social_icon-skype{
border: none;
}
.copyright_wrap .right_side .sc_socials_item a.social_icon-skype span{
font-size: 24px;
top: -3px;
}
.copyright_wrap .right_side .sc_socials_item a.social_icon-skype span:before{
content: '\e912';
}
.copyright_wrap .right_side .sc_socials_item a:hover,
.copyright_wrap .right_side .sc_socials_item a:hover span{
border-color: #ff5539;
color: #ff5539;
}
.copyright_wrap .right_side .sc_socials_item a span{
font-size: 12px;
} .sc_socials.sc_socials_share .sc_socials_item {
vertical-align:top;
}
.sc_socials.sc_socials_share .share_caption {
display:inline-block;
font-size:1.5em;
line-height:1.6667em;
color: #222222;
margin-right:0.6em;
}
.sc_socials.sc_socials_share.sc_socials_dir_vertical {
position:fixed;
left:0px;
top:16%;
z-index:9998;
}
.sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item {
display:block;
margin-top:6px;
line-height:1em;
}
.sc_socials.sc_socials_share.sc_socials_dir_vertical .share_caption {
display:none;
}
.sc_socials.sc_socials_share .share_counter{
display:inline-block;
vertical-align:top;
margin-left:6px;
position:relative;
background:#fff;
color:#666;
padding:0 8px;
line-height:62px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.sc_socials.sc_socials_share .share_counter:before{
content:" ";
position:absolute;
z-index:1;
top:50%;
left:-4px;
width:6px;
height:6px;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background:#fff;
-webkit-transform: translateY(-50%) rotate(45deg);
-moz-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
.sc_socials.sc_socials_size_tiny.sc_socials_share .share_counter{
line-height:30px;
}
.sc_socials.sc_socials_size_small.sc_socials_share .share_counter{
line-height:38px;
} .sc_table table {
width: 100%;
} .sc_tabs .sc_tabs_titles {
overflow:hidden;
margin:0;
padding:0;
}
.sc_tabs .sc_tabs_titles li {
padding:0;
list-style:none;
font-size:18px;
float:left;
text-transform: uppercase;
}
.sc_tabs .sc_tabs_titles li:before {
display:none;
}
.sc_tabs .sc_tabs_titles li a {
display:block;
padding: 10px 25px 10px 30px;
}
.sc_tabs .sc_tabs_content {
display: none;
overflow:hidden;
} .sc_tabs.sc_tabs_style_1 .sc_tabs_titles,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li {
margin-bottom: 0;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
background-color: #fff;
font-family: Open Sans Condensed;
color: #39393b;
font-weight: 700;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover{
color: #ff5539;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li+li {
margin-left: -1px;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_content {
margin-top:-1px;
padding: 40px 35px 40px 35px;
background-color: #fff;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles .ui-state-active a{
background-color: #ff5539;
color: #fff;
} .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li {
margin: 0 0 0.6667em 0;
font-family: 'Open Sans Condensed';
font-weight: 700;
position: relative;
padding-left: 1rem;
text-transform: uppercase;
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 2.5rem;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
display:block;
padding: 0 1.8rem 0 2.5rem;
border-right: 1px solid #c7c7c7;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
color: #c7c7c7;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a + .sc_tab_left_icon{
color: #c7c7c7;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li {
margin-left: 0.6667em;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_content {
padding: 1.5em;
border: 1px solid #e4e7e8;
}
.ui-tabs-anchor:before{
content: 
}
.sc_tabs.sc_tabs_style_2 .sc_tab_left_icon{
position: absolute;
left: 0;
top: 1rem;
color: #c7c7c7;
font-size: 2rem;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .ui-state-active a{
color: #39393b;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .ui-state-active  .sc_tab_left_icon{
color: #ff5539;
} .sc_team_item {
overflow:hidden;
margin-bottom:3.125em;
}
.sc_team_item .sc_team_item_info {
background-color: #f4f7f9;
padding: 1.5em 1.25em;
text-align: center;
}
.sc_team_item .sc_team_item_info .sc_team_item_title {
margin:0;
font-size:1.125em;
}
.sc_team_item .sc_team_item_info .sc_team_item_position {
color: #222222;
}
.sc_team_item .sc_team_item_info .sc_team_item_description {
margin-top:1em;
height:4.25em;
overflow:hidden;
}
.sc_team_item .sc_team_item_info .sc_socials {
margin-top:1em;
}
.sc_team_item .sc_team_item_avatar img {
width: 100%;
} .sc_team_style_1 .sc_team_item_info .sc_team_item_title{
margin-top: -5px;
}
.sc_team_style_1 .sc_team_item_info .sc_team_item_title a:hover{
color: rgba(255, 87, 59, 0.8);
}
.sc_team_style_1 .sc_team_item_info .sc_team_item_position{
color: #ff573b;
font-size: 13px;
font-weight: 700;
}
.sc_team_style_1 .sc_team_item_info .sc_socials{
margin: 15px 0 0 0;
}
.sc_team_style_1 .sc_team_item_info .sc_team_item_description{
margin-top: 5px;
font-size: 14px;
height: 3.25em;
line-height: 22px;
overflow: hidden;
}
.sc_team_style_1 .sc_team_item_avatar{
position: relative;
width: 40%;
float: left;
}
.sc_team_style_1 .sc_team_item_avatar .sc_team_item_hover{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
filter: alpha(opacity=0);
text-align: center;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.sc_team_style_1 .sc_team_item_avatar:hover .sc_team_item_hover{
background: rgba(255, 87, 59, 0.8);
opacity: 1;
filter: alpha(opacity=1);
}
.sc_team_style_1 .sc_team_item_info{
background-color: #f4f7f9;
padding: 1.5em 1.25em;
float: left;
width: 45%;
text-align: left;
}
.sc_team_style_1 .sc_socials .sc_socials_item{
padding: 2px;
}
.sc_team_style_1 .sc_socials a {
height: 22px;
width: 22px;
border-color: #d8d8d8;
line-height: 22px;
}
.sc_team_style_1 .sc_socials a span{
font-size: 12px;
}
.sc_team_style_1 .sc_socials a span{
display: block;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.sc_team_style_1 .sc_socials a span:before{
color: #d8d8d8;
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.sc_team_style_1 .sc_socials a:hover,
.sc_team_style_1 .sc_socials a:hover span:before{
border-color: #ff573b; 
color: #ff573b;
}  .sc_team_style_2 .sc_team_item{
background-color: #fff;
}
.sc_team_item .sc_team_item_info{
background: none;
padding: 0 20px;
}
.sc_team_style_2 .sc_team_item_avatar {
position:relative;
}
.sc_team_style_2 .sc_team_item_info .sc_team_item_title{
margin-top: 28px;
}
.sc_team_style_2 .sc_team_item_info .sc_team_item_position{
color: #8f8f8f;
font-size: 14px;
line-height: 21px;
margin-bottom: 28px;
}
.sc_team_style_2 .sc_team_item_avatar .sc_team_item_hover {
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
opacity: 0;
filter: alpha(opacity=0);
text-align:center;
}
.sc_team_style_2 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover {
opacity: 1;
background-color: rgba(255, 87, 59, 0.8);
filter: alpha(opacity=1);
}
.sc_team_style_2 .sc_team_item_avatar .sc_team_item_hover,
.sc_team_style_2 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials {
-webkit-transition: all ease .3s;
-moz-transition: all ease .3s;
-ms-transition: all ease .3s;
-o-transition: all ease .3s;
transition: all ease .3s;
}
.sc_team_style_2 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials {
position:absolute;
left:0;
top:80%;
width:100%;
margin-top: 50px;
}
.sc_team_style_2 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials {
margin-top: 0px;
}
.sc_team_style_2 .sc_team_item_description{
color: #fff;
font-size: 14px;
padding: 54px 15px 0 15px;
line-height: 24px;
height: 40%;
overflow: hidden;
}
.sc_team_style_2 a .sc_team_item_more{
color: #fff;
font-size: 1.4rem;
}
.sc_team_style_2 a:hover .sc_team_item_more{
color: #222222;
}
.sc_team_style_2 .sc_team_item_more{
position: relative;
}
.sc_team_style_2 .sc_team_item_more:after{
position: absolute;
content: '\e81d';
font-size: 1.2rem;
font-family: 'fontello';
line-height: 4rem;
right: -20px;
}
.sc_team_style_2 .sc_socials_item{
padding: 0 !important;
}
.sc_team_style_2 .sc_socials_item a{
width: 35px;
height: 35px;
background-color: white;
color: #000;
border-radius: 0;
margin-right: 1px;
border: none;
line-height: 35px;
} 
.sc_team_style_2 .sc_socials_item a:hover{
background-color: #ff573b;
color: #fff;
}  .sc_testimonials_wrap {
position:relative;
margin-bottom: 30px;
}
.sc_testimonials_wrap .sc_section_overlay {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width:100%;
padding:1.5em 0;
}
.sc_testimonial_item {
text-align:center;
padding: 7px 60px;
}
.sc_testimonial_author {
font-size:0.875em;
color: #fff;
}
.sc_testimonial_content, .sc_testimonial_content p {
color: #fff;
font-family: 'Open sans Condensed' sans-serif;
font-size: 26px;
font-weight: 700;
text-transform: uppercase;
line-height: 35px;
margin-top: 10px;
}
.sc_testimonial_content p {
margin:0;
}
.sc_testimonial_content p+p {
margin-top:0.5em;
}
.bg_tint_dark .sc_testimonials a {
color: #ffffff;
}
.sc_testimonials.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
margin-left:10px;
}
.sc_testimonials.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
margin-right:10px;
}
.sc_testimonial_wrap_author{
display: inline-block;
margin-top: 17px;
margin-bottom: 10px;
position: relative;
}
.sc_testimonial_avatar .wp-post-image{
border-radius: 50%;
}
.sc_testimonial_avatar, .sc_testimonial_author{
float: left;
font-size: 14px;
}
.sc_testimonial_author{
margin-top: 4px;
margin-left: 20px;
}
blockquote{
margin-bottom: 1.2em;
display: block;
position: relative;
line-height: 30px;
padding: 55px 51px 40px 54px;
text-align: center;
font-size: 18px;
color: #000;
}
blockquote span, blockquote p{
overflow: hidden;
max-height: 175px;
display:block;
font-size: 1em;
}
.sc_testimonial_content blockquote{
position: relative;
line-height: 30px;
padding: 55px 38px 65px 38px;
text-align: center;
font-size: 18px;
height: 100%;
color: #000;
font-family: 'Open Sans';
font-weight: 400;
text-transform: initial;
color: #333333;
}
.sc_testimonial_content .blockquote_wrap{
margin-bottom: 30px;
}
.sc_testimonial_content .blockquote_author_photo{
display: block;
float: left;
}
.sc_testimonial_content .blockquote_author_name, .sc_testimonial_content .blockquote_author_desc{
display: block;
margin-left: 62px;
}
.sc_testimonial_content .blockquote_author_name{
font-family: 'Open Sans Condensed';
line-height: 30px;
font-size: 18px;
font-weight: 700;
color: #222222;
text-transform: initial;
text-align: left;
}
.sc_testimonial_content .blockquote_author_desc{
line-height: 15px;
font-size: 14px;
color: #8f8f8f;
text-align: left;
text-transform: capitalize;
font-weight: 400;
font-family: 'Open Sans';
}
.sc_testimonial_content .blockquote_author_photo img{
border-radius: 50%;
} .sc_title {
position: relative;
border-bottom: 1px solid #efefef;
margin-bottom: 28px;
font-size: 18px;
margin-top: 30px;
} .sc_title_underline {
padding-bottom:16px;
}
.sc_title_underline:after {
content:' ';
display:block;
position:absolute;
border-top: 1px solid #222222;
height:0;
width:1em;
left:0;
bottom:0;
}
.sc_title_underline.sc_align_center:after {
left:50%;
margin-left:-0.5em;
}
.sc_title_underline.sc_align_right:after {
right:0;
left:auto;
} .sc_title_divider { 
position:relative; 
padding-left: 5ex; 
padding-right: 5ex;
text-align:center;
}
.sc_title_divider .sc_title_divider_before,
.sc_title_divider .sc_title_divider_after {
display:block;
width:4ex;
height:1px;
background-color:#222222;
position:absolute;
top: 50%;
}
.sc_title_divider .sc_title_divider_before {
left:0;
}
.sc_title_divider .sc_title_divider_after {
right:0;
} .sc_title_icon {
display:inline-block;
}
.sc_title_icon_left {
margin-right:0.5em;
}
.sc_title_icon_top {
display:block;
}
.sc_title_icon img {
width:auto;
}
.sc_title_icon_left img {
vertical-align:middle;
}
.sc_title_icon_top img {
vertical-align:baseline;
}
.sc_title_icon_small img {
height: 1em;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.sc_title_icon_medium img {
height: 2em;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.sc_title_icon_large img {
height: 3em;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
} .sc_toggles .sc_toggles_item {
margin-bottom:1.25em;
}
.sc_toggles > .sc_toggles_item .sc_toggles_content {
overflow: hidden;
display: none;
}
.sc_toggles .sc_toggles_item .sc_toggles_title {
position:relative;
overflow:hidden;
cursor:pointer;
margin:0;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_items_counter:after {
content:'. ';
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
position:absolute;
left:0;
top:0;
height:100%;
padding:0;
text-align:center;
overflow:hidden;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.sc_toggles .sc_toggles_item .sc_toggles_title .sc_toggles_icon:before {
position:absolute;
left:50%;
top:50%;
-webkit-transform:translateX(-50%) translateY(-50%);
-moz-transform:translateX(-50%) translateY(-50%);
transform:translateX(-50%) translateY(-50%);
}
.sc_toggles .sc_toggles_item .sc_toggles_content {
padding:1.5em 1.8em;
} .sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title {
border:1px solid #e4e7e8;
padding:0.5em 0.5em 0.5em 3em;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
width:2.3333em;
background-color:#e4e7e8;
color: #ffffff;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title .sc_toggles_icon_opened {
margin-top:-2.3333em;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
margin-top:0;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_closed {
margin-top:2.3333em;
} .sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title {
margin-bottom:0.6667em;
padding:0 0 0 2.0833em;
text-transform:uppercase;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
left:0;
top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
width:1.1667em;
height:1.1667em;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon:before {
font-size:0.5833em;
line-height:1em;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon_opened {
opacity: 0;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened {
opacity: 1;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_closed {
opacity: 0;
} .sc_tooltip_parent {
text-decoration: none;
border-bottom: 2px solid #ff5539;
position: relative;
display:inline-block;
color: #ff5539;
}
.sc_tooltip_parent .sc_tooltip {
position: absolute;
color: #fff;
background-color:#333333;
white-space: nowrap;
top: -4em;
left: 50%;
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
transform:translateX(-50%);
padding: 2px 6px;
z-index: 2;
font-size:0.75em;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all ease-out 0.1s;
-moz-transition: all ease-out 0.1s;
-ms-transition: all ease-out 0.1s;
-o-transition: all ease-out 0.1s;
transition: all ease-out 0.1s;
}
.sc_tooltip_parent:hover .sc_tooltip {
opacity: 1;
filter: alpha(opacity=100);
top: -2.5em;
}
.sc_tooltip_parent .sc_tooltip:before {
content: '';
width: 6px;
height: 6px;
position: absolute;
left: 50%;
bottom: -3px;
margin-left: -3px;
z-index: 1;
background-color:#333333;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
} .sc_twitter_wrap {
position:relative;
}
.sc_twitter_wrap .sc_section_overlay {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width:100%;
padding:1.5em 0;
}
.sc_twitter_item {
text-align:center;
padding: 0 5em;
}
.sc_twitter_content {
font-size:1.125em;
}
.sc_twitter_icon {
font-size:2.5em;
line-height:1em;
display:block;
text-align:center;
margin-bottom:0.5em;
}
.sc_twitter_content p {
margin:0;
}
.sc_twitter_content p+p {
margin-top:0.5em;
}
.bg_tint_dark .sc_twitter a {
color: #ffffff;
}
.sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev {
margin-left:10px;
}
.sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next {
margin-right:10px;
} .sc_video_player {
background-repeat:no-repeat;
-webkit-background-size: 100% auto;
-moz-background-size: 100% auto;
-o-background-size: 100% auto;
background-size: 100% auto;
} .sc_video_player.sc_video_bordered {
width:100%;
display:block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sc_video_frame {
position:relative;
overflow:hidden;
height: auto !important;
width: 100% !important;
}
.sc_video_frame img {
width: 100%;
height:auto;
} .mejs-container {
max-width:100%;
} .sc_zoom_wrap {
width:auto;
height:auto;
display:inline-block;
background-repeat:no-repeat;
-webkit-background-size: 100% auto;
-moz-background-size: 100% auto;
-o-background-size: 100% auto;
background-size: 100% auto;
}
.sc_zoom {
position:relative;
overflow:hidden;
}
.sc_zoom img {
width: 100%;
height:auto;
} .booking_main_container .booking_month_container_custom{    background:transparent !important;}
.booking_header_container {    margin-top: 0;} .booking_main_container{
margin: 0 auto;
width: 84%;
position:relative;
}
.booking_main_container .booking_header_container{
height: 6.8em;
}
.booking_main_container .booking_header_container .booking_month_container_all{
width: 97%;
}
.booking_main_container .booking_header_container .booking_month_container_all .booking_month_container {
float: none;
text-align:center;
position: static;
width: 100%;
height: 46px;
margin-top: 1.2em;
}
.booking_main_container .booking_header_container .booking_month_container_all .booking_font_custom{
font-size: 1.875em;
display: inline-block;
height: 46px;
line-height: 55px;
}
.booking_main_container .booking_month_name {
max-width: 25%;
width:auto;
position:static;
}
.booking_main_container .booking_month_year {
min-width: 7%;
width: auto;
padding-right: 0px;
margin-top: 0px;
color: #999;
font-size: 14px;
} .booking_main_container .booking_month_nav_container {
float: none;
position: absolute;
top: 1em;
width: 100%;
height: 0.8em;
font-family: 'fontello';
}
.booking_main_container .booking_mont_nav_button_container img {
max-width: 100%;
height: 1em;
padding: 1em 1em;
display:none;
}
.booking_main_container .booking_mont_nav_button_container:first-child {
float: left;
margin-top: 4px;
}
.booking_main_container .booking_mont_nav_button_container:last-child {
float: right;
margin-top: 4px;
}
.booking_main_container .booking_mont_nav_button_container:first-child .booking_month_nav_button:before {
content:'\E837';
position: absolute;
left:41%;
top: 0;
line-height: 2.7em;
color: white;
}
.booking_main_container .booking_mont_nav_button_container:last-child .booking_month_nav_button:before{
content:'\E836';
position: absolute;
right:45%;
top: 0;
line-height: 2.6em;
color: white;
}
.booking_main_container .booking_mont_nav_button_container:last-child .booking_month_nav_button:hover:before,
.booking_main_container .booking_mont_nav_button_container:first-child .booking_month_nav_button:hover:before{
color: #FF5539;
}
.booking_month_nav_button {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 2em;
height: 2em;
float: left;
display: block;
padding: 10% 10%;
line-height: 2.9em;
position: relative;
} .booking_back_today{
position: absolute;
left: 43%;
top: 4em;
z-index: 200;
font-size: 1.1em;
}
.booking_back_today a {
color: #7e7e7e;
} .booking_calendar_container_all{
margin-top: 0;
} .booking_calendar_container_all .days_container_all{
width: 100%;
}
.booking_name_days_container {
margin: 8px 0;
}
.booking_calendar_container_all .booking_name_days_container .booking_font_custom{
font-weight: 600;
font-size: 16px;
} .booking_day_container {
text-align: center;
width: 9.07em;
height: 9.07em;
float: left;
margin-right: .6964em;
margin-bottom: 1%;
border: 1px solid;
}
.booking_day_container a {
width: 100%;
height: 100%;
display: block;
float: left;
border: none;
cursor: pointer;
position: relative;
}
.booking_day_number {
font-size: 1em;
font-weight: 700;
margin-left: 0;
margin-top: 16%;
line-height: 1em;
float: none;
width: 100%;
}
.booking_day_book {
font-size: 1em;
width: 100%;
height: 2em;
margin-left: 0;
margin-top: 0;
text-align: center;
position: absolute;
bottom: 1em;
line-height: 2em;
color:#FFFFFF !important;
}
.booking_day_slots {
font-size: 1em;
width: 100%;
margin-left: 0;
position: absolute;
bottom: 3.5em;
} [id*="page"] > div.booking_float_left{
width:100%;
} div#booking_container {
margin-left: 2%;
width: 100%;
}
.booking_margin_t_30 {
margin-top: 0px;
}
.booking_width_100p {
width: 100%;
min-height: 14em;
}
#slideshow .booking_font_cuprum {
position: relative;
}
#booking_slot_form .booking_margin_t_5 {
position: absolute;
top: 8px;
}
.booking_margin_t_10 {
margin-top: 20px;
}
.booking_border_t_1 {
border-width: 0;
}
#booking_slots{
margin-top: 5px;
}
#booking_slot_form  .booking_float_left input{
height: 1.05em;
}
#booking_slot_form  .booking_float_left {
margin-top: 0.3em;
}
#booking_slot_form  .booking_margin_l_2 {
margin-left: 1.923em;
width: 25%;
} .booking_float_left.booking_margin_r_2p.booking_width_23p > div,
.booking_float_left.booking_margin_r_2p.booking_width_98p > div
{
display: none;
}
#booking_container .booking_field_input_custom {
border: 1px solid !important;
width: 100%;
}
.booking_margin_r_2p {
margin-right: 0;
}
#booking_container  input,
.booking_float_left  textarea {
padding: 1.1em 1.5em;
}
#form_container_all{
float: right;
width: 42%;
}
#form_container_all .booking_float_left {
float:none;
width: 100%;
margin-bottom: 1em;
}
#booking_slot_form{
width: 50%;
display: inline-block;
float: none;
position: relative;
}
.booking_float_right {
float: right;
position: absolute;
top: 1.2em;
right: 0;
z-index: 1;
}
.booking_margin_t_20 {
margin-top: 0;
}
.booking_padding_10 {
padding: 17px 10px 10px 10px;
}
.booking_width_90p {
width: 100%;
}
.booking_font_22 {
font-size:2.5rem;
color:#453b36;
}
.booking_margin_t_10 {
margin-top: 20px;
}
.booking_border_b_1 {
border-width: 0;
}
.pager .booking_float_left{
width: 100%;
}
#form_container_all .booking_margin_t_20 .booking_float_left{
display:inline-block;
width: 8.692em;
}
#form_container_all .booking_margin_t_20 .booking_float_left a{
display: block;
width: 9em;
text-transform: uppercase;
padding-top: 1.3em;
line-height: 1.2em;
background-image: none;
text-align: center;
font-size: 12px;
border: none !important;
border-radius: 2em 2em 2em 2em;
}
#form_container_all .booking_margin_t_20 .booking_margin_l_20{
display:    block;
width: 100%;
}
#booking_submit_button {
width: 100%;
height: 3.611em;
line-height: 3.615em;
background-image: none;
text-align: center;
font-size: 1.2em;
border: none !important;
padding: 0px !important;
-webkit-border-radius: 2em 2em 2em 2em;
-moz-border-radius: 2em 2em 2em 2em;
border-radius: 2em 2em 2em 2em;
} #booking_slots .booking_margin_l_15 {
margin-left: 0px;
width: 60%;
vertical-align: top;
float: right;
color: #9d9997;
}
#booking_slots select {
width: 50%;
height: 2em;
border: 1px solid #e6e6e6;
padding: 1em 4em;
float: right;
}
.booking_margin_l_20 {
margin-left: 0;
}
.booking_main_container a[over="1"] .booking_day_book {
width: 85%;
left: 0;
right: 0;
margin: 0 auto;
-webkit-border-radius: 1em 1em 1em 1em;
-moz-border-radius: 1em 1em 1em 1em;
border-radius: 1em 1em 1em 1em;
}