/*
Theme Name: FasTracKids
Author: Denis Safonenko
Version: 1.0

*/

body {
    min-height: 100%;
    background: url(/wp-content/themes/ftk/images/bg.png);
}

@font-face {
	font-family: 'BIP';
	src: url('/wp-content/themes/ftk/fonts/subset-BIP.eot');
	src: url('/wp-content/themes/ftk/fonts/subset-BIP.eot') format('embedded-opentype'),
		url('/wp-content/themes/ftk/fonts/subset-BIP.woff') format('woff'),
		url('/wp-content/themes/ftk/fonts/subset-BIP.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} 

.wrapper {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.wrapper2 {
    width: 1070px;
    margin: 0 auto;
    box-shadow: 0px 0px 16px #aaa;
    background-color: #fff;
}

.header {
    width: 1070px;
    height: 180px;
    background: url(/wp-content/themes/ftk/images/header_bg.png) no-repeat #fff;
}

.content {
    min-height: 500px;
    padding: 25px;
    padding-bottom: 25px;
}

.footer {
    width: 1070px;
    height: 125px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 16px #aaa;
    border-top: 3px solid #343581;
}

.social {
    width: 175px;
    height: 100px;
    font: 20px "BIP";
    float: left;
    margin-left: 30px;
    margin-top: 15px;
}

.social_button {
    width: 44px;
    height: 44px;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    transition: all .2s ease-in-out;
}

.social_button:hover {
    transform: scale(1.05);
}

.vk {
    background: url(/wp-content/themes/ftk/images/vk.png) no-repeat;
}

.insta {
    background: url(/wp-content/themes/ftk/images/insta.png) no-repeat;
}

.logo {
    width: 209px;
    height: 112px;
    margin-left: 45px;
    padding-top: 37px;
    float: left;
}

.logo2 {
    width: 287px;
    height: 106px;
    margin-left: 25px;
    padding-top: 37px;
    float: left;
}

.phone {
    width: 170px;
    height: 61px;
    background: url(/wp-content/themes/ftk/images/phone.png) no-repeat;
    float: right;
    margin-right: 70px;
    margin-top: 20px;
}

.callback_button {
    width: 301px;
    height: 52px;
    background: url(/wp-content/themes/ftk/images/callback_button.png) no-repeat;
    float: right;
    margin-right: 40px;
    margin-top: 20px;
    transition: all .2s ease-in-out;
}

.callback_button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.menu {
    width: 980px;
    height: 66px;
    margin: 0 auto;
}

.menu_item {
    float: left;
    margin-right: 25px;
    transition: all .2s ease-in-out;
}

.menu_item:hover {
    opacity: 0.7;
}

.item_1 {
    width: 122px;
    height: 49px;
    background: url(/wp-content/themes/ftk/images/menu_1.png) no-repeat;
}

.item_2 {
    width: 96px;
    height: 51px;
    background: url(/wp-content/themes/ftk/images/menu_2.png) no-repeat;
}

.item_3 {
    width: 170px;
    height: 49px;
    background: url(/wp-content/themes/ftk/images/menu_3.png) no-repeat;
}

.item_4 {
    width: 134px;
    height: 52px;
    background: url(/wp-content/themes/ftk/images/menu_4.png) no-repeat;
}

.item_5 {
    width: 163px;
    height: 51px;
    background: url(/wp-content/themes/ftk/images/menu_5.png) no-repeat;
}

.item_6 {
    width: 144px;
    height: 55px;
    background: url(/wp-content/themes/ftk/images/menu_6.png) no-repeat;
}

.slider {
    width: 930px;
    margin: 0 auto;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
    border-radius: 15px;
    margin-top: 10px;
}

.slide_1 {
    width: 930px;
    height: 330px;
    background: url(/wp-content/themes/ftk/images/slide_1.jpg) no-repeat;
    border-radius: 10px;
}

.slide_2 {
    width: 930px;
    height: 330px;
    background: url(/wp-content/themes/ftk/images/slide_2.jpg) no-repeat;
    border-radius: 10px;
}

.unslider-arrow.prev {
    width: 55px;
    height: 45px;
    background: url(/wp-content/themes/ftk/images/prev.png) no-repeat;
    position: absolute;
    margin-top: -190px;
    margin-left: 10px;
    transition: all .2s ease-in-out;
}

.unslider-arrow.next {
    width: 50px;
    height: 45px;
    background: url(/wp-content/themes/ftk/images/next.png) no-repeat;
    position: absolute;
    margin-left: 1010px;
    margin-top: -190px;
    transition: all .2s ease-in-out;
}

.unslider-arrow:hover {
    opacity: 0.9;
}

.ul_slide {
    list-style-image: url(/wp-content/themes/ftk/images/check.png) !important;
    margin-left: 65px !important;
    margin-top: 5px !important;
}

.ul_slide li div {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 5px;
}
.ul_slide li  a {
    color: #899f3c;
}

.submenu {
    width: 980px;
    margin: 0 auto;
    height: 170px;
    margin-top: 20px;
}

.submenu > div {
    text-align: center;
    float:left;
    margin-right: 20px;
}

.submenu > div a {
    text-decoration: none;
}

.submenu > div img {
    transition: all .2s ease-in-out;
}

.submenu > div img:hover {
    transform: scale(1.1);
}

.submenu .title {
    font: 20px "BIP";
}

.submenu .desc {
    color: #000;
    font-size: 12px;
    margin-top: 5px;
}

.title_news {
    font: 20px "BIP";
    color: #000;
}

.title_news a:hover{
    text-decoration: none;
}

.news_block {
    margin-top: 25px;
    margin-left: 25px;
}

.news_block > div {
    float: left;
    width: 450px;
    height: 180px;
    margin-right: 40px;
}

.news_block div .image {
    float: left;
    width: 115px;
}

.news_block div .title {
    margin-left: 125px;
}

.news_block div .date {
    margin-left: 125px;
    color: #949494;
    font-size: 11px;
    margin-bottom: 10px;
}

.news_block div .text {
    margin-left: 125px;
    color: #000;
    font-size: 13px;
    line-height: 15px;
}

.news_block div .title a {
    color: #5295e1;
    font-weight: bold;
    text-decoration: underline;
    font-family: arial;
}

.bottom_menu {
    width: 650px;
    height: 100px;
    position: relative;
    top: -35px;
    left: 300px;
    float: left;
}

.bottom_menu div {
    width: 120px;
    text-align: center;
    float: left;
}

.bottom_menu a {
    font: 13px Arial;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-shadow: 1px 1px 2px #fff;
}

.bottom_menu span {
    display: block;
    margin-top: 20px;
}

.news_date {
    color: #949494;
    font-size: 11px;
    margin-bottom: 20px;
}

.news_image {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

.news_entry {
    margin-bottom: 25px;
}

.news_text {
    font-size: 13px;
}

.news_text p {
    text-indent: 25px;
}

.breadcrumbs {
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: -20px;
    font-size: 12px;
}

h2 {
    font: 22px "BIP";
    color: #000;
}
.staff_entry {
    width: 204px;
    height: 274px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 2px solid #fff;
    transition: all 0.2s ease-in; 
}

.staff_entry img {
    border-radius: 20px;
    border: 3px solid #fff;
    transition: all 0.2s ease-in;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.staff_image {
    text-align: center;
}

.staff_text {
    height: 30px;
    position: relative;
    color: #292c7b;
    padding: 5px;
    text-align: center;
    transition: all 0.2s ease-in;
}

.staff_desc {
    height: 30px;
    position: relative;
    bottom: 0px;
    background-color: #2a2b7b;
    color: #fff;
    padding: 5px;
    text-align: center;
    transition: all 0.2s ease-in;
    line-height: 18px;
    font-size: 12px;
    border-radius: 5px;
}



.staff_entry:hover img {
    border: 3px solid #292c7b;
}

/*.staff_image img {
    border-radius: 75px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.staff_image {
    float: left;
}

.staff_entry {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.staff_subtitle {
    margin-bottom: 10px;
}

.staff_title  a {
    font-weight: bold;
    font-size: 23px;
    color: #000;
}

.staff_text {
    font-size: 13px;
}*/

.review_entry {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.review_date {
    color: #949494;
    font-size: 11px;
    width: 120px;
    height: 100px;
    float: left;
    padding-top: 5px;
}

.review_text {
    font-size: 11px;
    margin-left: 125px;
}

.review_title {
    font-weight: bold;
    margin-bottom: 5px;
}

.box-modal {
    background-color: #fff;
    width: 450px;
    height: 510px;
    border-radius: 5px;
}

.box-modal .title {
    height: 90px;
    border-bottom: 3px solid #292c7b;
    line-height: 90px;
    font-size: 29px;
    padding-left: 30px;
    font-family: "Bip";
}

.box-modal .notify {
    margin: 33px 0 0 33px;
    min-height: 39px;
}

.box-modal .notify img {
    float: left;
}

.box-modal .notify span {
    padding-left: 17px;
    display: inline-block;
    width: 313px;
    line-height: 17px;
    font-size: 13px;
}

.form-callback .label {
    color: #333;
}

.form-callback {
    padding: 38px 35px 40px;
}

.form-callback button {
    float: left;
    background-color: #ff7300;
    color: #fff;
}

.form-callback button:hover {
    color: #fff;
}

.form-callback .required_block {
    margin-left: 245px;
    padding-top: 11px;
    font-size: 12px;
    color: #ccc;
}

.form-callback .button-row {
    margin-top: 50px;
}

.jqmClose.top-close {
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: absolute;
    display: block;
    margin-left: 408px;
    margin-top: 5px;
}

.jqmClose.top-close:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/ftk/images/crosses.png) -19px -1px no-repeat;
}

.jqmClose.top-close:hover:before {
    background-position: -1px -1px;
}

.program_slide_desc {
    position: relative;
    bottom: 90px;
    color: #fff;
    padding: 5px 15px 5px 15px;
    background-color: #000;
    opacity: 0.7;
    height: 90px;
}

.program_slide_desc .title {
    font-weight: bold;
    font-size: 16px;
}

.program_slide_desc .desc {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
}

.program_header {
    font: 21px 'BIP';
    border-bottom: 2px solid #ff7300;
    padding-bottom: 5px;
    margin-top: 25px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.pagination h2 {
    display: none;
}

.tooltip_templates { display: none; }

.ptable {
    width: 100%;
}

.ptable td {
    text-align: center;
    height: 40px;
    border: 1px solid #333;
}
.ptable th {
    text-align: center;
    height: 90px;
    border: 1px solid #333;
    font-size: 16px;
    background: #474caa;
    color: #fff;
}

.ptable > tbody > tr > td:nth-child(1) {
    background: #ffecc2;
}

