html {
    overflow-x: hidden; 
}
body {
    height: 100%;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

body {
	font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #4d4d4d;
    min-height: 100%;
    position: static;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}
	

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', serif;
}
h2 {
	font-size: 48px;
	color: #af2630;
	text-align: center;
	margin-top: 0;
	margin-bottom: 70px;
	position: relative;
}
h2:after {
    content: '';
    position: absolute;
    left: 0; 
    right: 0;
    top: 100%;
    margin: 10px auto;
    width: 100px;
    height: 2px;
    background: #af2630;
}

a {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	outline:0;
	cursor: pointer;
	color: #af2630; 
	position: relative;
}
a:hover, a:focus, a:active {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	text-decoration: none;
	outline: 0;
	color: #af2630;
}

.form-control { border-radius: 7px;}
.form-control:focus { border-color: #f6969d; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(175, 38, 48, 0.6); }

textarea { resize: vertical; }

blockquote { font-size: 15px;}

a label { cursor: pointer; }
label { font-weight: 600; color: #444; padding-top: 5px;}
*:focus {outline:none !important}

ul { list-style: none; margin: 0; padding: 0;}

.img-hover {
    opacity: 1;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.img-hover:hover {
    opacity: 0.8;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

.form-control::-webkit-input-placeholder {  color: #4d4d4d; font-style: italic;}
.form-control::-moz-placeholder { color: #4d4d4d; font-style: italic; }
.form-control:-ms-input-placeholder { color: #4d4d4d; font-style: italic; }
.form-control:-moz-placeholder { color: #4d4d4d; font-style: italic; }


/* padding */
.padd0  {padding:0 !important}
.padd05 {padding:5px !important}
.padd5  {padding:5px 0 !important}
.padd10 {padding:10px 0 !important}
.padd20 {padding:20px 0 !important}
.padd30 {padding:30px 0 !important}
.padd40 {padding:40px 0 !important}
.padd50 {padding:50px 0 !important}
.paddL0 {padding-left: 0 !important}
.paddR0 {padding-right: 0 !important}
.paddT0 {padding-top: 0 !important}
.paddB0 {padding-bottom: 0 !important}
.paddL05 {padding-left: 5px !important}
.paddR05 {padding-right: 5px !important}
.paddT05 {padding-top: 5px !important}
.paddB05 {padding-bottom: 5px !important}
.paddL10 {padding-left: 10px !important}
.paddR10 {padding-right: 10px !important}
.paddT10 {padding-top: 10px !important}
.paddB10 {padding-bottom: 10px !important}
.paddL15 {padding-left: 15px !important}
.paddR15 {padding-right: 15px !important}
.paddT15 {padding-top: 15px !important}
.paddB15 {padding-bottom: 15px !important}
.paddL20 {padding-left: 20px !important}
.paddR20 {padding-right: 20px !important}
.paddT20 {padding-top: 20px !important}
.paddB20 {padding-bottom: 20px !important}
.paddT50 {padding-top: 50px !important}

/* margin */
.marg0  {margin:0 !important}
.marg05 {margin:5px 0 !important}
.marg10 {margin:10px 0 !important}
.marg20 {margin:20px 0 !important}
.marg30 {margin:30px 0 !important}
.marg40 {margin:40px 0 !important}
.marg50 {margin:50px 0 !important}
.marg60 {margin:60px 0 !important}
.marg70 {margin:70px 0 !important}
.margL0 {margin-left: 0 !important}
.margR0 {margin-right: 0 !important}
.margT0 {margin-top: 0 !important}
.margB0 {margin-bottom: 0 !important}
.margL05 {margin-left: 5px !important}
.margR05 {margin-right: 5px !important}
.margT05 {margin-top: 5px !important}
.margB05 {margin-bottom: 5px !important}
.margL10 {margin-left: 10px !important}
.margR10 {margin-right: 10px !important}
.margT10 {margin-top: 10px !important}
.margB10 {margin-bottom: 10px !important}
.margL15 {margin-left: 15px !important}
.margR15 {margin-right: 15px !important}
.margT15 {margin-top: 15px !important}
.margB15 {margin-bottom: 15px !important}
.margL20 {margin-left: 20px !important}
.margR20 {margin-right: 20px !important}
.margT20 {margin-top: 20px !important}
.margB20 {margin-bottom: 20px !important}
.margL30 {margin-left: 30px !important}
.margR30 {margin-right: 30px !important}
.margT30 {margin-top: 30px !important}
.margB30 {margin-bottom: 30px !important}
.margT40 {margin-top: 40px !important}
.margB40 {margin-bottom: 40px !important}
.margT50 {margin-top: 50px !important}
.margB50 {margin-bottom: 50px !important}

.d-block { display: block; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }

/*BTN*/
.btn-empty{
	color: #333;
	min-width: 50px;
	max-width: 150px;
	margin: 0 auto;
	display: block;
	margin: 0 auto;
	padding: 8px 30px;
	border: 1px solid #aaa;
	border-radius: 7px;
	background: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-transition: border-color 0.5s, color 0.5s;
	transition: border-color 0.5s, color 0.5s;
}
.btn-empty::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #af2630;
	border-radius: 5px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-empty,
.btn-empty::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-empty:hover, .btn-empty:focus, .btn-empty:active {
	color: #fff;
	border-color: #af2630;
}
.btn-empty:hover::before,
.btn-empty:focus::before,
.btn-empty:active::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.btn-full{
	color: #fff;
	min-width: 50px;
	max-width: 150px;
	margin: 0 auto;
	display: block;
	margin: 0 auto;
	padding: 8px 30px;
	border: 1px solid #af2630;
	border-radius: 7px;
	background: #af2630;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-transition: border-color 0.5s, color 0.5s;
	transition: border-color 0.5s, color 0.5s;
}
.btn-full::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 5px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-full,
.btn-full::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-full:hover, .btn-full:focus, .btn-full:active  {
	color: #333;
	border-color: #aaa;
}
.btn-full:hover::before,
.btn-full:focus::before,
.btn-full:active::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/*HEADER*/
header {
	background: #f0f0f0;
	border-bottom: 1px solid #e2e2e2;
	padding-top: 50px;
	box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.10);
	/*height: 230px;*/
}
header .basicHeader {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}



header .logo {
	display: inline-block;
	margin-bottom: 30px;
}

header .logoFixed, header .searchBtnFixed, 
header .mobileLogo, header .mobileLogoFixed, .hamburger-menu.fixedHamburger {
	display: none;
}
header .logo img {
	width: 100%;
	max-width: 298px;
}

header .mainNav {
	display: block;
	margin-bottom: 20px;
}
header .mainNav.subCat {
	display: table;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
header .mainNav li {
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	padding: 0 5px;
	border: 1px solid transparent;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
}

header .mainNav.subCat li {
	display: table-cell;
	vertical-align: middle;
	max-width: 150px;
}
header .mainNav.subCat li span {
	padding: 6px 8px;
	display: inline-block;
	border: 1px solid #d1d2d5;
	border-radius: 7px;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
}
header .fixedHeader .mainNav.subCat li span {
	border: 1px solid transparent;
}
header .mainNav.subCat li:hover span,
header .mainNav.subCat li.active span {
	border: 1px solid #333;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
}
header .mainNav li a {
	color: #333;
	display: inline-block;
	border: 1px solid transparent;
	font-size: 16px;
	padding: 5px 4px;
}
header .mainNav.subCat li a {
	font-size: 14px;
	display: inline-block;
	padding: 5px 0;
}
header .mainNav li:hover a,
header .mainNav li.active a {
	border: 1px solid #333;
	border-radius: 7px;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
}
header .mainNav.subCat li:hover a,
header .mainNav li.active a {
	border: 1px solid transparent;
}

header .mobileNav {
	display: inline-block;
	float: right;
	margin-left: 20px;
}
.hamburger-menu {
	float: right;	
	width: 25px;
	height: 30px;
	cursor: pointer;
	position: relative;
	z-index: 4;
}
.hamburger-menu .bar, .hamburger-menu .bar:after, .hamburger-menu .bar:before {
    width: 22px;
    height: 3px;
}
.hamburger-menu .bar {
    position: relative;
    transform: translateY(15px);
    background: #af2630;
    transition: all 0ms 300ms;
  	-webkit-transition: all 0ms 300ms;
	-moz-transition: all 0ms 300ms;
	-o-transition: all 0ms 300ms;
	-ms-transition: all 0ms 300ms;
}
.hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0);
}
.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    background: #af2630;
    transition: all 0ms 300ms;
  	-webkit-transition: all 0ms 300ms;
	-moz-transition: all 0ms 300ms;
	-o-transition: all 0ms 300ms;
	-ms-transition: all 0ms 300ms;
}
.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: #af2630;
    transition: all 0ms 300ms;
  	-webkit-transition: all 0ms 300ms;
	-moz-transition: all 0ms 300ms;
	-o-transition: all 0ms 300ms;
	-ms-transition: all 0ms 300ms;
}
.hamburger-menu .bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:hover .bar,
.hamburger-menu:hover .bar:before,
.hamburger-menu:hover .bar:after {
	background: #af2630;
	transition: all 0ms 300ms;
  	-webkit-transition: all 0ms 300ms;
	-moz-transition: all 0ms 300ms;
	-o-transition: all 0ms 300ms;
	-ms-transition: all 0ms 300ms;
}

header .searchBtn {
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;
	color: #4d4d4d;
	float: right;
}
header .searchBtn span {
	display: none;
}
header .accountBtn {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	color: #4d4d4d;
	float: right;
	margin-top: 5px;
}
header .registerBtn {
	display: inline-block;
	font-size: 14px;
	color: #4d4d4d;
	float: right;
	margin-top: 5px;
}
header .logoutBtn {
	display: inline-block;
	font-size: 14px;
	color: #4d4d4d;
	float: right;
	margin-top: 5px;
}
header .registerBtn i, header .logoutBtn i, header .accountBtn i {
	display: none;
}
header .registerBtn:hover, header .accountBtn:hover,
header .searchBtn:hover {
	color: #af2630;
}

/*fixedHeader*/
header .fixedHeader {
	background: #f0f0f0;
	border-bottom: 1px solid #e2e2e2;
	box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.10);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 10px 0;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
}
header .fixedHeader .logo,
header .fixedHeader .accountBtn, header .fixedHeader .registerBtn, header .fixedHeader .logoutBtn,
header .fixedHeader .searchBtn, header .fixedHeader .mobileNav  {
	display: none;
}
header .fixedHeader .mainNav {
	margin-bottom: 0px;
	margin-top: 5px;
}
.catPage header .fixedHeader .mainNav {
	margin-top: 0;
}
.catPage header .fixedHeader .mainNav li a {
	font-size: 14px;
}
header .fixedHeader .logoFixed {
	display: inline-block;
	float: left;
	margin-right: 15px;
}
header .fixedHeader .logoFixed img {
	width: 100%;
	max-width: 34px;
}
header .fixedHeader .searchBtnFixed {
	display: inline-block;
	float: right;
	margin-top: 13px;
	margin-right: 0;
	margin-left: 15px;
}
header .fixedHeader .searchBtn span {
	display: inline-block;
	font-size: 15px;
}

/*Top Search*/
.topSearch, .topNav {
    bottom: 0;
    display: none;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
    overflow: auto;
}
.topSearch.visible, .topNav.visible {
	display: block;
}
.topSearch .overlay, .topNav .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}
.topSearch.visible .overlay, .topNav.visible .overlay {
	display: block;
}
.topSearch .searchBar {
	background: #fff;
	width: 100%;
	padding: 22px 0;
	position: fixed;
	top: -300px;
	right: 0;
	left: 0;
	z-index: 8;
	display: table;
	vertical-align: middle;
	text-align: center;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.topSearch.visible .searchBar.visible {
	top: 0;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.topSearch .searchBar .input-group {
	width: calc(100% - 20px);
}
.topSearch .searchBar .form-control {
	border: none;
	box-shadow: none;
	padding: 0;
	font-size: 18px;
	height: auto;
}
.topSearch .searchBar .toogleSearch {
	float: right;
	width: 20px;
}

.topNav .navBar {
	background: #fff;
	width: 100%;
	padding: 22px 0;
	position: fixed;
	top: -300px;
	right: 0;
	left: 0;
	z-index: 8;
	display: table;
	vertical-align: middle;
	text-align: center;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.topNav.visible .navBar.visible {
	top: 0;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.topNav .navBar ul {
	text-align: left;
}
.topNav .navBar li {
    border: 1px solid transparent;
    display: block;
    margin: 0 5px;
    padding: 0 5px;
    transition: all 0.25s ease-out 0s;
}
.topNav .navBar li.active a {
    border-bottom: 1px solid #333;
}
.topNav .navBar li:hover a, .topNav .navBar li:focus a {
    color: #af2630;
    border-color: #af2630;
}
.topNav .navBar li a {
    color: #333;
    display: inline-block;
    font-size: 16px;
    padding: 5px 4px 0;
    margin-bottom: 3px;
}

.topNav .navBar .hamburger-toogle {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 0;
	width: 20px;
	border: none;
}


/* Carousel */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 40px 15px 0;
    text-align: center;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.slick-slide:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev {
	background: url("../images/carousel-prev-arrow.png") no-repeat scroll center center;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	border: none;
	position: absolute;
	top: 40%;
	left: -50px;
	z-index: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.slick-prev:hover {
	left: -55px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.slick-next {
	background: url("../images/carousel-next-arrow.png") no-repeat scroll center center;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	border: none;
	position: absolute;
	top: 40%;
	right: -50px;
	z-index: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.slick-next:hover {
	right: -55px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.carousel .carouselBox {
	border: 1px solid #e2e2e2;
	border-radius: 7px;	
	margin: 0 -2px;
}
.carousel .carouselBox .wrapperImg {
	height: 200px;
    overflow: hidden;
    border-radius: 7px 7px 0 0;	
}
.carousel .carouselBox .boxImg{
	/*background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;*/
    height: 200px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.carousel .carouselBox:hover .boxImg{
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.carousel .boxContainer {
	padding: 10px 10px 15px; 
}
.carousel .boxContainer .boxTitle {
	display: table;
	vertical-align: middle;
	text-align: center;
	margin: 5px 0 15px;
	height: 80px;
}
.carousel .boxContainer h3 {
	font-size: 24px;
	margin: 0;
	/*height: 90px;*/
	display: table-cell;
	vertical-align: middle;
}
.carousel .boxContainer h3 a {
	color: #222;
}
.carousel .carouselBox:hover .boxContainer h3 a {
	color: #af2630;
}
.carousel .boxContainer .boxText {
	text-align: left;
	font-size: 15px;
	max-height: 150px;
	overflow: hidden;
}

/*Latest*/
.latest {
	background: #f0f0f0;
	padding: 45px 0 0;
	margin: 50px 0;
}
.latest.only {
	margin-top: 0;
	padding-top: 0;
}
.article {
	text-align: center;
	margin-bottom: 50px;
}
.article .wrapperImg {
	height: 150px;
	overflow: hidden;
}
.article .articleImg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.article:hover .articleImg {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.article .articleTitle {
	display: table;
    margin: 10px 0;
    text-align: center;
    vertical-align: middle;
    height: 75px;
}
.article .articleTitle h3{
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
}
.article .articleTitle h3 a{
	color: #333;
	display: inline-block;
    /*height: 69px;*/
    /*overflow: hidden;*/
}
.article .articleTitle h3:hover a{
	color: #af2630;
}
.article .articleDate {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px; 
	color: #000;
	position: relative;
}
.article .articleDate:before {
    content: "";
    display: block;
    border-top: solid 1px black;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.article .articleDate span{
    background: #f0f0f0;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.catPage .article .articleDate span{
	background: #fff;
}
.article .articleText {
	font-size: 14px;
	text-align: left;
	margin-bottom: 25px;
	height: 100px;
	overflow: hidden;
	position: relative;
}




/*UGC*/
.ugc {
	padding: 30px 0 70px;
	text-align: center;
}
.ugc h3 {
	color: #af2630;
	font-size: 30px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 45px;
}
.ugc h3 img {
	max-height: 75px;
}
.ugc h3 span {
	padding-top: 20px;
	display: block;
}
.ugc .news {
	margin-bottom: 20px;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #010101;*/
}
.ugc.index .news {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.ugc .news.last {
	padding-bottom: 0;
}
.ugc .news .newsHead {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	height: 40px;
}
.ugc.index .news .newsHead {
	margin-bottom: 10px;
	height: auto;
}
.ugc .news .newsHead h4 {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	margin: 0;
	padding-right: 5px;
}
.ugc .news .newsHead h4 a {
	color: #010101;
	display: inline-block;
    /*height: 54px;*/
   /* overflow: hidden;*/
    vertical-align: middle;
}
.ugc .news .newsHead h4 a:hover {
	color: #af2630;
}
.ugc .news .newsHead .wrapperImg {
	display: table-cell;
	width: 80px;
	overflow: hidden;
	vertical-align: top;
}
.ugc .news .newsHead .wrapperImg .newsPic {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
}
.ugc .news .newsDate {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px; 
	color: #4d4d4d;
	position: relative;
}
.ugc.index .news .newsDate {
	text-align: left;
	font-style: normal;
	margin-bottom: 5px;
}
.ugc .news .newsDate:before {
    content: "";
    display: block;
    border-top: solid 1px #4d4d4d;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.ugc.index .news .newsDate:before {
	display: none;
}
.ugc .news .newsDate span{
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.ugc.index .news .newsDate span{
	padding: 0 15px;
}
.ugc.index .news .newsDate::after {
    color: #808890;
    content: "\f073";
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-decoration: inherit;
    top: -1px;
    z-index: 1;
}
.ugc .news .newsBody {
	font-size: 14px;
	text-align: left;
	height: 80px;
    overflow: hidden;
    text-align: left;
}
.ugc.index .news .newsBody {
	height: auto;
	overflow: visible;
}
.viewMore {
	color: #af2630;
	font-size: 16px;
}
.viewMore i {
	padding-right: 5px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.viewMore:hover i {
	padding-right: 1px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}


/*Search results*/
.searchResults {
	padding: 45px 0 70px;
}
.searchResults h2 {
	margin-bottom: 20px;
}
.searchResults h2 span{
	display: block;
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.searchResults .article {
	margin-top: 50px;
	margin-bottom: 0;
}
.searchResults .article:hover h3 a {
	color: #af2630;
}

/*Tag results*/
.tagResults {
	padding: 45px 0 70px;
}
.tagResults h2 {
	margin-bottom: 20px;
}
.tagResults h2 span{
	display: block;
	font-size: 48px;
	margin-bottom: 10px;
}
.tagResults .article {
	margin-top: 50px;
	margin-bottom: 0;
}
.tagResults .article:hover h3 a {
	color: #af2630;
}

/*Category Page*/
.catTitle {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 40px;
	color: #333;
}
.catTitle small {
	display: block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
}
.fixedHeader .catTitle {
	display: none;
}
.tagSelector {
	position: relative;
    margin-bottom: 20px;
}
.fixedHeader .tagSelector {
	display: none;
}
.tagSelector:before {
    content: "";
    display: block;
    border-top: solid 1px #d1d2d5;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.tagSelector .bootstrap-select{
    position: relative;
    z-index: 5;
    max-width: 100%;
}
.tagSelector .bootstrap-select .btn {
	border-color: #d1d2d5;
	background-color: #fff;
	border-radius: 7px;
}
.tagSelector .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align: center;
	font-style: italic;
	color: #666;
}
.tagSelector .dropdown-menu > li > a:hover, 
.tagSelector .dropdown-menu > li > a:focus {
	background-color: #af2630;
	color: #fff;
}

.catPage h2 {
	margin-bottom: 20px;
}
.catPage .latest {
	background: none;
}
.catPage .article {
	margin-top: 50px;
}


/*Sidebar*/
.sidebar {
	margin-top: 5px;
	border:1px solid #dce0e0;
	border-radius: 7px;
	padding: 0 10px 30px;
}
.latest.only .sidebar {
	margin-top: 50px;
}

.sidebar h3 {
	font-size: 30px;
	color: #af2630;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
	position: relative;
}
.sidebar h3:after {
    content: '';
    position: absolute;
    left: 0; 
    right: 0;
    top: 100%;
    margin: 10px auto;
    width: 100px;
    height: 2px;
    background: #af2630;
}

.newsletter {
	text-align: center;
}
.newsletter .btn {
	margin-top: 20px;
}

.tagcloud {text-align: center; line-height: 30px; margin-bottom: 50px;}
.tagcloud a {color: #333; padding: 2px 4px;} 
.tagcloud a:hover {color: #fff; background: #af2630;} 
.tagcloud .tag1 {font-size: 12px; display: inline-block;}
.tagcloud .tag2 {font-size: 14px; display: inline-block;}
.tagcloud .tag3 {font-size: 16px; display: inline-block;}
.tagcloud .tag4 {font-size: 18px; display: inline-block;}
.tagcloud .tag5 {font-size: 20px; display: inline-block;}
.tagcloud .tag6 {font-size: 24px; display: inline-block;}


/*Article Page*/
.mainArticle h1 {
	font-size: 48px;
	margin: 20px 0 30px;
}
.mainArticle .articleDetails {
	margin-bottom: 10px;
}
.mainArticle .articleDetails .share {
	float: right;
}
.mainArticle .articleDetails .author {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
}
.author + .date {
	margin-left: 10px;
}
.mainArticle .articleDetails .date {
	display: inline-block;
	font-size: 14px;
}
.mainArticle .articleImage {
	margin-bottom: 20px;
}
.mainArticle .articleImage img {
	width: 100%;
}
.mainArticle .articleBody img {
	max-width: 100%;
	height: auto;
}
.mainArticle .articleBody {
	font-size: 14px;
	margin-bottom: 50px;
}
.mainArticle .articleBody ul {
	list-style: inside;
}

.mainArticle .tags {
	margin-bottom: 70px; 
}
.mainArticle .tags a {
	background: #f2f2f2;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 7px;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
	padding: 2px 12px;
	font-size: 14px;
}
.mainArticle .tags a i {
	color: #af2630;
}
.mainArticle .tags a:hover {
	background: #ddd;
	color: #af2630;
}

.related {
	margin: 0 -15px 70px;
}
.related h2 {
	font-size: 30px;
	margin-bottom: 0;
}

.mainArticle .sidebar {
	/*padding-top: 30px;*/
	margin-bottom: 50px;

}

.minirelated {
	margin-bottom: 50px;
}
.miniArticle {
	display: table;
	margin-bottom: 30px;
}
.miniArticle .wrapperImg  {
	display: table-cell;
	vertical-align: middle;
	width: 75px;
}
.miniArticle .wrapperImg .miniarticleImg {
	background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 50px;
    height: 50px;
    transition: all 0.5s ease 0s;
} 

.miniArticle .miniarticleTitle {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.miniArticle .miniarticleTitle h4 {
	margin: 0;
}
.miniArticle .miniarticleTitle h4 a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	/*height: 53px;
	overflow: hidden;*/
}

/*UGC Article*/
.ugcTitle {
	display: table;
	width: 100%;
	margin: 15px 0 20px;
}
.ugcTitlePic {
    display: table-cell;
    width: 100px;
}
.ugcTitle .ugcTitlePic div {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100px;
}
.ugcTitle h1 {
	display: table-cell;
	vertical-align: top;
	font-size: 40px;
}
.ugcTitlePic + h1 {
	padding-left: 10px;
}

/*Breadcrumbs*/
.breadcrumb {
	background: none;
	margin-top: 7px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 13px;
	color: #4d4d4d;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb a:hover {
	color: #af2630;
}
.breadcrumb > li + li::before {
	content: "\f101"; 
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 12px;
	color: #4d4d4d;
}
.breadcrumb li.active a {
	color: #777;
}
.breadcrumb li.active a:hover {
	color: #af2630;
}

/*Pagination*/
.pagination {
	margin-top: 30px;
}
.pagination > li > a, .pagination > li > span {
	color: #333;
}
.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #af2630;
	border-color: #af2630;
}
.pagination > li > a:hover, .pagination > li > span:hover, 
.pagination > li > a:focus, .pagination > li > span:focus {
	color: #af2630;
}


/*Footer*/
footer {
	background: #f0f0f0 none repeat scroll 0 0;
    border-top: 1px solid #e2e2e2;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    font-size: 14px;
}
footer .fdsc {
	margin-top: 30px;
	margin-bottom: 30px;
}
footer ul {
	margin-bottom: 15px;
}
footer ul b {
	display: inline-block;
	padding-bottom: 5px;
}
footer ul a {
	color: #333;
}
footer .partners {
	margin: 15px 0 33px;
}
footer .partners li {
	text-align: center
}
.fbLink {
	font-size: 33px;
	color: #3b5998;
	margin-right: 15px;
}
.undercopyright {
	display: none;
}

.back-to-top {
	bottom: 20px;
    position: fixed;
    right: 20px;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
    z-index: 999;
}
.back-to-top a {
    background: rgba(175, 38, 48, 0.95);
    border-radius: 7px;
    color: #fff;
    display: table;
    height: 40px;
    text-align: center;
    width: 40px;
}
.back-to-top a:hover {
	background: rgba(175, 38, 48, 0.85);
}
.back-to-top a i {
    display: table-cell;
    height: 40px;
    font-size: 20px;
    vertical-align: middle;
}

/*404*/
.wrapper-404 {
	padding: 90px 0;
	text-align: center;
	font-size: 16px;
}
.wrapper-404 .icon-404 {
	font-size: 100px;
	line-height: 50px;
}

/*Register*/
.registerOpt {
	margin-bottom: 20px;
}
.registerOpt li {
	display: block;
}
.registerOpt li a {
	display: inline-block;
	color: #777;
    font-size: 15px;
    padding: 3px 0 2px 0;
    margin: 3px 0;
    border-bottom: 1px solid transparent;
}
.registerOpt li a:hover {
	color: #333;
}
.registerOpt li a.active {
	color: #333;
	border-bottom: 1px solid #333;
}

.registerForm {
	border: 1px solid #dce0e0;
	padding: 30px 20px;
	border-radius: 7px;
	margin-bottom: 50px;
	font-size: 15px;
}
#contact_form input[type="submit"], .registerForm input[type="submit"] {
	margin-left: 0;
}
#contact_form input[type="submit"]:hover, .registerForm input[type="submit"]:hover {
	color: #fff;
	border-color: transparent;
}
.registerForm h3 {
	font-family: 'Open Sans', sans-serif;
	color: #111;
	font-size: 18px;
}

/*Contul meu*/
.myAccount {
	padding: 0 5px;
	margin-bottom: 30px;
	background:#dce0e0; 
	border: 1px solid #dce0e0;
	border-radius: 7px;
}
.myAccount li {
	display: inline-block;
	margin: 0 5px;
	padding: 0 5px;
}
.myAccount li a {
	color: #333;
	display: inline-block;
	padding: 7px 0;
	border-bottom: 3px solid transparent;
}
.myAccount li a:hover {
	color: #000;
}
.myAccount li a.active {
	color: #000;
	border-bottom: 3px solid #000;
}

.deleteBtn, .editBtn {
	font-size: 20px;
	display: inline-block;
}
.editBtn {
	margin-right: 5px;
}
.deleteBtn:hover, .editBtn:hover {
	color: #111;
}

.newsTable {
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}
.newsTable thead {
    color: #000;
    font-size: 15px;
}
.newsTable thead th {
    padding: 20px;
    text-align: center;
    font-weight: 600;
}
.newsTable thead th:first-child {
	text-align: left;
}
.newsTable  > thead > tr > th {
    border-bottom: 1px solid #d3d7d9;
}
.newsTable  tbody tr {
    background: #fff;
}
.newsTable  tbody tr:nth-of-type(2n+1) {
    background: #f3f5f6;
}
.newsTable  tbody td {
    border: medium none;
    padding: 5px 20px;
}
.newsTable  p {
    margin: 0;
}

.small_star {
	font-size: 10px !important;
	vertical-align: top;
}
 

/*RESPONSIVE*/  
@media(max-width:1280px) {
	header .mainNav li {
		margin: 0 7px;
	}
}


@media(max-width:1199px) {
	header .mainNav li {
		margin: 0 3px;
		padding: 0 3px;
	}
	header .fixedHeader .mainNav li a {
		padding: 8px 3px;
		font-size: 14px;
	}
	header .fixedHeader .searchFixed span {
		display: none;
	}

	header .searchBtn, header .accountBtn {
		margin-right: 15px;
	}
	header .mobileNav {
		margin-left: 15px;
	}
}


@media(max-width:1024px) {
	
	header .accountBtn span, header .registerBtn span, header .logoutBtn span {
		display: none;
	}
	header .accountBtn i, header .registerBtn i, header .logoutBtn i {
		display: inline-block;
		font-size: 20px;
	}

	.slick-next {
		right: -40px;
	}
	.slick-next:hover {
		right: -45px;
	}
	.slick-prev {
		left: -40px;
	}
	.slick-prev:hover {
		left: -45px;
	}
}


@media(max-width:991px) {
	header {
		padding-top: 40px;
		height: 140px;
	}
	header .logo {
		margin-bottom: 30px;
	}
	
	header .mainNav, header .fixedHeader .searchBtnFixed span,
	.catPage header .mainNav {
		display: none;
	}
	header .fixedHeader .searchBtnFixed {
		margin-right: 20px;
		margin-top: 3px;
	}
	header .fixedHeader .hamburger-menu {
		display: none;
	}
	header .fixedHeader .hamburger-menu.fixedHamburger {
		display: inline-block;
	}

	header .fixedHeader .mobileLogoFixed {
		display: block;
		float: left;
		margin-top: 3px;
	}
	header .fixedHeader .mobileLogoFixed img {
		width: 141px;
	}
	header .fixedHeader .mobileLogo {		
		margin-bottom: 0;
	}
	header .fixedHeader .logoFixed {
		display: none;
	}

	header .fixedHeader .searchBtn {
		margin-top: 0
	}

	.slick-next {
		right: -25px;
	}
	.slick-next:hover {
		right: -30px;
	}
	.slick-prev {
		left: -25px;
	}
	.slick-prev:hover {
		left: -30px;
	}

	.latest, .mainArticle {
		padding-bottom: 20px;
	}
	.latest .article {
		margin-bottom: 50px;
	}

	.mainArticle .sidebar {
		padding-top: 0;
	}
	.miniArticle, .newsletter, .tagcloud {
	    margin: 0 auto 50px;
	    max-width: 480px;
	    width: 100%;
	}

	footer .undercopyright {
		display: block;
		margin-top: 25px;
		text-align: center;
	}
	footer .fdsc {
		margin-top: 0;
		margin-bottom: 50px;
	}
	footer .copyright {
		display: none;
	}


	.newsTable table, 
	.newsTable thead, 
	.newsTable tbody, 
	.newsTable th, 
	.newsTable td, 
	.newsTable tr { 
		display: block; 
	}
	.newsTable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.newsTable tbody tr { border-bottom: 1px solid #d3d7d9; }
	.newsTable tbody td { 
		border: none;
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
	.newsTable tbody td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: 600;
	}
	.newsTable td:before { content: attr(data-title); }
}


@media(max-width:767px) {
	header {
		padding-top: 20px;
		height: 70px;
	}
	header .logo {
		display: none
	}
	.topNav .navBar .hamburger-toogle {
		right: 35px;
	}
	.topNav .navBar ul {
		max-height: 325px;
		overflow: auto;
	}
	.topNav .navBar li a {
		display: inline-block;
	}
	.topNav .navBar li a.active {
		text-decoration: underline;
	}
	.topNav .navBar li:hover a, .topNav .navBar li:focus a {
		color: #333;
	}
	.topNav .navBar li a:hover, .topNav .navBar li a:focus {
		color: #af2630;
	}

	.topNav .navBar li span {
		cursor: pointer;
	}
	.topNav .navBar li span:hover {
		color: #af2630;
	}
	.topNav .navBar li span[aria-expanded="true"] i {
		webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
		-webkit-transition: all 0.25s ease 0s;
		-moz-transition: all 0.25s ease 0s;
		-o-transition: all 0.25s ease 0s;
		-ms-transition: all 0.25s ease 0s;
	    transition: all 0.25s ease 0s;
	}
	.topNav .navBar li span[aria-expanded="false"] i {
		webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    transform: rotate(0deg);
		-webkit-transition: all 0.25s ease 0s;
		-moz-transition: all 0.25s ease 0s;
		-o-transition: all 0.25s ease 0s;
		-ms-transition: all 0.25s ease 0s;
	    transition: all 0.25s ease 0s;
	}

	.topNav .navBar li .list-group-submenu a {
		display: block;
		margin-bottom: 0;
	}

	header .mobileLogo {
		display: block;
		float: left;
		margin-bottom: 10px;
	}
	header .mobileLogo img {
		width: 141px;
	}
	header .fixedHeader .mobileLogoFixed  {
		display: none;
	}

	.slick-next {
		right: -10px;
		height: 30px;
		width: 30px;
	}
	.slick-next:hover {
		right: -15px;
	}
	.slick-prev {
		left: -10px;
		height: 30px;
		width: 30px;
	}
	.slick-prev:hover {
		left: -15px;
	}

	.article .wrapperImg, .article .articleImg {
		height: 250px;
	}

	.latest .article, .catPage .article {
		width: 100%;
		max-width: 480px;
		margin-right: auto;
		margin-left: auto;
	}
	.article .articleTitle {
		height: auto;
	}

	.sidebar, .latest.only .sidebar {
		margin-top: 30px;
	}

	.ugc {
		padding-bottom: 20px;
	}
	.ugc .viewMore {
		margin-bottom: 50px;
		display: inline-block;
	}
}


@media(max-width:480px) {

	

	.carousel .boxContainer .boxTitle {
		height: auto;
	}

	.catTitle {
	    font-size: 30px;
	    margin-bottom: 10px;
	    margin-top: 20px;
	}
	.mainArticle h1 {
		font-size: 40px;
		margin: 20px 0;
	}

	.article .wrapperImg, .article .articleImg {
		height: 200px;
	}

	.ugcTitle, .ugcTitlePic {
		display: block;
	}
	.ugcTitle h1 {
		padding-left: 0;
	}
}


@media(max-width:360px) {
	.mobileNav ul {
		width: 360px;
	}
}	


@media(max-width:320px) {
	header .mobileNav {
		margin-left: 15px;
	}
}

.tree {
	width: 200px;
	margin: 10px auto 0;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 13px;
}
.tree img {
	margin-left: 3px;
}




