/* BISMILLAH */
body {
	margin: 0;
	padding: 0;
	background: #fff url(../../../images/assets/bg-main.png) repeat;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
 a {
	color: #e10a0a;
	text-decoration: none;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	}
a:hover {color: #f00; text-decoration: none;}
.clearBoth {clear:both; height:0px!important; margin:0px!important; padding:0px!important; line-height:0px!important;}
hr {border: 0px; border-bottom: 1px solid #ddd;clear:both; padding-bottom: 20px; margin-bottom: 30px;}
/*========================================================================================== HEADER ==*/
h1,h2,h3,h4 {font-family: 'Sanchez', serif;}
h1 {font-size: 32px;line-height: 42px;font-weight:300}
h2 {font-size: 28px;line-height: 38px;font-weight:300}
/*========================================================================================== BOX ==*/
.boxTop {border: 0px solid #f00;}
.boxMenu {position: relative;}
.foot {
	border-top: 8px solid #b01f24;
	background: #e10a0a;
	color: #fff;
	padding: 120px 50px 50px 50px;
}
/* ================================================================================== PAGE  == */
.itemBackToTop {display: none !important}
.jssocials {margin: 50px 0px;}
.boxVideo .jssocials{display: none;}
/* ================================================================================== HOME PAGE  == */
.item-page-homePage {
	border: 0px solid #f00;
	margin: 0px 0 150px 0;
	padding: 0 0 0 0;
}
.item-page-homePage > p {
	margin: 0px;
	padding: 0px;
}
/* ===================================================================================================== USER PAGE  == */
.userView.-userProfile {
	position: relative;
	padding: 0px;
	margin: 100px 50px 100px 50px;
	background: none;
}
.userView.-userProfile .boxUser {
border: 0px solid #f00;
background: #fff;
padding: 50px;
margin: 0 0 80px 0;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
       -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
            box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
}
.userView.-userProfile .boxUser .box-L {
	float: left;
	width: 25%;
	margin: 0 50px 0 0;
	border: 0px solid #f00;
}
.userView.-userProfile .boxUser .box-R {
overflow: hidden;
border: 0px solid #f00;
}
.userView.-userProfile .boxUser .boxImage {
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
       -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
            box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
}
.userView.-userProfile .boxUser .boxImage img {
	width: 100%;
	height: auto;
}
.userView.-userProfile .boxUser h2 {
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.userView.-userProfile .boxUser .boxInfo {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 80%;
	margin: 0 0 30px 0;
}
.userView.-userProfile .boxUser .boxInfo span {
}
.userView.-userProfile .boxUser .userDescription {
	font-family: 'Sanchez', serif;
	font-size: 22px;
}
.userView.-userProfile .boxItem  {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0;
}
.userView.-userProfile .boxItem h1  {
	margin: 0 0 50px 0px;
	padding: 0 0 0px 0;
}
.userView.-userProfile .boxItem .itemView {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0;
	float: left;
}
.userView.-userProfile .boxItem .itemView { width: 33.333333%; list-style: none; }
.userView.-userProfile .boxItem .itemView:nth-of-type(n) { clear: none; }
.userView.-userProfile .boxItem .itemView:nth-of-type(3n+1) { clear: both;}
.userView.-userProfile .boxItem .itemViewIn {
	position: relative;
	margin: 0 0 80px 20px;
	-webkit-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
       -moz-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
            box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
}
.userView.-userProfile .boxItem .boxImage {
	margin: 0px 0 0 0;
	padding: 0px;
}
.userView.-userProfile .boxItem .imgContent {
	height: 250px;
	width: 100%;
	background-size: cover  !important;
   -webkit-background-size: cover  !important;
        -o-background-size: cover  !important;
       -ms-background-size: cover  !important;
      -moz-background-size: cover  !important;
       background-position: 50% 50% !important;
         background-repeat: no-repeat !important;
-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
   -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
        box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
transition: box-shadow .1s ease;
}
.userView.-userProfile .itemView:hover .imgContent {
-webkit-box-shadow: inset 0px 0px 0px 5px #2d2d2d;
   -moz-box-shadow: inset 0px 0px 0px 5px #2d2d2d;
        box-shadow: inset 0px 0px 0px 5px #2d2d2d;
}
.userView.-userProfile .boxHeader {
	background: #f6f6f6;
	padding: 20px 30px 30px 30px;
	margin: 0px;
	color: #333;
	transition: box-shadow .1s ease;
}
.userView.-userProfile .boxHeader h2 {
	font-size: 24px;
	line-height: 34px;
	min-height: 150px;
}
.userView.-userProfile .itemView:hover .boxHeader {background: #2d2d2d;}
.userView.-userProfile .itemView:hover .boxHeader h2 a {color:#fff}
.userView.-userProfile .boxHeader h2 a {color:#333}
.userView.-userProfile .boxHeader h2 a:hover {color:#d02121}
.userView.-userProfile .datePublish {
	display: inline-block;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #999;
	border-right: 1px solid #999;
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
}
.itemListView.-blogPage #itemListSecondary .boxInfo {
	position: absolute;
	left: 0px;
	bottom: -40px;
	height: 40px;
	line-height: 40px;
	background: #e10a0a;
	color: #fff;
	margin: 0px;
	padding: 0 30px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 80%;
}
.itemListView.-blogPage #itemListSecondary .boxInfo span {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}
.itemListView.-blogPage #itemListSecondary .boxInfo a {color: #fff;}
.itemListView.-blogPage #itemListSecondary .boxInfo a:hover {text-decoration:underline}



/* ===================================================================================================== BLOG PAGE  == */
.itemListView.-blogPage {
	position: relative;
	padding: 0px;
	margin: 100px 50px 100px 50px;
	background: none;
}
.itemListView.-blogPage .wrapper-L {
	float: left;
	width: 70%;
	margin: 0 50px 0 0;
	background: none;
}
.itemListView.-blogPage .wrapper-R {
	overflow: hidden;
	background: none;
}
/*============================================================================== ITEMLIST LAYOUT */
.itemListView.-blogPage .itemList {
	margin: 0 0 0px 0;
	background: none;
}
/*============================================================================== LANDING LAYOUT */
.itemListView.-blogPage #itemListLeading {
	margin: 0 0 80px 0;
	background: none;
}
/*======================= itemContainer LAYOUT */
.itemListView.-blogPage #itemListLeading .itemContainer {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	position: relative;
}
/*======================= catItemView LAYOUT BOX L*/
.itemListView.-blogPage #itemListLeading .catItemView .boxL{
}
.itemListView.-blogPage #itemListLeading .boxImage {
	margin: 0px 0 0 0;
	padding: 0px;
}
.itemListView.-blogPage #itemListLeading .boxImage .imgContent {
	height: 500px;
	width: 100%;
	background-size: cover  !important;
   -webkit-background-size: cover  !important;
        -o-background-size: cover  !important;
       -ms-background-size: cover  !important;
      -moz-background-size: cover  !important;
       background-position: 50% 50% !important;
         background-repeat: no-repeat !important;
-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
   -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
        box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
transition: box-shadow .1s ease;
}
.itemListView.-blogPage #itemListLeading .itemContainer:hover .imgContent {
-webkit-box-shadow: inset 0px 0px 0px 5px #2d2d2d;
   -moz-box-shadow: inset 0px 0px 0px 5px #2d2d2d;
        box-shadow: inset 0px 0px 0px 5px #2d2d2d;
}
/*======================= catItemView LAYOUT BOX R*/
.itemListView.-blogPage #itemListLeading .catItemView .boxR {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.itemListView.-blogPage #itemListLeading .boxHeader {
	background: #f6f6f6;
	padding: 20px 30px 30px 30px;
	margin: 0px 150px 0 0;
	display: block;
	color: #333;
-webkit-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
-moz-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
transition: box-shadow .1s ease;
}
.itemListView.-blogPage #itemListLeading .itemContainer:hover .boxHeader {background: #2d2d2d;}
.itemListView.-blogPage #itemListLeading .itemContainer:hover .boxHeader h2 a {color:#fff}
.itemListView.-blogPage #itemListLeading .boxHeader h2 {margin: 0 0 0px 0;}
.itemListView.-blogPage #itemListLeading .boxHeader h2 a {color:#333}
.itemListView.-blogPage #itemListLeading .boxHeader h2 a:hover {color:#fff}
.itemListView.-blogPage #itemListLeading .datePublish {
	display: inline-block;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #999;
	border-right: 1px solid #999;
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
}
.itemListView.-blogPage #itemListLeading .boxInfo {
	position: absolute;
	left: 0px;
	bottom: -40px;
	height: 40px;
	line-height: 40px;
	background: #e10a0a;
	color: #fff;
	margin: 0px;
	padding: 0 30px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 80%;
}
.itemListView.-blogPage #itemListLeading .boxInfo span {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}
.itemListView.-blogPage #itemListLeading .boxInfo a {color: #fff;}
.itemListView.-blogPage #itemListLeading .boxInfo a:hover {text-decoration:underline}
/*============================================================================== PRIMARY LAYOUT */
.itemListView.-blogPage #itemListPrimary {
	margin: 0 0 80px -20px;
}
/*======================= itemContainer LAYOUT */
.itemListView.-blogPage #itemListPrimary .itemContainer  {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0;
	float: left;
}
.itemListView.-blogPage #itemListPrimary .itemContainer { width: 50%; list-style: none; }
.itemListView.-blogPage #itemListPrimary .itemContainer:nth-of-type(n) { clear: none; }
.itemListView.-blogPage #itemListPrimary .itemContainer:nth-of-type(2n+1) { clear: both;}
/*======================= catItemView LAYOUT */
.itemListView.-blogPage #itemListPrimary .catItemView {
	position: relative;
	margin: 0 0 0 20px;
	-webkit-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
       -moz-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
            box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
}
/*======================= catItemView LAYOUT BOX L*/
.itemListView.-blogPage #itemListPrimary .catItemView .boxL{
	padding: 0px;
	margin: 0 0px 0 0;
}
.itemListView.-blogPage #itemListPrimary .boxImage {
	margin: 0px 0 0 0;
	padding: 0px;
}
.itemListView.-blogPage #itemListPrimary .boxImage .imgContent {
	height: 280px;
	width: 100%;
	background-size: cover  !important;
   -webkit-background-size: cover  !important;
        -o-background-size: cover  !important;
       -ms-background-size: cover  !important;
      -moz-background-size: cover  !important;
       background-position: 50% 50% !important;
         background-repeat: no-repeat !important;
-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
   -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
        box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
transition: box-shadow .1s ease;
}
.itemListView.-blogPage #itemListPrimary .itemContainer:hover .imgContent {
-webkit-box-shadow: inset 0px 0px 0px 5px #2d2d2d;
   -moz-box-shadow: inset 0px 0px 0px 5px #2d2d2d;
        box-shadow: inset 0px 0px 0px 5px #2d2d2d;
}
/*======================= catItemView LAYOUT BOX R*/
.itemListView.-blogPage #itemListPrimary .catItemView .boxR {
	border: 0px solid #000;
}
.itemListView.-blogPage #itemListPrimary .boxHeader {
	background: #f6f6f6;
	padding: 20px 30px 30px 30px;
	margin: 0px;
	color: #333;
	transition: box-shadow .1s ease;
}
.itemListView.-blogPage #itemListPrimary .boxHeader h2 {min-height: 180px;}
.itemListView.-blogPage #itemListPrimary .itemContainer:hover .boxHeader {background: #2d2d2d;}
.itemListView.-blogPage #itemListPrimary .itemContainer:hover .boxHeader h2 a {color:#fff}
.itemListView.-blogPage #itemListPrimary .boxHeader h2 a {color:#333}
.itemListView.-blogPage #itemListPrimary .boxHeader h2 a:hover {color:#d02121}
.itemListView.-blogPage #itemListPrimary .datePublish {
	display: inline-block;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #999;
	border-right: 1px solid #999;
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
}
.itemListView.-blogPage #itemListPrimary .boxInfo {
	position: absolute;
	left: 0px;
	bottom: -40px;
	height: 40px;
	line-height: 40px;
	background: #e10a0a;
	color: #fff;
	margin: 0px;
	padding: 0 30px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 80%;
}
.itemListView.-blogPage #itemListPrimary .boxInfo span {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}
.itemListView.-blogPage #itemListPrimary .boxInfo a {color: #fff;}
.itemListView.-blogPage #itemListPrimary .boxInfo a:hover {text-decoration:underline}
/*============================================================================== SECONDARY LAYOUT */
.itemListView.-blogPage #itemListSecondary {
	margin: 0 0 0px -20px;
}
/*======================= itemContainer LAYOUT */
.itemListView.-blogPage #itemListSecondary .itemContainer  {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0;
	float: left;
}
.itemListView.-blogPage #itemListSecondary .itemContainer { width: 33.333333%; list-style: none; }
.itemListView.-blogPage #itemListSecondary .itemContainer:nth-of-type(n) { clear: none; }
.itemListView.-blogPage #itemListSecondary .itemContainer:nth-of-type(3n+1) { clear: both;}
/*======================= catItemView LAYOUT */
.itemListView.-blogPage #itemListSecondary .catItemView {
	position: relative;
	margin: 0 0 80px 20px;
	-webkit-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
       -moz-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
            box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
}
/*======================= catItemView LAYOUT BOX L*/
.itemListView.-blogPage #itemListSecondary .catItemView .boxL{
	padding: 0px;
	margin: 0 0px 0 0;
}
.itemListView.-blogPage #itemListSecondary .boxImage {
	margin: 0px 0 0 0;
	padding: 0px;
}
.itemListView.-blogPage #itemListSecondary .boxImage .imgContent {
	height: 200px;
	width: 100%;
	background-size: cover  !important;
   -webkit-background-size: cover  !important;
        -o-background-size: cover  !important;
       -ms-background-size: cover  !important;
      -moz-background-size: cover  !important;
       background-position: 50% 50% !important;
         background-repeat: no-repeat !important;
-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
   -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
        box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1);
transition: box-shadow .1s ease;
}
.itemListView.-blogPage #itemListSecondary .itemContainer:hover .imgContent {
-webkit-box-shadow: inset 0px 0px 0px 5px #2d2d2d;
   -moz-box-shadow: inset 0px 0px 0px 5px #2d2d2d;
        box-shadow: inset 0px 0px 0px 5px #2d2d2d;
}
/*======================= catItemView LAYOUT BOX R*/
.itemListView.-blogPage #itemListSecondary .catItemView .boxR {
	border: 0px solid #000;
}
.itemListView.-blogPage #itemListSecondary .boxHeader {
	background: #f6f6f6;
	padding: 20px 30px 30px 30px;
	margin: 0px;
	color: #333;
	transition: box-shadow .1s ease;
}
.itemListView.-blogPage #itemListSecondary .boxHeader h2 {
	font-size: 24px;
	line-height: 34px;
	min-height: 150px;
}
.itemListView.-blogPage #itemListSecondary .itemContainer:hover .boxHeader {background: #2d2d2d;}
.itemListView.-blogPage #itemListSecondary .itemContainer:hover .boxHeader h2 a {color:#fff}
.itemListView.-blogPage #itemListSecondary .boxHeader h2 a {color:#333}
.itemListView.-blogPage #itemListSecondary .boxHeader h2 a:hover {color:#d02121}
.itemListView.-blogPage #itemListSecondary .datePublish {
	display: inline-block;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #999;
	border-right: 1px solid #999;
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
}
.itemListView.-blogPage #itemListSecondary .boxInfo {
	position: absolute;
	left: 0px;
	bottom: -40px;
	height: 40px;
	line-height: 40px;
	background: #e10a0a;
	color: #fff;
	margin: 0px;
	padding: 0 30px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 80%;
}
.itemListView.-blogPage #itemListSecondary .boxInfo span {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}
.itemListView.-blogPage #itemListSecondary .boxInfo a {color: #fff;}
.itemListView.-blogPage #itemListSecondary .boxInfo a:hover {text-decoration:underline}
/*============================================================================== ITEM  LAYOUT */
.itemView.-blogPage {
	border-top: 10px solid #e10a0a;
	background: #fff;
	padding: 0px;
	margin: 150px 50px;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
       -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
            box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
}
.itemView.-blogPage .wrapper-L {
	display: inline-block;
	width: 70%;
	border: 0px solid #000;
	padding: 50px;
	margin: 0px;
	position: relative;
}
.itemView.-blogPage .wrapper-R {
	float: right;
	width: 30%;
	display: block;
	position: relative;
}
/*======================= Author info */
.itemView.-blogPage .wrapper-info {
	border-bottom: 1px solid #eee;
	padding: 15px;
	margin: -60px 20px 40px 0;
	background: #fff;
}
.itemView.-blogPage .wrapper-info .boxAuthor {
	border: 0px solid #f00;
	float: left;
	width: 30%;
	margin: 0 15px 0 0;
}
.itemView.-blogPage .wrapper-info .boxAuthor span.itemAuthorUrl {display:none}
.itemView.-blogPage .boxInfo {
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	font-size: 80%;
	color: #666;
	padding: 0px;
	margin: 0px 0 0 0;
}
.itemView.-blogPage .boxInfo .authorName {
	font-size: 24px;
	margin: 0 0 5px 0;
	font-family: 'Sanchez', serif;
	font-weight: 300;
}
.itemView.-blogPage .boxInfo .authorEmail a { color: #666}
.itemView.-blogPage .boxInfo .authorEmail a:hover { color: #e10a0a}
.itemView.-blogPage .boxInfo span {
	display: block;
	margin: 0 0px 5px 0;
	text-transform: uppercase;
}
.itemView.-blogPage .boxInfo span:before {color: #e10a0a;}
.itemView.-blogPage .boxHeader {
	border: 0px solid #f00;
	position: relative;
	margin: 0 0 50px 0;
}
.itemView.-blogPage .boxHeader h2 {
	padding: 0px;
	margin: 0 0 0px 0;
}
.itemView.-blogPage .boxBody {
	border: 0px solid #f00;
	margin: 0px 0;
}
.itemView.-blogPage .boxImage {
	margin: 0px 0 50px 0;
	position: relative;
}
.itemView.-blogPage .boxImage img {
	min-width: 100%;
	width: 100%;
	height: auto;
}
/*============================================== ITEM TAG */
.itemView.-blogPage .boxTag {
	margin: 150px 0px 0px 0px;
	padding: 0px 0 0px 0;
	color: #666;
	border: 0px solid #f00;
}
.itemView.-blogPage .boxTag h3 {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 50px 0;
	padding: 0 0 30px 0;
	color: #333;
	position: relative;
	text-transform: uppercase;
}
.itemView.-blogPage .boxTag h3:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-bottom: 1px solid #d02121;
	width: 40%;
	display: block;
	z-index: 2;
}
.itemView.-blogPage .boxTag h3:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	display: block;
	z-index: 1;
}
.itemView.-blogPage .boxTag ul {
	margin: 0px 0 0 0px;
	padding: 0px;
	list-style: none;
}
.itemView.-blogPage .boxTag li {
	margin: 0px 15px 15px 0;
	padding: 0px;
	list-style: none;
	float: left;
	display: inline-block;
}
.itemView.-blogPage .boxTag li a {
	display: block;
	background: #eee;
	padding: 5px 15px;
	color: #333;
}
.itemView.-blogPage .boxTag li a:hover {
	display: block;
	background: #d02121;
	padding: 5px 15px;
	color: #fff;
}
/*============================================== ITEM RELATED */
.itemView.-blogPage .boxRelated {
	margin: 150px 0px 100px 0px;
	padding: 0px 0 0px 0;
	color: #666;
}
.itemView.-blogPage .boxRelated h3 {
	font-size: 24px;
ó  T                                                                                                          !           $           &           .           6           O   €  ÙyO   €  Ï«úpjPt73ANRVUqNI7Fd4v50CDP7o6BEowZPkPpfJ
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
j/lding .boxInfo {
	position: absolute;
	left: 0px;
	bottom: -40px;
	height: 40px;
	line-height: 40px;
	background: #e10a0a;
	color: #fff;
	margin: 0px;
	padding: 0 30px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 80%;
}
.itemListView.-videoPage #itemListLeading .boxInfo span {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}
.itemListView.-videoPage #itemListLeading .boxInfo a {color: #fff;}
.itemListView.-videoPage #itemListLeading .boxInfo a:hover {text-decoration:underline}
.itemListView.-videoPage #itemListLeading .introText {
	border-left: 10px solid #eee;
	padding: 0 0 0 30px;
}
/*============================================================================== PRIMARY LAYOUT */
.itemListView.-videoPage #itemListPrimary {
	margin: 50px 50px 50px 30px;
}
/*======================= itemContainer LAYOUT */
.itemListView.-videoPage #itemListPrimary .itemContainer  {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0;
	float: left;
}
.itemListView.-videoPage #itemListPrimary .itemContainer { width: 33.333333%; list-style: none; }
.itemListView.-videoPage #itemListPrimary .itemContainer:nth-of-type(n) { clear: none; }
.itemListView.-videoPage #itemListPrimary .itemContainer:nth-of-type(3n+1) { clear: both;}
/*======================= catItemView LAYOUT */
.itemListView.-videoPage #itemListPrimary .catItemView {
	position: relative;
	margin: 0 0 80px 20px;
	-webkit-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
       -moz-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
            box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.15);
}
/*======================= catItemView LAYOUT BOX L*/
.itemListView.-videoPage #itemListPrimary .catItemView .boxL{
	padding: 0px;
	margin: 0 0px 0 0;
}
.itemListView.-videoPage #itemListPrimary .boxVideo {
	margin: 0px 0 0 0;
	padding: 0px;
}
.itemListView.-videoPage #itemListPrimary .boxVideo .videoContent {
}

.itemListView.-videoPage #itemListPrimary .introText {display: none}
/*======================= catItemView LAYOUT BOX R*/
.itemListView.-videoPage #itemListPrimary .catItemView .boxR {
	border: 0px solid #000;
}
.itemListView.-videoPage #itemListPrimary .boxHeader {
	background: #f6f6f6;
	padding: 20px 30px 30px 30px;
	margin: 0px;
	color: #333;
	transition: box-shadow .1s ease;
}
.itemListView.-videoPage #itemListPrimary .boxHeader h2 {min-height: 140px;}
.itemListView.-videoPage #itemListPrimary .itemContainer:hover .boxHeader {background: #2d2d2d;}
.itemListView.-videoPage #itemListPrimary .itemContainer:hover .boxHeader h2 a {color:#fff}
.itemListView.-videoPage #itemListPrimary .boxHeader h2 a {color:#333}
.itemListView.-videoPage #itemListPrimary .boxHeader h2 a:hover {color:#d02121}
.itemListView.-videoPage #itemListPrimary .datePublish {
	display: inline-block;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #999;
	border-right: 1px solid #999;
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
}
.itemListView.-videoPage #itemListPrimary .boxInfo {
	position: absolute;
	left: 0px;
	bottom: -40px;
	height: 40px;
	line-height: 40px;
	background: #e10a0a;
	color: #fff;
	margin: 0px;
	padding: 0 30px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 80%;
}
.itemListView.-videoPage #itemListPrimary .boxInfo span {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}
.itemListView.-videoPage #itemListPrimary .boxInfo a {color: #fff;}
.itemListView.-videoPage #itemListPrimary .boxInfo a:hover {text-decoration:underline}
/*============================================================================== ITEM  LAYOUT */
.itemView.-videoPage {
	border-top: 10px solid #e10a0a;
	background: #fff;
	padding: 0px;
	margin: 150px 50px;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
       -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
            box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
}
.itemView.-videoPage .wrapper-L {
	display: inline-block;
	width: 70%;
	border: 0px solid #000;
	padding: 50px;
	margin: 0px;
	position: relative;
}
.itemView.-videoPage .wrapper-R {
	float: right;
	width: 30%;
	display: block;
	position: relative;
}
/*======================= Author info */
.itemView.-videoPage .wrapper-info {
	border-bottom: 1px solid #eee;
	padding: 15px;
	margin: -60px 20px 40px 0;
	background: #fff;
}
.itemView.-videoPage .wrapper-info .boxAuthor {
	border: 0px solid #f00;
	float: left;
	width: 30%;
	margin: 0 15px 0 0;
}

.itemView.-videoPage .boxInfo {
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	font-size: 80%;
	color: #666;
	padding: 0px;
	margin: 0px 0 0 0;
}
.itemView.-videoPage .boxInfo .authorName {
	font-size: 24px;
	margin: 0 0 5px 0;
	font-family: 'Sanchez', serif;
	font-weight: 300;
}
.itemView.-videoPage .boxAuthor span.itemAuthorUrl {display:none}
.itemView.-videoPage .boxInfo .authorEmail a { color: #666}
.itemView.-videoPage .boxInfo .authorEmail a:hover { color: #e10a0a}
.itemView.-videoPage .boxInfo span {
	display: block;
	margin: 0 0px 5px 0;
	text-transform: uppercase;
}
.itemView.-videoPage .boxInfo span:before {color: #e10a0a;}
.itemView.-videoPage .boxHeader {
	border: 0px solid #f00;
	position: relative;
	margin: 0 0 50px 0;
	display: none;
}
.itemView.-videoPage .boxHeader h2 {
	padding: 0px;
	margin: 0 0 0px 0;
}
.itemView.-videoPage .boxBody {
	border: 0px solid #f00;
	margin: 0px 0;
}
.itemView.-videoPage .boxBody .boxVideo  {
	margin: 0px 0 50px 0;
	position: relative;
}
.itemView.-videoPage .boxImage {
	margin: 0px 0 50px 0;
	position: relative;
}
.itemView.-videoPage .boxImage img {
	min-width: 100%;
	width: 100%;
	height: auto;
}
/*============================================== ITEM RELATED */
.itemView.-videoPage .boxRelated {
	margin: 150px 0px 100px 0px;
	padding: 0px 0 0px 0;
	color: #666;
}
.itemView.-videoPage .boxRelated h3 {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	color: #333;
	position: relative;
	text-transform: uppercase;
}
.itemView.-videoPage .boxRelated h3:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-bottom: 1px solid #d02121;
	width: 40%;
	display: block;
	z-index: 2;
}
.itemView.-videoPage .boxRelated h3:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	display: block;
	z-index: 1;
}
.itemView.-videoPage .boxRelated ul {
	margin: 0px 0 0 -30px;
	padding: 0px;
	list-style: none;
}
.itemView.-videoPage .boxRelated li {
	margin: 0px 0px 0px 0;
	padding: 0px 0 0px 0;
	list-style: none;
}
.itemView.-videoPage .boxRelated li  {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0;
	float: left;
}
.itemView.-videoPage .boxRelated li { width: 33.333333%; list-style: none; }
.itemView.-videoPage .boxRelated li:nth-of-type(n) { clear: none; }
.itemView.-videoPage .boxRelated li:nth-of-type(3n+1) { clear: both;}
.itemView.-videoPage .boxRelated .relatedItem {
	border: 0px solid #eee;
	margin: 0 0 50px 30px
}
.itemView.-videoPage .boxRelated .boxImage {
	margin: 0px 0 20px 0;
	padding: 0px;
}
.itemView.-videoPage .boxRelated .boxVideo {
	margin: 0px 0 20px 0;
}
.itemView.-videoPage .boxRelated .boxImage .imgContent {
	height: 135px;
	width: 100%;
	background-size: cover  !important;
   -webkit-background-size: cover  !important;
        -o-background-size: cover  !important;
       -ms-background-size: cover  !important;
      -moz-background-size: cover  !important;
       background-position: 50% 50% !important;
         background-repeat: no-repeat !important;
}
.itemView.-videoPage .boxRelated .relatedTitle {
	font-family: 'Sanchez', serif;
}
.itemView.-videoPage .boxRelated li a {color: #333;}
.itemView.-videoPage .boxRelated li a:hover {color: #e10a0a;}

/* =========================================================================================== SEARCH N TAG PAGE  == */
.tagView,
.genericView 
{
position: relative;
border-top: 10px solid #e10a0a;
margin: 100px 50px 100px 50px;
background: #fff;
padding: 50px;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
       -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
            box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
}
.tagView .componentheading,
.genericView .componentheading
{
	position: relative;
	margin: 0 0 50px 0;
	padding: 0 0 30px 0;
}
.tagView .componentheading:before,
.genericView .componentheading:before
{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-bottom: 1px solid #d02121;
	width: 40%;
	display: block;
	z-index: 2;
}
.tagView .componentheading:after,
.genericView .componentheading:after
 {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-bottom: 1px solid #666;
	width: 100%;
	display: block;
	z-index: 1;
}
.tagItemView,
.genericItemView {
	border-bottom: 1px solid #ddd;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
}
.tagItemView .boxL,
.genericItemView .boxL
{
	border: 0px solid #f00;
	width: 40%;
	padding: 0px;
	margin: 0 50px 0 0;
	float: left;
	display: block;
}
.tagItemView .boxImage,
.genericItemView .boxImage
 {
	background: #d02121;
	margin: 6px 0 0 0;
	-moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}
.tagView .boxImage .imgContent,
.genericItemView .boxImage .imgContent
 {
	display: block;
	height: 260px;
	width: 100%;
	background-size: cover  !important;
   -webkit-background-size: cover  !important;
   -o-background-size: cover  !important;
   -ms-background-size: cover  !important;
   -moz-background-size: cover  !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}
.tagItemView .boxVideo,
.genericItemView .boxVideo
 {
	margin: 6px 0 0 0;
}
.tagItemView .boxR,
.genericItemView .boxR
{
	overflow: hidden;
}
.tagItemView .boxHeader,
.genericItemView .boxHeader
{
	border: 0px solid #f00;
	position: relative;
}
.tagItemView .boxHeader h2,
.genericItemView .boxHeader h2
{
	padding: 0px;
	margin: 0 0 30px 0;
}
.tagItemView .boxHeader h2 a, .genericItemView .boxHeader a {color:#333}
.tagItemView .boxHeader h2 a:hover, .genericItemView .boxHeader h2 a:hover {color:#e10a0a}
.tagItemView .boxBody,
.genericItemView .boxBody
 {
	border: 0px solid #f00;
	position: relative;
}
.tagItemView .boxInfo,
.genericItemView .boxInfo
 {
	border: 0px solid #f00;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 80%;
	color: #666;
	padding: 0px;
	margin: 20px 0 0 0;
}
.tagItemView .boxInfo span,
.genericItemView .boxInfo span
 {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}
.tagItemView .boxInfo span:before, .genericItemView .boxInfo span:before  {color: #d02121;}
/*================================================================== grayscaled  ==*/
.itemListView.-blogPage #itemListPrimary .boxImage .imgContent:hover,
.tagView .boxImage .imgContent:hover,
.moduletable-list-3col .boxImage .imgContent:hover
{
   -webkit-filter: grayscale(1);
   -moz-filter: grayscale(1);
   filter: grayscale(1);
 }
/*================================= K2 Pagination --- */
.itemListView.-videoPage .k2Pagination {margin: 50px;}
.k2Pagination {
}
.k2Pagination ul{
	border: 0px solid #007dd4;
	margin: 30px auto 10px auto;
	padding: 0px;
	list-style: none;
	display: block;
	
}
.pagesCounter {
	text-align: center;
	margin: 0 0 30px 0;
}
.k2Pagination ul li {
	display: inline;
	list-style: none;
	position: relative;
}
/*---------paging start*/

.k2Pagination ul li  a
{
	
	/*width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;*/
	display: inline-block;
	color: #666;
}
.k2Pagination ul li  a.pagenav {
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	margin: 2px;
	padding: 10px 10px;
	text-decoration: none;
	color: #666;
	border: 1px solid #ccc;
	background: #f6f6f6;
	
}
.k2Pagination ul li  a.pagenav:hover {
	border: 1px solid #999;
	background: #fff;
	text-decoration: none;
	position: relative;
}
.k2Pagination ul li.active a {
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	margin: 2px;
	padding: 10px 10px;
	text-decoration: none;
	border: 1px solid #999;
	background: #fff;
	position: relative;

}
.k2Pagination ul li.disabled { display:none !important}
.k2Pagination .hasTooltip  {
}