/* Tornado */

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Marck+Script&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Bad+Script&subset=latin,cyrillic);


body, html
{
	overflow-x:hidden;
	font-family:'Roboto-Light', sans-serif;
	position: relative;
	padding:0px;
	margin:0px;
}	

.verse
{
	font-family: 'Bad Script', cursive;
	font-size:22px;
	border:5px dashed #eae9e4;
	margin-top:30px;
	padding-top:20px;
	padding-bottom:20px;
}

input[type='text'], input[type='email'], input[type='url'], .search-field
{
	height:50px;
	width:100%;
	border:none;
	padding-left:10px;
	font-family:'Roboto-Light', sans-serif;
	font-size:16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
}

.screen-reader-text
{
	display:none;
}

.submit
{
	display: inline-block;
    padding: 6px 11px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	background: #4c4c4c;
    border-radius: 3;
    border: none;
    color: #fff;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 16px;
    height: 48px;
	width:100%;
}

.search-submit
{
	display: inline-block;
    padding: 6px 11px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	background: #4c4c4c;
    border-radius: 3;
    border: none;
    color: #fff;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 16px;
    height: 48px;
}

.entry-title
{
	white-space:nowrap;
}

.glyphicon-arrow-down:hover
{
	cursor:pointer;
}

.search-submit:hover 
{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

textarea
{
	height:250px;
	width:100%;
	border:none;
	padding-left:10px;
	font-family:'Roboto-Light', sans-serif;
	font-size:16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);
}



.entry-thumbnail-single img
{
	width:310px;
	height:310px;
}


.entry-thumbnail img
{
	width:160px;
	height:160px;
}

.top_header
{
	position:relative;
	width:100%;
	height:70px;
	background:#ffffff;
	z-index:1;
	-webkit-box-shadow: 0px 20px 43px -24px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 20px 43px -24px rgba(0,0,0,0.65);
	box-shadow: 0px 20px 43px -24px rgba(0,0,0,0.65);
	z-index:9999;
}

.container 
{
    width: 1000px !important;
	margin: 0 auto;
}

.main_menu
{
	width: 1200px !important;
}

.category_main, .content-category
{
	padding-bottom:50px;
}

.map-frame
{
	position:relative;
	z-index:9999;
}

.category_main
{
	width:100%;
	height:auto;
	background:#fff;
	position:relative;
	z-index:8888;
}

@media (min-width: 1200px)
{
	.container
	{
		width: 1000px !important;
		margin: 0 auto;
	}
	
	.main_menu
	{
		width: 1200px !important;
	} 
}

.header
{
	position:relative;
	background:url("img/header_bg.jpg") no-repeat scroll center 0px transparent;
	background-size: cover;
	min-height:580px;
	height:580px;
	z-index:0;
	
}

.category_header
{
	width:100%;
	position:relative;
	background:url("img/header_bg.jpg") no-repeat scroll center 0px transparent;
	background-size: cover;
	height:80px;
	z-index:0;
}

.entry-header .alert
{
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:5px;
	background:#CFCFCF;
	border:none;
	color:#fff;
	margin-top:5px;
	margin-left:17px;
}

.horses_cat
{
	padding-top:20px;
}

.single_horse_header
{
	width:100%;
	position:relative;
	background:url("img/bg_horse.jpg") no-repeat scroll center 0px transparent;
	background-size: cover;
	height:400px;
	z-index:0;
}

.one_horse
{
	text-align:center;
}

.one_horse .col-md-4 div
{
	width: 33.33333333333333%;
	color:#fff;
	height:400px;
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	margin:0 auto;
}

.right
{
	padding-left:15px;
}

.one_horse_page
{
	min-height:500px;
	height:auto;
	padding-top:20px;
}

.one_horse .col-md-4 div h1
{
	font-family:'Roboto-Medium', sans-serif;
	font-size:26px;
	text-shadow:none;
}

.one_horse .col-md-4 div span
{
	font-family:'Roboto-Light', sans-serif;
	font-size:24px;
	color:#a8a7a8;
	text-shadow:none;
}

.one_horse  .table tbody>tr>td
{
	text-align:left;
	color:#a8a7a8;
	font-size:15px;
}

.one_horse  .table tbody>tr>th
{
	font-family:'Roboto-Medium', sans-serif;
	text-align:left;
	color:#ffffff;
	font-size:15px;
}


.bg_horse
{
	position:relative;
	background:url("img/bg_horse.jpg") no-repeat scroll center 0px transparent;
	background-size: cover;
	min-height:560px;
	height:560px;
	z-index:0;
}

li.pre_logo 
{
  padding-top: 0;
}

.pre_logo
{

	display:block;
	width:200px;
	height:140px;
	background:url("img/pre_logo.png") no-repeat; 
	margin-top:-10px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-left:-60px;
	position:absolute;
}

li.pre_logo a 
{
  height: 140px;
  width: 200px;
}


.logo
{
	position:absolute;
	background:url("img/logo.png") no-repeat;
	width:65px;
	height:43px;
	margin-top:10px;
	margin-left:-30px;
}

.logo_a
{
	position:absolute;
	display:block;
	font-family:'Bebas_Neue_Cyrillic', sans-serif;
	font-weight: normal; 
	color:#545454;
	font-size:36px;
	text-decoration:none;
	padding-left:40px;
	padding-top:55px;
	margin:0 auto;
	margin-top:-15px;
	text-align:center;
}

.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td 
{
    border: none;
}

.table tbody>tr>th
{
	font-family:'Roboto-Medium', sans-serif;
	font-size:14px;
	color:#545454;
}

.table tbody>tr>td
{
	font-family:'Roboto-Light', sans-serif;
	font-size:14px;
	color:#545454;
}


.logo_a span
{
	display:block;
	font-size:10px;
	position:absolute;
	margin-top:-10px;
	font-family:'Roboto-Regular', sans-serif;
	margin-left:2px;
}

.thumbnail
{
	padding:2px;
	border: 1px solid #89DAF0;
	border-radius:0px;
}


.padding_col
{
	padding-left:20px;
	padding-bottom:30px;
}

.article
{
	margin-top:15px;
	margin-bottom:60px;
	padding-bottom:15px;
	width:100%;
	-webkit-box-shadow: 0px 20px 43px -24px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 20px 43px -24px rgba(0,0,0,0.65);
	box-shadow: 0px 20px 43px -24px rgba(0,0,0,0.65);
}

.page-numbers
{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border-radius:5px;
	color:#545454;
	font-size:15px;
}

.affix 
{
    top:0px;
    position:fixed;
}

.page-numbers:hover, .navigation .current
{
	background:#ff6937;
	color:#fff;
}

.width100
{
	width:100%;
}

.menu
{
	font-family:'Roboto-Light', sans-serif;
	margin-left:0px;
	margin-top:10px;
}

.menu_part2
{
	margin-left:100px;
}

.menu li
{
	display:inline-block;
	padding:10px;
	font-size:15px;
}

.menu li a
{
	color:#545454;
}

.language
{
	display:inline-block;
	width:16px;
	height:12px;
	position:absolute;
	margin-left:30px;
	margin-top:-7px;
}

.left_left
{
	width:303px;
	height:231px;
	background:url("img/left_left.png") no-repeat;
	position:absolute;
	top:50px;
	left:-5%;
	z-index:9000;
}

.left_right1
{
	width:292px;
	height:208px;
	background:url("img/left_right1.png") no-repeat;
	position:absolute;
	right:15%;
	top:0px;
	z-index:9000;
}

.left_right2
{
	width:292px;
	height:208px;
	background:url("img/left_right2.png") no-repeat;
	position:absolute;
	right:0;
	z-index:9000;
	top:50px;
}

.left_center
{
	width:239px;
	height:242px;
	background:url("img/left_center.png") no-repeat;
	position:absolute;
	left:15%;
	top:0px;
	z-index:9000;
}

.bg_slider
{
	min-height:100%;
	height:auto;
	max-height:550px;
	background:#f3f3f3;
	margin:0 auto;
	margin-top:80px;
	padding-top:10px;
	padding-left:10px;
}

.nivoSlider img
{
	max-height:500px;
	max-width:945px;
}

.theme-default .nivo-caption
{
	font-size:24px;
	font-family:'Roboto-Light', sans-serif;
}

.slider-wrapper
{
	position:relative;
	z-index:0;
}

.theme-default.slider-wrapper
{
    background: none;
	margin-left:2px;
}

.theme-default .nivoSlider 
{
	background: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.slidetext
{
	font-family:'Roboto-Regular', sans-serif;
	font-size:12px;
	margin-left:-20px;
}

h3
{
	font-family:'Roboto-Light', sans-serif;
	font-size:30px;
	color:#545454;
}

h1
{
	font-family:'Roboto-Light', sans-serif;
	font-size:26px;
	color:#e5f7fe;
	margin:0px;
	padding-top:20px;
	text-shadow: -1px 1px 0px rgba(150, 150, 150, 0.65);
}

h1 a
{
	font-family:'Roboto-Light', sans-serif;
	color:#ff6937;
	font-size:25px;
	text-shadow:none;
	padding:0px;
	margin:0px;
}

h1 a:hover
{
	text-decoration:none;
}

.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td 
{
    padding: 5px;
    line-height: 1.218571429;

}

.entry-title
{
	padding:0px;
	margin:0px;
}

.content-category
{
	padding:0px;
	margin:0 auto;
}

.content-single
{
	padding:10px;
	margin:0 auto;
}

#content_page
{
	padding:10px;
	text-align:justify;
}

.btn-success
{
	background:#9abd41;
	border-radius:0;
	border:none;
}

.btn-danger
{
	background:#ff6937;
	border-radius:0;
	border:none;
}

.btn-default
{
	background:#4c4c4c;
	border-radius:3;
	border:none;
	color:#fff;
	font-family:'Roboto-Medium', sans-serif;
	font-size:16px;
	height:50px;
}

.btn-lg
{
	width:100%;
	margin-top:15px;
}

.main_page
{
	margin-top:85px;
}

.gal_a_index
{
	display:inline-block;
	width:150px;
	height:150px;
	margin-right:1px;
	margin-top:-4px;
	margin-bottom:0px;
	position:relative;
	overflow:hidden;

	padding:0px;
}


.gal_a_index img
{
	height:150px;
	border:none;
	border-radius:none;
	z-index:-1;
	margin:0px;
	padding:0px;

}

.imgHover 
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("img/img_hover.png");
  color: #fff;
  width:100%;
  height:100%;
  z-index:9999;
  opacity: 0;
  margin:0px;
  padding:0px;
}

.gal_a_index:hover .imgHover
{
	opacity: 1;
}

.more
{
	 display:block;
	 background: url("img/more.png") no-repeat;
	 padding-left:25px;
	 margin-top:10px;
	 font-family:'Roboto-Bold', sans-serif;
	 font-size:14px;
	 color:#ff6937;
	 background-position-y: center;
}

.more_div a
{
	padding-right:15px;
}

.horse_icon
{
	width:150px;
	height:150px;
	background: url("img/horse_icon.png") no-repeat;
	margin:0 auto;
}

.europe_icon
{
	width:150px;
	height:150px;
	background: url("img/europe_icon.png") no-repeat;
	margin:0 auto;
}

.trener_icon
{
	width:150px;
	height:150px;
	background: url("img/trener_icon.png") no-repeat;
	margin:0 auto;
}

.world_icon
{
	width:150px;
	height:150px;
	background: url("img/world_icon.png") no-repeat;
	margin:0 auto;
}

.text-icon
{
	font-family:'Roboto-Medium', sans-serif;
	font-size:16px;
	color:#545454;
	padding-top:20px;
}

.perevagi, .allhorse
{
	margin-top:45px;
	margin-bottom:45px;
}

.white
{
	color:#fff;
}

.color_white
{
	color:#fff;
	font-family:'Roboto-Thin', sans-serif;
}

.dots
{
	background: url("img/dots.jpg") no-repeat;
	margin:0 auto;
	width:447px;
	height:66px;
}

.dots_count
{
	display:inline-block;
	padding-left:77px;
	padding-right:77px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:60px;
	color:#ff6937;
}

.dots_count span
{
	display:block;
	font-family:'Roboto-Medium', sans-serif;
	font-size:16px;
	color:#545454;
}

.answer
{
	width:100%;
	height:190px;
	background:#ff6937;
	position:relative;
	z-index:9999;
}

.map-frame
{
	width:100%;
	height:450px;
}

.footer
{
	width:100%;
	height:50px;
	background:#292929;
	font-family:'Roboto-Regular', sans-serif;
	color:#828181;
	font-size:12px;
	padding-top:15px;
}


.footer div a
{
	display:inline-block;
	font-family:'Roboto-Light', sans-serif;
	color:#c6c6c6;
	font-size:12px;
	padding-right:15px;
	
}

.contact_block
{
	width:260px;
	height:220px;
	background:#ffffff;
	position:absolute;
	padding:17px;
	margin-top:50px;
	color:#545454;
	font-size:13px;
	font-family:'Roboto-Medium', sans-serif;
	-webkit-box-shadow: -4px 3px 5px -2px rgba(122,122,122,1);
	-moz-box-shadow: -4px 3px 5px -2px rgba(122,122,122,1);
	box-shadow: -4px 3px 5px -2px rgba(122,122,122,1);
}


.dropdown-menu li
{
	padding:0px;
	width:100%;
}

.dropdown-menu li a:hover
{
	background:#ff6937;
}

.contact_block span
{
	font-family:'Roboto-Medium', sans-serif;
	font-size:20px;
	color:#545454;
}

.contact_block div
{
	color:#ff6937;
	padding-top:7px;
	padding-bottom:7px;
}

.theme-default .nivo-controlNav 
{
    text-align: center;
    padding: 0px 0;
}

.answer_form
{
	margin-top:30px;
}

#breadcrumbs
{
    list-style:none;
    overflow:hidden;
	margin:0px;
	padding:10px;
}
  
#breadcrumbs li
{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
  
#breadcrumbs .separator
{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

.family
{
	min-width:100%;
	border-collapse: collapse;
	width:100%;
	display: table;
	border-spacing:0px;
	border-collapse:0px;
	border-top:3px solid #5F5F69;
}

.family .family 
{
	border:none;
	font-weight:normal;
}

.family td
{ 
    text-decoration: none;
    color:#545454;
    font-size: 14px;
	vertical-align:middle;
	word-wrap: break-word;
	font-weight:normal;
}

.family tr:first-child td:first-child
{
	font-weight:bold;
	font-size: 14px;
	color:#FF6937;
}

.family tr:nth-child(5) td:nth-child(2) 
{
	font-weight:bold;
	font-size: 14px;
	color:#FF6937;
}

.family tr:nth-child(7) td:nth-child(2) 
{
	font-weight:bold;
	font-size: 14px;
	color:#FF6937;
}


.family .family td span
{
	font-weight:normal;
	color:#545454;
	font-size: 11px;
}

.family  td
{
	padding:5px;
	text-align:left;
}

.family:nth-child(2)  td
{
	border-bottom:3px solid #5F5F69;
}

.family .family tr:nth-child(1) td:nth-child(1)
{
	border-bottom:1px solid	#5F5F69;
}

.family .family tr:nth-child(2) td:nth-child(1)
{
	border-bottom:none;
}

.family .family td:nth-child(4)
{
	border-bottom:none;
}

.family .family td, .family .family tr:first-child td:first-child, .family .family tr:nth-child(2) td:first-child
{
	font-weight:normal;
	color:#545454;
	font-size: 11px;
	width:330px;
}

.family li span a
{
    padding:10px;
	display:block;
	font-size:11px;
	width:145px;
	color:#545454;
	word-wrap: break-word;
}

.comment-notes
{
	display:none;
}

.comments-area 
{
	padding:10px;
}

.comment-meta
{
	
	vertical-align:bottom;
}

.comment-meta img
{
	float:left;
	display:none;
}

.says 
{
	display:none;
}

.table td
{
	width:100px;
}

.comment-content
{
	display:block;
	width:100%;
	background:#fff1ec;
	padding:10px;
	font-size:16px;
	color:#545454;
	font-family:'Roboto-Light', sans-serif;
	padding-left:30px;
}

.comment-author, .vcard
{
	display:inline-block;
	font-size:16px;
	color:#ff6937;
	font-family:'Roboto-Bold', sans-serif;
	padding-left:30px;
}

.comment-metadata
{
	display:inline-block;
	padding:0px;
	margin:0px;

}

.comment-metadata a
{
	color:#b4b2b2;
	font-size:13px;
	padding:0px;
	margin:0px;
}

.comment
{
	margin-bottom:25px;
}

/* Під розширення */

@media screen and (min-width: 1280px)
{
	.slidetext
	{
		width:37.4444444444%;
	}
	
	.main_menu
	{
		width: 1200px !important;
	}
}

@media screen and (max-width: 1280px)
{

}

@media screen and (max-width: 1024px)
{
	
} 

@media (min-width: 992px)
{
	.col-md-8 
	{
		width: 62.66666666666666%;
	}
	

}

@media (max-width: 1200px)
{

	.left_left, .left_right1, .left_right2 , .left_center
	{
		display:none;
	}
	
	.menu li
	{
		font-size:11px;
		padding:5px;
		padding-top:20px;
	}
	
	.gal_a_index
	{
		width:100px;
		height:100px;
	}
	
	.gal_a_index img
	{
		width:100px;
		height:100px;
	}
	
	.imgHover 
	{
		width:100px;
		height:100px;
		background-position: center; 
	}
}

@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}

.first_menu
{
	width:41%;
}

.logo_menu
{
	width:7%;
}

.two_menu
{
	width:52%;
}

@media only screen and (max-width : 960px) 
{

	.first_menu
	{
		width:37%;
	}

	.logo_menu
	{
		width:5%;
	}
	
	.pre_logo
	{
		background-size:70%;
		margin-left:-20px;
	}
	
	.logo
	{
		margin-left:-60px;
		margin-top:-10px;
	}
	
	.logo_a
	{
		font-size:18px;
		margin-top:-30px;
	}
	
	.logo_a span
	{
		font-size:5px;
		margin-top:-5px;
	}
	
	.two_menu
	{
		width:58%;
	}

	.menu li
	{
		font-size:8px;
		padding:5px;
		padding-top:20px;
	}
	
	.mobile_menu
	{
		display:block;
	}
	
	.footer
	{

		font-size:8px;
	}

	.footer div a
	{

		font-size:8px;
	}
	
	.gal_a_index
	{
		width:100px;
		height:100px;
	}
	
	.gal_a_index img
	{
		width:100px;
		height:100px;
	}
	
	.imgHover 
	{
		width:100px;
		height:100px;
		background-position: center; 
	}
	
	.main_page 
	{
		margin-top: 5px;
	}
	
	.entry-thumbnail-single img
	{
		width:210px;
		height:210px;
	}


	.entry-thumbnail img
	{
		width:100px;
		height:100px;
	}
	
	.family li span a 
	{
		font-size:11px;
		width:110px;
	}	
}
