/*
 Theme Name: Latin Motion
 Theme URI:
 Description: Take this theme to start your new project. Update this info with project info
 Version: 1.0
 Author: Ksenia Chkalova
 */
/* place your css here */
html{
	background: url(images/wood-tle.jpg) repeat;
	margin: 0 !important;
	/*background:#fff url(../images/bg.gif) repeat;*/
}
body{
	font: 16px / 20px Calibri, Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/bg-body.png) no-repeat 50% 300px;
	color: #363636;
}
h2 {
	color: #1f2f75;
	font-size: 26px;
	line-height:30px;
	margin:20px 0 0;
}
h2 a:hover{
	color:#1f2f75;
}
h3{
	margin:20px 0 0;
	font-size:20px;
	line-height:24px;
	color:#1f2f75;
}

a{
	text-decoration:none;
	color:#1f2f75;
}
a:hover{
	color:#ec6500;
}
form, fieldset, img{
	margin:0;
	padding:0;
	border-style: none;
}

.alignleft{
	float:left;
	/*width:200px;*/
	/*height:300px;*/
	margin: 0 20px 17px 0;
}
.alignright{
	float:right;
}
.aligncenter {
	margin-left: 108px;
}
#wrapper{
	width: 100%;
	/*min-width: 1024px;*/
	padding: 0 0 44px;
}
.topbar{
	background:#000;
	width:100%;
	height:30px;
	padding:10px 0 0;
}
.topbar-center {
	width: 980px;
	margin: 0 auto;
}
#page {
	margin: 0 auto;
	width: 980px;
	/*background:#fff;*/
}
/*---header---*/
#header{
	width:100%;
	position:relative;
	padding:15px 0 0;
}
#header:after {
	content: "";
	clear:both;
	display:block;
}
#header .header-main{
	width:100%;
	float:left;
}

/*#header .header-main:after{
 content:"";
 clear:both;
 display:block;
 }*/
#site-title{
	float:left;
	/*margin:0 -100px -149px -227px;*/
	/*padding:42px 0 0;*/
	/*width:823px;*/
	width: 432px;
	/*height:469px;*/
	padding: 20px 0 0;
	height: 341px;
	font:bold 24px/24px Calibri,Arial,Helvetica,sans-serif;
	color: #ec6500;
	text-align: center;
	text-shadow: 1px 1px 2px black, 0 0 1em black;
}
h1{
	width:333px;
	height:118px;
	background:url(images/logo.png) no-repeat;
	text-indent:-9999px;
	/*overflow:hidden;*/
	margin:19px auto 17px;
	position:relative;
}

h1 a{
	display: block;
	width: 100%;
	height: 100%;
}
h1 img{
	display: block;
	width: 333px;
	height: 118px;
	margin: 0;
	padding: 0;
}
#site-title .slogan{
	margin: 0;
}
#site-title .slogan strong{
    /*font-size:26px;*/
}
#site-title .contacts {
	margin: 3px 0 0;
	color: #fff !important;
}
#slider {
    float: right;
    overflow: hidden;
    width: 500px;
    height: 362px;
    position: relative;
    margin: 0 0 -60px;
}
#slider ul {
    width: 9999px;
    margin: 0;
    padding: 0;
}
#slider ul li {
    float: left;
    width: 500px;
    list-style: none;
}

#slider ul li p {
    margin: 0;
}

#slider ul li img {
    display: block;
    margin: 0 auto;
}

#slider .link {
    display: block;
    width: 484px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
}

#slider .pager {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

#slider .pager a {
    background: url(images/bg-pager.png) no-repeat;
    float: left;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    margin-left: 7px;
    overflow: hidden;
}

#slider .pager a.activeSlide {
    background-position: -13px 0;
}

.menu-header {
    width: 1000px;
    position: relative;
    z-index: 100;
    float: left;
}

#menu-main_menu {
    width: 100%;
    margin: -43px 0 0;
    padding: 0;
}

/*.menu:after{
 content:"";
 clear:both;
 display:block;
 }*/
#menu-main_menu ul {
    margin: 0;
    padding: 0;
    width: 1000px;
    float: left;
}

#menu-main_menu li {
    background: url(images/bg-menu1.png) no-repeat;
    float: left;
    font: bold 19px / 43px Calibri, Arial, serif;
    list-style: none;
	width: 180px;
	margin-right: 20px;
	position: relative;
}

.home #menu-main_menu li.menu-item-65,
.single #menu-main_menu li.menu-item-65,
#menu-main_menu li.active,
#menu-main_menu li.current-menu-item,
.parent-pageid-7 #menu-main_menu li.menu-item-13{
	margin-top: -15px !important;
	line-height: 58px !important;
    /*color:#1f2f75;*/
    /*line-height:58px;*/
    /*margin-top:-15px;*/
}

#menu-main_menu li.menu-item-13{
	background-position: -180px 0;
}

#menu-main_menu li.menu-item-12{
	background-position: -360px 0;
}

#menu-main_menu li.menu-item-2014{
	background-position: -540px 0;
}

#menu-main_menu li.menu-item-19{
	background-position: -720px 0;
}
#menu-main_menu li a{
	display: block;
	color: #fff;
	text-align: center;
	outline: none;
    /*padding:0 14px;*/
}
.menu li ul {
	background: url(images/bg-dropbox.png) no-repeat;
	position: absolute;
	z-index: 500;
	width: 400px;
	height: 400px;
}
.menu li ul li{
    float: none;
    background: none;
}
.menu li ul li a{
	text-align: left;
}
#vk_like{
	width:157px !important;
	float:left;
}
.fb-like{
	float:left;
	width:85px;
}
.twitter-share-button{
	float: left;
}
.qtrans_language_chooser{
	/*margin: 0;
	padding: 0 0 20px;
	list-style: none;
	text-align: right;
	float: right;*/
	margin:0;
	padding:0;
	position:absolute;
	top:-30px;
	right: 0;
}
.qtrans_language_chooser li{
    /*display:block;*/
    /*float:left;*/
    /*margin-left: 15px;*/
	list-style:none;
    /*display: inline;*/
	float:left;
	padding-right:16px;
}

.qtrans_language_chooser li.active a {
    color: #ec6500;
}

.qtrans_flag_and_text {
	background-position: 0 4px !important;
	color: #fff;
}

.qtrans_flag_and_text {
	padding-left: 25px !important;
}
.callus{
	float:right;
	text-align:right;
	color:#fff;
	font-size:24px;
}
.callus p{
	margin:0;
	padding:0;
}
.callus span{
	font-weight:bold;
	color:#ec6500 !important;
}

#main {
    /*background:url(../images/bg-main.png) repeat-y;*/
    /*background:url(../images/postTop.png) no-repeat;*/
    width: 100%;
    /*padding:0 30px;*/
    margin: -9px 0 0;
    position: relative;
    z-index: 200;
}

.main-top {
    background: url(images/bg-main-top.png) no-repeat;
    height: 9px;
}

.main-btm {
	background: url(images/bg-main-btm.png) repeat-x;
	height: 19px;
}

.main-content {
	background: #fff;
	overflow: hidden;
}

#content {
    /*width:940px;*/
    float: left;
    width: 640px;
    padding: 15px 20px;
}

#content h2 {
    border-bottom: 1px #ccc solid;
    padding: 0 0 3px;
}

.home #content h2, .search #content h2, .archive #content h2.entry-title {
    border: 0;
}

#content p {
    margin: 6px 0 0;
}

.post {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
    width: 100%;
    /*overflow:hidden;*/
}

.post:after {
    display: block;
    content: "";
    clear: both;
}

.post-content {
    overflow: hidden;
    width: 100%;
}

.post h2 {
    /*margin-top:-7px;*/
    font-size: 24px;
}

.entry-meta {
    /*text-align:right;*/
    /*margin:6px 0 0;*/
}

.entry-content {
    margin: 12px 0 0;
}

.entry-utility {
    margin: 15px 0 0;
}

.post img.alignleft {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.navigation{
	width:100%;
	overflow:hidden;
}
.nav-previous{
	float:left;
}
.nav-next{
	float:right;
}
#sidebar{
	float:left;
	width:280px;
	margin:15px 0 0;
}
#sidebar h2{
	color:#ec6500;
	margin:12px 0 0;
	font-size:22px;
	text-align:center;
}
#sidebar a{
	color:#fff;
}
/*#sidebar li:hover,*/
#sidebar a:hover{
	/*color:#ec6500;*/
	text-decoration:underline;
}
#sidebar .sidebar{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar .sidebar .widget-container{
	 background:#000 url(images/bg-sidebar-block-top.gif) no-repeat;
	padding:8px 0 0;
	width:280px;
}
#sidebar .sidebar .widget_search{
	padding-top:30px;
	display:none;
}
#searchform{
	overflow:hidden;
}
input#s{
    float:left;
    margin-right:7px;
    font: 14px / 17px Calibri, Arial, Helvetica, sans-serif;
    height: 17px;
    padding: 2px 3px;
    width: 203px;
}

#searchsubmit {
    background: url(images/btn-search.png) no-repeat;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 23px;
    height: 23px;
    border: 0;
    padding: 0;
    float: left;
    cursor: pointer;
}
.screen-reader-text{
	display:none;
}
#sidebar .sidebar .widget-content{
	width:260px;
	padding:0 0 0 10px;
}
#sidebar .sidebar .widget-container-btm{
	background:#000 url(images/bg-sidebar-block-btm.gif) no-repeat;
	width:100%;
	height:55px;
}
.textwidget ul, #sidebar .menu{
	margin:10px 0 0;
	padding-left:40px;
	list-style:disc;
	color:#fff;
}
/*#sidebar-right .block-content ul li{
 border-bottom:1px dashed #fff;
 padding-bottom:8px;
 }*/
#sidebar .block-btm{
	background:url(images/bg-block-btm.png) no-repeat;
	height:55px;
}
#sidebar .vk{
	margin:15px auto 0;
	/*width: 200px;*/
}
#footer{
	width: 100%;
}
.footer-top{
	background:url(images/bg-block-top.png) repeat-x;
	height:8px;
}
.footer-content{
	background:#000;
	overflow:hidden;
	width:940px;
	padding:20px;
	color:#fff;
}
#footer .menu{
	margin:0;
	padding:0 0 20px;
	list-style:none;
	width:100%;
	text-align:center;
	border-bottom:1px solid #343638;
	overflow:hidden;
}

#footer .menu li {
    background: none;
    padding: 0 54px;
    display: inline;
    font: 16px / 20px Calibri, Arial, Helvetica, sans-serif;
    float: none;
    margin: 0;
    width: auto;
    margin-top: 0 !important;
    line-height: 20px !important;
}

#footer .menu li a {
    display: inline;
    color: #fff;
}

#footer .menu li a:hover {
    color: #ec6500;
}

.footer-container {
    overflow: hidden;
    width: 100%;
    margin: 15px 0 0;
}

.socials {
    float: left;
    width: 400px;
}

.socials ul {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.socials ul li {
    margin: 0 15px 0 0;
    float: left;
}

.socials ul li a {
    background: url(images/bg-socials.png) no-repeat;
    width: 50px;
    height: 50px;
    float: left;
    text-indent: -9999px;
}

.socials ul li.odn a{
    background-position: -54px 0;
}

.socials ul li.f a{
    background-position: -108px 0;
}

.socials ul li.t a{
    background-position: -163px 0;
}

.socials ul li.g a{
    background-position: -220px 0;
}

.partners{
    float: left;
    width: 520px;
    border-left: 1px solid #343638;
    padding: 0 0 0 19px;
}

.partners-list{
	margin:20px 0 0;
	padding:0;
	list-style:none;
}
.partners-list li{
	float:left;
}
.partners-list li a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	margin-right:15px;
}
.partners-list li a.friends {
    background: url(images/logo01.png) no-repeat;
    width: 96px;
    height: 95px;
}
.partners-list li a.otdix {
    background: url(images/logo01.png) no-repeat -101px 0;
    width:95px;
    height:95px;
}
.partners-list li a.afroart {
    margin-top:20px;
}
.partners-list li a img {
	display:block;
}
.footer-content h3 {
    margin: 0;
    /*color:#fff;*/
    color: #ec6500;
}

.container {
    overflow: hidden;
    width: 100%;
    /*border-top:1px solid #343638;*/
}

.quotes {
    float: left;
    width: 559px;
    padding: 0 20px;
    border-right: 1px solid #343638;
    margin: 20px 0 0;
}

.quotes .slide-area {
    width: 559px;
    overflow: hidden;
}

.quotes .slide-area ul {
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.quotes .slide-area ul li {
    width: 559px;
    float: left;
}

.quotes .slide-area blockquote {
    margin: 20px 0;
    text-align: justify;
}

.quotes .author {
    text-align: right;
}

#colophon {
    overflow: hidden;
    color: #fff;
}

#colophon a {
    color: #fff;
}

#colophon a:hover {
    text-decoration: underline;
}

#site-info {
    float: right;
}

#copyrights {
    float: left;
}

.entry-title {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

/*---schedule---*/
table.schedule {
    width: 100%;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    margin: 25px 0;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* ��� Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* ��� Safari � Chrome */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* ��������� ���� */
}

table.schedule th, table.schedule td {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px;
    text-align: center;
}

table.schedule th {
    background: #fec603;
}

table.schedule .odd td {
    background: #ddd;
}

table.schedule td.nabor {
    background: #fcfa51;
}

/*---about us---*/
.prepod {
    /*overflow:hidden;*/
    width: 100%;
    margin: 12px 0 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
}

.prepod:after {
    clear: both;
    content: "";
    display: block;
}

.prepod-pic {
    float: left;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    margin-right: 20px;
}

.prepod-pic img {
    display: block;
}

.prepod-text {
    float: left;
    /*padding-left:20px;*/
    width: 420px;
}

.pics-holder {
    width: 100%;
    margin: 30px 0;
}

.pics-holder:after {
    clear: both;
    display: block;
    content: "";
}

.show-pic {
    margin-right: 35px;
}

.last-pic {
    margin: 0;
}

.ks{
    background: url(images/bg-phone.gif) no-repeat;
    padding-left: 45px;
}

.mts{
    background: url(images/bg-phone.gif) no-repeat 0 -30px;
    padding-left: 45px;
}

.life{
    background: url(images/bg-phone.gif) no-repeat 0 -60px;
    padding-left: 45px;
}

/*comments*/
.comment{
    margin: 20px 0 0;
    background-color: #ddd;
    padding: 15px;
    border-radius: 10px;
}

.comment-author{
	overflow:hidden;
	line-height:32px;
	font-weight:bold;
}

.comment-author img {
	float: left;
	margin-right: 6px;
}

#respond {
	overflow: hidden;
}

.comment .children li{
	background-color:#fff;
}
.comment .children .children li {
	background-color: #ddd;
}
#commentform p{
	overflow:hidden;
	width:100%;
}
#commentform label{
	float:left;
	width:100px;
}
#commentform input{
	float:left;
}
#comments{
	margin:20px 0 0;
	overflow:hidden;
}
.comment-form-comment label{
	display:block;
	font-weight:bold;
}
#comments .form-submit{
	background:url(images/bg-buttons.gif) no-repeat;
	float:left;
	margin:20px 0 0;
	width:auto;
}
#comments .form-submit input{
	background:url(images/bg-buttons.gif) no-repeat 100% -40px;
	font-size:16px;
	line-height:40px;
	color:#fff;
	height:40px;
	border:0;
	padding:0 20px;
	cursor:pointer;
	margin:0;
}
#widget_auto_last_youtube_video{
	text-align:center;
}
#widget_auto_last_youtube_video p{
	margin:0 0 8px;
}

.show_phone_button:hover {
	cursor: pointer;
}
