/*===== Foundation start here =====*/
body, html, div, ul, li, ol, a, p, span, table, form, h1, h2, h3, h4, h5, h6, img, embed, canvas {
	margin:0px;
	padding:0px;
}
body {
	margin: 0px;
	padding: 0px;
	font: normal 14px 'Open Sans', sans-serif;
	color: #000;
	line-height: 20px;
	overflow-x:hidden;
}
*, *::after, *::before {
    box-sizing: border-box;
}
.no_space {
	margin: 0px !important;
	padding: 0px !important;
}
.no_border {
	border: none !important;
	outline: none !important;
}
img, a {
	border:none;
	outline:none;
}
a {
	cursor: pointer;
}
.anim {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.wrapper {
	width:100%;
	max-width:960px;
	margin:0px auto;
}
.page {
	float:left;
	width:100%;
	border:solid 1px #dddddd;
	background-color: #FFF;
}
.clear {
	clear:both !important;
}
.mob_only {
	display:none;
}

/*===== Foundation end here =====*/

 /*===== style (23-09-2015)=====*/
.searchBox_desk {
	position:absolute;
	min-height:36px;
	background:#000;
	color:#fff;
	width:100%;
	top:0px;
	right:0px;
	display:none;
}
.searchBox_desk .cl_btn {
	float:left;
	width:7%;
	height:36px;
	border:none;
	outline:none;
	color:#FFF;
	background:none;
	cursor:pointer;
}
.searchBox_desk .ser_field {
	float:left;
	width:93%;
	height:36px;
	border:none;
	outline:none;
	font-size:16px;
	color:#FFF;
	background:none;
	text-transform:uppercase;
	border-left:solid 1px #fff;
	padding-left:15px;
}
.searchBox_mob {
	position:absolute;
	min-height:50px;
	background:#FFF;
	color:#000;
	width:100%;
	top:10px;
	right:0px;
	display:none;
}
.searchBox_mob .cl_btn {
	float:left;
	width:15%;
	height:50px;
	border:none;
	outline:none;
	color:#000;
	background:none;
	cursor:pointer;
	font-size:19px;
}
.searchBox_mob .ser_field {
	float:left;
	width:85%;
	height:50px;
	border:none;
	outline:none;
	font-size:19px;
	color:#000;
	background:none;
	text-transform:uppercase;
	border-left:solid 1px #000;
	padding-left:15px;
}
 .b-bar {
    border-top: 1px solid #595959;
    width: 920px;
}
.mc-items, .b-bar {
    background: #000 none repeat scroll 0 0;
    clear: left;
    float: left;
    position: relative;
    width: 100%;
}

.media-container .lc-tools {
    clear: none;
    display: inline;
    float: left;
    margin: 13px 13px 14px;
    padding-bottom: 0;
    width: 200px;
}
.media-about, .photo-desc {
    color: #fff;
    display: inline;
    float: left;
    padding: 5px 0 0;
    text-align: center;
    width: 100%;
}
.media-about table, .photo-desc table {
    height: 41px;
    width: 100%;
}

.media-about td, .photo-desc td {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}
.contact-form,
.ninja-forms-cont {
    padding-top: 20px;
	font-size:12px;
	line-height:12px;
}
.contact-form, .ninja-forms-cont, .field-wrp, .field-wrap {
    clear: left;
    float: left;
    width: 100%;
}
fieldset {
    border: 0 none;
}
.field-wrp, .field-wrap {
    margin-bottom: 20px;
}

.contact-form label, .ninja-forms-cont label {
    display: block;
    float: left;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-weight: bold;
    margin: 0 8px 0 0;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.contact-form .error-msg,
.ninja-forms-response-msg.ninja-forms-error-msg {
    color: #ed3122;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 12px;
    position: relative;
    top: -2px;
}
.ninja-forms-response-msg.ninja-forms-error-msg { margin-bottom: 25px; line-height: 24px; }

.contact-form input, .ninja-forms-cont input {
    background: #fff;
    border: 1px solid #c5c5c5;
    clear: left;
    float: left;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    height: 27px;
    line-height: 19px;
    padding: 4px 5px 6px;
    width: 265px;
}

.contact-form textarea, .ninja-forms-cont textarea {
    background: #fff url("images/structural/contact-f-txtar-bgr.gif") no-repeat scroll right top;
    border: 1px solid #c5c5c5;
    clear: left;
    float: left;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 11px;
    height: 152px;
    overflow: auto;
    padding: 5px;
    resize: none;
    width: 583px;
}
.contact-form .captcha-wrp {
    margin: 10px 0 0;
}
.contact-form .captcha-holder, .g-recaptcha {
    clear: both;
    float: left;
}
form input.submit-btn, .ninja-forms-cont .submit-wrap input.ninja-forms-field {
    background:none;
    border: 0 none;
    clear: none;
    display: inline;
    float: left;
    font-family: "Trilogy Fatface Regular",Georgia,"Times New Roman",serif;
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    height: 30px;
    margin: 30px 0 0 22px;
    padding: 0;
    width: 135px;
	cursor:pointer;
}
.ninja-forms-cont .submit-wrap input.ninja-forms-field { background-color: #000; margin: 0px; color: #fff; }
 
.ninja-forms-required-items { margin-bottom: 25px; }
 
.ninja-forms-field-error p { font-size: 12px !important; clear: both; }
 
.newsletter-frm input.default-input.input-error {
    color: #ed3122;
    font-size: 12px;
    font-style: italic;
}





/*===== Header style start here =====*/

.header {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.header_top {
	float:left;
	width:100%;
	border-bottom:solid 1px #dddddd;
	height:35px;
}
.header_top .left_link {
	float:left;
	width:80%;
	height:35px;
}
.header_top .left_link ul {
	float:left;
	width:100%;
	list-style:none;
	display:table;
}
.header_top .left_link ul li {
	display:table-cell;
	border-right:solid 1px #dddddd;
	height:35px;
	text-align:center;
	text-transform:uppercase;
	width:25%;
	position:relative;
}

.header_top .left_link ul li a {
	display:block;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	padding:7px 0px;
	color:#000;
	text-decoration:none;
}
.res_embd {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_embd object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.res_embd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.subscribeMagImg {
	display:none;
	position:absolute;
	width:110px;
	background:url(../images/blk_top_arrow.jpg) no-repeat 50% top;
	padding-top:10px;
	z-index:1000;
	left:50%;
	margin-left:-55px;
}
.subscribeMagImg a {
margin:0px !important;
padding:0px !important;
}
.subscribeMagImg img {
	width:100%;
	height:auto;
	max-height:130px;
	border:solid 5px #000;
}
.header_top .left_link ul li a:hover, .header_top .left_link ul li a.active {
	color:#cc2428;
}
.header_top .right_social {
	float:right;
	width:20%;
	height:35px;
}
.header_top .right_social {
	float:right;
	width:20%;
	height:35px;
	overflow:hidden
}
.header_top .right_social .ico_area {
	display:table;
	width:100%;
}
.header_top .right_social .so_ico {
	display:table-cell;
	height:35px;
	text-align:center;
	border-right:solid 1px #dddddd;
}
.header_top .right_social .so_ico:last-child {
	border-right:none;
}
.header_top .right_social .so_ico i {
	display:inline-block;
	width:35px;
	height:35px;
	background:url(../images/social_media.png) no-repeat;
}
.header_top .right_social .so_ico i.facebook {
	background-position:12px 50%;
}
.header_top .right_social .so_ico i.twitter {
	background-position:-21px 50%;
}
.header_top .right_social .so_ico i.gplus {
	background-position:-55px 50%;
}
.header_top .right_social .so_ico i.rss {
	background-position:-89px 50%;
}
.logo_area {
	float:left;
	width:100%;
	min-height:155px;
	background:#FFF;
	position:relative;
}
.logo_area .logo {
	display:block;
	width:323px;
	height:86px;
	margin:30px auto;
}
.img_responsive {
	width:100%;
	height:auto;
}
.jet_btn {
	position:absolute;
	right:-12px;
	bottom:27px;
	width:85px;
	height:95px;
	background:url(../images/jet_btn.png) no-repeat left top;
}
.jet_btn:hover {
	background:url(../images/jet_btn.png) no-repeat left bottom;
}
/*menu style*/
.menu_area {
	float:left;
	width:100%;
	min-height:36px;
	background:#000;
	position:relative;
}
#mobile-header {
    display: none;
}
#navigation {
	float:left;
	width:92%;
}
.search_btn {
	float:right;
	width:8%;
	height:36px;
	background:url(../images/search_ico.png) no-repeat 50% 50%;
	border:none;
	outline:none;
	cursor:pointer;
}
.main_menu {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
}
.main_menu li {
  display: inline-block;
  position: relative;
  padding: 8px 30px;
  cursor: pointer;
  color:#FFF;
}
.main_menu li.navSelected::after {
	content:"";
	display:block;
	width:15px;
	height:13px;
	position:absolute;
	top:100%;
	left:50%;
	background:url(../images/navDownArrow.png) no-repeat 50% 50%;
	margin-left:-7px;
}
.main_menu li:hover.navSelected::after {
	display:none;
}
.main_menu li.navSelected > a {
	text-decoration:underline;
}
.main_menu li.navSelected:hover > a {
	text-decoration:none;
}
.main_menu li a {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
.main_menu li ul {
  padding: 0;
  position: absolute;
  top: 36px;
  left: 50%;
  width: 184px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  padding-top:10px;
  border-bottom:solid 1px #000;
  margin-left:-92px;
  z-index:999999;
}

.main_menu li ul li {  
  display: block; 
  color: #000;
  padding:0px;
  width:100%;
  border-right:solid 1px #000;
  border-left:solid 1px #000;
  background:#FFF;
  padding:1px;
}
.main_menu li ul li:first-child {  
  border-top:solid 1px #000;
}
.main_menu li ul li:first-child::before {  
  display: block;
  content:"";
  width:100%;
  top:-10px;
  height:10px;
  position:absolute;
  background:url(../images/arrow_top.png) no-repeat 50% bottom;
}

.main_menu li ul li a {
	display:block;
	width:100%;
	font-size:14px;
	text-align:center;
	padding:10px 0px;
  color:#000;
  text-decoration:none;
}
.main_menu li ul li a:hover { background: #666; color:#FFF;}
.main_menu li ul.red li a:hover,
.main_menu li.red ul li a:hover { background: #ff0000;}
.main_menu li ul.blue li a:hover,
.main_menu li.blue ul li a:hover { background: #00adef;}
.main_menu li ul.pink li a:hover,
.main_menu li.pink ul li a:hover { background: #5b05c5;}
.main_menu li ul.yellow li a:hover,
.main_menu li.yellow ul li a:hover { background: #ffb800;}
.main_menu li ul.green li a:hover,
.main_menu li.green ul li a:hover { background: #2a9da7;}

.main_menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
/*===== Header style end here =====*/




/*===== Center style start here =====*/
.center {
	float:left;
	width:100%;
}
.TopStorySection {
	float:left;
	width:100%;
	margin-bottom:50px;
}
.TopStorySection .MainStory {
	float:left;
	width:72%;
	padding-right:25px;
}
.TopStorySection .MainStory a {
text-decoration:none;
color:#000;
    
}
.MainStory .bot_story {
	display:block;
	width:100%;
	padding:25px 15px 0px;
	text-align:center;
}
.MainStory .bot_story .sec {
	font-weight:bold;
	font-size:14px;
	color:#666;
	text-transform:uppercase;
	margin-bottom:5px;
}
.MainStory .bot_story h2 {
	font-family:"URW Didoni W01 Normal";
	font-size:44px;
	line-height:49px;
	color:#000;
	margin-bottom:15px;
}
.MainStory .bot_story p {
	font-size:18px;
}
.red_txt {
	color:#F00;
}
.blue_txt {
	color:#00aeef;
}
.pink_txt {
	color:#5b05c5;
}
.newpink_txt {
    color:#EC008C;
    }
.yellow_txt {
	color:#ffb800;
}
.green_txt {
	color:#2a9da7;
}
.rose_txt {
	color:#ec008c;
}
.owl-theme .owl-controls {
	display:none !important;
}
.TopStorySection .top_stories {
	float:right;
	width:28%;
	border:solid 1px #ddd;
	margin-right:-1px;
	padding:5px;
	margin-bottom:25px;
}
.TopStorySection .title_second {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:24px;
	margin:10px 0px;
	text-align:center;
	text-transform:uppercase;
}
.TopStorySection .top_stories .story_list {
	float:left;
	width:100%;
}
.TopStorySection .top_stories h5 {
	font-size:11px;
	text-transform:uppercase;
}
.TopStorySection .top_stories .thumb {
	float:left;
	width:40%;
	margin-right:10px;
}
.TopStorySection .sto_txt {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:18px;
}
.TopStorySection .sto_txt a {
text-decoration:none;
color:#000;
    
}
.line_seperator {
	float:left;
	width:100%;
	clear:both;
	height:1px;
	background:#ddd;
	margin:19px 0px;
}
.TopStorySection .more {
	display:inline-block;
	width:100%;
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:12px;
	text-align:center;
	padding:5px 0px;
	color:#000;
	text-decoration:none;
}
.TopStorySection .onThisDay {
	float:right;
	width:28%;
	border:solid 1px #ddd;
	margin-right:-1px;
	margin-bottom:25px;
}
.TopStorySection .onThisDay_bot {
	float:left;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.TopStorySection .onThisDay_bot .inn {
	float:left;
	width:100%;
	min-height:114px;
	background:rgba(0, 0, 0, .5);
	text-align:center;
	padding:13px 15px;
}
.TopStorySection .onThisDay_bot .inn h4 {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:22px;
	color:#FFF;
	margin-bottom:5px;
}
.TopStorySection .onThisDay_bot .inn p {
	font-weight:bold;
	font-size:13px;
	color:#FFF;
}
.blacklisted {
	float:right;
	width:100%;
	max-width:950px;
	border-top:solid 5px #000;
	padding:50px 0px 20px;
}
.blacklisted .blk_inner {
	float:left;
	width:100%;
	min-height:103px;
	padding-left:130px;
	padding-right:20px;
	position:relative;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.blk_next_btn {
	position:absolute;
	width:20px;
	height:20px;
	background:url(../images/right_arrow.png) no-repeat 50% 50%;
	right:5px;
	top:44px;
	cursor:pointer;
}
.blacklisted .blk_left_bg {
	position:absolute;
	left:0px;
	top:-9px;
	width:130px;
	height:131px;
	background:url(../images/blk_left_bg.png) no-repeat;
}
.blk_item {
	float:left;
	width:100%;
	padding:10px 15px;
}
.blk_item .cnt {
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}
.blk_item p {
	font-size:13px;
	text-align:center;
}
.blk_item a {
text-decoration:none;
color:#000;
    
}

.blk_item a:hover {
text-decoration:underline;
}
.dbl_article {
	float:left;
	width:100%;
	padding:10px 10px 30px 10px;
	border-bottom:solid 1px #ddd;
}
.dbl_article .dbl_col {
	float:left;
	width:50%;
	padding:10px;
}
.dbl_article .dbl_img {
	display:block;
	width:100%;
	height:auto;
	max-height:282px;
	margin-bottom:20px;
}
.dbl_article .dbl_sec {
	float:left;
	width:100%;
}
.dbl_article .dbl_sec .top_txt {
	color:#666;
	margin-bottom:14px;
}
.dbl_article .dbl_sec .top_txt span {
	text-transform:uppercase;
}
.dbl_article .dbl_sec h2 {
	min-height:108px;
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:32px;
	line-height:36px;
	text-transform:uppercase;
}
.dbl_article .dbl_sec h2 a {
	color:#000;
	text-decoration:none;
}

.top_txt a {
   text-decoration:none;
   color:#000;
}
h2 a {
    color:#000;
	text-decoration:none;
}
.dbl_article .dbl_sec .author {
	font-size:12px;
	color:#666;
	text-transform:uppercase;
}
.dbl_article .dbl_sec .art_cont {
	font-size:18px;
	margin-top:13px;
	line-height:24px;
	margin-bottom:10px;
	min-height:72px;
}
.dbl_article .dbl_sec .read_more {
	color:#a3a3a3;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
}
.art_social {
	display: inline-block;
	clear:both;
}
.art_social i {
	float:left;
	width:22px;
	height:22px;
	background:url(../images/social_media2.png) no-repeat;
}
.art_social i.fb {
	background-position:left 50%;
}
.art_social i.tw {
	background-position:-25px 50%;
}
.art_social i.gp {
	background-position:-57px 50%;
}
.art_social i.rs {
	background-position:right 50%;
}
.hor_advArea {
	float:left;
	width:100%;
	background:url(../images/adv_bg.jpg) repeat;
	padding:20px;
	text-align:center;
	margin:50px 0px 0px;
	overflow-x:auto !important;
}
.hor_advArea img {
	max-width:100%;
	height:auto;
}

.sgl_article {
	float:left;
	width:100%;
	padding:10px 10px 30px 10px;
	border-bottom:solid 1px #ddd;
	margin-bottom:50px;
	margin-top:40px;
}
.sgl_article .sgl_col {
	float:left;
	width:100%;
	padding:10px;
}
.sgl_article .sgl_img {
	float:left;
	width:50%;
	height:auto;
	max-height:282px;
	margin-bottom:20px;
}
.sgl_article .sgl_img img {
    max-height:300px;
}
.sgl_img a {
color:#ff291e !important;
text-decoration:none !important;
}
.sgl_article .sgl_sec {
	float:left;
	width:50%;
	padding-left:20px;
}
.sgl_article .sgl_sec .top_txt {
	color:#666;
	margin-bottom:14px;
}
.sgl_article .sgl_sec .top_txt span {
	text-transform:uppercase;
}
.sgl_article .sgl_sec h2 {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:32px;
	line-height:36px;
	text-transform:uppercase;
}
.sgl_article .sgl_sec .author {
	font-size:12px;
	color:#666;
	text-transform:uppercase;
}
.sgl_article .sgl_sec .art_cont {
	font-size:18px;
	margin-top:13px;
	line-height:24px;
	margin-bottom:10px;
}
.sgl_article .sgl_sec .read_more {
	color:#a3a3a3;
	text-transform:uppercase;
	text-decoration:none;
}
.art_adv {
	float:left;
	width:100%;
}



.art_adv_article {
	float:left;
	width:100%;
	padding:10px;
	border-bottom:solid 1px #ddd;
	margin-bottom:30px;
}
.art_adv_article .art_adv_col {
	float:left;
	width:60%;
	padding:0px 10px;
}
.art_adv_article .art_adv_img {
	display:block;
	width:100%;
	height:auto;
	max-height:375px;
	margin-bottom:20px;
}
.art_adv_article .art_adv_sec {
	float:left;
	width:100%;
}
.art_adv_article .art_adv_sec .top_txt {
	color:#666;
	margin-bottom:14px;
}
.art_adv_article .art_adv_sec .top_txt span {
	text-transform:uppercase;
}
.art_adv_article .art_adv_sec h2 {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:32px;
	line-height:36px;
	text-transform:uppercase;
}
.art_adv_article .art_adv_sec .author {
	font-size:12px;
	color:#666;
	text-transform:uppercase;
}
.art_adv_article .art_adv_sec .art_cont {
	font-size:18px;
	margin-top:13px;
	line-height:24px;
	margin-bottom:10px;
}
.art_adv_article .art_adv_sec .read_more {
	color:#a3a3a3;
	text-transform:uppercase;
	text-decoration:none;
}
.art_adv_article .right_adv_col {
	float:right;
	width:40%;
	padding:0px 20px;
}
.art_adv_article .right_adv_col .inn_adv {
	float:left;
	width:100%;
	overflow-x:hidden !important;
}
.art_adv_article .right_adv_col img {
	width:100%;
}
.newsltr_adv {
	float:left;
	width:100%;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	margin-top:-1px;
}
.newsltr_adv {
	float:left;
	width:100%;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	margin-top:-1px;
}
.newsltr_adv .sm_adv {
	float:left;
	width:60%;
	text-align:center;
	padding:50px 0px 47px;
	overflow-x:auto !important;
}
.newsltr_adv .subscribe_area {
	float:right;
	width:40%;
	min-height:150px;
	background:#ddd;
	padding:20px 40px;
}
.newsltr_adv .subscribe_area .mag_thumb {
	float:left;
	width:139px;
	margin:10px 15px 10px 10px;
}
.newsltr_adv .subscribe_area h3 {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:36px;
	line-height:40px;
	margin-bottom:5px;
}
.newsltr_adv .subscribe_area h4 {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:24px;
	line-height:32px;
}
.newsltr_adv .subscribe_area .tail_txt {
	float:left;
	width:100%;
	padding:10px 0px;
	border-top:solid 1px #717072;
	border-bottom:solid 1px #717072;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.subscribe_btn_area {
	float:left;
	width:100%;
	text-align:center;
}
.subscribe_btn {
	display:inline-block;
	background:#000;
	padding:10px 30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	border:none;
	outline:none;
	margin:0px auto;
	cursor:pointer;
}
.gallery_box {
	float:left;
	width:100%;
	padding:50px 0px;
	border-bottom:solid 1px #ddd;
	overflow:hidden;
}
.gallery_box .gal_top {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.gallery_box .gal_top h2 {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:42px;
	margin-bottom:35px;
}	
.gallery_box .gal_top .viewAll_btn {
	display:inline-block;
	background:#000;
	padding:5px 30px;
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	text-transform:uppercase;
	color:#FFF;
	border:none;
	outline:none;
	margin:0px 5px;
	cursor:pointer;
}
.gallery_box .gal_slide {
	float:left;
	width:70%;
	margin:0px 15%;
	position:relative;
}	
.gallery_box .gal_slide .gal_item {
	float:left;
	width:100%;
	padding:0px 30px;
}
.gallery_box .gal_slide .gal_item img {
max-height:415px;
    
}
#owl-gal .owl-wrapper-outer {
	overflow:visible !important;
}
.gallery_box .gal_slide .contoles_new {
	position:absolute;
	width:15%;
	top:16%;
	height:250px;
	cursor:pointer;
}
.gallery_box .gal_slide .contoles_new.g_left {
	left:-15%;
	margin-left:20px;
	background:url(../images/gal_left.png) no-repeat right 50%;
}
.gallery_box .gal_slide .contoles_new.g_right {
	right:-15%;
	margin-right:20px;
	background:url(../images/gal_right.png) no-repeat left 50%;
}
.gallery_box .gal_slide .gal_bot {
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
	color:#000000;
}
.gallery_box .gal_slide .gal_bot h2 {
	font-family:"URW Didoni W01 Normal";
	font-size:40px;
	font-weight:normal;
	margin-bottom:28px;
}
.gallery_box .gal_slide .gal_bot h3 {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}
.gallery_box .gal_slide .gal_bot p {
	font-size:16px;
}
.smArticle_area {
	float:left;
	width:100%;
}
.smArticle_area .left_area {
	float:left;
	width:70%;
}
.smArticle_area .smArticle {
	float:left;
	width:100%;
	padding:40px 20px;
	border-bottom:solid 1px #ddd;
}
.smArticle_area .smArticle:last-child {
	border-bottom:none;
}
.smArticle_area .smArticle .thumb_area {
	float:left;
	width:41%;
}
.smArticle_area .smArticle .thumb_area img {
    max-height:163px;
}
.smArticle_area .smArticle .right_txt {
	float:left;
	width:59%;
	padding:0px 0px 0px 25px;
}
.smArticle .right_txt .top_txt {
	color:#666;
	margin-bottom:10px;
}
.smArticle .right_txt .top_txt span {
	text-transform:uppercase;
}
.smArticle .right_txt h2 {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:24px;
	line-height:28px;
}
.smArticle .right_txt .author {
	font-size:12px;
	color:#666;
	text-transform:uppercase;
}
.smArticle .right_txt .art_cont {
	font-size:14px;
	margin-top:13px;
	line-height:20px;
	margin-bottom:10px;
}
.smArticle .right_txt .read_more {
	color:#a3a3a3;
	text-transform:uppercase;
	text-decoration:none;
}
.video_link {
display:block;
position:relative;
}
.video-overlay {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: block;
	padding-top: 90px;
	width: 90px;
	cursor: pointer;
	height: 90px;
	overflow: hidden;
	background: url(../images/structural/video-overlay.png) no-repeat 0 0;
	margin:-45px 0px 0px -45px;
}
.right_adv {
	float:right;
	width:30%;
	padding:0px 20px;
	text-align:right;
	overflow-x:auto !important;
}
.newsletterArea {
	float:left;
	width:100%;
	background:#000;
	min-height:80px;
}
.newsletterArea .nl_col_1 {
	float:left;
	width:30%;
	padding:29px 0 15px 40px;
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:36px;
	color:#FFF;
}
.newsletterArea .nl_col_2 {
	float:left;
	width:40%;
	padding:29px 20px 15px 0;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	text-align:right;
}
.newsletterArea .nl_col_3 {
	float:left;
	width:30%;
	padding:21px 40px 15px 0;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	text-align:right;
}
.newsletterArea .nl_fieldArea {
	float:left;
	width:100%;
	height:38px;
	background:#FFF;
}

.newsletterArea .nl_fieldArea .nl_field {
	float:left;
	width:80%;
	height:38px;
	border:none;
	outline:none;
	background:none;
	padding:0px 4px;
	font-size:12px;
	font-style:italic;
	color:#666;
}
.newsletterArea .nl_fieldArea .go_btn {
	float:right;
	width:20%;
	height:38px;
	border:none;
	outline:none;
	background:#7c7c7c;
	padding:0px 4px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
}
.sidr ul .sidr-class-tab_redLink, .sidr ul .sidr-class-tab_redLink a, .sidr ul .sidr-class-tab_redLink:hover a {
	background:#fff;
	color:#F00;
}
.sidr .sidr-class-drayer_botLink {
	background:#f2f2f2;
}
.sidr .sidr-class-drayer_botLink2 {
	background:#d6d6d6;
}
.sidr .sidr-class-drayer_botLink2 li a {
	border-bottom:solid 1px #ababab;
}
.sidr .sidr-class-drayer_botLink2 li .sidr-class-dra_social_area {
	display:block;
	height:48px;
	width:100%;
}
.sidr .sidr-class-drayer_botLink2 li .sidr-class-dra_social_area p {
	float:left;
	font-size:12px;
	text-transform:uppercase;
	margin:18px 10px 0px 15px;
	line-height:12px;
}
.sidr .sidr-class-drayer_botLink2 li .sidr-class-dra_social {
	float:left;
	width:30px;
	height:30px;
	margin:8px 5px 0px 0px;
	border:none;
}
.sidr .sidr-class-drayer_botLink2 li .sidr-class-fa {
	background:url(../images/social_media3.png) no-repeat 9px 50%;
}
.sidr .sidr-class-drayer_botLink2 li .sidr-class-tw {
	background:url(../images/social_media3.png) no-repeat -34px 50%;
}
.sidr .sidr-class-drayer_botLink2 li .sidr-class-gp {
	background:url(../images/social_media3.png) no-repeat -79px 50%;
}
.sidr .sidr-class-drayer_botLink2 li .sidr-class-rs {
	background:url(../images/social_media3.png) no-repeat -122px 50%;
}
.noScroll {
	overflow:hidden !important;
	width:auto !important;
}
.noScroll body {
	overflow:hidden !important;
	width:auto !important;
}

#disqus_thread {
	width: 100%;
	padding-left:20px;
	padding-right: 20px;
}
/*===== Center style end here =====*/


/*---------------Page breaker styles - start ----------------*/

.page-breaker {
    position: relative;
    z-index: 33;
    margin: 0px 0px 40px;
    width: 600px;
    background: #FFF url("images/structural/border.gif") repeat-x scroll 0px 0px;
}

.page-breaker h2 span {
    font-size: 16px;
}

.pb-inner {
    padding: 40px 10px 40px;
    background: transparent url("images/structural/border.gif") repeat-x scroll 0px 100%;
}

.pb-inner .start-button {
    /*position: absolute;*/
    top: 25px;
    left: 200px;
    width: 560px;
    height: 323px;
    background: transparent url("images/structural/start-btn.png") no-repeat scroll 210px 90px;
}

.pb-label {
    padding-top: 20px;
    font-size: 17px;
    text-transform: uppercase;
}

.pb-related-3 {
    width: 520px;
}

.mid-scrollable {
    overflow: hidden;
    font-size: 17px;
    padding: 0px 0px 20px;
    margin: 0px auto;
}

.mid-scrollable .items {
    float: left;
}

.mid-scrollable .items .item {
    float: left;
    display: inline;
    margin-right: 17px;
    width: 162px;
}

.mid-scrollable .items .item-name {
    display: block;
    text-transform: uppercase;
    font-family: "TradeGothicW02-BoldCn20 675505",Arial,sans-serif;
    color: #000000;
    line-height:20px;
}

.pb-related .item .image-wrapper {
    display: block;
    width: 160px;
    height: 100px;
    background: transparent url("images/structural/small-thumb-topic-icons.gif") repeat scroll 0% 0%;
    margin: 0px 0px 13px;
    border: 1px solid #000;
}

.mid-scrollable .items .last {
    margin-right: 0px;
}

/*---------------Page breaker styles - end ----------------*/

/*---------------------Sweepstakes styles - start ----------------------*/
fieldset {
    border: 0;
}

* {
    margin: 0;
    padding: 0;
}

fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    border: 0;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    min-width: -webkit-min-content;
}

.sweepstakes-form label {
    display: block;
    font-weight: bold;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    float: left;
    margin: 20px 0 0 0;
}

.sweepstakes-form input {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    float: left;
    clear: left;
    padding: 4px 5px 6px;
    margin: 9px 0 0;
    width: 345px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c5c5c5;
    background: #fff url(images/structural/contact-f-input-bgr.gif) no-repeat top right;
}

.sweepstakes-form input[type='checkbox'] {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    float: left;
    clear: left;
    padding: 4px 5px 6px;
    margin: 9px 0 0;
    width: 45px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c5c5c5;
    background: #fff url(images/structural/contact-f-input-bgr.gif) no-repeat top right;
}

#ss-city-holder {
    width: 177px;
    float: left;
    margin: 0 10px 0 0;
}

#ss-city-holder input {
    width: 165px;
}

#ss-state-holder {
    width: 107px;
    float: left;
    margin: 0 10px 0 0;
}

#ss-state-holder .selector {
    width: 102px;
    padding: 0 0 0 5px;
    margin: 9px 0 0;
    height: 30px;
    background: #fff url(images/structural/contact-f-input-bgr.gif) no-repeat top right;
    border: 1px solid #c5c5c5;
}

#ss-state-holder .selector span {
    width: 70px;
    background: url(images/structural/dropdown-arrow.gif) no-repeat right 0;
    padding: 2px 30px 2px 2px;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 11px;
    color: #000;
}

#ss-state-holder .selector select {
    margin: 0;
    min-width: 97px;
    cursor: pointer;
}
#ss-state-holder select {
    width: 107px;
    margin: 9px 0 0;
    height: 32px;
}
div.selector select {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity:0);
    height: 25px;
    border: none;
    background: none;
}
div.selector select {
    min-width: 190px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    border: solid 1px #fff;
}
div.selector select {
    top: 0px;
    left: 0px;
}
.selector, .radio, .checker, .uploader, .button, .selector *, .radio *, .checker *, .uploader *, .button * {
    margin: 0;
    padding: 0;
}

#ss-zip-holder {
    width: 117px;
    float: left;
}

#ss-zip-holder input {
    width: 105px;
}

.sweepstakes-detail .checkbox-holder {
    margin: 18px 0;
}

.sweepstakes-detail .checker {
    float: left;
    width: 31px;
    height: 30px;
    margin: 0 15px 0 0;
    cursor: pointer;
}

.sweepstakes-detail .checkbox-holder label {
    float: left;
    margin: 2px 0 0;
    width: 380px;
}

div.checker {
    position: relative;
}
div.checker {
    margin-right: 5px;
}
div.checker {
    width: 19px;
    height: 19px;
}


.sweepstakes-detail .submit-btn {
    margin: 15px 0 30px;
}
form input.submit-btn {
    float: left;
    display: inline;
    clear: none;
    padding: 0;
    margin: 75px 0 0 22px;
    border: 0;
    font-family: 'Trilogy Fatface Regular',Georgia,"Times New Roman",serif;
    font-weight: normal;
    font-style: italic;
    font-style: normal\9;
    font-size: 22px;
    background: none;
    height: 30px;
    width: 135px;
}
form input.submit-btn {
    float: left;
    display: inline;
    clear: none;
    padding: 0;
    margin: 75px 0 0 22px;
    border: 0;
    font-family: 'Trilogy Fatface Regular',Georgia,"Times New Roman",serif;
    font-weight: normal;
    font-style: italic;
    font-style: normal\9;
    font-size: 22px;
    background: #000000;
    height: 40px;
    width: 95px;
    color: #ffffff;
}


/*---------------------Sweepstakes styles - end ----------------------*/




/*===== Footer style start here =====*/
footer {
	float:left;
	width:100%;
}
/*Footer desktop style*/
.footer_inn {
	float:left;
	width:100%;
	background:#dddddd;
	padding:15px 0px;
}
.footer_inn .current_issue {
	float:left;
	width:25%;
	position:relative;
}
.footer_inn .current_issue .title {
	position:absolute;
	left:-13px;
	top:0px;
	width:192px;
	height:38px;
	background:url(../images/current_issue.png) no-repeat left top;
}
.footer_inn .foot_col {
	float:left;
	width:25%;
	padding:0px 20px;
	border-right:solid 1px #b4b4b5;
	min-height:242px;
}
.footer_inn .foot_col_jetlink {
	float:left;
	width:25%;
	padding:0px 20px;
	border-right:none;
	min-height:242px;
}
.foot_links {
	float:left;
	width:100%;
	list-style:none;
}
.foot_links li {
	float:left;
	width:100%;
	font-size:11px;
	text-transform:uppercase;
	color:#000;
}
.foot_links li a {
	float:left;
	width:100%;
	font-size:11px;
	text-transform:uppercase;
	padding:2px 0px;
	text-decoration:none;
	color:#000;
}
.foot_followus {
	float:left;
	width:100%;
	margin-top:20px;
	font-size:11px;
	text-transform:uppercase;
}
.foot_followus .foot_social {
	float:left;
	width:35px;
	height:35px;
	background:url(../images/foot_social.png) no-repeat;
}
.foot_followus .foot_social.fb {
	background-position:3px 50%;
}
.foot_followus .foot_social.tw {
	background-position:-35px 50%;
}
.foot_followus .foot_social.gp {
	background-position:-78px 50%;
}
.foot_followus .foot_social.rs {
	background-position:-120px 50%;
}
.foot_jet_link {
	float:left;
	width:100%;
	padding:54px 14px;
}
.foot_bot {
	float:right;
	width:75%;
	padding:0px 20px;
}
.foot_bot .footlogo_link {
	float:left;
	width:25%;
}
.footlogo_link {
	float:left;
	width:25%;
}
.copyright {
	float:left;
	width:40%;
	font-size:10px;
	color:#8c8c8c;
	padding:14px 20px;
}
.siteBy {
	float:right;
	width:25%;
	font-size:10px;
	color:#8c8c8c;
	text-align:right;
	padding:14px 20px
}
.siteBy a {
	font-size:10px;
	color:#8c8c8c;
	text-align:right;
	text-decoration:none;
}
.foot_desk {
	display:block;
}
.foot_tab {
	display:none;
}
.foot_mob {
	display:none;
}
/*===== Footer style end here =====*/

/*===== Subpage style start here (12-09-2015)=====*/
.SubTop {
	margin-top:-20px;
}
.landMainArt {
	margin:0px;
	padding:0px;
	border-bottom:solid 5px #000;
}
.landMainArt .sgl_col {
	padding:0px;
}
.landMainArt .sgl_img {
    float: left;
    height: auto;
    margin-bottom: 20px;
    max-height: 500px;
    width: 62%;
}
.landMainArt .sgl_sec {
    float: left;
    padding-left: 20px;
    width: 38%;
}
.landMainArt .tailTxt {
	font-size:12px;
	color:#666;
	margin-left:25px;
}
.landMainArt .sgl_sec h2 {
	margin:30px 0px;
}
.landingListArea {
	float:left;
	width:100%;
	padding-bottom:30px;
	border-top: 5px solid #000;	
}
.left_land {
	float:left;
	width:65%;
	padding-right:20px;
	font-size: 16px;
	line-height: 30px;
}
.left_land .mainContArea {
				float:left;
				width:100%;
				padding:15px;
				font-size: 16px;
				line-height: 30px;
			}
.left_land .mainContArea ul, .left_land .mainContArea ol {
margin-left:30px;
			}			
.left_land .artList {
	float:left;
	width:100%;
	padding:28px 0;
	border-bottom:solid 1px #ddd;
}

.left_land .artList a {
text-decoration:none;
color:#000;
	
}
.left_land a {
    color: #ff291e;
	text-decoration:none;
}

.left_land h1 {
    font-family: "TradeGothicW01-BoldCn20_675334";
    font-size: 40px;
    font-weight: normal;
    line-height: 42px;
    margin-bottom: 10px;
}
.left_land p {
	font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
}
.static_page_dropcap p:first-child::first-letter {
    float: left;
    font-size: 160px;
    line-height: 112px;
    margin: 0 14px 0 0;
}

.left_land .left_thumbarea {
	float:left;
	width:33%;
	padding-left:3px;	
}
.left_land .rightContent {
	float:left;
	width:67%;
	padding:0px 10px 0px 25px;
}
.left_land .rightContent h2 {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
}
.left_land .rightContent .art_cont {
    font-size: 15px;
    line-height: 19px;
    margin: 10px 0px;
}
.left_land .rightContent .author {
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
	margin-bottom:5px;
}
.left_land .rightContent .read_more {
    color: #a3a3a3;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.paginationArea {
	float:left;
	width:100%;
	overflow:hidden;
	padding:10px 0px 0px 20px;
}
.paginationArea a {
	float:left;
	height:30px;
	padding:5px 6px;
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-size:14px;
	font-weight:normal;
	margin:0px 4px;
	text-decoration:none;
	color:#000;
}
.paginationArea a.page_first {
	float:left;
	height:30px;
	padding:5px 15px;
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-size:14px;
	font-weight:normal;
	background:#000;
	color:#FFF;
}
.paginationArea a.page_prev {
	float:left;
	height:30px;
	padding:5px 15px;
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-size:14px;
	font-weight:normal;
	border:solid 1px #000;

}
.paginationArea a.page_last {
	float:right;
	height:30px;
	padding:5px 15px;
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-size:14px;
	font-weight:normal;
	background:#000;
	color:#FFF;
}
.paginationArea a.page_next {
	float:right;
	height:30px;
	padding:5px 15px;
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-size:14px;
	font-weight:normal;
	border:solid 1px #000;

}
.right_land {
	float:right;
	width:35%;
	padding-left:15px;
}
.subscribe_area {
    background: #ddd none repeat scroll 0 0;
    float: left;
    padding: 20px;
    width: 100%;
	margin:25px 0px;
}
.subscribe_area .mag_thumb {
    float: left;
    margin: 0px 15px 10px 0px;
    width: 139px;
}
.subscribe_area h3 {
    font-family: "TradeGothicW01-BoldCn20_675334";
    font-size: 28px;
    font-weight: normal;
    line-height: 33px;
    margin-bottom: 5px;
}
.subscribe_area h4 {
    font-family: "TradeGothicW01-BoldCn20_675334";
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}
.subscribe_area .tail_txt {
    border-bottom: 1px solid #717072;
    border-top: 1px solid #717072;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.right_land .right_colu {
    float: left;
    padding-right: 20px;
    width: 100%;
	margin-bottom:25px;
}
.most_viewed {
	float:left;
	width:100%;
	border:solid 1px #ddd;
	padding:15px;
}
.most_viewed .title_second {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:24px;
	margin:10px 0px;
	text-align:center;
	text-transform:uppercase;
}
.most_viewed .story_list {
	float:left;
	width:100%;
}
.most_viewed h5 {
	font-size:11px;
	text-transform:uppercase;
	color:#666;
}
.most_viewed .thumb {
	float:left;
	width:40%;
	margin-right:10px;
}
.most_viewed .sto_txt {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:18px;
}
.most_viewed .story_list a {
text-decoration:none;
color:#000;
	
}
.line_seperator {
	float:left;
	width:100%;
	clear:both;
	height:1px;
	background:#ddd;
	margin:19px 0px;
}
.most_viewed .more {
	display:inline-block;
	width:100%;
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:12px;
	text-align:center;
	padding:5px 0px;
	color:#000;
	text-decoration:none;
}
.botAdvNew {
	float:left;
	width:100%;
	padding:20px 0px;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	text-align:center;
}
.jetOnOver {
	float:left;
	width:100%;
	border-bottom:solid 1px #ddd;
	padding-top:20px;
}
.jetOnOver h3 {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:26px;
	text-align:center;
	margin-bottom:25px;
}
.jetOnOver .jetCol {
	float:left;
	width:25%;
	padding:0px 20px 30px 20px;
	border-right:solid 1px #ddd;
}
.jetOnOver .jetCol:last-child {
	border:none;
}
.jetOnOver .jetCol .thumbimg {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.jetOnOver .jetCol h4 {
	font-family:"TradeGothicW01-BoldCn20_675334";
	font-weight:normal;
	font-size:22px;
	line-height:26px;
	min-height:78px;
	margin-bottom:5px;
	float:left;
	width:100%;
}
.jetOnOver .jetCol p {
	font-size:12px;
	color:#a3a3a3;
	text-transform:uppercase;
}
/*===== Subpage style end here (12-09-2015)=====*/
/*===== article details style start here (17-09-2015)=====*/
			.art_dtls {
			    float: left;
			    padding-right: 20px;
			    width: 65%;
			}
			.art_dtls .topTxt {
			    float: left;
			    width: 100%;
				border-bottom:solid 4px #ddd;
				padding-bottom:15px;
				margin-bottom:15px;
			}
			.art_dtls .topTxt .headArea {
			    float: left;
			    width: 100%;
				padding:15px;
				border-bottom:solid 1px #ddd;
			}
			.art_dtls .topTxt .headArea h2 {
			    font-family:"TradeGothicW01-BoldCn20_675334";
				font-weight:normal;
				font-size:40px;
				line-height:42px;
				margin-bottom:10px;
			}
			.art_dtls .topTxt .headArea p {
				font-size:18px;
				line-height:24px;
				color:#444444;
			}
			.art_dtls .topTxt .authorArea {
				float:left;
				width:100%;
				padding-top:10px;
				color:#a3a3a3;
			}
			.art_dtls .topTxt .authorArea .thumbArea {
				float:left;
				width:22%;
				height:70px;
				padding-right:20px;
			}
			.art_dtls .topTxt .authorArea .auth_right {
				float:left;
				width:78%;
				padding:10px 0px;
			}
			.art_dtls .topTxt .authorArea p {
				font-size:12px;
				color:#a3a3a3;
				line-height:17px;
				text-transform:uppercase;
				width:100%;
			}
			
			.art_dtls .topTxt .authorArea p a {
			text-decoration:none;
			color:#000;
				
			}
			.art_dtls .topTxt .authorArea .cmnts {
				float:left;
				height:30px;
				padding-left:35px;
				background:url(../images/cmnt_ico.png) no-repeat left top;
				margin:5px 0px;
				color:#939393;
				text-decoration:none;
				text-transform:uppercase;
			}
			.art_detailBox {
				float:left;
				width:100%;
			}
			.art_detailBox .sgl_img {
			    float: left;
			    height: auto;
			    margin-bottom: 20px;
			    max-height: 500px;
			    width: 100%;
			}
			.art_detailBox .tailTxt {
			    color: #666;
			    font-size: 12px;
			    margin-left: 25px;
			}
			.art_detailBox .mainContArea {
				float:left;
				width:100%;
				padding:15px;
				font-size: 16px;
				line-height: 30px;
			}
			.art_detailBox .mainContArea p {
			margin-bottom:25px;
				
			}
			.art_detailBox .mainContArea a{
				text-decoration: none;
				color: #ff291e;
			}			
			.art_detailBox .mainCont {
				font-size:17px;
				line-height:24px;
				font-weight:normal;
				margin-bottom:20px;
			}
			.art_detailBox .first-paragraph::first-letter {
				float: left;
				font-size: 160px;
				line-height: 112px;
				margin: 0 14px 0 0;
			}
			.art_detailBox .subTitle {
				font-size:18px;
				line-height:24px;
				font-weight:bold;
				margin-bottom:10px;
			}
			.art_detailBox .bigFirst {
				float:left;
				font-size:160px;
				line-height:112px;
				margin:0px 14px 0px 0px;
			}
			.art_detailBox .centerCapt {
			    font-family:"TradeGothicW01-BoldCn20_675334";
				font-weight:normal;
				font-size:26px;
				line-height:32px;
				padding:14px 45px;
			}
			.art_detailBox .pb-quote p {
			    font-family:"TradeGothicW01-BoldCn20_675334";
				font-weight:normal;
				font-size:26px;
				line-height:32px;
				padding:14px 45px;
			}
			.shareArea {
				float:left;
				width:100%;
				border-bottom:solid 2px #000;
				border-top:solid 2px #000;
				padding:15px 0px;
				margin-top:20px;
				text-align:center;
			}
			.shareArea p {
				font-size:11px;
				text-transform:uppercase;
				text-align:center;
				margin-bottom:5px;
			}
			.shareArea .hashTag {
				display:inline-block;
				list-style:none;
				margin:0px;
				padding:0px;
			}
			
			.shareArea .hashTag li {
				float:left;
				font-size:11px;
				text-transform:uppercase;
				text-align:center;
				margin:0px 2px;
				height:20px;
			}
			.shareArea .hashTag li.lft {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    padding: 0 5px;
}
			.shareArea .hashTag li a {
				float:left;
				padding:0px 5px;
				background:#cbcbcb;
				color:#000;
				text-decoration:none;
			}
			.shareArea .hashTag li a:hover {
				color:#FFF;
				background:#000;
			}
			.discusArea {
				float:left;
				width:100%;
				padding:15px;
			}
			.discusArea .titleArea {
				float:left;
				width:100%;
				border-bottom:solid 1px #d1d5d8;
				position:relative;
			}
			.discusArea .titleArea h3 {
				float:left;
				padding:3px 0px;
				margin-right:10px;
				height:31px;
				font-size:15px;
				font-weight:bold;
				border-bottom:solid 2px #8fe4d9;
				margin-bottom:-1px;
			}
			.discusArea .titleArea h4 {
				float:left;
				font-size:15px;
				font-weight:normal;
				padding:3px 0px;
				margin-right:10px;
				height:31px;
				margin-bottom:-1px;
			}
			.discusArea .titleArea2 {
				float:left;
				width:100%;
				position:relative;
				padding-top:5px;
			}
			.discusArea .titleArea2 h4.recomended {
				float:left;
				padding:3px 0px;
				margin-right:10px;
				height:30px;
				font-size:13px;
				font-weight:bold;
				color:#d1d5d8;
				padding-left:20px;
				background:url(../images/rec_ico.jpg) no-repeat left 6px;
				text-decoration:none;
			}
			.discusArea .titleArea2 h4.share {
				float:left;
				padding:3px 0px;
				margin-right:20px;
				height:30px;
				font-size:13px;
				font-weight:bold;
				color:#d1d5d8;
				padding-left:20px;
				background:url(../images/share_ico.jpg) no-repeat left 6px;
				text-decoration:none;
			}
			.logDrop {
				float:right;
				height:30px;
				font-size:14px;
				color:#8c969e;
				background:url(../images/drop_arrow_new.png) no-repeat right 9px;
				padding-right:15px;
				margin-left:10px;
				text-decoration:none;
			}
			.logDropdownArea {
				position:absolute;
				z-index:100;
				display:none;
				width:150px;
				background:#fff;
				right:0px;
				top:100%;
				border:solid 2px #8c969e;
				border-radius:4px;
				list-style:none;
				margin:0px;
				padding:0px;
				overflow:hidden;
				-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
				-moz-box-shadow:    2px 2px 2px 0px rgba(0, 0, 0, 0.75);
				box-shadow:         2px 2px 2px 0px rgba(0, 0, 0, 0.75);
			}
			.logDropdownArea li {
				float:left;
				width:100%;
				font-size:12px;
				color:#8c969e;
			}
			.logDropdownArea li a {
				float:left;
				width:100%;
				padding:5px 15px;
				font-size:12px;
				color:#8c969e;
				text-decoration:none;
			}
			.logDropdownArea li a:hover {
				color:#fff;
				background:#2e9fff;
			}
			.notify {
				float:right;
				height:30px;
				width:30px;
				background:url(../images/notify_bg.jpg) no-repeat 50% top;
			}
			.notify a {
				display:block;
				width:100%;
				font-size:11px;
				text-align:center;
				color:#fff;
				text-decoration:none;
				padding:1px 0px;
			}
			.comntArea {
				float:left;
				width:100%;
			}
			.comntArea .cmt_row {
				float:left;
				width:100%;
				padding-left:60px;
				background:url(../images/avtar_ico.jpg) no-repeat left top;
			}
			.comntArea .cmt_row h4 {
				font-weight:bold;
				color:#000;
				font-size:14px;
			}
			
			.comntArea .cmt_row h4 span {
				font-weight:normal;
				color:#8c969e;
				font-size:13px;
			}
			.comntArea .cmt_row .cmtBotLink {
				float:left;
				margin-right:10px;
				font-weight:normal;
				color:#8c969e;
				font-size:13px;
				margin-bottom:15px;
			}
			.cmt_field {
				float:left;
				width:100%;
				height:48px;
				border:solid 2px #d1d5d8;
				border-radius:5px;
				font:normal 17px Arial, Helvetica, sans-serif;
				padding:0px 10px;
				margin-bottom:15px;
			}
			.also_cmt {
				float:left;
				width:100%;
				margin-bottom:15px;
			}
			.also_cmt h5 {
				font-family:"TradeGothicW01-BoldCn20_675334";
				font-weight:normal;
				font-size:15px;
				color:#8c969e;
				text-transform:uppercase;
				margin-bottom:5px;
			}
			.also_cmt h5 span {
				color:#000;
			}
			.also_cmt a {
				font-weight:normal;
				font-size:15px;
				color:#8c969e;
				width:100%;
				float:left;
				text-decoration:none;
				margin-bottom:5px;
			}
			.rlt_tags {
				float:left;
				width:100%;
				border:solid 1px #ccc;
				padding:15px;
			}
			.rlt_tags h4 {
				font-family:"TradeGothicW01-BoldCn20_675334";
				font-weight:normal;
				font-size:24px;
				color:#000;
				text-transform:uppercase;
				margin-bottom:10px;
				text-align:center;
			}
			.rlt_tags span, .rlt_tags a {
				font-size:14px;
				color:#000;
				float:left;
				margin:0px 10px 5px 0px;
				text-decoration:none;
			}
			.inn_adv {
				float:left;
				width:100%;
				text-align:right;
			}
			.artImgMd {
				display:block;
			}
			.artImgSm {
				display:none;
			}
			/*===== article details style end here (17-09-2015)=====*/
.mobile_only {
display:none;
}
.desktop_only {
display:block;
}

.gal_box {
	float:left;
	width:100%;
	padding-left:20px;
	background:#000;
	position:relative;
}
#owl_PhotoGallery .item img{
    /*display: block;*/
	display:inline-block;
    /*width: 100%;*/
    height: auto;
	/*max-height:450px;*/
}
.item {
text-align:center;
color:#ffffff;
}

.car_item {
text-align:center;
color:#fff;
}

.gal_box .btns {
	position:absolute;
	width:40px;
	height:40px;
	background:#ccc;
	color:#000;
	border:none;
	outline:none;
	opacity:.5;
	border-radius:50%;
	top:50%;
	margin-top:-20px;
	font-size:17px;
	cursor:pointer;
}
.gal_box .btns.prv {
	left:40px;
}
.gal_box .btns.nxt {
	right:20px;
}
.gal_box .btns:hover {
	opacity:1;
}

@media screen and (max-width:800px) {
.main_menu li {
  padding: 8px 15px;
}
.art_adv_article .right_adv_col .inn_adv {
	float:left;
	width:100%;
	overflow-x:auto !important;
}
}


@media only screen and (max-width: 768px){
.header {
    margin-bottom: 12px;
}
#mobile-header {
	display: block;
	position:absolute;
	width:40px;
	height:40px;
	top:15px;
	background:url(../images/mob_dra_btn.png) no-repeat 50% 50%;
}
#mobile-searchRight {
	display: block;
	position:absolute;
	width:40px;
	height:40px;
	top:15px;
	right:25px;
	background:url(../images/search_ico_mob.png) no-repeat right 50%;
}
#mobile-header #responsive-menu-button {
	display: block;
	width:40px;
	height:40px;
	cursor:pointer;
}
.menu_area {
	display:none;
}
.owl-theme .owl-controls {
	display:block !important;
}
.header_top, .jet_btn {
	display:none;
}
.logo_area {
	min-height:0px;
}
.logo_area .logo {
    display: block;
    height: auto;
    margin: 15px auto 0px;;
    width: 150px;
}
.TopStorySection .sto_txt {
    font-size: 14px;
}
.TopStorySection .top_stories h5 {
    font-size: 9px;
}
.TopStorySection .more {
	font-size:10px;
}
.MainStory .bot_story .sec {
    font-size: 11px;
}
.MainStory .bot_story h2 {
    font-size: 35px;
}
.MainStory .bot_story p {
    font-size: 14px;
}
.dbl_article .dbl_sec .top_txt {
	font-size:12px;
}
.dbl_article .dbl_sec h2 {
    font-size: 23px;
	line-height:27px;
	min-height:88px;
}
.dbl_article .dbl_sec .author {
	display:none;
}
.dbl_article .dbl_sec .art_cont {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
    min-height: 0px;
}
.sgl_article .sgl_sec .top_txt {
	font-size:12px;
}
.sgl_article .sgl_sec h2 {
    font-size: 23px;
    line-height: 27px;
}
.sgl_article .sgl_sec .author {
	display:none;
}
.sgl_article .sgl_sec .art_cont {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.art_adv_article .art_adv_sec .top_txt {
	font-size:12px;
}
.art_adv_article .art_adv_sec h2 {
    font-size: 23px;
    line-height: 27px;
}
.art_adv_article .art_adv_sec .author {
	display:none;
}
.art_adv_article .art_adv_sec .art_cont {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.gallery_box .gal_top h2 {
    font-size: 33px;
    margin-bottom: 25px;
}
.gallery_box .gal_slide .gal_bot h2 {
    font-size: 36px;
    margin-bottom: 23px;
}
.gallery_box .gal_slide .gal_bot h3 {
    font-size: 16px;
}
.gallery_box .gal_slide .gal_bot p {
    font-size: 14px;
}
.smArticle .right_txt .top_txt {
	font-size:12px;
}
.smArticle .right_txt h2 {
    font-size: 21px;
    line-height: 25px;
}
.smArticle .right_txt .author {
	display:none;
}
.smArticle .right_txt .art_cont {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 8px;
}
.newsletterArea .nl_col_1 {
    color: #fff;
    float: left;
    font-family: "TradeGothicW01-BoldCn20_675334";
    font-size: 26px;
    font-weight: normal;
    padding: 29px 0 15px 40px;
    width: 30%;
}
.newsletterArea .nl_col_3 {
    padding: 23px 40px 15px 0;
}
.newsletterArea .nl_fieldArea {
    height: 33px;
}
.newsletterArea .nl_fieldArea .nl_field {
    height: 33px;
}
.newsletterArea .nl_fieldArea .go_btn {
    height: 33px;
}
.footer_inn {
    background: #dddddd none repeat scroll 0 0;
    float: left;
    padding: 15px;
    width: 100%;
}
.footer_inn .current_issue {
    width: 30%;
}
.footer_inn .current_issue .title {
    background:url("../images/current_issue.png") no-repeat scroll right top;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 183px;
}
.footer_inn .current_issue .subToday_btn {
	display:inline-block;
	background:#000;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px 15px;
	margin:10px auto;
}
.footer_inn .rightsm {
	float:left;
	width:70%;
}
.footer_inn .rightsm .row_new {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.footer_inn .foot_col {
    border-right: none;
    float: left;
    min-height: 0px;
    padding: 0 20px;
    width: 33.333%;
}
.footer_inn .col_foot_sm2 {
    float: left;
    min-height: 0px;
    padding: 0 20px;
    width: 50%;
}
.foot_followus {
    margin-top: 10px;
}
.footlogo_link {
	float:left;
	width:84%;
	margin-top:10px;
}
.foot_jet_link {
    padding: 0 14px;
}
.copyright {
	float:left;
	width:100%;
	font-size:10px;
	color:#8c8c8c;
	padding:14px 0px;
}
.siteBy {
	float:right;
	width:100%;
	font-size:10px;
	color:#8c8c8c;
	text-align:right;
	padding:14px 0px
}
.siteBy a {
	font-size:10px;
	color:#8c8c8c;
	text-align:right;
	text-decoration:none;
}
.foot_desk {
	display:none;
}
.foot_tab {
	display:block;
}
.foot_mob {
	display:none;
}
.landMainArt .sgl_sec h2 {
	font-size:32px;
}
.landMainArt .sgl_sec .art_cont {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: 13px;
}
.left_land .rightContent h2 {
    font-size: 20px;
	margin-bottom:5px;
}
.left_land .rightContent .author {
    font-size: 10px;
}
.left_land .rightContent .art_cont {
    font-size: 12px;
    line-height: 16px;
	padding:5px 0;
}
.right_land .subscribe_area .mag_thumb {
    width: 90px;
}
.right_land .subscribe_area h3 {
    font-size: 22px;
    line-height: 27px;
}
.right_land .subscribe_area h4 {
    font-size: 14px;
    line-height: 20px;
}
.jetOnOver .jetCol h4 {
     font-size: 18px;
    line-height: 21px;
    min-height: 63px;
}
.jetOnOver .jetCol p {
    font-size: 10px;
}
}


@media screen and (max-width:767px) {

#owl_PhotoGallery .item img{
    /*display: block;*/
	display:inline-block;
    width: 100%;
    height: auto;
	/*max-height:450px;*/
}
.gal_box {
    padding-left: 0px;
}
.mobile_only {
display:block;
}
.desktop_only {
display:none;
}
.blk_next_btn {
	display:block;
}
.gpt_none {
display:none;
}

.art_dtls {
    float: left;
    padding-right: 0px;
    width: 100%;
}
.art_dtls .topTxt .authorArea {
	text-align:center;
}
.art_dtls .topTxt .authorArea .thumbArea {
	display:block;
}
.art_dtls .topTxt .authorArea .auth_right {
    width: 100%;
}
.art_dtls .topTxt .authorArea .cmnts {
	display:none;
}
.artImgMd {
	display:none;
}
.artImgSm {
	display:block;
	margin-bottom:20px;
}
.art_dtls .topTxt .headArea {
    border-bottom:none;
}
.art_dtls .topTxt {
    border-bottom: 1px solid #ddd;
}
.mobtopsocial {
	border-bottom:solid 1px #ddd;
	opacity:.5;
}
.art_detailBox .tailTxt {
	display:none;
}
.art_detailBox .centerCapt {
    font-family: "TradeGothicW01-BoldCn20_675334";
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
    padding: 30px 0px;
}
.discusArea .titleArea2 {
	display:none;
}
.comntArea {
	display:none;
}
.also_cmt {
	display:none;
}
.logDrop {
	display:none;
}
.notify {
	display:none;
}
.shareArea .hashTag li {
    font-size: 33px;
    height: auto;
    margin: 0 5px;
	font-family: "TradeGothicW01-BoldCn20_675334";
    font-size: 20px;
    font-weight: normal;
    line-height: 37px;
}
.shareArea .hashTag li {
	float:none;
	display:inline-block;
}
.shareArea .hashTag li:nth-child(2) {
	clear:both;
	width:100%;
}

}


@media screen and (max-width:700px) {
.TopStorySection .MainStory {
    padding-right: 0px;
    width: 100%;
	border-bottom:solid 5px #000;
}
.TopStorySection .top_stories {
    border: none;
    float: right;
    margin-bottom: 25px;
    margin-right: 0px;
    padding:15px;
    width: 100%;
}
.MainStory .bot_story {
    padding: 15px 15px 0;
}
.MainStory .bot_story h2 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 15px;
}
.MainStory .bot_story .sec {
	display:none;
}
.MainStory .bot_story p {
	display:none;
}
.TopStorySection .sto_txt {
    font-size: 20px;
}
.TopStorySection .top_stories h5 {
    font-size: 13px;
}
.TopStorySection .more {
    font-size: 14px;
}
.TopStorySection .onThisDay {
    border: 1px solid #ddd;
    float: right;
    margin-bottom: 25px;
    margin-right: 0px;
    width: 100%;
}
.TopStorySection .onThisDay_bot {
    margin: 0 15% 25px;
    width: 70%;
}
.dbl_article .dbl_col {
    width: 100%;
}
.dbl_article .dbl_sec .top_txt {
    font-size: 13px;
	text-align:center;
}
.dbl_article .dbl_sec h2 {
    font-size: 21px;
    line-height: 25px;
    min-height: 0px;
	text-align:center;
}
.art_cont {
	display:none;
}
.art_social {
    display: none;
}
.sgl_article .sgl_img {
    float: left;
    height: auto;
    margin-bottom: 20px;
    max-height: 282px;
    width: 100%;
}
.hor_advArea {
    margin: 30px 0 0;
}
.sgl_article {
    margin-top: 10px;
	margin-bottom:20px;
}
.sgl_article .sgl_sec {
    float: left;
    padding-left: 0px;
    width: 100%;
}
.sgl_article .sgl_sec .top_txt {
    font-size: 13px;
	text-align:center;
}
.sgl_article .sgl_sec h2 {
    font-size: 21px;
    line-height: 25px;
	text-align:center;
}
.art_adv_article .art_adv_col {
    float: left;
    padding: 0 10px;
    width: 100%;
}
.art_adv_article .art_adv_sec .top_txt {
    font-size: 13px;
	text-align:center;
}
.art_adv_article .art_adv_sec h2 {
    font-size: 21px;
    line-height: 25px;
	text-align:center;
	margin-bottom:15px;
}
.art_adv_article .right_adv_col {
    float: right;
    padding: 0 20px;
    width: 100%;
}
.newsltr_adv .sm_adv {
    float: left;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}
.newsltr_adv .subscribe_area {
    background: #ddd none repeat scroll 0 0;
    float: right;
    min-height: 150px;
    padding: 20px 40px;
    width: 100%;
}
.gallery_box {
    padding: 50px 0 20px;
}
.gallery_box .gal_slide {
    float: left;
    margin: 0 10%;
    position: relative;
    width: 80%;
}
.gallery_box .gal_slide .contoles_new {
	display:none;
}
.gallery_box .gal_slide .gal_item {
    float: left;
    padding: 0 3px;
    width: 100%;
}
.gallery_box .gal_slide .gal_bot {
	margin-top:10px;
}
.gallery_box .gal_slide .gal_bot h2 {
    font-size: 21px;
    margin-bottom: 15px;
}
.gallery_box .gal_slide .gal_bot h3 {
	display:none;
}
.gallery_box .gal_slide .gal_bot p {
	display:none;
}
.smArticle_area .left_area {
    float: left;
    width: 100%;
}
.right_adv {
    float: right;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.smArticle_area .smArticle .thumb_area {
	display:none;
}
.smArticle_area .smArticle .right_txt {
    float: left;
    padding: 0 0 0 0px;
    width: 100%;
	text-align:center;
}
.smArticle_area .smArticle {
    padding: 20px 20px;
}
.newsletterArea .nl_col_1 {
    padding:25px 15px 15px;
    width: 100%;
	text-align:center;
}
.newsletterArea .nl_col_2 {
    padding: 0px;
    text-align: center;
    width: 100%;
}
.newsletterArea .nl_col_3 {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 50px 25px;
    text-align: right;
    width: 100%;
}
.footer_inn {
    padding: 15px 0px;
}
.foot_mob_row {
	float:left;
	width:100%;
	padding:15px;
	border-bottom:solid 2px #444444;
}
.footer_inn .current_issue {
    margin: 0 25%;
    width: 50%;
}
.footer_inn .current_issue .title {
    background:url("../images/current_issue.png") no-repeat center top;
    width: 145px;
}
.mob_foot_social {
	float:left;
	width:100%;
	text-align:center;
}
.mob_foot_social h5 {
	font-size:12px;
	margin-bottom:5px;
}
.mob_foot_social a.so_ico {
	display:inline-block;
	width:50px;
	height:50px;
	margin:0px 10px;
}
.mob_foot_social a.fb {
	background:url(../images/so_ico.png) no-repeat 15px 50%;
}
.mob_foot_social a.tw {
	background:url(../images/so_ico.png) no-repeat -53px 50%;
}
.mob_foot_social a.gp {
	background:url(../images/so_ico.png) no-repeat -128px 50%;
}
.mob_foot_social a.rs {
	background:url(../images/so_ico.png) no-repeat -196px 50%;
}
.jet_link_mob {
	float:left;
	width:50%;
}
.logo_copyright {
	float:right;
	width:50%;
	padding-left:20px;
}
.logo_copyright .copyrig_row {
	float:left;
	width:100%;
	margin-bottom:10px;
	font-size:10px;
	color:#252525;
}
.foot_desk {
	display:none;
}
.foot_tab {
	display:none;
}
.foot_mob {
	display:block;
}
.sgl_article .sgl_sec h2 {
	margin:0px 0px 20px 0px;
}
.left_land {
    padding-right: 0px;
    width: 100%;
}
.left_land .artList {
    padding: 25px 20px;
}
.right_land {
	display:none;
}
.mob_only {
	display:block;
}
.botAdvNew {
    padding: 20px;
}
.jetOnOver {
    padding: 20px;
}
.jetOnOver .jetCol {
    border-right: none;
	border-bottom:solid 1px #ddd;
    float: left;
    padding: 20px 0px;
    width: 100%;
}
.jetOnOver .jetCol .thumbimg {
	display:none;
}
.jetOnOver h3 {
    font-family: "TradeGothicW01-BoldCn20_675334";
    font-size: 26px;
	line-height:26px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
	border-bottom:solid 1px #ddd;
	padding-bottom:20px;
}
.jetOnOver .jetCol h4 {
    font-size: 21px;
    line-height: 25px;
    min-height: 0px;
	margin-bottom:5px;
	text-align:center;
}
.jetOnOver .jetCol p {
    font-size: 12px;
	text-align:center;
}

.sweepstakes-detail .checkbox-holder label {
    float: left;
    margin: 2px 0 0;
    width: 180px;
}
}

