/*
Theme Name: Giperion
Theme URI: http://makong.kiev.ua
Author: Makong
Author URI: http://makong.kiev.ua
Description: The 2014 theme for Giperion.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: giperion

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
    background: #F1F2F6;
}
.wrapper {
    width: 940px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.clear{
    height: 20px;
}

h3{
    font-size:17px;
    padding: 20px;
    font-weight: 400;
}
.entry-content h3{
    padding:10px 0px; 
}
h5{
    padding: 5px 0;
}
h6{
    color:#838b94;
    padding: 2px 0;
    font-weight:600 !important;
}
.footer-big h3{
    color:#ffffff;
    padding-left:20px;
}
.footer-big h5{
    color:#ffffff;
    padding: 20px 0px 0px 20px;
}
b,
strong{
    font-weight:600;
}
i,
em{
    font-style: italic;
}
p{
    padding: 10px 0;
}
small{
    font-size:10px;
    font-style:italic;
}
.footer-big p{
    padding-left: 20px;
    line-height: 18px;
}
.left{
    float:left;
}
.right{
    float:right;
}
.warning{
    color:#e44d1e;
}
.orange{
    color:#f4a12b;
}
.cyan{
    color:#007d98;
}
.green{
    color:#009844;
}
.post-video iframe{
    width:325px;
    height:190px !important;
    border:3px solid #1b1b1b;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.post-video{
    margin-bottom:20px;
}
.span33{
    width:33%;
}
.span13{
    width:215px;
}
.span23{
    width:435px;
}
.span100{
    width:100%;
    min-width:670px;
}
.span50{
    width:325px;
}
.txt-right{
    text-align:right;
}
.oe-date{
    color:#e44d1e;
    padding-bottom:0px;
}
.oe-date span{
    font-size:13px !important;
    color:#a4aeb9 !important;
}
/* Buttons  */
.btn {
    -moz-box-shadow: 1px 2px 0px 0px #c9431a;
    -webkit-box-shadow: 1px 2px 0px 0px #c9431a;
    box-shadow: 1px 2px 0px 0px #c9431a;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c9431a), color-stop(1, #e44d1e));
    background:-moz-linear-gradient(top, #c9431a 5%, #e44d1e 100%);
    background:-webkit-linear-gradient(top, #c9431a 5%, #e44d1e 100%);
    background:-o-linear-gradient(top, #c9431a 5%, #e44d1e 100%);
    background:-ms-linear-gradient(top, #c9431a 5%, #e44d1e 100%);
    background:linear-gradient(top, #c9431a 5%, #e44d1e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9431a', endColorstr='#e44d1e',GradientType=0);
    background-color:#c9431a;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #c9431a;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:13px;
    font-weight:400;
    padding:8px 16px;
    text-decoration:none;
}
.btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e44d1e), color-stop(1, #c9431a));
    background:-moz-linear-gradient(top, #e44d1e 5%, #c9431a 100%);
    background:-webkit-linear-gradient(top, #e44d1e 5%, #c9431a 100%);
    background:-o-linear-gradient(top, #e44d1e 5%, #c9431a 100%);
    background:-ms-linear-gradient(top, #e44d1e 5%, #c9431a 100%);
    background:linear-gradient(top, #e44d1e 5%, #c9431a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e44d1e', endColorstr='#c9431a',GradientType=0);
    background-color:#e44d1e;
}

.btn-2 {
    -moz-box-shadow: 1px 2px 0px 0px #aad5de;
    -webkit-box-shadow: 1px 2px 0px 0px #aad5de;
    box-shadow: 1px 2px 0px 0px #aad5de;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #abd5de), color-stop(1, #beedf7));
    background:-moz-linear-gradient(top, #abd5de 5%, #beedf7e 100%);
    background:-webkit-linear-gradient(top, #abd5de 5%, #beedf7 100%);
    background:-o-linear-gradient(top, #abd5de 5%, #beedf7 100%);
    background:-ms-linear-gradient(top, #abd5de 5%, #beedf7 100%);
    background:linear-gradient(top, #abd5de 5%, #beedf7 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd5de', endColorstr='#beedf7',GradientType=0);
    background-color:#abd5de;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #abd5de;
    display:inline-block;
    cursor:pointer;
    color:#007e97 !important;
    font-size:13px;
    font-weight:600;
    padding:4px 16px;
    text-decoration:none;
}
.btn-2:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #beedf7), color-stop(1, #abd5de));
    background:-moz-linear-gradient(top, #beedf7 5%, #abd5de 100%);
    background:-webkit-linear-gradient(top, #beedf7 5%, #abd5de 100%);
    background:-o-linear-gradient(top, #beedf7 5%, #abd5de 100%);
    background:-ms-linear-gradient(top, #beedf7 5%, #abd5de 100%);
    background:linear-gradient(top, #beedf7 5%, #abd5de 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beedf7', endColorstr='#abd5de',GradientType=0);
    background-color:#beedf7;
}
.btn:active,
.btn-2:active{
    position:relative;
    top:1px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 113px;
}
.top{
    height: 50px;
}
.ph-top{
    float:left;
    font-size:13px;
    color:#838b94;
    line-height: 50px;
}
ul.social-btn{
    height:50px;
    margin:0px 20px;
}
ul.social-btn li{
    float:left;
    padding:13px 5px;
}
.social-btn a{
    padding:11px;
    text-decoration:none;
}
#sr{
    background:url('images/socb/sr.png') center center no-repeat;
}
#fb{
    background:url('images/socb/fb.png') center center no-repeat;
}
#tw{
    background:url('images/socb/tw.png') center center no-repeat;
}
#gp{
    background:url('images/socb/gp.png') center center no-repeat;
}
#yt{
    background:url('images/socb/yt.png') center center no-repeat;
}
#sr:hover{
    background:url('images/socb/srh.png') center center no-repeat;
}
#fb:hover{
    background:url('images/socb/fbh.png') center center no-repeat;
}
#tw:hover{
    background:url('images/socb/twh.png') center center no-repeat;
}
#gp:hover{
    background:url('images/socb/gph.png') center center no-repeat;
}
#yt:hover{
    background:url('images/socb/yth.png') center center no-repeat;
}
#fb:hover,#tw:hover,#gp:hover,#yt:hover,#fb,#tw,#gp,#yt{
    -webkit-transition: width 300ms ease, background 300ms ease;
    transition: width 300ms ease, background 300ms ease;
}
#logo{
    position: absolute;
    z-index: 10;
}
#logo img{
    width: 250px;
    margin: 20px;
}
/* MAIN MENU begin */
.main-menu{
    height: 63px;	
}
/* Main */
#menu {
    width: 940px;
    height: 63px;
    margin: 0;
    padding: 0;
    list-style: none;
    display:inline-block;
}
#menu li {
    float: left;
    padding: 0 31.8px;
    position: relative;
    height: 63px;
    text-align:center;
    margin-right:2px;
    background-color:#ffffff;
    transition:background 0.3s ease,color 0.3s ease,display 1s ease;
    -webkit-transition:background 0.3s ease,color 3.5s ease,display 1s ease;
    -moz-transition:background 0.3s ease,color 3.5s ease,display 1s ease;
    -o-transition:background 0.3s ease,color 3.5s ease,display 1s ease;
}

#menu li:first-child{
    color:#ffffff !important;
    background-color: #e44d1e;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom: 3px solid #c9431a;
}
#menu li:nth-child(2),
#menu li:nth-child(2):hover{
    background-color:#e6e6e6;
    border-bottom: 3px solid #c3c3c3;
}
#menu li:nth-child(2):hover a{
    color:#c3c3c3;
}
#menu li:last-child{
    margin-right: 0px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
#menu a {
    float: left;
    text-decoration: none;
    line-height: 63px;
    font-size: 17px;
    text-align:center;
    font-weight: 600;
    color:#e44d1e;
}
#menu li:first-child a{
    color:#ffffff;
}
#menu li:nth-child(2) a{
    color:#c3c3c3;
}
#menu li:hover > ul {
    display: block;
}
#menu li:hover{
    background-color:#e44d1e;
    border-bottom: 3px solid #c9431a;
}
#menu li:hover a{
    color:#ffffff;
}
/* Sub-menu */
#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position:absolute;
    z-index: 10000;    
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: transparent;
    top:63px;
    padding-top:20px;
    box-shadow:none;
}
#gsub{
    width:79% !important;
}
#gsub li,
#menu ul li{
    float: none;
    margin: 0;
    padding:0;
    margin-left: -31.8px;
    height: 42px;
    display: block;
    text-align:left;
    background-color: #e44d1e;
    border-bottom:1px solid #c9431a;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 30px;
}
#menu ul li a{
    line-height:42px;
    font-size:15px;
    font-weight:400 !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding:0px 40px 0px 20px;
    line-height:42px;
}
#menu ul li:hover a{
    color:#ffffff !important;
}
#menu ul li:first-child,
#menu ul li:nth-child(2),
#menu ul li:last-child,
#menu ul li.page_item_has_children,
#gsub li:first-child,
#gsub li:nth-child(2),
#gsub li:last-child{
    border-bottom:1px solid #c9431a;
    background-color: #e44d1e;
    border-radius: 0px;
}
#menu ul li.page_item_has_children{
    background-image: url('images/arrow-right.png');
    background-position: right center;
    background-repeat: no-repeat;
}
#menu ul li:first-child,
#gsub li:first-child{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#menu ul li:last-child,
#gsub li:last-child{
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#menu ul li:hover,
#menu ul li:first-child:hover,
#menu ul li:nth-child(2):hover,
#menu ul li:last-child:hover,
#gsub li:hover,
#gsub li:first-child:hover,
#gsub li:nth-child(2):hover,
#gsub li:last-child:hover{
    background-color: #c9431a;
    border-bottom:1px solid #c9431a;
}
#menu ul li.page_item_has_children a{
    margin-left: 0px;
}
#menu ul li:first-child:after{
    content: '';
    position: absolute;
    left: 45%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #e44d1e;
}
#menu ul li:first-child:hover:after{
    border-bottom-color:#c9431a;
}

/*
#gsub li,
#gsub li:first-child,
#gsub li:nth-child(2),
#gsub li:last-child{
    background-color:#e44d1e;
    border-bottom:1px solid #c9431a;
    border-radius:0px;
    background-position: center center;
    background-repeat: no-repeat;
}
#gsub li:hover,
#gsub li:active,
#gsub li:focus,
#gsub li:nth-child(2):hover{
    background-color: #c9431a;
    border-bottom:1px solid #c9431a;
}
#menu ul li,
#gsub li{
    float: none;
    margin: 0;
    padding:0;
    margin-left: -31.8px;
    display: block;
    text-align:left;
}
#menu ul li{
    border-radius: 0px;
}
#gsub li:first-child{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#gsub li:last-child{
    border-bottom:none;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#gsub li:first-child li p{
    color:#ffffff;
}
#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #c9431a;
}
#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 46%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #e44d1e;
}
#menu ul li:first-child a:hover:after {
    border-bottom-color: #c9431a;
}
*/

/* sub sub menu */
#menu ul ul{
    margin: 0;
    padding: 0;
    top:0px;
    left:100%;
    padding-left:35%;
}
#menu ul li:hover > ul li:first-child:after{
    content: '';
    position: absolute;
    left: -18px;
    top: 30%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #e44d1e;
}
#menu ul li:hover > ul li:first-child:hover:after{
    border-right-color:#c9431a;
}
#menu ul ul li{
    background-color: #e44d1e !important;
    padding:0px;
}
#menu ul ul li:hover{
    background-color: #c9431a !important;
}
#menu ul ul li a{
    padding:0;
    margin:0;
    display:inline-block;
    line-height: 42px;
    font-size: 13px;
    width:100%;
    text-align: left;
    margin:0;
    padding:0px 60px 0px 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
}
#gsub ul li:first-child{
    height:120px;
    width:240px;
    padding:0px 20px;
}
#gsub ul li:first-child p{
    font-size:13px;
    line-height: 17px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
}
#menu ul ul li a:hover{
    font-weight: 400 !important;
}
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
/* MAIN MENU end */

.slider-box{
    height: 500px;
    background: #FFFFFF;
    padding:0;
    margin:0;
}

/* MAIN SLIDER begin*/
#maincontainer,
#xmaincontainer,
#main,
#xmain{
    margin:0 !important;
    padding:0 !important;
    height: 500px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
#maincontainer,
#xmaincontainer,
#maincontainer #cs-buttons-main,
#xmaincontainer #cs-buttons-xmain{
    position: absolute !important;
}
#maincontainer #cs-buttons-main,
#xmaincontainer #cs-buttons-xmain{
    top:280px;
    left:430px;
    height:12px !important;
}
#maincontainer #cs-buttons-main a,
#xmaincontainer #cs-buttons-xmain a{
    background-size: 12px !important;
    height:13px !important;
    width:13px !important;
}
#main img,
#xmain img{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#main #cs-title-main,
#xmain #cs-title-xmain{
    opacity:1 !important;
    background:#ffffff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    width:900px !important;
    padding: 20px !important;
    top: 330px !important;
    
}
#main #cs-title-main:before,
#xmain #cs-title-xmain:before{
    content: '';
    position: absolute;
    left: -6px;
    top: -12px;
    width: 130px;
    height: 12px;
    background-color:white;
    -webkit-transform: skew(45deg,0deg);
    -moz-transform: skew(45deg,0deg);
    transform: skew(45deg,0deg);
}
#main #cs-title-main:after,
#xmain #cs-title-xmain:after{
    content: '';
    position: absolute;
    background-color:white;
    right: -6px;
    top: -12px;
    width: 812px;
    height: 12px;
    -webkit-transform: skew(-45deg,0deg);
    -moz-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
}

#main #cs-title-main h4,
#xmain #cs-title-xmain h4{
    color:#434a54 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 22px !important;
    padding-bottom: 10px !important;
    
}
#main #cs-navigation-main #cs-prev-main,
#main #cs-navigation-main #cs-next-main,
#xmain #cs-navigation-xmain #cs-prev-xmain,
#xmain #cs-navigation-xmain #cs-next-xmain{
    background-color: transparent !important;
    color: transparent !important;
    background-repeat: no-repeat !important;
    height: 25px !important;
    width: 8px !important;
    background-position-x: 50% !important;
    top: 280px !important;
}
#main #cs-navigation-main{

}
#main #cs-navigation-main #cs-prev-main,
#xmain #cs-navigation-xmain #cs-prev-xmain{
    background-image: url(images/prev.png) !important;
    left: 865px !important;
    
}
#main #cs-navigation-main #cs-next-main,
#xmain #cs-navigation-xmain #cs-next-xmain{
    background-image: url(images/next.png) !important;
    left: 900px !important;
}
/* MAIN SLIDER end */

/*  SCROLL-BOX begin*/
.scroll-box{
    height: 230px;
    background: #FFFFFF;
    padding:0;
    margin:0;
}
.list_carousel {
    overflow: hidden;
    width: 940px;
}
.list_carousel ul {
    list-style: none;
    display: block;
}
.list_carousel li {
    font-size: 14px;
    color: #333;
    height:185px;
    width:210px !important;
    margin-right:20px;
    display: block;
    float: left;
}
.list_carousel li a{

}
.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}
.list_carousel .clearfix {
    float: none;
    clear: both;
}
.list_carousel a.prev {
    background: url("images/next-arrow-left.png") no-repeat scroll 3px 60px transparent;
    background-size: 10px auto;
    display: block;
    height: 185px;
    position: relative;
    top: -166px;
    width: 20px;
}
.list_carousel a.next {
    background: url("images/next-arrow-right.png") no-repeat scroll 8px 60px transparent;
    background-size: 10px auto;
    display: block;
    height: 185px;
    position: relative;
    left: 918px;
    top: -351px;
    width: 20px;
}
.list_carousel a.prev {
}
.list_carousel a.next {
    right: -29px;
}
.list_carousel a.prev.disabled, a.next.disabled {
    cursor: default;
}
.list_carousel a.prev span, a.next span {
    display: none;
}

#foo2 {
    left: 20px;
    top: 20px;
    position: relative;
}
.attachment-sliderimg{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.slidertitle{
    display:block;
    text-align:center;
}
.slidertitle a{
    text-decoration:none;
    line-height: 46px;
    color: #a4aeb9;
    font-size:17px;
    font-weight:600;
}
.slidertitle span{
    color: #a4aeb9;
    font-size:13px;
}
#slide-227 a{
    color:#007d98 !important;
}
#slide-229 a,
#slide-329 a{
    color:#c9431a !important;
}
#slide-231 a,
#slide-331 a{
    color:#e26410 !important;
}
#slide-233 a,
#slide-333 a{
    color:#009844 !important;
}
/* SCROLL-BOX end */

/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    padding: 0 0 320px;
    position: relative;
}
.middle:after {
    display: table;
    clear: both;
    content: '';
}
.container {
    width: 100%;
    float: left;
    overflow: hidden;
}
.content {
    padding: 0 0 0 270px;
}
article.post,
article.page{
    background:#ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(227, 228, 232, 1);
    -moz-box-shadow:    0px 3px 0px 0px rgba(227, 228, 232, 1);
    box-shadow:         0px 3px 0px 0px rgba(227, 228, 232, 1);
}
article.post a,
article.page a{
    color:#007c9a;
    font-weight:600;
    text-decoration:none;
}
article.post a:hover,
article.page a:hover{
    text-decoration:underline;
}
article.post a.more-link,
article.page a.more-link{
    color:#ffffff;
    text-decoration:none;
}
article.post h1.entry-title a,
article.page h1.entry-title a{
    color:#434a54;
    text-decoration: none;
    font-weight:400;
}
img.attachment-post-thumbnail{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width:670px !important;
}
.entry-title{
    padding:20px 20px 0px 20px;
}
.entry-title a,
.entry-title{
    text-decoration:none;
    font-size:22px;
    line-height:28px;
    color:#434a54;
}
/*
.entry-title a:hover{
    color:#c9431a;
}
*/
.entry-content,
.entry-summary,
footer.entry-meta{
    padding:10px 20px 0px 20px;
    font-size:13px;
    line-height: 17px;
    color: #a4aeb9;
}

footer.entry-meta{
    padding-bottom:25px;
}
#views{
    width:40px;
    background-image: url('images/views.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.likebtn_container{
    position:relative;
    top:-20px;
    left:55px;
    padding:0;
    margin:0;
    font-family: 'Open Sans', sans-serif !important;
}
span.likebtn-icon{
    background:none !important;
}
.more-link{
    margin-top:5px;
}
.breadcrumbs{
    background:#ffffff;
    height:30px;
    border-bottom: 3px solid #e3e4e8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.breadcrumbs ul li{
    float:left;
    margin-right:2px;
    background: #8ed457;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(1, 153, 70, 1);
    -moz-box-shadow:    0px 3px 0px 0px rgba(1, 153, 70, 1);
    box-shadow:         0px 3px 0px 0px rgba(1, 153, 70, 1);
}
.breadcrumbs ul li a{
    line-height:30px;
    padding:0 13px;
    text-decoration:none;
    font-size:13px;
    font-style:italic;
    font-weight:600;
    color:#019946;
}
.breadcrumbs ul li.current{
    background:#ffffff;
    box-shadow:none;
}
.breadcrumbs ul li.current span{
    line-height:30px;
    padding:0 13px;
    font-size:13px;
    font-weight:600;
    color:#019946;
}
.breadcrumbs ul li:first-child{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.span100,
.span50{
    padding-bottom: 20px;
    margin-bottom: 20px;
    display:inline-block;
}

.span100 .entry-thumbnail{
    float:left;
    margin:20px;
}
.span100 .entry-thumbnail img{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.post-78{
    height:300px;
}
.post-78 h1.entry-title,
.post-82 h1.entry-title,
.post-90 h1.entry-title{
    color:#e44d1e;
}
.trainer-box{
    height:305px;
}
.trainer-box .entry-thumbnail img{
    width:325px;
    height:325px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
table.shedule{
    width:100%;
}
table.shedule tr{
    border-top:1px solid #f1f2f6;
}
table.shedule tr td{
    padding: 15px 5px !important;
}
#day{
    font-weight:600 !important;
    font-size:15px;
    color:#c9431a;
}
#place{
    font-weight:600 !important;
    font-size:15px;
    color:#007d98;
}
.cyan-box{

}
.cyan-box .entry-header,
.post-84 .cyan-box h1.entry-title,
.post-335 .cyan-box h1.entry-title{
    background-color:#007d98;
}

.cyan-box .entry-title,
.post-319 .entry-title,
.post-112 .entry-title,
.post-108 .entry-title{
    color:#ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding-bottom:20px;
    font-size:17px;
}
.cyan-box{
    background-color:#55bed5 !important;
}
.post-319 .entry-title,
.post-112 .entry-title,
.post-108 .entry-title{
    background-color:#55bed5 !important;
}
#tgbox1,#tgbox2,#tgbox3,#tgbox4,#tgbox5{
    margin:20px;
    display:none;
}
#tgbut1,#tgbut2,#tgbut3,#tgbut4,#tgbut5{
    width:100px;
    height:30px;
    float:right;
    background-position: center center;
    background-repeat: no-repeat;
}
.post-44 .entry-thumbnail{
    width:100%;
    display:block;
}
.post-44 .entry-thumbnail img{
    width:400px;
    height:auto;
}
.post-82{
    height:300px;
}
.post-84,
.post-86{
    margin-bottom: 0px;
}
.post-335 .cyan-box,
.post-84 .cyan-box,
.post-90{
    margin-bottom:20px;
    padding-bottom: 20px;    
}
.cyan-box table{
    border: 1px solid #90d5e4;
    color:#ffffff;
    font-size:12px;
    line-height: 14px;
    width:100%;
    margin-bottom:20px;
}
.cyan-box table td{
    border: 1px solid #90d5e4;
    text-align:center;
    vertical-align: middle;
    padding: 10px 5px 10px 5px !important;
}
#explane-link{
    position:relative;
    top:-60px;
    left:20px;
}
.post-explane{
    background:#ffffff;
    padding-bottom:40px;
}
.post-video{
    background: #ffffff;
    padding-bottom:20px;
}
article.trainer-page,
.other-box{
    display:inline-block;
    width:670px;
}
.trainer-page h1.entry-title{
    
}
.trainer-page h3{
    padding-bottom:10px;
    color:#e44d1e;
    font-weight:600;
}
.trainer-page .entry-thumbnail{
    padding:20px 0px 0px 20px;
}
.trainer-page .entry-thumbnail img{
    width:325px;
    height: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.trainer-page ul.cr-image{
    width:325px;
    margin:10px 0px 0px 20px;
    display:inline-block;
}
.trainer-page ul.cr-image li{
    float:left;
    margin-right:10px;
}
.trainer-page ul.cr-image li img{
    width:101px;
    height:auto;
}
.trainer-page ul.cr-image li.last_cr{
    margin-right:0px;
}
.other-box h1.entry-title{
    padding-bottom:20px;
    color:#e44d1e;
}
.other-box h3.entry-title{
    padding-top:0px;
}
.other-box .entry-thumbnail img{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.other-box .content-box{
    width:480px; 
    min-height:150px; 
    margin-bottom: 20px;
}
.other-box .entry-thumbnail{
    width:150px;
}
.post-108 h3{
    color:#838b94;
}
.post-108 a.btn{
    color:#ffffff;
    margin:20px 0px 10px 20px; 
}
.post-108 a.btn:hover{
    text-decoration: none;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
    float: left;
    width: 250px;
    margin-left: -100%;
    position: relative;

}
.widget{
    background:#ffffff;
}

.widget-container ul{

}
.page_item a{
    text-decoration:none;
}
li.page_item_has_children{
    background:#e44d1e;
    margin-bottom: 20px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(227, 228, 232, 1);
    -moz-box-shadow:    0px 3px 0px 0px rgba(227, 228, 232, 1);
    box-shadow:         0px 3px 0px 0px rgba(227, 228, 232, 1);
}
li.page_item_has_children a{
    font-size:14px;
    font-weight:600 !important;
    color:#ffffff;
    line-height: 48px;
    padding-left:20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
li.page-item-30{
    background:#ffffff !important;
}
li.page-item-30 a{
    text-shadow: none !important;
}
ul.children{
    background:#ffffff;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
ul.children li{
    border-bottom:1px solid #f1f2f6;
}
ul.children li:last-child{
    border-bottom:none;
}
ul.children li a{
    line-height: 36px;
    color: #a4aeb9;
    font-size:13px;
    text-shadow: none !important;
    font-weight:400 !important;
}
ul.children li a:hover{
    font-weight:600 !important;
}
li.page-item-40,
li.page-item-42,
li.page-item-44,
li.page-item-46,
li.page-item-49,
li.page-item-51{
    background:#009844 !important;
}
li.page-item-11 {
    background-color: #f35a2a;
    background-image: url('images/arrow-down.png');
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
li.page-item-9{
    background-color: #f35a2a;
    background-image: url('images/arrow-down.png');
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius:8px !important;
    -webkit-border-top-right-radius: 8px !important;
    -moz-border-radius-topleft: 8px !important;
    -moz-border-radius-topright: 8px !important;
    border-top-left-radius:8px !important;
    border-top-right-radius:8px !important;
}
li.page-item-9 ul.children li a,
li.page-item-11 ul.children li a{
    color:#a4aeb9 !important;
    font-size:13px !important;
}
li.page-item-9 .page_item_has_children,
li.page-item-11 .page_item_has_children{
    background:#ffffff ! important;
    border-radius:0 !important;
    box-shadow: none !important;
    margin-bottom:0px !important;
}
li.page-item-124 a,
li.page-item-126 a,
li.page-item-128 a,
li.page-item-9 a,
li.page-item-11 a{
    color:#ffffff !important;
    font-size:15px !important;
    
}
li.page-item-9{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #c9431a !important;
}
li.page-item-9 ul.children{
    border-radius: 0px;
}
li.page-item-11{
    margin-top: -20px !important;
}
li.page-item-124{
    background: #e26410 !important;
    text-shadow: 1px 1px 1px rgba(131, 86, 23, 0.5);
}
li.page-item-124 ul.children li{
    background-color: #f4a12b !important;
    border-bottom: 1px solid #db9027 !important;
}
li.page-item-126{
    background: #009844 !important;
    text-shadow: 1px 1px 1px rgba(0, 76, 34, 0.5);
}
li.page-item-126 ul.children li{
    background-color: #8ed457 !important;
    border-bottom: 1px solid #7cba4c !important;
}
li.page-item-128{
    background: #007d98 !important;
    text-shadow: 1px 1px 1px rgba(0, 62, 76, 0.5);
}
li.page-item-128 ul.children li{
    background-color: #55bed5 !important;
    border-bottom: 1px solid #4ba8bd !important;
}
li.page-item-124 ul.children li:last-child,
li.page-item-126 ul.children li:last-child,
li.page-item-128 ul.children li:last-child{
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.widget-82{
    padding:20px;
    font-size:13px;
    line-height: 17px;
    color: #a4aeb9;
}
.widget-82 h3{
    color:#e44d1e;
    padding: 0;
}
.widget-82 a{
    color:#007c9a;
    font-weight:600;
    text-decoration:none;
}
.widget-82 a:hover{
    text-decoration:underline;
}
/*
.widget ul li,
.w-services ul li{
    background-color:#f35a2a;
    line-height:40px;
    border-bottom: 1px solid #c9431a;
}
.w-media ul li{
    background-color: #f4a12b !important;
    border-bottom: 1px solid #db9027 !important;
}
.w-events ul li{
    background-color: #8ed457 !important;
    border-bottom: 1px solid #7cba4c !important;
}
.w-groups ul li{
    background-color: #55bed5 !important;
    border-bottom: 1px solid #4ba8bd !important;
}
.widget ul li:last-child,
.w-services ul li:last-child{
    border-bottom: none;
}
.widget ul li a{
    font-size:17px;
    color:#ffffff;
    text-decoration: none;
    padding-left: 20px;
}
.widget ul li a:hover{
    font-weight:600;
}
.widget ul li ul li{
    background-color:#ffffff;
    line-height: 32px;
    border:none;
}
.widget ul li ul li a{
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #a4aeb9;
    padding-left:20px;
}
.widget ul li ul li:first-child{
    padding-top:20px;
}
.widget ul li ul li:last-child{
    padding-bottom:20px;

}
.widget ul li ul li a:hover{
    color:#e44d1e;
}

h3.widget-title {
    font-weight:600;
    background:#e44d1e;
    color:#ffffff;
    text-shadow: 1px 1px 1px rgba(101, 33, 13, 0.5);
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.w-media .widget-title{
    background: #e26410 !important;
    text-shadow: 1px 1px 1px rgba(131, 86, 23, 0.5);
}

.w-events .widget-title{
    background: #009844 !important;
    text-shadow: 1px 1px 1px rgba(0, 76, 34, 0.5);
}

.w-groups .widget-title{
    background: #007d98 !important;
    text-shadow: 1px 1px 1px rgba(0, 62, 76, 0.5);
}

#show-hide-button{
    background-image: url('images/arrow-down.png');
    background-position: right top;
    background-repeat: no-repeat;
}
#show-hide-button span{
    color:#ffffff;
    padding-left:20px;
}
*/
/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 940px;
    margin: -320px auto 0;
    height: 320px;
    position: relative;
    font-size: 12px;
    color:#a4aeb9;
    font-family: 'Open Sans', sans-serif;
}
.footer-big{
    height: 260px;
    background: #393F48;
}
.footer-contacts li{
    border-bottom: 1px solid #333a42;
    border-left: 1px solid #333a42;
    background-position: 10px center;
    background-repeat: no-repeat;
    height:64px;
    padding-left: 40px;
}
.footer-contacts li p{

}
.footer-contacts li:last-child{
    border-bottom: none;
}
.footer-contacts li:hover{
    color:#ffffff;
    background-color:#434a54;
}
.footer-contacts #c1{
    background-image:url('images/c1.png');
    line-height:16px;
}
.footer-contacts #c1:hover{
    background-image:url('images/c1h.png');
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}
.footer-contacts #c2{
    background-image:url('images/c2.png');
    line-height:21px;
}
.footer-contacts #c2:hover{
    background-image:url('images/c2h.png');
}
.footer-contacts #c3{
    background-image:url('images/c3.png');
    line-height:21px;
}
.footer-contacts #c3:hover{
    background-image:url('images/c3h.png');
}
.footer-contacts #c4{
    background-image:url('images/c4.png');
    line-height:21px;
}
.footer-contacts #c4:hover{
    background-image:url('images/c4h.png');
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}

.footer-small{
    height: 60px;
}
#devs{
    float:right;
    width:49%;
    text-align:right;
    line-height: 18px;
}
#copy{
    float:left;
    width:49%;
    line-height: 36px;
}
.round-box{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.round-box-top{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.round-box-bottom{
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.shadow-box{
    -webkit-box-shadow: 0px 3px 0px 0px rgba(227, 228, 232, 1);
    -moz-box-shadow:    0px 3px 0px 0px rgba(227, 228, 232, 1);
    box-shadow:         0px 3px 0px 0px rgba(227, 228, 232, 1);
}
.shadow-cyan-box{
    -webkit-box-shadow: 0px 3px 0px 0px rgba(76, 168, 189, 1);
    -moz-box-shadow:    0px 3px 0px 0px rgba(76, 168, 189, 1);
    box-shadow:         0px 3px 0px 0px rgba(76, 168, 189, 1);
}
ul.toggle{
    display:none;
}
.thermometer{
    height:40px;
    width:100px;
    background-image: url('images/therm.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    font-size:13px;
    line-height:15px;
    font-weight:600;
    color:#a4aeb9;
    vertical-align:middle;
    padding-top:5px;
    float:right;
    padding-left: 20px;   
}
.thermometer div{
    float:left;
}
/*--FORM-7--*/
.wpcf7-form{
    font-family:'Open Sans', sans-serif;
    font-size:12px;
    font-weight:600 !important;
}
.wpcf7-form p{
    color:#434a54;
}
.wpcf7-list-item-label{
    color:#a4aeb9;
}
.wpcf7-text,
.textarea-337 textarea{
    padding:10px;
    margin-top:10px;
}
.wpcf7-text, .bd-box,
.textarea-337 textarea{
    border:2px solid #F1F2F6 !important;
    border-radius:5px;
}
.radio-727 .wpcf7-radio label{
    display:block;
    margin:9px;
}
.radio-323 .wpcf7-radio label{
    margin:10px;
}
.radio-323 span.wpcf7-list-item,
.radio-727 span.wpcf7-list-item{
    margin:0;
    padding:0;
}
.radio-323 input{
    margin-top:24px;
    margin-bottom:15px;
}
.wpcf7-submit{
    float:right;
}
.radio-323 span.wpcf7-list-item  input[type="radio"]:checked + span,
.radio-727 span.wpcf7-list-item  input[type="radio"]:checked + span{
   color: #434a54 !important;
}
.textarea-337 textarea{
    width:260px;
    height:100px;
}
#op{
    text-align:right;
    font-style:italic;
    color:#a4aeb9;
    font-weight:300 !important;
}

/* ---- Календарь ---- */
.calnk a:hover {
    background-position:0 0;
    text-decoration:none;  
    color:#000000;
 }
.calnk a:visited {
    text-decoration:none;
    color:#000000;
}
.calnk a {
    text-decoration:none; 
    color:#000000; 
}
.calnk a span { 
    display:none; 
}

.calendar-table {
    border:0px !important;
    width:100% !important;
}
div#events_calendar .calendar-heading {
    text-align:center;
    background-color:#e44d1e !important;
    border:0px solid #ffffff !important;
    border-bottom:3px solid #c9431a !important;
    line-height:20px;
}
div#events_calendar .calendar-heading td.calendar-month{
    height:50px;
    vertical-align: middle;
    text-align:left;
    color:#ffffff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding-left: 20px !important;
    font-weight:400 !important;
    font-size: 12px;
    line-height:17px !important;
}
div#events_calendar .calendar-heading td.calendar-month span{
    font-size:17px;
}
div#events_calendar a.calendar-next-link,
div#events_calendar a.calendar-prev-link{
    text-decoration:none;
    padding-left:7px;
    padding-right:7px;
    background-size:13px 13px !important;
    float:right;
    margin-top: 8px;
}
div#events_calendar a.calendar-next-link{
    background:url('images/next.png') center center no-repeat;
    margin-right: 10px;
}
div#events_calendar a.calendar-prev-link{
    background:url('images/prev.png') center center no-repeat;
    margin-right: 5px;
}
div#events_calendar a.all-events-link{
    text-decoration:none;
    color:#ffffff;
    font-size:9px;
    font-weight:300 !important;
    line-height:11px;
    position:relative;
    top:23px;
    left:50px;
}
div#events_calendar td.current-day,
div#events_calendar td.day-with-date span.weekend,
div#events_calendar td.day-with-date,
div#events_calendar td.day-without-date{
    border:0px !important;
    font-size:11px !important;
    color:#a4aeb9;
    text-align:center;
    line-height:23px;
}
div#events_calendar td.current-day{
    background: none !important;
    color:#c9431a !important;
    font-size:13px !important;
}
div#events_calendar td.day-with-date{
    
}
div#events_calendar td.day-with-date span.calnk{
    border: 0px !important;
    padding:0px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
}
div#events_calendar td.day-with-date span.calnk a{
    text-decoration: none !important;
    font-size:11px !important;
    color:#ffffff;
    border:0px !important;

}
div#events_calendar td.day-with-date span.calnk a:hover span {
    color:#a4aeb9; 
    background:#ffffff; 
    display:block;
    position:absolute; 
    margin-top:1px; 
    padding:20px; 
    width:200px; 
    z-index:100;
    line-height:1.2em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border:1px solid #f1f2f6;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(227, 228, 232, 1);
    -moz-box-shadow:    0px 3px 0px 0px rgba(227, 228, 232, 1);
    box-shadow:         0px 3px 0px 0px rgba(227, 228, 232, 1);
    text-align:left;
    font-weight:400 !important;
}
.normal-day-heading {
    text-align:center;
    width:25px;
    height:25px;
    border:0px !important;
    line-height: 20px;
    background:#F1F2F6 !important;
    color:#c9431a !important;
}
.weekend-heading {
    text-align:center;
    width:25px;
    height:25px;
    border:0px !important;
    line-height: 20px;
    background:#F1F2F6 !important;
    color:#c9431a !important;
}
.day-with-date {
    vertical-align:text-top;
    text-align:left;
    width:60px;
    height:60px;
    border:1px solid #DFE6DE;
}
.no-events {

}
.day-without-date {
    width:60px;
    height:60px;
}
span.weekend {
    color:#FF0000;
}
.current-day {
    vertical-align:text-top;
    text-align:left;
    width:60px;
    height:60px;
}
span.event {
    font-size:0.75em;
}
.calendar-date-switcher {
    height:25px;
    text-align:center;
    border:1px solid #D6DED5;
    background-color:#E4EBE3;
}
.calendar-date-switcher form {
    margin:2px;
}
.calendar-date-switcher input {
    border:1px #D6DED5 solid;
    margin:0;
}
.calendar-date-switcher select {
    border:1px #D6DED5 solid;
    margin:0;
}
.calnk a:hover span span.event-title {
    padding:0;
    text-align:center;
    font-weight:bold;
    font-size:1.2em;
    margin-left:0px;
}
.calnk a:hover span span.event-title-break {
    width:96%;
    text-align:center;
    height:1px;
    margin-top:5px;
    margin-right:2%;
    padding:0;
    background-color:#000000;
    margin-left:0px;
}
.calnk a:hover span span.event-content-break {
    width:96%;
    text-align:center;
    height:1px;
    margin-top:5px;
    margin-right:2%;
    padding:0;
    background-color:#000000;
    margin-left:0px;
}
.page-upcoming-events {
    font-size:80%;
}
.page-todays-events {
    font-size:80%;
}
.calendar-table table,tbody,tr,td {
    margin:0 !important;
    padding:0 !important;
}
table.calendar-table {
    margin-bottom:5px !important;
}
.cat-key {
    width:100%;
    margin-top:30px;
    padding:5px;
    border:0 !important;
}
.cal-separate {
   border:0 !important;
   margin-top:10px;
}
table.cat-key {
   margin-top:5px !important;
   border:1px solid #DFE6DE !important;
   border-collapse:separate !important;
   //border-spacing:4px !important;
   margin-left:2px !important;
   width:99.5% !important;
   margin-bottom:5px !important;
}
.cat-key td {
   border:0px !important;
}
div#events_calendar table.calendar-table{
    border-spacing: 0px !important;
    font-size:13px !important;
    font-weight:600 !important;
}

/*-- sheduler --*/
.post-198 h1.entry-title{
    padding-bottom:20px;
    color:#ffffff;
    background:#e44d1e;
    border-bottom:3px solid #c9431a;
}
.wcs3-class-container {
    background-color: #ffffff;
    color: #a4aeb9;
}
.wcs3-class-container a {
    color: #55bed5;
}
.wcs3-details-box-container {
    background: #ffffff !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border:1px solid #f1f2f6;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(227, 228, 232, 1);
    -moz-box-shadow:    0px 3px 0px 0px rgba(227, 228, 232, 1);
    box-shadow:         0px 3px 0px 0px rgba(227, 228, 232, 1);
    font-size:11px;
    line-height:15px;
}
body .wcs3-qtip-tip {
    background-color: #FFFFFF;
    border-color: #f1f2f6;
}
.wcs3-schedule-wrapper table {
    background-color: #FFFFFF;
}
table.wcs3-schedule-normal-layout{
    font-size:13px;
}
table.wcs3-schedule-normal-layout thead th{
    background:#f1f2f6;
    padding:10px 0px 10px 10px;
    color:#e44d1e;
    font-weight:600 !important;
    text-align:left;
    line-height:17px;
}
table.wcs3-schedule-normal-layout thead th span{
    color:#a4aeb9;
    font-weight:400 !important;
}
table.wcs3-schedule-normal-layout thead th.current{
    background:#b2d8e0;
    color:#007d98;
}
table.wcs3-schedule-normal-layout thead th.current span{
    color:#007d98;
}
table.wcs3-schedule-normal-layout tbody th,
table.wcs3-schedule-normal-layout tbody td{
    background:#ffffff;
    color:#a4aeb9;
    vertical-align:middle;
    padding:20px 0px;
}
table.wcs3-schedule-normal-layout tbody tr{
    border-bottom:1px solid #f1f2f6;
}
td.wcs3-cell b{
    color:#007d98 !important;
}


/*Code to change the main search form textbox colour styles*/
.search-form {
    position: relative;
    top:-14px;
    left:4px;
}

.search-field {
    background-color: transparent;
    background-image: url(images/socb/sr.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
    color:#a4aeb9;
    font-family: 'Open Sans', sans-serif;
    
}
.search-field:hover{
    background-image: url(images/socb/srh.png);
}
.search-field:focus {
    background-color: #fff;
    border: 1px solid #e3e6ea;
    cursor: text;
    outline: 0;
    width: 200px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.search-form .search-submit {
    display: none;
}
.search-field {
    background-image: url(images/socb/sr.png);
}
span.screen-reader-text{
    display:none;
}
header.search-header{
    margin-bottom:20px;
    padding:20px;
    background:#f35a2a;
    color:#ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.ngg-galleryoverview{
    padding-left:20px !important;
    padding-right:20px !important;
    width:650px !important;
}
.ngg-gallery-thumbnail img{
    border: none !important;
}
