/* 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;
}
.article-content ol, .article-content ul {  padding-left:30px;}

ul, ol {
	margin: 0;
}
ul {
	list-style: square;
}
.right-sidebar ul {
    list-style: none;
	padding-left:0px;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	/*font-family: sans-serif-Georgia;*//*Georgia, "Bitstream Charter", serif;*/
        font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
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 {
	background: url("../images/bg.png") repeat scroll 0 0 #FFFFFF;
    color: #4F5157;
    /*font-family: sans-serif-Georgia;*//*Arial,Helvetica,sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 16px;
	width: 100%;
	height: 100%;
    line-height: 140%;
}
.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.fix-width-wrapper{
	width: 1000px;
	margin: 0 auto;
}

.clearfix{
	display: inline-block;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 130px;
}

.header-top {
    background-color: #D0324A;
    clear: both;
    padding: 13px 0 20px;
}

.logo{
	float: left;
}

.social{
	float: right;
    line-height: 25px;
}

.social a {
    margin-left: 7px;
    text-decoration: none;
}

.menu{
	float: left;
}

.menu ul li{
	padding-right: 5px;
	display: inline;
    float: left;
}

.menu ul li.first a{
	padding: 0 10px 0 0;
}

.menu ul li a{
	color: #3A2F31;
    /*height: 52px;*/
    line-height: 40px;
	/*font-family: sans-serif-Georgia;*//*'Roboto',Arial,Helvetica,sans-serif;*/
        font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
	text-decoration: none;
	display: block;
    padding: 0 4px;
}

.menu ul li a:hover{
	text-decoration: underline;
}

.nav{
	background: url("../images/shadow-bg.png") repeat-x scroll 0 bottom transparent;
    height: 80px;
    margin: 0;
}

.menu ul li a.active, .menu ul .current-cat a{
	background: url("../images/menu-item-arrow.png") no-repeat scroll center bottom transparent;
}

.serch{
	float: right;
    line-height: 10px;
    margin: 3px 0 0;
    position: relative;
    width: 255px;
}

#input-serch{
    background: url("../images/serch-area-bg.png") no-repeat scroll left 5px transparent;
    border: medium none;
    height: 39px;
    line-height: 18px;
    padding: 0 30px 0 15px;
    width: 250px;
    outline:none;
}

#input-serch:hover, #input-serch:focus{
    background: url("../images/serch-area-bg.png") no-repeat scroll left -42px transparent;
}

.form-actions{
	display: inline;
	position: absolute;
    right: 0;
    top: 0;
}

.form-actions input#submit{
	background: url("../images/serch-btn-bg.png") no-repeat scroll right center transparent;
    border: medium none;
    color: transparent;
    display: block;
    float: right;
    height: 20px;
    margin: 10px 30px 0 0;
    width: 18px;
	cursor: pointer;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 150px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 270px 0 0;
}

.article-tiser{
    background: url("../images/shadow-bg.png") repeat-x scroll left bottom transparent;
    display: inline-block;
    height: 171px;
    padding-bottom: 37px;
    position: relative;
    width: 725px;
	line-height: 1.5;
}


.article-conteiner {
    background: url("../images/shadow-bg.png") repeat-x scroll left bottom transparent;
    display: inline-block;
    padding-bottom: 37px;
    width: 720px;
}

.article, #page-title {
    background-color: #FFFFFF;
    padding: 25px 0 0 35px;
    width: 685px;
}


#page-title {
    /*font-family: sans-serif-Georgia;*//*'Roboto Condensed',Arial,Helvetica,sans-serif;*/
    font-family: 'Lato', sans-serif;
	font-size: 26px;
    font-weight: normal;
    line-height: 29px;
    margin: 0;
    text-transform: none;
}

.reed-more{
	/*height: 100%;*/
    left: 0;
    position: absolute;
    width: 100%;
}

.article-tiser .reed-more a {
    background: url("../images/reed-more-bg.png") no-repeat scroll right 1px transparent;
    height: 171px;
    width: 100%;
    position: absolute;
}

.article-tiser .reed-more a:hover {
    background: url("../images/reed-more-bg.png") no-repeat scroll right bottom transparent;
}

.article-tiser .clsthumb {
    float: left;
    padding-right: 15px;
}

.article-tiser h2 a{
    color: #0f70b8;
    text-decoration: none;
	/*font-family: sans-serif-Georgia;*//*'Roboto Condensed',Arial,Helvetica,sans-serif;*/
        font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
	margin-top: 15px;
    padding-right: 20px;
    padding-left: 15px;
    width: auto;
}

.article-tiser h2 a:hover {
	color:#ff6600;
}

.article-tiser .created, .article .created{
    color: #8F8C8C;
    font-style: italic;
    padding-right: 70px;
	/*font-family: sans-serif-Georgia;*//*Georgia,Times New Roman,Times,serif;*/
        font-family: 'Lato', sans-serif;
	font-size: 13px;
}

.article-tiser p{
    color: #6F6D6D;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 175px;
}

.article p {
    padding: 15px 0 0;
    width: 660px;
	line-height: 140%;
}
.article-content {
	line-height: 140%;
}

.article-content a {
    color: #0f70b8;
    text-decoration: none;
}

.article-content a:hover {
    color: #E33D56;
    //text-decoration: underline;
}

.article-content{
	padding: 0 0 15px;
}

/*.article-content img {
	padding-bottom: 10px;
}*/

.field-name-tags{
	padding: 0px 0;
}

.field-name-tags ul, .field-name-tags h2{
	display: inline-block;
}

.field-name-tags h2, .field-name-tags a {
    color: gray;
    /*font-family: sans-serif-Georgia;*//*Georgia,Times New Roman,Times,serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
}

.sotials {
    padding: 30px 0 50px;
    text-align: center;
}

.comment {
    padding: 50px 0;
    width: 720px;
}

.comment h2.comment-title{
	color: #123444;
    /*font-family: sans-serif-Georgia;*//*'Roboto Condensed',Arial,Helvetica,sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.comment-form {
    background-color: #292929;
    color: #FFFFFF;
    margin: 70px 0 0;
    padding: 25px 30px 25px 40px;
    width: 650px;
}
.comment_logged-p {
	padding-top:10px;
}
.comment_logged-p a.logout {
color: #F13A56;
}
.comment_logged-p a {
text-decoration: none;
color: #999999;
}


 .comment h2{
    color: #FFFFFF;
	margin-top: 0;
    /*font-family: sans-serif-Georgia;*//*Roboto,Arial,Helvetica,sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.comment-form .form-text {
    background-color: #484848;
    border: medium none;
    color: #FFFFFF !important;
    height: 31px;
    padding: 0 10px;
    width: 275px;
}

.form-item span {
    display: block;
    line-height: 20px;
}

.comment-form .text-full{
    background-color: #484848;
    border: medium none;
    color: #FFFFFF;
    height: 100px;
    padding: 5px 10px;
    width: 623px;
}

.comment-form textarea {
    resize: none;
	overflow: auto;
}

.comment-form #save-comment-btn {
    background-color: #D0324A;
    border: medium none;
    border-radius: 10px;
    color: #FFFFFF;
    height: 39px;
    width: 140px;
	cursor:pointer;
}


.comment-form .form-item {
	margin: 16px 0;
}

.user-comment {
    /*background: url("../images/anonimus-comment-avatar.png") no-repeat scroll 0 0 #FFFFFF;*/
    line-height: 19px;
    padding: 10px 20px 15px 0;
    position: relative;
}
.user-comment img {
	float:left;
	padding-right:20px;
}

span.username {
    color: #999999;
    display: block;
    /*font-family: sans-serif-Georgia;*//*Georgia,Times New Roman,Times,serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin-top: 10px;
}

.date-time a {
    color: #999999;
    /*font-family: sans-serif-Georgia;*//*Georgia,Times New Roman,Times,serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
}

.date-time {
    display: inline-block;
    margin-bottom: 10px;
}

.comment-reply a {
    color: #F13A56;
	text-decoration: none;
}

.comment-reply{
	position: absolute;
    right: 18px;
    top: 18px;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 250px;
	margin-left: -250px;
	position: relative;
}

#block1{	
    line-height: 1px;
}

#block1 div{
    padding: 0;
}

.sidebar-block{
    background: url("../images/shadow-bg.png") repeat-x scroll left bottom transparent;
    color: #343434;
    display: inline-block;
    padding-bottom: 20px 20px 37px 20px;
    width: 195px;
}
/*
.sidebar-block div{
    padding: 15px 15px 0 25px;
}
*/
/*#block2 a{
    color: #343434;
	text-decoration: none;
}*/

.sidebar-block h2{
    color: #0f70b8;
    /*font-family: sans-serif-Georgia;*//*Roboto;*/
    font-family: 'Lato', sans-serif;
    font-size: 12px;
	font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
	padding-left:0px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	margin: -150px 0 0;
	height: 150px;
	position: relative;
	background-color: #292929;
    color: #CBC9C9;
    font-size: 12px;
    line-height: 12px;
}

.footer-left{
	color: #CBC9C9;
    float: left;
    font-size: 12px;
    line-height: 12px;
}

.footer-left p{
	clear: both;
}

.footer .logo{
	padding: 15px 0 20px;
}

.footer-right{
	float: right;
    padding-top: 30px;
}

.sidebar-block{
    color: #6F6D6D;
    font-size: 16px;
    line-height: 140%;
}

.sidebar-block p span{
    font-style: italic
}

.sidebar-block p a{
    margin-top:10px;
    display: block;
}

.sidebar-block a{
    color:#0f70b8;
    text-decoration: none;
}

.sidebar-block a:hover{
    color:#E33D56;
    //text-decoration: underline;
}

.sidebar-block ul li{
    margin-top:10px;
}

.sidebar-block ul li:first{
    margin-top: 0px
}

.sidebar-block ul li a{
    color:#0f70b8;
}

.sidebar-block .views-products li a{
    color:#0f70b8;
}

.sidebar-block .views-products li a:hover{
    color:#FF6600;
}

.sidebar-block .tabs a{
    display:inline-block;
    background:#dfdfdf;
    line-height: 21px;
    padding:0px 7px;
    border-radius: 10px;
    color:#000;
    text-decoration: none
}

.sidebar-block .tabs a.active{
    background:#d0324a;
    color:#fff;
}

.sidebar-block .tabs, .sidebar-block #last, .sidebar-block #popular, .sidebar-block #comments, .sidebar-block #tabs-content{
    padding:0;
}

a.latest-video_a {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
display: block;
color: #0f70b8;
margin-top:0px !important;
}
.wp-pagenavi {
margin-bottom: 20px;
}
.wp-pagenavi a {
color:#FF6600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color:#BFBFBF !important;
}
a {
color:#d0324a;
}

.article .article-content h2{
    /*font-family: sans-serif-Georgia;*//*'Roboto Condensed',Arial,Helvetica,sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 29px;
    text-transform: none;
    color:gray;
    font-weight: 600;
    margin-top: 20px;
}

/******************************
 category navigation
******************************/

.cat-nav {
	background: url(../images/1gray.gif) repeat-x left bottom;
	height: 33px;
}
	.cat-nav li {
		background: #990000 /*url(../images/catnav-bg.gif) repeat-x*/;
		float: left;
		border-top: 1px solid #720101;
		border-right: 1px solid #720101;
		border-left: 1px solid #720101;
		margin-left: 2px;
	}
	.cat-nav li.current-cat,
	.cat-nav li.current-cat:hover {
		background: #fff;
		border-right: 1px solid #dfdfdf;
		border-top: 1px solid #dfdfdf;
		border-left: 1px solid #dfdfdf;
	}
	.cat-nav li.current-cat a {
		color: #7a7a7a;
		font-weight: normal;
	}
	.cat-nav a {
		display: block;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		padding: 0 10px;
		line-height: 32px;
		}
	.cat-nav li:hover {
		background: #be0101;
	}
#navigation{
	margin-top: 5px;
}

#navigation ul{
	list-style:none;
	margin:0;
	padding:0
}

#navigation ul li a{
    font-size: 12px;
	font-weight:500;
	/*font-family:sans-serif-Georgia;*//*'Roboto',Arial,Helvetica,sans-serif;*/
        font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	color:#3A2F31;
	text-decoration:none;
	padding:0px;
}
#navigation ul li.current-cat a {
    color: #E12F4A;
}

#navigation ul li a:hover{
	color: #E12F4A;
}

#navigation ul li{
	float:left;
	margin-right:15px;
}

.tabs-nav {
	width: 280px;
	overflow: hidden;
}
.tabs-nav li{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
.tabs-nav li a {
	display: block;
	font-weight: bold;
	text-decoration: none; 
	margin: 0 0 10px 0;
	background: #E12F4A;
	color: #fff; 
	padding: 3px 10px;
}
.tabs-nav li a:hover {
	background: #666;
}
ul.tabs-nav a.current, ul.tabs-nav a.current:hover, ul.tabs-nav li.current a {
	background: #fff;
	cursor: default !important; 
	color: #000;
	padding-bottom: 13px;
	margin-bottom: 0;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    float: left;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 35px;
	text-decoration: none;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #F6F4F4;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-weight: normal;
	height: auto;
	line-height: 1.0em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	/*background: #efefef;*/
}
#access li:hover > a,
#access a:focus {
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

.arrowLeft a {
/*position: fixed;*/
z-index: 100;
left: -5px;
top: 45%;
padding: 15px 10px;
-webkit-transition: .2s ease-in;
-moz-transition: .2s ease-in;
-o-transition: .2s ease-in;
transition: .2s ease-in;
}
 
.arrowLeft a:hover {
left: 0;
-webkit-transition: .2s ease-in;
-moz-transition: .2s ease-in;
-o-transition: .2s ease-in;
transition: .2s ease-in;
color: #fff;
}
 
.arrowRight a {
/*position: fixed;*/
z-index: 100;
right: -5px;
top: 45%;
padding: 15px 10px;
-webkit-transition: .2s ease-in;
-moz-transition: .2s ease-in;
-o-transition: .2s ease-in;
transition: .2s ease-in;
}
 
.arrowRight a:hover {
right: 0;
-webkit-transition: .2s ease-in;
-moz-transition: .2s ease-in;
-o-transition: .2s ease-in;
transition: .2s ease-in;
color: #fff;
}

.arrowNav {
	margin:0 auto;
	text-align:center;
} 
.arrowNav a {
background: #ed0023;
color: #fff;
text-decoration: none;
font-size: 16px;
border-radius:5px;
}

.rght-wrapper {
    border: 1px solid #c7c7c7;
    width: 170px;
    background: #ebebeb;
}
.rght-wrapper {
    float: right;
    margin-right: 0%;
    margin-top: 0px;
    right: 0;
}
.rght-wrapper img {
    width: 100%;
}
.rght-wrapper .title {
    color: #e51937;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 10px;
    text-transform: uppercase;
}
.sub-title {
    color: #717171;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 25px;
}
.text-center {
    text-align: center;
}
.rght-wrapper p {
    font-size: 16px;
    color: #707070;
    font-weight: 300;
    text-align: center;
    padding: 30px 10px 22px;
    line-height: 20px;
}
.text-center img {
    padding-bottom: 20px;
    width: auto;
}
.rght-wrapper a.btn {
    background: #e51937 none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 3px 3px 3px rgba(57, 57, 57, 0.25);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0;
}


.lft-wrapper {
    float: left;
    margin-left: 0%;
    margin-top: 0px;
    right: 0;
    border: 1px solid #c7c7c7;
    width: 172px;
    background: #fff;
}
.lft-wrapper .title {
    color: #e51937;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 10px;
}
.lft-wrapper img {
    width: 100%;
}
.sub-title-green {
    color: #3f8c8c;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0 0px;
	font-style:italic;
}
.sub-title-black {
    color: #8a8a8a;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0 15px;
}
.lft-wrapper a.btn {
    background: #65a81e none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 3px 3px 3px rgba(57, 57, 57, 0.25);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 30px;
    text-decoration: none;
    margin: 5px 0 20px;
	display: inline-block;
	line-height: 1.4;
}
.text-center {
    text-align: center;
}
.lft-wrapper p {
    font-size: 16px;
    color: #707070;
    font-weight: 300;
    text-align: center;
    padding: 30px 10px 22px;
    line-height: 20px;
}
