@charset "utf-8";
/* CSS Document */
@font-face 
{
  font-family: 'Icons';
  src: url('../fonts/fontawesome-webfont_v-4.4.0.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff2'), url('../fonts/fontawesome-webfont_v-4.4.0.woff') format('woff'), url('../fonts/fontawesome-webfont_v-4.4.0.ttf') format('truetype'), url('../fonts/fontawesome-webfont_v-4.4.0-fontawesomeregular.svg') format('svg');
  font-weight: normal;
  font-style: normal;

}
*
{
	padding:0px;
	margin:0px;
}
img
{
	display:block;
	border:0px;
}
a
{
	text-decoration:none;
	display:block;
	color:#070838;
}
h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
	line-height:normal;
}
p
{
	font-family: 'Montserrat', sans-serif !important;
}
font
{
	font-family: 'Montserrat', sans-serif !important;
}
ul

{
	list-style:none;
}
input[type=text]
{
	
}
html
{
	direction:ltr;
}
body
{
	direction:ltr;
	background-color:#fff;
	width:100%;
	height:auto;
	    -webkit-font-feature-settings: 'lnum';
    font-feature-settings: 'lnum';
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    text-rendering: optimizelegibility;
	font-family: 'Lora', serif;
}
.clear
{
	clear:both;
}
.center
{
	width:1200px;
	margin:0 auto;
}
.box
{
		-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header
{
	padding-top:30px;
}
.top-header
{
	/*margin-bottom:30px;*/
}
/*.bottom-header
{
	padding-bottom:15px;
	border-bottom:5px solid #000;
}*/
.social
{
	float:left;
	margin-top:3px;
}
.social ul li
{
	float:left;
	margin-right:20px;
}
.social ul li:last-child
{
	margin-right:0px;
}
.social ul li a
{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-family:"Icons";
}
.facebook:before
{
	content: "\f09a";
}
.instagram:before
{
	content: "\f16d";
}
.twitter:before
{
	content: "\f099";
}
.youtube:before
{
	content: "\f167";
}
.search-top 
{
    border-bottom: 1px dotted #000;
	width:280px;
	float:right;
}
.text-search
{
	border:0px;
	padding:5px;
	float:left;
	font-size:13px;
	font-weight:500;
	color:#000;
	font-family: 'Montserrat', sans-serif !important;
	width:250px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-button
{
	border:0px;
	background-color:transparent;
	cursor:pointer;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:30px;
}
.search-button:after
{
	text-align: center;
    display: block;
    font-family: 'Icons';
    content: "\f002";
	font-size:20px;
	padding:5px;
}
.logo
{
	width:320px;
	margin:0 auto;
}
.logo a img
{
	width:100%;
}
.menu
{
	position:relative;
	text-align:center;
	margin-top:30px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	height:40px;
	line-height:40px;
}
.menu ul
{
	display:inline-block;
	text-align:center;
}
.menu ul li
{
	float:left;
	position:relative;
	margin-left:80px;
}
.menu ul li a
{
	text-transform:uppercase;
	font-size:20px;
	line-height:40px;
	color:#000;
	position:relative;
}
.menu ul li a:hover:before
{
	content:"";
	width:100%;
	height:2px;
	background-color:#fff;
	position:absolute;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	top:50%;
	left:0px;
}
.menu ul li:before
{
	content:"/";
	position:absolute;
	left:-40px;
	top:0px;
	color:#000;
}
.menu ul li:first-child:before
{
	content:"";
}
.menu ul li:first-child
{
	margin-left:0px;
}
.top-section
{
/*	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;*/
	margin-bottom:50px;
}
.new-small
{
	width:425px !important;
	padding-right:0px !important;
	margin-right:0px !important;
	border-right:0px !important;
	/*margin-top:75px !important;*/
}
.new-small .sell
{
    /*height:160px;*/
}
.new-big
{
	width:674px !important;
}
.new-big .image-wrapper, .new-big .image-wrapper a img
{
    width:674px;
    height:674px;
}
.new-small .image-wrapper, .new-small .image-wrapper a img
{
    width:425px;
    height:425px;
}
.new-big .details-wrapper, .new-small .details-wrapper
{
	padding-bottom:0px !important;
	border-bottom:0px !important;
/*	padding-top:0px !important;
	border-top:1px solid #f1f1f1 !important;*/
}
/*.new-big .bottom-wrapper,*/ .new-small .bottom-wrapper
{
	margin-top:0px !important;
	/*padding-top:30px !important;
	border-top:1px solid #f1f1f1 !important;*/
}
/*.new-big .image-wrapper,*/ .new-small .image-wrapper
{
	margin-top:15px !important;
}

/*.new-big .image-wrapper:before
{
    content:"";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    width: 100%;
	border:1px solid #000;
	z-index:-1;
}*/
/*.new-big .image-wrapper:after, .new-small .image-wrapper:after
{
	position:absolute;
	bottom:-1%;
	width:60%;
	height:102%;
	background-color:#f1f1f1;
	content:"";
	left:0%;
	z-index:-1;
	    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}*/
/*.new-big .for-space
{
	height:155px;
}*/
/*.new-small .for-space
{
	height:235px;
}*/
.big-wrapper
{
	width:550px;
	margin-right:50px;
	padding-right:50px;
	border-right:1px solid #000;
	float:left;
}
.big-wrapper:last-child
{
	margin-right:0px;
	padding-right:0px;
	border-right:0px;
}
.image-wrapper
{
	width:100%;
	position:relative;
	overflow:hidden;
    background-color:#f7f7f7;
}
.image-wrapper a img
{
	width:100%;
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}
.bottom-wrapper
{
	line-height:12px;
	margin:15px 0px 10px 0px; 
}
.bottom-wrapper ul li
{
	float:left;
	text-transform:uppercase;
	font-size:18px;
	font-weight:900;
}
.bottom-wrapper ul li:after
{
	content:"-";
	margin-left:3px;
	margin-right:5px;
}
.bottom-wrapper ul li:last-child:after
{
	content:"";
	margin-left:0px;
	margin-right:0px;
}
.bottom-wrapper ul li a
{
	display:inline;
	color:#8aa8a8;
}
.block-article:nth-child(2n) .bottom-wrapper ul li a
{
	color:#8aa8a8;
}
.big-wrapper:nth-child(2n) .bottom-wrapper ul li a
{
	color:#8aa8a8;
}
.video-wrapper .bottom-wrapper ul li a
{
	color:#8aa8a8;
}
.big-article .bottom-wrapper ul li a
{
	color:#8aa8a8;
}
.read:before
{
	content:"\f017";
	font-family:"Icons";
	font-size:13px;
	margin-right:3px;
}
.headline h2
{
	text-transform:uppercase;
	font-size:28px;
}
.section-articles .headline h2
{
    height:180px;
}
.details-wrapper
{
	margin-top:10px;
}
.byline
{
	font-size:12px;
	text-transform:uppercase;
	float:left;
}
.byline a
{
	display:inline;
	margin-left:3px;
	color:#999999;
	font-weight:bold;
}
.date
{
	font-size:12px;
	text-transform:uppercase;
	float:left;
}
.date:before
{
	content:"\f073";
	font-family:"Icons";
	font-size:13px;
	margin-right:3px;
	vertical-align:text-top;
}
.date:after
{
	content: "-";
    margin-left: 0px;
    margin-right: 5px;
}
.sell 
{
  position: absolute;
  top: auto;
  bottom: 0;
  /*opacity: 0;*/
  left: 0;
  width: 100%;
  /*height: 100px;*/
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 85%, rgba(0,0,0,0.80) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,0.64)), color-stop(100%,rgba(0,0,0,0.80)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 85%,rgba(0,0,0,0.80) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 85%,rgba(0,0,0,0.80) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 85%,rgba(0,0,0,0.80) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.64) 75%,rgba(0,0,0,0.80) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  padding: 30px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}
.sell  p
{
	color:#fff;
	font-size:13px;
    line-height:18px;
}
.big-wrapper:hover .sell , .block-article:hover .sell, .big-article:hover .sell 
{
  /*opacity: 1;*/
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.second-section
{
	margin-bottom:50px;
}
.text-promo
{
	border-top:12px solid #000;
	border-bottom:12px solid #000;
	text-align:center;
	padding:30px 0px;
}
.video-wrapper
{
	text-align:center;
    position:relative;
}
.video-wrapper:after
{
    position:absolute;
    content:"";
    bottom:-17px;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    width:20%;
    height:1px;
    background-color:#f1f1f1;
}
.text-promo .bottom-wrapper
{
	display:inline-block;
}
.text-promo .headline h2
{
	font-size:50px;
}
.third-section
{
	margin-bottom:50px;
}
/*.video-wrapper
{
	padding-bottom:12px;
	border-bottom:1px solid #f1f1f1;
}*/
.text-promo .details-wrapper, .video-wrapper .details-wrapper
{
	text-align:center;
	display:inline-block;
}
.video-image
{
	width:100%;
	position:relative;
	overflow:hidden;
    background-color:#f7f7f7;
    margin-bottom:15px;
}
/*.video-image a:before
{
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}*/
.video-image a img
{
	width:100%;
	-webkit-transition: all 1500ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 1500ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 1500ms ease-in;
    -moz-transform: scale(1);
    transition: all 1500ms ease-in;
    transform: scale(1);  
}
.video-wrapper:hover .video-image a img 
{
  -webkit-transition: all 1500ms ease-in;
    -webkit-transform: scale(1.03);
    -ms-transition: all 1500ms ease-in;
    -ms-transform: scale(1.03); 
    -moz-transition: all 1500ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 1500ms ease-in;
    transform: scale(1.03);
}
.video-wrapper .headline h2
{
	font-size:34px;
}
.video-wrapper .bottom-wrapper
{
	display:inline-block;
}
.play:before
{
	content: "\f04b";
	display:block;
	font-size:60px;
	border:2px solid #fff;
	padding:15px 40px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	font-family:"Icons";
	color:#fff;
	z-index:2;
}
.block-article
{
	float:left;
	width:350px;
	margin-right:75px;
}
.block-article:nth-child(3n)
{
	margin-right:0px;
}
.image-block
{
	width:350px;
	overflow:hidden;
	position:relative;
    background-color:#f7f7f7;
}
.image-block a img 
{
	width:350px;
    height:350px;
/*	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  */
}

/*.articles .headline
{
	height:96px;
}*/
.articles .sell
{
    /*height:150px;*/
}
.big-wrapper .details-wrapper, .big-article .details-wrapper, .articles .details-wrapper
{
	padding-bottom:30px;
	border-bottom:1px solid #f1f1f1;
}
.fourth-section
{
	margin-bottom:50px;
}

.big-article
{
	width:775px;
	float:left;
	margin-right:75px;
}
.big-article .image-block, .big-article .image-block a img
{
    width:775px;
    height:476px;
}
.right-ad
{
	width:350px;
	height:632px;
	background-color:#f7f7f7;
	float:left;
}
.right-ad img
{
	width:100%;
}
.insta-section
{
	margin-bottom:52px;
    position:relative;
}
.insta-section:after
{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    bottom:-25px;
    width:20%;
    height:1px;
    background-color:#f1f1f1;
}
.inner-insta
{
	width:800px;
	margin:0 auto;
}
.inner-insta a img
{
	width:100%;
}

.section
{
	margin-bottom:50px;
}
.section-video
{
	margin-bottom:37px;
}
.section-articles
{
	margin-bottom:50px;
}
.big-dir .big-article
{
	margin-left:50px;
	margin-right:0px;
}
.section-title
{
	font-size:30px;
	line-height:30px;
	margin-bottom:50px;
	text-transform:uppercase;
	position:relative;
	padding-left:16px;
	float:left;
	color:#8aa8a8;
	font-weight:900;
}
.section-title:before
{
	width:9px;
	height:9px;
	background-color:#8aa8a8;
	content:"";
	display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.view-all
{
	float:right;
}
.view-all a
{
	text-transform:uppercase;
	font-size:14px;
	margin-top:7px;
}
.view-all a:after
{
	content: "\f101";
	font-size:18px;
	font-family:"Icons";
	margin-left:3px;
}
.recommended ul li
{
	width:200px;
    height:200px;
	margin-right:50px;
	float:left;
	position:relative;
    background-color:#f7f7f7;
}
.recommended ul li:last-child
{
	margin-right:0px;
}
.recommended ul li img
{
	width:200px;
    height:200px;
}
.recommended ul li h2
{
	position:absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index:1;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 85%, rgba(0,0,0,0.80) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,0.64)), color-stop(100%,rgba(0,0,0,0.80)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 85%,rgba(0,0,0,0.80) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 85%,rgba(0,0,0,0.80) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 85%,rgba(0,0,0,0.80) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.64) 75%,rgba(0,0,0,0.80) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:15px;
	font-size:12px;
	color:#fff;
}
.recommended ul li h2 a
{
	color:#fff;
	text-transform:uppercase;
}
/*.recommended
{
	padding-bottom:50px;
	border-bottom:1px solid #f1f1f1;
}*/
.date-eve-home
{
	color:#fff;
	background-color:rgba(0,0,0,0.6);
	font-size:10px;
	line-height:9px;
	padding:5px 5px 4px 5px;
	position:absolute;
	top:10px;
	right:10px;
	border-radius:20px;
}


.left-side
{
	float:left;
	width:775px;
	margin-right: 75px;
}
.right-side
{
	width: 350px;
	float:left;
}
.inner-ad
{
	width:350px;
	height: 632px;
    background-color: #f7f7f7;
	margin-bottom:50px;
}
.inner-ad iframe
{
    width:350px;
	height: 632px;
}
.inner-ad img
{
	width:100%;
}
.article-cat a
{
	text-transform: uppercase;
    font-size: 12px;
	line-height:12px;
	color:#8aa8a8;
}
.view-article .article-cat a
{
       font-size: 22px;
    line-height: 23px;
	font-weight:900;
}
.article-cat
{
	margin-bottom:10px;
}
.article-title h1
{
    text-transform: uppercase;
    font-size: 34px;
	line-height:36px;
}
.article-sell
{
	margin-top:10px;
	font-size: 14px;
    line-height: 20px;
    color: #000;
}
.article-details
{
	margin-top:13px;
}
.article-details-right
{
	float:right;
}
.articles-details-left
{
	float:left;
	margin-top:7px;
}
.articles-details-left .byline:after
{
	    content: "-";
    margin-left: 2px;
    margin-right: 5px;
}
.date-article
{
	float:left;
	font-size:12px;
}
.date-article:before {
    content: "\f017";
    font-family: "Icons";
    font-size: 13px;
    margin-right: 3px;
}
.article-share ul li
{
	float:left;
	margin-right:10px;
}
.article-share ul li:last-child
{
	margin-right:0px;
}
.article-share ul li a
{
	padding:5px 15px;
	background-color:#000;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
}
.article-share ul li a:before
{
	font-size:14px;
	font-family:"Icons";
	margin-right:10px;
}
.article-share ul li:nth-child(1) a:before
{
	content:"\f09a";
}
.article-share ul li:nth-child(2) a:before
{
	content:"\f099";
}
.article-image
{
	width:100%;
	margin-top:25px;
	margin-bottom:25px;
	padding-top:25px;
	border-top:1px solid #f1f1f1;
}
.article-image img
{
	width:100%;
}
.fixed-share
{
	float:left;
	width:100px;
	margin-right:25px;
	text-align:center;
}
.fixed-writer
{
	width:100px;
	text-align:center;
}
.fixed-writer a img
{
	width:100px;
	height:100px;
	border-radius:100%;
}
.fixed-writer a h2
{
	font-size:14px;
	text-transform:uppercase;
	margin-top:5px;
	text-align:center;
	    color: #8aa8a8;
    font-weight: bold;
}
.insta-writter
{
	margin-top:10px;
}
.insta-writter a:before
{
	content:"\f16d";
	font-size:18px;
	color:#000;
	font-family:"Icons";
}
.inner-share-fixed
{
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #f1f1f1;
}
.inner-share-fixed span
{
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
}
.inner-share-fixed .article-share
{
	margin-top:10px;
}
.inner-share-fixed .article-share ul li
{
	margin-right:0px;
	float:none;
	margin-bottom:5px;
}
.inner-share-fixed .article-share ul li:last-child
{
	margin-bottom:0px;
}
.article-desk
{
	font-size: 14px !important;
    line-height: 20px !important;
	color:#000 !important;
	/*float:left;*/
	/*width:750px;*/
}
.article-desk p
{
	margin-bottom:25px;
	font-size: 14px !important; 
    line-height: 20px !important;
	color:#000 !important;
	font-family: 'Montserrat', sans-serif !important;
}
.article-desk p span, .article-desk p font, .article-desk font, .article-desk p span font, .article-desk div
{
    font-size: 14px !important; 
    line-height: 20px !important;
	color:#000 !important;
	font-family: 'Montserrat', sans-serif !important;
} 
.article-desk iframe, .article-desk video, .article-desk p iframe
{
    max-width: 775px !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom:10px !important;
	margin-top:10px !important;
	display:block !important;
}
.article-desk a
{
    display:inline;
    color:#8aa8a8;
	font-weight:900;
} 
blockquote
{
    margin: 20px auto;
    /*padding: 1.4em 10px .4em 10px;*/
    quotes: "\201C""\201D""\2018""\2019";
    font-style: italic;
    text-align: center;
	position:relative;
	border-left:8px solid #000;
	padding: 20px 15px 5px 15px;
	/*border-right:1px solid #000;*/
	/*background-color:#f7f7f7;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
blockquote:before 
{
    color: #333;
    content: open-quote;
    font-size: 8em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
	font-family:Arial, Helvetica, sans-serif;
}
blockquote:after 
{
    color: #333;
    content: close-quote;
    font-size: 8em;
   line-height: 0.1em;
    margin-left: 0.12em;
    vertical-align: -0.6em;
	font-family:Arial, Helvetica, sans-serif;
}
.article-desk blockquote p, .article-desk blockquote span, .article-desk blockquote font,.article-desk blockquote div 
{
    display: inline;
    font-size: 20px !important;
	line-height:normal !important;
    color: #333;
	    font-family: 'Lora', serif !important;
}
.article-des iframe 
{
    /* min-height: 400px; */
    max-width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    display: block !important;
    height: auto;
}
.article-desk img 
{
    max-width: 100% !important;
    text-align: center !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 25px;
    height: auto;
}
.writer
{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
	margin-bottom:25px;
	padding:25px;
	background-color:#f7f7f7;
}
.image-writer
{
	width:130px;
	height:130px;
	margin-right:25px;
	border-radius:100%;
}
.image-writer a img
{
	width:130px;
	height:130px;
	border-radius:100%;
}
.writer-name a
{
	font-size:18px;
	text-transform:uppercase;
	color:#000;
}
.writer-name 
{
	font-size:18px;
	text-transform:uppercase;
	color:#000;
}
.writer-desk p
{
	font-size: 14px;
    line-height: 20px;
	color:#000;
}
.writer-desk
{
	font-size: 14px;
    line-height: 20px;
	color:#000;
	margin-top:10px;
}
.writer-social
{
	margin-top:10px;
}
.writer-social ul li
{
	float:left;
	margin-right:10px;
}
.writer-social ul li:last-child
{
	margin-right:0px;
}
.writer-social ul li a
{
	font-size:18px;
	font-family:"Icons";
	color:#000;
}
.facebook-w:before
{
	content:"\f09a";
}
.twitter-w:before
{
	content:"\f099";
}
.instagram-w:before
{
	content:"\f16d";
}
.bottom-article
{
	margin-bottom:50px;
}
.n-p {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 25px 0px;
}
.prev-article {
    float: left;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #f1f1f1;
    width: 362px;
}
.prev-article span {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    display: block;
}
.prev-article span:before {
    font-family: "Icons";
    font-size: 14px;
    color: #666;
    content: "\f177";
    margin-right: 10px;
}
.next-article h2 a, .prev-article h2 a {
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.next-article {
    float: left;
    width: 362px;
    text-align: right;
}
.next-article span {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    display: block;
}
.next-article span:after {
    font-family: "Icons";
    font-size: 14px;
    color: #666;
    content: "\f178";
    margin-left: 10px;
}
.related .block-article
{
	margin-right:50px;
	width:225px;
}
.related .headline h2 {
    height: 175px;
}
.related .image-block, .related .image-block a img
{
    width:225px;
    height:225px;
}
.related .block-article:nth-child(3n)
{
	margin-right:0px;
}
.related  .sell  p
{
	font-size:13px;
}
.related  .sell
{
	padding:30px 15px;
}
.related .headline h2
{
	font-size:20px;
}
.content
{
	margin-top:50px;
}
.right-side .section-title
{
	font-size:28px;
	line-height:23px;
	margin-bottom:25px;
	font-weight:900;
}
.trending
{
	margin-bottom:50px;
}
.trending ul li
{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #f1f1f1;
}
.trending ul li:last-child
{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}
.trending ul li .headline h2 
{
	font-size:20px;
}
.article-instagram
{
	width:100%;
    padding-top:70px;
    border-top:1px solid #f1f1f1;
}
.article-instagram a img
{
    width:100%;
}
.category .big-article
{
	float:none;
	margin-right:0px;
}
.category .block-article
{
	margin-right:50px;
	margin-top:50px;
	width:225px;
}
.all-cat .image-block, .all-cat .image-block a img
{
    width:225px;
    height:225px;
}
.all-cat .headline h2
{
    height:175px;
}
.category .block-article:nth-child(3n)
{
	margin-right:0px;
}
.category  .sell  p
{
	font-size:13px;
}
.category  .sell
{
	padding:30px 15px;
}
.category .headline h2
{
	font-size:20px;
}
.more
{
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}
.more a
{
	background-color:#000;
	color:#fff;
	font-size:12px;
	line-height:26px;
	padding:5px 30px;
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
}
.more a:after
{
	font-family:"Icons";
	font-size:16px;
	color:#fff;
	content:"\f107";
	padding-left:10px;
}
.cat-title
{
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:31px;
	color:#000;
	line-height:24px;
    padding-bottom:15px;
    border-bottom:1px solid #f1f1f1;
}
.top-profile
{
	padding-bottom:50px;
	border-bottom:1px solid #f1f1f1;
}
.left-profile
{
	width:180px;
	height:180px;
	margin-right:50px;
	float:left;
}
.image-profile
{
	width:180px;
	height:180px;
    background-color:#f7f7f7;
}
.image-profile img
{
	width:180px;
	height:180px;
}
.right-profile
{
	float:left;
	width:545px;
}

.writer-profile .block-article
{
	margin-right:50px;
	margin-top:50px;
	width:225px;
}
.writer-profile .block-article:nth-child(3n)
{
	margin-right:0px;
}
.writer-profile  .sell  p
{
	font-size:13px;
}
.writer-profile  .sell
{
	padding:30px 15px;
}
.writer-profile .headline h2
{
	font-size:20px;
}
.event-top
{
	margin-bottom:25px;
		padding-bottom:15px;
	border-bottom:1px solid #f1f1f1;
}
.event-title
{

	text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
	color:#8aa8a8;
}
.event-top .article-details-right
{
	
}
.event-left
{
	float:left;
	width:320px;
	margin-right:25px;
}
.event-right
{
	float:left;
	width:430px;
}
.event-image
{
	width:320px;
	height:320px;
    background-color:#f7f7f7;
}
.event-image img
{
	width:320px;
	height:320px;
}
.left-event-table {
    float: left;
    width: 94px;
}
.left-event-table ul li {
    margin-bottom: 18px;
}
.left-event-table ul li span {
    font-size: 12px;
    color: #000;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.left-event-table ul li:last-child {
    margin-bottom: 0px;
}
.right-event-table {
    float: left;
    width: 255px;
}
.right-event-table ul li p {
    font-size: 12px;
    color: #000;
    display: block;
}
.right-event-table ul li {
    margin-bottom: 18px;
}
.right-event-table ul li:last-child {
    margin-bottom: 0px;
}
.event-desc
{
	   font-size: 14px !important;
    line-height: 20px !important;
    color: #000 !important;
	margin-top:25px;
	margin-bottom:25px;
    font-family: 'Montserrat', sans-serif !important;
}
.event-desc a
{
    display:inline;
    color:#8aa8a8;
} 
.event-desc p
{
	       margin-bottom: 25px;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #000 !important;
    font-family: 'Montserrat', sans-serif !important;
}
.event-desc p span, .event-desc p font, .event-desc font, .event-desc p span font, .event-desc div
{
    font-size: 14px !important; 
    line-height: 20px !important;
	color:#000 !important;
	font-family: 'Montserrat', sans-serif !important;
} 
.event-bottom
{
	margin-bottom:25px;
}
.event-share
{
	background-color:#f7f7f7;
	padding:10px;
}
.event-share .article-share ul li a
{
	padding:0px;
	background-color:transparent;
	color:#000;
}
.event-share .article-share ul li a:before
{
	margin-right:5px;
}
.event-share span
{
	float:left;
	color: #8aa8a8;
    font-weight: bold;
	text-transform:uppercase;
	font-size:12px;
	margin-right:10px;
}
event-share .article-share
{
	float:left;
}
.events-block
{
	float:left;
	width: 225px;
	margin-right:50px;
}
.events-block:nth-child(3n)
{
	margin-right:0px;
}
.events-block-image
{
	width: 225px;
	height:225px;
	margin-bottom:10px;
    background-color:#f7f7f7;
}
.events-block-image a img
{
	width: 225px;
	height:225px;
}
.events-block-title h2
{
	font-size:16px;
	text-transform:uppercase;
	height:60px;
}
.events-block-details span
{
	font-size:12px;
	margin-top:5px;
	display:block;
}
.events-block-details 
{
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
}
.event-map
{
	width:100%;
	height:400px;
	margin-bottom:50px;
}
.event-map iframe
{
	width:100%;
	height:400px;
}
.event-table 
{
	padding:25px;
	border:double #f1f1f1;
}
.event-right .article-share
{
	margin-top:25px;
}

.article-search .block-article
{
	margin-right:50px;
	margin-top:50px;
	width:225px;
}
.article-search .block-article:nth-child(3n)
{
	margin-right:0px;
}
.article-search  .sell  p
{
	font-size:13px;
}
.article-search  .sell
{
	padding:30px 15px;
}
.article-search .headline h2
{
	font-size:20px;
}
.inner-article-search .image-block, .inner-article-search .image-block a img 
{
    width: 225px;
    height: 225px;
}
.inner-article-search .headline h2 
{
    height: 175px;
}
.search-title
{
	font-size:24px;
	color:#000;
	line-height:24px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
}
.writer-search
{
	margin-top:50px;
	border-top: 12px solid #000;
	padding-top:50px;
}
.event-search
{
    border-top: 12px solid #000;
	padding-top:50px;
}
.article-search
{
	border-top: 12px solid #000;
	padding-top:50px;
}
.inner-writter-search .events-block ,.inner-event-search .events-block 
{
	margin-top:50px;
}
.writer-block-title
{
	padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;

}
.writer-block-title h2
{
	text-transform:uppercase;
	font-size:22px;
    height:60px;
}
.search-tabs
{
	margin-bottom:50px;
	    position: relative;
    text-align: center;
}
.search-tabs ul
{
	display: inline-block;
    text-align: center;
}
.search-tabs ul li
{
	float:left;
	margin-right:15px;
}
.search-tabs ul li:last-child
{
	margin-right:0px;	
}
.search-tabs ul li a
{
	padding:15px 30px;
	background-color:#000;
	font-size:14px;
	line-height:14px;
	color:#fff;
	text-transform:uppercase;
}
#toTop {
    display:none;
	text-decoration:none;
	position:fixed;
	    bottom: 17px;
    right: 10px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: none;
    background: #000;
    z-index: 999999999;
    color: #fff;
    font-weight: 100;
}
#toTop:before
{
	    content: "\f106";
    font-family: 'Icons';
    font-size: 23px;
	
}
#toTop:active, #toTop:focus {
	outline:none;
}
/*calender Taps*/

.calender-page .tabs {
    position: relative;
	width: 1200px !important;
}

.calender-page .tabs input 
{
	position: absolute;
	z-index: 1000;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
    font-family: 'Lora', serif;
}
.calender-page .tabs label {
	padding: 20px 0px;
    color: #000;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    width: 300px;
    float: left;
    display: block;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Lora', serif;
}

.calender-page .tabs .tab-label-1:before
{
    content: "\f274";
    font-family: "Icons";
    font-size: 20px;
    color: #000;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.calender-page .tabs input:checked + label:before {

    color: #fff;
}
.calender-page .tabs .tab-label-2:before
{
    content: "\f002";
    font-family: "Icons";
    font-size: 20px;
    color: #000;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.calender-page .tabs input:hover + label:before {

    color: #fff;

}
.calender-page .tabs input:checked + label:after {
    content: "\f107";
    font-family: "Icons";
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.calender-page .tabs label:after {
    content: "\f105";
    font-family: "Icons";
    font-size: 22px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.calender-page .tabs input:hover + label:after {
    content: "\f107";
    font-family: "Icons";
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.calender-page .tabs input:hover + label {
	background: #000;
	color:#fff;
	z-index:6;
}

.calender-page .tabs label:first-of-type {
    z-index: 4;
}

.calender-page .tab-label-2 {
    z-index: 3;
}

.calender-page .tabs input:checked + label {
    background: #000;
	z-index: 6;
	color:#fff;
}

.calender-page .content-tab {
	position: relative;
    width: 1200px;
    height:auto;
	z-index: 5;
	margin-top:25px;
	
}
.calender-page .content-tab .content-1, .calender-page .content-tab .content-2, .calender-page .content-tab .content-3, .calender-page .content-tab .content-4, .calender-page .content-tab .content-5 {

	z-index: 1;
	display:none;
	padding:0px;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-moz-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-o-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.calender-page .tabs input.tab-selector-1:checked ~ .content-tab .content-1,
.calender-page .tabs input.tab-selector-2:checked ~ .content-tab .content-2,
.calender-page .tabs input.tab-selector-3:checked ~ .content-tab .content-3,
.calender-page .tabs input.tab-selector-4:checked ~ .content-tab .content-4,
.calender-page .tabs input.tab-selector-5:checked ~ .content-tab .content-5
 {
	z-index: 100;
	display:block;
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
    animation: fadeIn 1s;
	-o-animation: fadeIn 1s;
}
.calender-page
{
    width:100%;
    height:auto;
}
.search-calender 
{
	padding:0px 0px 50px 0px ;
	border-bottom:1px solid #f1f1f1;
    margin-bottom:50px;
}
.search-calender ul li
{
	width:550px;
	height:26px;
	margin-bottom:25px;
    float:left;
    margin-right:100px;
}
.search-calender ul li:nth-child(2n)
{
    margin-right:0px;
}
.search-calender ul li p
{
	font-size:14px;
	color:#333;
	float:left;
	width:100px;
    line-height:34px;
	font-family: 'Lora', serif !important;
}
.calender-select
{
	width:443px;
	height:30px;
	border:1px solid #f1f1f1;
	float:left;
	position:static !important;
	opacity:1 !important;
	padding-left:5px;
	cursor:text !important;
    background-color:#f7f7f7;
    font-family: 'Lora', serif;
	
}
.calender-text
{
	width:443px;
	height:30px;
	border:1px solid #f1f1f1;
	float:left;
	position:static !important;
	opacity:1 !important;
	padding-left:5px;
	cursor:text !important;
    background-color:#f7f7f7;
    font-family: 'Lora', serif;
}
.calender-button
{
	position:static !important;
	opacity:1 !important;
	float:right;
	font-size:14px;
	cursor: pointer;
	text-transform: uppercase;
	border:0px;
     font-family: 'Lora', serif;
    background-color: #000;
    color: #fff;
    padding:7px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight:400 !important;
}
.calender-date
{
    width: 251px;
	margin-right:25px;
    float:left;
	height:690px;
}
.all-events
{
	float:left;
	width:924px;
}
.all-events .events-block
{
	margin-right:25px;
	width:212px;
	margin-bottom:25px;
}
.all-events .events-block-image a img
{
	width:212px;
	height:212px;
}
.all-events .events-block-image
{
	width:212px;
	height:212px;
}
.all-events .events-block:nth-child(3n)
{
	margin-right:25px;
}
.all-events .events-block:nth-child(4n)
{
	margin-right:0px;
}
/*.all-events .events-block:nth-child(4n)
{
	margin-right:25px;
}
.all-events .events-block:nth-child(5n)
{
	margin-right:0px;
}*/

.all-events-search .events-block
{
	margin-right:25px;
	width:220px;
	margin-bottom:25px;
}
.all-events-search .events-block-image a img
{
	width:220px;
	height:220px;
}
.all-events-search .events-block-image
{
	width:220px;
	height:220px;
}
.all-events-search .events-block:nth-child(3n)
{
	margin-right:25px;
}
.all-events-search .events-block:nth-child(4n)
{
	margin-right:25px;
}
.all-events-search .events-block:nth-child(5n)
{
	margin-right:0px;
}
/*.all-events .events-block:nth-child(4n)
{
	margin-right:25px;
}
.all-events .events-block:nth-child(5n)
{
	margin-right:0px;
}*/
.more-wri
{
	float:right;
}
.more-wri a
{
	font-size:16px;
	color:#8aa8a8;
	text-transform:uppercase;
	font-weight:900;
}
.more-wri a:after
{
	content: "\f101";
    font-size: 18px;
    font-family: "Icons";
    margin-left: 3px;
}
.all-t-search
{
	float:right;
}
.all-t-search ul li
{
	float:left;
	margin-right:10px;
}
.all-t-search ul li:last-child
{
	margin-right:0px;
}
.all-t-search ul li a
{
	font-family:"Icons";
	font-size:24px;
	color:#000;
	line-height:20px;
}
.all-t-search ul li:nth-child(1) a:before
{
	content:"\f149";
}
.all-t-search ul li:nth-child(2) a:before
{
	content:"\f148";
}
.t-last:before
{
	content:"\f148" !important;
}
.other1:before
{
	content:"\f175" !important;
}
.other2:before
{
	content:"\f176" !important;
}
.other1, .other2
{
	font-size: 20px !important;
    line-height: 24px !important;
}
.top-footer
{
	padding-top:30px;
	border-top:5px solid #000;
	/*margin-bottom:30px;*/
}
.footer
{
	padding-bottom:30px;	
}
.menu-footer
{
        float:left;
        margin-top:15px;
        width:595px;
        margin-left:180px;
}
.bottom-footer .social
{
    margin-top:15px;
    /*width:88px;*/
}
.menu-footer ul
{
	display:inline-block;
	text-align:center;
}
.menu-footer ul li
{
	float:left;
}
.menu-footer ul li a
{
	text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: #000;
}
.menu-footer ul li a:before {
    content: "/";
    padding-left: 20px;
    padding-right: 20px;
	font-size:16px;
    color: #000;
}
.menu-footer ul li:first-child a:before {
    content: "";
    padding-left: 0px;
    padding-right: 0px;
}

.all-sub
{
	width:100%;
	height:266px;
	background:url(../images/newsletter%20subscribe%20box%20-%20internal%20article.jpg) no-repeat scroll;
	margin-top:25px;
	margin-bottom:25px;
	background-size:cover;
}
.text-sub
{
	padding-top:70px;
	padding-left:11px;
	padding-right:11px;
}
.text-sub h1
{
	color:#fff;
	font-size:24px;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:500;
}
.text-sub h2
{
	color:#fff;
	font-size:16px;
	line-height:16px;
	margin-bottom:5px;
	text-transform:uppercase;
}
.text-sub span
{
	color:#fff;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
}
.sub-form
{
	padding:11px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.email-text-sub
{
	background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    padding: 10px 7px;
    font-family: 'Lora', serif !important;
    font-size: 14px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: 2%;
}
.my-bt
{
	background-color: #000;
    border: 0px;
    padding: 12px 0px;
    text-align: center;
    border-radius: 3px;
    font-family: 'Lora', serif !important;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
    width: 37%;
    cursor: pointer;
	margin-top:10px;
}

.sub-home
{
	width:425px;
	height:180px;
	background:url(../images/newsletter%20subscribe%20box%20-%20homepage.jpg) no-repeat scroll;
	margin-top:25px;
	margin-bottom:25px;
	float:right;
	background-size:cover;
}
.text-sub-home
{
	padding-top:40px;
	padding-left:11px;
	padding-right:11px;
}
.text-sub-home h2
{
	color:#fff;
	font-size:14px;
	line-height:14px;
	margin-bottom:5px;
	text-transform:uppercase;
    letter-spacing:.8px;
}
.text-sub-home span
{
	color:#fff;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
    letter-spacing:.8px;
}
.sub-home .email-text-sub
{
	padding:7px 7px;
}
.sub-home .my-bt
{
	padding:10px;
}
.big-logo
{
	width:214px;
	margin:0px auto 5px auto;
}
.big-logo a img
{
	width:100%;
}
.small-logos
{
	text-align:center;
}
.small-logos ul
{
	display:inline-block;
	text-align:center;
}
.small-logos ul li
{
	float:left;
	margin-right:80px;
	width:100px;
}
.small-logos ul li:nth-child(3) 
{
	width:100px;
}
.small-logos ul li:nth-child(3) img
{
	margin-top:35px;
}
.small-logos ul li:nth-child(5)
{
	width:50px;
}
.small-logos ul li:nth-child(1)
{
	width:105px;
}
.small-logos ul li:nth-child(1) img
{
	margin-top:37px;
}
.small-logos ul li:nth-child(4)
{
	width:140px;
}
.small-logos ul li:nth-child(4) img
{
	margin-top:55px;
}
.small-logos ul li:nth-child(2)
{
	width:100px;
}
.small-logos ul li:nth-child(2) img
{
	margin-top:44px;
}
.small-logos ul li a img
{
	width:100%;
}
.small-logos ul li:last-child
{
	margin-right:0px;
}
.footer-logos
{
	padding:30px;
	margin-top:30px;
    background-color:#f7f7f7;
}
.drop-menu
{
	float:right;
	margin-top:-70px;
}

.drop-menu
{
	position:relative;
    z-index:9;
}
.drop
{
	font-size: 20px;
    color: #fff;
	text-transform:uppercase;
    /*padding:5px 0px;*/
    width:150px;
    text-align:center;
    /*background-color:#000;*/
}
.drop img
{
    width:60%;
    float:right;
}
.sub-drop
{
	position:absolute;
	top:55px;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	display:none;
	padding:15px;
	background-color:#000;
	
-webkit-box-shadow: 0px 13px 30px -11px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 13px 30px -11px rgba(0,0,0,0.75);
box-shadow: 0px 13px 30px -11px rgba(0,0,0,0.75);
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:150px;
    text-align:center;
	
}
.sub-drop ul 
{
    text-align:center;
    display:inline-block;
}
.sub-drop ul li
{
	padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #333;
    text-align:center;
}
.sub-drop ul li:last-child
{
	padding-bottom:0px;
    margin-bottom:0px;
    border-bottom:0px;
}
.sub-drop ul li a
{
	font-size:12px;
	color:#fff;
}
.sub-drop ul li:nth-child(5) a img
{
    width:60px;
    text-align:center;
    display:inline-block;
}
.sub-drop ul li a img
{
    width:100px;
}
.left-tr-image
{
    float:left;
    margin-right:20px;
    width:120px;
    height:120px;
    background-color:#f7f7f7;
}
.left-tr-image a img
{
    width:120px;
    height:120px;
}
.right-tr
{
    float:left;
    width:190px;
}
.my-style
{
    text-transform:uppercase;
    font-size: 20px;
    color: #fff;
    padding: 7px 25px;
    background-color:#000;
    display:inline-block;
    cursor:pointer;
}
.but-share {
    margin: 0px 0px 20px 0px;
    padding: 20px 0px;
    background-color: #f7f7f7;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.inner-but-share {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.inner-conact span
{
     font-size:16px;
        line-height:16px;
    color:#000;
    margin-bottom:5px;
    display:block;
}
.inner-conact b
{
 font-size:16px;
        line-height:16px;
    color:#000;

    margin-bottom:5px;
    display:block;
    margin-top:15px;
}
.contact
{
    margin-bottom:30px;
}
.right-menu 
{
    float:right;
    margin-top:15px;
}
.right-menu ul li
{
	float:left;
}
.right-menu ul li a
{
	text-transform: uppercase;
    font-size: 18px;
	font-weight:bold;
    line-height: 18px;
    color: #000;
}
.right-menu ul li a:before {
    content: "/";
    padding-left: 20px;
    padding-right: 20px;
	font-size:16px;
    color: #000;
}
.right-menu ul li:first-child a:before {
    content: "";
    padding-left: 0px;
    padding-right: 0px;
}
.inner-about p
{
        font-family: 'Lora', serif !important;
        font-size:16px;
        line-height:20px;
        color:#000;
        margin-bottom:20px;
}