@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	overflow-x: hidden;
	overflow-y: scroll;
}

.center_text {
	clear: both;
	text-align: center;
}

.whole_top_header, .whole_top_header a {
	background-color: #f6f6f6;
	height: 42px;
	color: #7b7b7b;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #ebebeb;
}

.whole_top_header .fa {
	font-size: 20px;
	margin-left: 5px;
}

.center_top_header {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
	border: none;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	height: 42px;
}

.welcome_header {
	padding: 10px;
	float: left;
}

.contacts_header {
	padding: 10px;
	float: right;
}

.center {
	clear: both;
}

.center, .center_header {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
	border: none;
}

.center_header {
	height: 100px;
}

.logo_header {
	float: left;
	padding-top: 15px;
}

.search_header {
	float: left;
	padding: 25px 0px 25px 15px;
}

.search_header input {
	border: 1px solid #ebebeb;
	width: 540px;
	height: 20px;
	padding: 15px 20px;
	font-size: 16px;
}

.search_header_icon {
	float: left;
	margin: 27px 0 0 -40px;
	font-size: 32px;
	color: #bbb;
}

.whole_top_menu {
	background-color: #333;
	height: 60px;
	color: #e4e4e4;
	font-size: 16px;
	border: none;
	clear: both;
}

.center_menu_header{
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
	border: none;
	height: 60px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #555;
}

.center_menu_header, .center_menu_header a {
	color: #eee;
	text-decoration: none;
}

.cat_menu_header_item, .cat_menu_header_menu {
	background-color: #ff5a00;
	width: 250px;
	height: 60px;
	float: left;
}

.cat_menu_header_menu {
	position: relative;
}

.cat_menu_header_menu_name {
	padding: 20px 0 0 20px;
	float: left;
}

.cat_menu_header_menu_icon {
	padding: 20px 20px 0 0;
	float: right;
	font-size: 20px;
}

.cat_menu_header_menu ul {
	display: none;
	list-style-type: none;
	position: absolute;
	background: #fff;
	padding: 0;
	clear: both;
	float: none;
	border: 1px solid #ebebeb;
	border-top: none;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	width: 250px;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
}

.cat_menu_header_menu:hover > div > ul {
	display: block;
}

.cat_menu_header_menu li {
	height: 25px;
	padding: 15px 0 10px 20px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}

.cat_menu_header_menu ul ul {
	display: none;
	position:absolute;
	top: 0;
	left: 100%;
	background: #fff;
	padding: 0;
	clear: both;
	float: none;
	border: 1px solid #ebebeb;
	border-bottom: none;
	width: 310px;
}

.cat_menu_header_menu ul li:hover > ul {
	display:block
}

.cat_menu_header_menu ul ul li, .cat_menu_header_menu ul ul li a {
	width: 280px;
	height: 24px;
	padding: 14px;
	margin: 0;
	color: #222;
	float: none;
	border: none;
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
}
.cat_menu_header_menu ul ul li {
	border-bottom: 1px solid #ebebeb;
}

.cat_menu_header_menu li > a:after {
	content: ' ▸';
	float: right;
	padding-right: 10px;
	font-size: 24px;
	margin-top: -10px;
} 

.cat_menu_header_menu li > a:only-child:after { content: ''; }


.main_menu {
	float: right;
	height: 60px;
}

.main_menu ul {
	list-style-type: none;
}

.main_menu li {
	float: left;
	height: 20px;
	padding: 20px;
	border-left: 1px solid #555;
	margin-top: -15px;
	position: relative;
}

.main_menu ul ul{
	display: none;
	position:absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 0;
	clear: both;
	float: none;
	border: 1px solid #ebebeb;
	border-top: none;
	z-index: 10000;
}

.main_menu ul li:hover > ul {
	display:block
}

.main_menu ul ul li, .main_menu ul ul li a {
	width: 250px;
	height: 18px;
	padding: 12px;
	margin: 0;
	color: #222;
	float: none;
	border: none;
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
}
.main_menu ul ul li {
	border-bottom: 1px solid #ebebeb;
}

.main_menu li > a:after { content: ' ▾'; } 
.main_menu li > a:only-child:after { content: ''; }


.cat_menu {
	width: 250px;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
}

.cat_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.cat_menu li {
	height: 25px;
	padding: 15px 0 10px 20px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}

.cat_menu ul ul {
	display: none;
	position:absolute;
	top: 0;
	left: 100%;
	background: #fff;
	padding: 0;
	clear: both;
	float: none;
	border: 1px solid #ebebeb;
	border-bottom: none;
	z-index: 10000;
}

.cat_menu ul li:hover > ul {
	display:block
}

.cat_menu ul ul li, .cat_menu ul ul li a {
	width: 280px;
	height: 24px;
	padding: 14px;
	margin: 0;
	color: #222;
	float: none;
	border: none;
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
}
.cat_menu ul ul li {
	border-bottom: 1px solid #ebebeb;
}

.cat_menu li > a:after {
	content: ' ▸';
	float: right;
	padding-right: 10px;
	font-size: 24px;
	margin-top: -10px;
} 
.cat_menu li > a:only-child:after { content: ''; }

.carousel {
	float: left;
	padding-top: 5px;
	width: 890px;
	height: 300px;
}

.break_line, .break_line2, .break_line3, .break_line4 {
	clear: both;
	border-bottom: 2px solid #ff5a00;
	height: 20px;
	margin-bottom: 10px;
}

.break_line2, .break_line2, .break_line3, .break_line4 {
	height: 40px;
	border-bottom-color: #82b1ff;
}

.break_line3 {
	border-bottom-color: #055ac7;
}

.break_line4 {
	border-bottom-color: #059cc7;
}

.break_line5 {
	clear: both;
	border-bottom: 1px solid #ebebeb;
	height: 10px;
	margin-bottom: 20px;
}

.break_line6 {
	clear: both;
	border-bottom: 1px solid #2b2b2b;
	height: 30px;
	margin-bottom: 20px;
}

.features_header {
	text-transform: uppercase;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
}

.center_features ul, .center_cats ul {
	list-style-type: none;
	padding: 0;
}

.center_features li, .center_cats li {
	float: left;
	width: 220px;
	height: 330px;
	padding: 20px 0 0 0;
	margin: 0px 3px;
	border: 1px solid #ebebeb;
}

.center_features li:hover, .center_cats li:hover {
	border: 1px solid #ff5a00;
}

.center_features .moduleItemTitle, .center_cats .moduleItemTitle {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 0 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	height: 30px;
}

.center_features .moduleItemIntrotext, .center_cats .moduleItemIntrotext {
	margin: 30px 0 0 10px;
	font-size: 13px;
}

.moduleItemImage img {
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
}

.center_features .clr, .center_features .clearList, .center_cats .clearList {
	display: none;
}

.center_cats {
	min-height: 550px;
}

.center_cats ul {
	margin-left: 228px;
}

.cat_image {
	position: absolute;
	margin-top: 44px;
}

.cat_dis {
	clear: both;
	margin-left: 228px;
	padding-top: 20px;
}

.whole_bottom_footer {
	border-top: 1px solid #ebebeb;
	background: #333;
	padding-top: 60px;
}
.whole_bottom_footer, .whole_bottom_footer a {
	color: #999;
}

.footer_contacts {
	width: 250px;
	min-height: 335px;
	border-right: 1px solid #2b2b2b;
	margin-right: 15px;
	padding-right: 15px;
	float: left;
}

.footer_contacts_last {
	border: none;
}

.footer_contact {
	clear: both;
}

.footer_title {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

.contact_icon {
	clear: both;
	float: left;
	width: 42px;
	height: 42px;
	background-color: #2b2b2b;
	color: #999;
	margin-right: 10px;
	font-size: 30px;
	text-align: center;
}

.contact_title {
	margin: 25px 0 0 0;
	color: #fff;
}

.contact_content {
	font-size: 14px;
}

.footer_subscribe {
	margin-top: 20px;
}

.footer_subscribe input[type="text"] {
	width: 180px;
	height: 25px;
	border: 1px solid #2b2b2b;
	padding: 0 8px;
}
.footer_subscribe input[type="button"] {
	width: 197px;
	height: 30px;
	color: #ffffff;
	background-color: #ff5a00;
	border: 1px solid #ff5a00;
	border-radius: 2px;
	border: none;
	padding: 0 8px;
	margin-top: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

.footer_copy {
	clear: both;
	min-height: 30px;
	border-top: 1px solid #2b2b2b;
	padding: 20px 0;
	font-size: 13px;
}

a, .main_menu ul ul li a, .cat_menu ul ul li a,  .cat_menu_header_menu ul li a {
	color: #222;
	text-decoration: none;
}

.active, .active a, a:hover, .main_menu ul ul li a:hover, .cat_menu ul ul li a:hover, .cat_menu_header_menu ul li a:hover {
	color: #ff5a00;
}

.itemTitle {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}

.itemHeader {
	border-bottom: 1px solid #2b2b2b;
	margin-bottom: 20px;
}

.itemRatingBlock {
	display: none;
}

.itemImageBlock {
	float: left;
	width: 430px;
	min-height: 250px;
}

.itemIntroText {
	clear: both;
	float: left;
	width: 430px;
	color: #555;
}

.itemIntroText p, .itemFullText p {
	margin: 20px 0 0 0;
}

.itemFullText {
	clear: both;
	float: left;
	width: 430px;
	min-height: 140px;
	color: #555;
}

.itemExtraFields {
	margin-left: 420px;
	font-size: 16px;
}

.itemExtraFields h3 {
	font-size: 18px;
}

.itemExtraFields ul {
	list-style-type: none;
	padding: 0 0 0 20px;
}

.itemExtraFields ul li {
	margin-bottom: 5px;
	display: table;
}

.itemExtraFieldsLabel {
	display: table-cell;
	width: 450px;
	border-bottom: 1px dotted #c0c0c0;
}
.itemExtraFieldsValue {
	font-weight: normal;
	display: table-cell;
	width: 250px;
	color: #555;
}

.itemContentFooter, .itemCategory, .itemNavigation {
	clear: both;
	margin: 20px 0;
}

.itemBackToTop {
	border: 1px solid #ebebeb;
	margin: 20px 0;
	padding: 10px;
	width: 70px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	clear: both;
}
.itemBackToTop:hover {
	border: 1px solid #2b2b2b;
}

.page-header {
	clear: both;
}

.page-header h2 {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;	
}

.page-header {
	border-bottom: 1px solid #2b2b2b;
	margin-bottom: 20px;
}

.article_right {
	float: right;
	width: 40%;
	text-align: center;
}
.article_right img {
	padding-bottom: 30px;
}

.article_left {
	width: 60%;
}

.center_article {
	font-size: 16px;
}

.center_article p {
	line-height: 30px;
	margin-bottom: 20px;
}

.center_article li {
	padding-bottom: 5px;
}

#itemListLinks > h4 {
	display: none;
}

.itemContainer {
	width: 220px!important;
	float: left;
	height: 330px;
	padding: 0;
	margin: 0px 3px 20px 3px;
	border: 1px solid #ebebeb;
}

.catItemTitle {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 0 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	height: 30px;
	line-height: 20px;
}

.catItemImageBlock {
	margin: 30px 0 0 10px;
}

.catItemIntroText {
	font-size: 13px;
}

.catItemIntroText p {
	line-height: 20px;
	margin: 10px 0 10px 10px;
}

.k2Pagination {
	clear: both;
	padding: 8px;
	text-align:center;
}
.k2Pagination ul {
	text-align:center;
}
.k2Pagination ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.k2Pagination ul li a {
	display: inline-block;
	padding: 4px 8px;
	margin: 0 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	vertical-align: middle;
	background: #fff;
	text-decoration: none;
}
.k2Pagination ul li a:hover {
	background: #fafafa;
	cursor: pointer;
}
.k2Pagination ul li.active a {
	background: #fafafa;
}
.k2Pagination ul li a span {
	vertical-align: middle;
}

.icon-first:before {
	content: "\21E4";
}
.icon-previous:before {
	content: "\2190";
}
.icon-next:before {
	content: "\2192";
}
.icon-last:before {
	content: "\21E5";
}

.k2Pagination .disabled > a {
	color: #999
}

.k2Pagination .disabled > a:hover {
	text-decoration: none;
	cursor: default;
	background-color: transparent
}

.gallery {
	clear: both;
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

.gallery ul{
	list-style:none;
	position:relative;
	left:50%;
}

.gallery li{float:left;position:relative;} /* ie needs position:relative here*/

.text_title {
	padding-top: 20px;
	font-size: 22px;
}

.breadcrumb {
	list-style-type: none;
	float: right;
}

.breadcrumb li {
	float: left;
	height: 20px;
}

.breadcrumb .divider {
	padding: 0 10px;
	vertical-align: text-bottom;
}

.itemView {
	clear: both;
}

.k2BreadcrumbsBlock {
	height: 20px;
	margin: 10px 0;
	color: #ff5a00;
}

.k2BreadcrumbsBlock a {
	color: #000;
}

.k2BreadcrumbsBlock a:hover {
	color: #ff5a00;
	text-decoration: underline;
}

.bcTitle {
	display: none;
}

.bcSeparator {
	padding: 0 10px;
	font-size: 20px;
	vertical-align: middle;
}

.k2LiveSearchResults {
	position: absolute;
	z-index: 1000;
	background: #fff;
	border: 1px solid #ebebeb;
	padding: 0 20px;
	width: 540px;
}

.k2LiveSearchResults ul {
	list-style-type: none;
	padding: 0;
}

.k2LiveSearchResults ul li {
	padding: 2px 0;
}

.componentheading {
	height: 20px;
	padding: 10px 0;
}
