/* Font Styles */
@font-face {
	font-family: "Janna LT W20 Regular";
	src: url("../fonts/janna/regular/JannaLT-Regular.eot");
	src: url("../fonts/janna/regular/JannaLT-Regular.eot?#iefix") format("embedded-opentype"), 
	url("../fonts/janna/regular/JannaLT-Regular.woff") format("woff"), 
	url("../fonts/janna/regular/JannaLT-Regular.ttf") format("truetype"), 
	url("../fonts/janna/regular/JannaLT-Regular.svg#JannaLT-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Janna LT W20 Bold";
	src: url("../fonts/janna/bold/JannaLT-Bold.eot");
	src: url("../fonts/janna/bold/JannaLT-Bold.eot?#iefix") format("embedded-opentype"), 
	url("../fonts/janna/bold/JannaLT-Bold.woff") format("woff"), 
	url("../fonts/janna/bold/JannaLT-Bold.ttf") format("truetype"), 
	url("../fonts/janna/bold/JannaLT-Bold.svg#JannaLT-Bold") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* /Font Type */

/* Style Reset */
html{color:#000000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0; padding:0; 
font-weight:normal; font-family: 'Janna LT W20 Regular', Arial, Helvetica, sans-serif}
body{ direction:rtl; text-align:right; background: fixed #FFFFFF url(../images/grd_page.gif) 0 0 repeat; /* change ground, url(../images/grd_fireworks2.gif) */}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0; font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000000;}
input,button,textarea,select,optgroup,option{font-family:'Janna LT W20 Regular', Arial, Helvetica, sans-serif; font-size:inherit; font-style:inherit; 
font-weight:inherit;}
input,button,textarea,select{font-size:100%;} 
a, a:link, a:hover, a:focus{ text-decoration:none; box-shadow:none; outline:none !important}
strong, b {
    font-weight: normal;
    font-family: "Janna LT W20 Bold",Arial,Helvetica,sans-serif;
}
/* /Style Reset */

.content, .container{max-width:970px; margin:0 auto; padding:0}
.navbar-default{ border-radius:0;}
.row{ margin:0;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2,.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5,.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{ padding:0 10px}

/* General Classes */
.btn{ box-shadow:none; outline:none}
button:focus{ box-shadow:none; outline:0 !important;}
hr{ min-height:12px; display:block; padding:0; margin:0; border:none; background:url(../images/grd_separator.png) 0 0}
.icn_loader {width: 100%; display: inline-block; text-align: center; margin: 0 auto 15px; font-size:50px; line-height:100%}
.thumbnail{ background:none; border:none; box-shadow:none; border-radius:0; padding:0; margin:0}
.modal{ direction:ltr;}
.modal .modal-dialog{ direction:rtl;}

button[type="submit"].btn{border:none; text-shadow:none; border-radius:0; color:#fcfcfc; background:#2BAAE2; height:37px; min-width:102px; 
padding:0 0 4px; box-shadow:none; outline:none; font-size:14px; line-height:100%;
-moz-box-shadow:inset 0 -4px #1F7FA0;
-webkit-box-shadow:inset 0 -4px #1F7FA0;
box-shadow:inset 0 -4px #1F7FA0;
}

.fa-thumbs-o-up, .fa-thumbs-up{
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
.grayline{ border:none; display:block; width:100%; height:1px; margin:0; padding:0;
background: rgb(245,245,245); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(245,245,245,1) 0%, rgba(218,218,218,1) 50%, rgba(245,245,245,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(245,245,245,1)), color-stop(50%,rgba(218,218,218,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(245,245,245,1) 0%,rgba(218,218,218,1) 50%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(245,245,245,1) 0%,rgba(218,218,218,1) 50%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(245,245,245,1) 0%,rgba(218,218,218,1) 50%,rgba(245,245,245,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(245,245,245,1) 0%,rgba(218,218,218,1) 50%,rgba(245,245,245,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 */
}
.whiteline{ border:none; display:block; width:100%; height:1px; margin:0; padding:0;
background: rgb(245,245,245); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(245,245,245,1) 0%, rgba(255,255,255,1) 50%, rgba(245,245,245,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(245,245,245,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 50%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 50%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 50%,rgba(245,245,245,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 50%,rgba(245,245,245,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 */
}
.icon{background: 0 0 no-repeat; display:inline-block; padding:0; margin:0;}
.text-danger, .text-danger:hover{color:#d82236; font-family:'Janna LT W20 Regular', Arial, Helvetica, sans-serif;}

/* Icon Inside Input */
.input-group-addon:first-child, .input-group-addon{ color:#b8b8b8; background:#ffffff; border:none; border-radius:0; padding:6px 5px; font-size:18px;
-moz-box-shadow: inset 0 -4px #f2f2f2;
-webkit-box-shadow: inset 0 -4px #f2f2f2;
box-shadow: inset 0 -4px #f2f2f2;
-webkit-appearance: none;}
/* /Icon Inside Input */

::-webkit-input-placeholder{ color:red#b8b8b8; padding-top:2px; opacity:1; filter:alpha(opacity=100);}
:-moz-placeholder{ /* Firefox 18- */ color:#b8b8b8; opacity:1; filter:alpha(opacity=100);}
::-moz-placeholder{ /* Firefox 19+ */ color:#b8b8b8; opacity:1; filter:alpha(opacity=100);}
:-ms-input-placeholder{ color:#b8b8b8; opacity:1; filter:alpha(opacity=100);}

/* Invalid Error Input */
.has-error input, .has-error .input-group-addon{
border-color: red; color:#e50111 !important;
-moz-box-shadow: inset 0 -4px #e50111 !important;
-webkit-box-shadow: inset 0 -4px #e50111 !important;
box-shadow: inset 0 -4px #e50111 !important;
-webkit-appearance: none;
}
.has-error ::-webkit-input-placeholder{ color:#e50111 !important}
.has-error :-moz-placeholder{ /* Firefox 18- */ color:#e50111 !important;}
.has-error ::-moz-placeholder{ /* Firefox 19+ */ color:#e50111 !important;}
.has-error :-ms-input-placeholder{ color:#e50111 !important;}
/* /Invalid Error Input */

/* Breadcrumb */
.breadcrumb_wrap{ padding:0; margin:30px 0 12px; height:100%; clear:both; color:#6a6a6a; font-size:14px; line-height:150%;}
.breadcrumb_wrap .container{padding: 0 5px;}
.breadcrumb_wrap ul{padding:0; margin:0 10px; list-style:none; height:100%; clear:both;}
.breadcrumb_wrap ul li a, .breadcrumb_wrap ul li span{ color:#6a6a6a; display:inline-block;}
.breadcrumb_wrap ul li{ padding:0; margin:0}
.breadcrumb_wrap ul li:after{ color:#6a6a6a; content:"\f104"; font:normal 14px/100% 'FontAwesome'; margin:0; padding:0 5px 0 4px; position: relative;
bottom:-1px;}
.breadcrumb_wrap ul li:last-child{ display:inline-flex;}
/*.breadcrumb_wrap ul li:last-child a, .breadcrumb_wrap ul li:last-child span{ white-space:nowrap; width:100%; max-width:750px; overflow:hidden; 
text-overflow:ellipsis;}*/
.breadcrumb_wrap ul li:last-child:after{ content:''; display:none;}
.breadcrumb_wrap ul li h1{ display:inline-block}
.pg_onpage .breadcrumb_wrap .container{ padding: 0 20px;}
/* /Breadcrumb */

/* GO To Button */
.fixed-goto { position:fixed; bottom:30px; display:none; z-index:50; max-width:1030px; /* width:100%; */ text-align:right;}
.fixed-goto .btn{ margin:0 -85px 0 0; padding:0; background:none; box-shadow:none; border-radius:0; border:0;}
.fixed-goto .btn .fa{ display:block; margin-top:10px; padding:0; font-size:57px; line-height:85%; color:#1F7FA0;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;}
.fixed-goto .btn .fa:after{ content:'\f0aa'; font-family:'FontAwesome'; display:block; padding:0; font-size:57px; color:#2BAAE2; position:relative; 
top:-50px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;}
.fixed-goto .btn:focus{box-shadow:none; outline:none;}
/* /GO To Botton */

/* Loader List Page */

 .loader_wrap{ 
    
    position: relative;
    z-index: 55;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #000000;
    height: 112px;
    font-size: 50px;
    line-height: 100%;
}

  .loader_wrap .btn{ 
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    box-shadow: none;
    font-size: 30px;
    line-height: 100%;
    width: 75px;
    height: 75px;
    right: 0;
    left: 0;
    background: #fff;
    border: 1px #ddd solid;
    bottom: 0;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}
  .loader_wrap .fa{ color:#1face4;}
  .loader_wrap p{
    color: #666666;
    padding: 0;
    margin: 5px auto;
    text-align: center;
    font: normal 12px/160% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif;

}
/* /Loader List Page */



/* Loader small box */
.loader_box{margin: 30px auto; text-align: center; color: #2BAAE2; font-size: 30px; line-height: 100%;}
/* /Loader small box */

/* Tags box */
.tags{ padding:0; margin:30px 0 0;}
.tags > a, .tags > span{ display:inline-block; padding:7px 7px 10px; margin:0 0 5px 5px; border:1px solid #2BAAE2; color:#2BAAE2 !important; 
text-align:center; font:normal 14px/100% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif !important;}
.tags > a:hover, .tags > a.active, 
.tags > span:hover, .tags > span.active{ color:#fcfcfc !important; background:#2BAAE2}
/* /Tags box */

/* Newsletter Button Loader */
.disabled button[type="submit"].btn{opacity:1 !important; filter: alpha(opacity=100) !important; background:#999999 !important; 
-moz-box-shadow: inset 0 -4px #848484 !important;
-webkit-box-shadow: inset 0 -4px #848484 !important;
box-shadow: inset 0 -4px #848484 !important;
-webkit-appearance: none;}
.disabled .fa.fa-spinner.fa-spin{ font-size:22px; vertical-align:middle}
/* /Newsletter Button Loader */

/* Radio Style */
.radio label{ display:block; cursor:pointer; position:relative; padding-right:25px; font-size:16px;}
.radio input[type=radio]{ display:none;}
.radio label:before { content:""; display:inline-block; width:21px; height:21px; padding-left:15px; margin-top:5px; margin-right:0; position:absolute;  
right:-12px; background-color:#ffffff; border:3px solid #999999;

-webkit-border-radius:22px;
-moz-border-radius:22px;
border-radius:22px;  
}
.radio input[type=radio]:checked + label:before{ content:"\2022"; color:#2BAAE2; text-align:center; font-size:30px; line-height:15px;}
/* /Radio Style */

/* Loading Bar Style */
.progress{ margin-bottom: 5px;}
.progress-bar{background:#56c0e0; float:left;}
/* /Loading Bar Style */
/* /General Classes */


/* Header Content */
.header_wrap{ background-size:100%;height:100%; max-height:152px; clear:both; padding:0; margin:0 0 30px; color:#fcfcfc; background:center bottom no-repeat;}
.header_wrap .opcity{ height:100%; min-height:110px; background:rgba(0, 0, 0, 0.25)/*rgba(190, 0, 113, 0.33)*/; clear:both; top:0; bottom:0; 
right:0; left:0; margin:auto; }
.header_wrap .opcity .container{ height:100%; min-height:110px; position:relative; padding:0; margin:0 auto;}
.header_wrap .opcity .hdrlogo{ height:100%; max-height:75px; position:absolute; top:0; bottom:0; right:0; left:0; margin: auto; padding:0 0 0;}
/*.header_wrap .opcity .hdrlogo{ height:100%; max-height:75px; position:absolute; top:-35px; bottom:0; right:0; left:0; margin: auto; padding:0 0 0;}*/


/* -- MOVEMBER -- */
.MOVEMBER .header_wrap .opcity .hdrlogo #canvas{
    max-height: 80px;
}
.MOVEMBER #header_sticky .grd_menu>ul>li.stickylogo>a #canvas4 {
    max-height: 40px;
    margin-top: 5px;
    width: auto !important;
}
.MOVEMBER .menu_wrap .grd_menu > ul > li.stickylogo canvas#canvas3 {
    max-height: 40px;
}
/* --/MOVEMBER -- */


/* -- National  day -- */
.uae_nd_logo .header_wrap .opcity .hdrlogo .uae_nd_logo_clickable {
    display: inline-block;
    height: 100%;
    width: 100%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 220px;
    min-height: 85px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.uae_nd_logo .header_wrap .opcity .hdrlogo .uae_nd_logo_clickable .canvas_wrap1{
    width: auto !important;
    height: auto !important;
    max-height: 80px !important;
}
.uae_nd_logo #header_sticky .grd_menu>ul>li.stickylogo .canvas_wrap3 {
    max-height: 50px;
    width: auto !important;
    height: auto !important;
}

.uae_nd_logo #share_sticky .grd_menu>ul>li.stickylogo .canvas_wrap3 {
    max-height: 44px;
    width: auto !important;
    height: auto !important;
}

/* --/ National day -- */


.header_wrap .opcity .hdrshare{ position:absolute; bottom:4px; left:0; clear:both; padding:0; margin:0; vertical-align:bottom; display:inline-block; 
max-height:40px}
.header_wrap .opcity .hdrshare > ul.list-inline > li{ padding:0; margin:0 0 0 5px}
.header_wrap .opcity .hdrshare > ul.list-inline > li:last-child{ padding:0; margin:0;/* border-right:1px solid #7b3747*/}
.header_wrap .opcity .hdrshare > ul.list-inline > li:last-child:before{ content:"."; color:transparent; clear:none; display:inline-block; width:2px; 
margin:0 0 0 8px; padding:0; top:2px; position:relative;

background: #8AD4E5; /* Old browsers */
background: -moz-linear-gradient(left,  rgba(138, 212, 229, 1) 0%, rgba(138, 212, 229, 1) 49%, rgba(31, 127, 160, 1) 49%, rgba(31, 127, 160, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(138, 212, 229, 1)), color-stop(49%,rgba(138, 212, 229, 1)), color-stop(49%,rgba(31, 127, 160, 1)), color-stop(100%,rgba(31, 127, 160, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(138, 212, 229, 1) 0%,rgba(138, 212, 229, 1) 49%,rgba(31, 127, 160, 1) 49%,rgba(31, 127, 160, 1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(138, 212, 229, 1) 0%,rgba(138, 212, 229, 1) 49%,rgba(31, 127, 160, 1) 49%,rgba(31, 127, 160, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(138, 212, 229, 1) 0%,rgba(138, 212, 229, 1) 49%,rgba(31, 127, 160, 1) 49%,rgba(31, 127, 160, 1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(138, 212, 229, 1) 0%,rgba(138, 212, 229, 1) 49%,rgba(31, 127, 160, 1) 49%,rgba(31, 127, 160, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae7281', endColorstr='#7b3747',GradientType=1 ); /* IE6-9 */

}
.header_wrap .opcity .hdrshare .btn{ padding:0; margin:0 auto; text-align:center; width:40px; height:40px; background:rgba(0, 0, 0, 0.6); color:#fcfcfc;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;}

.header_wrap .opcity .hdrshare .btn .fa{font-size:20px; padding:8px 0; margin:0 auto; text-align:center}
.header_wrap .opcity .hdrshare .btn.btn_user > img{ display:inline-block; max-width:35px; margin:0 auto; text-align:center;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;}
.header_wrap .opcity .hdrshare .btn.btn_user .fa{ padding:3px 0; font-size:30px;}
.header_wrap .opcity .hdrshare .btn.btn_gplus .fa{ padding:8px 0 0 4px;}


.header_wrap .opcity .hdrshare .btn.btn_mail:hover, .header_wrap .opcity .hdrshare .btn.btn_mail.active{ background:rgba(43, 170, 226, 1)}
.header_wrap .opcity .hdrshare .btn.btn_fecebook:hover, .header_wrap .opcity .hdrshare .btn.btn_fecebook.active{ background:rgba(78, 113, 168, 1)}
.header_wrap .opcity .hdrshare .btn.btn_twitter:hover, .header_wrap .opcity .hdrshare .btn.btn_twitter.active{ background:rgba(28, 183, 235, 1)}
.header_wrap .opcity .hdrshare .btn.btn_gplus:hover, .header_wrap .opcity .hdrshare .btn.btn_gplus.active{ background:rgba(214, 73, 44, 1)}
.header_wrap .opcity .hdrshare .btn.btn_user:hover, .header_wrap .opcity .hdrshare .btn.btn_user.active{ background:rgba(31, 127, 160, 0.7); 
border:2px solid #2BAAE2}
.header_wrap .opcity .hdrshare .btn.btn_snapchat:hover,.header_wrap .opcity .hdrshare .btn.btn_snapchat.active{background: #fffc00; color:#262626;}
.header_wrap .opcity .hdrshare .btn.btn_youtube:hover,.header_wrap .opcity .hdrshare .btn.btn_youtube.active{background: #FF0000;}
.header_wrap .opcity .hdrshare .btn.btn_telegram:hover,.header_wrap .opcity .hdrshare .btn.btn_telegram.active{background: #229ACF;}

/* Share Popup Box */
.header_wrap .hdrshare_wrap{position:relative; height:100%; padding:0; margin:0; z-index:10}
.header_wrap .hdrshare_wrap .box_popup{position:absolute; background:#ebebeb; padding:10px; margin:0; bottom:44px; right:-88px; 
min-width:220px; min-height:40px;}

.header_wrap .hdrshare_wrap .box_popup:after{ top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; 
position: absolute; pointer-events: none;}
.header_wrap .hdrshare_wrap .box_popup:after {border-color: rgba(136, 183, 213, 0); border-top-color: #ebebeb; border-width: 5px;}

.header_wrap .hdrshare_wrap .box_popup.box_fecebook{min-width:135px; right:-52px;}
.header_wrap .hdrshare_wrap .box_popup.box_youtube{min-width:125px; right:-39px;}

.header_wrap .hdrshare_wrap .box_popup.box_twitter{min-width: 330px; right: -171px; /*min-width:312px; right:-160px;*/}
.header_wrap .hdrshare_wrap .box_popup.box_twitter:after{margin-left:-30px;}
.header_wrap .hdrshare_wrap .box_popup.box_gplus{ width:250px; max-width:250px; min-width: 250px; right: -114px; /*overflow: hidden; 
min-width:182px; right:-78px;*/}
.header_wrap .hdrshare_wrap .box_popup.box_gplus:after{margin-left:-15px;}


.header_wrap .hdrshare_wrap .box_popup.sendmsg{min-width:400px; right:-150px; font-size:14px; line-height:100%;}
.header_wrap .hdrshare_wrap .box_popup.sendmsg:after{margin-left: 24px;}
.header_wrap .hdrshare_wrap .box_popup.sendmsg p.done_msg{ color:#333333; text-align:center; padding-top: 2px;}

.header_wrap .hdrshare_wrap .box_popup.sendmsg > ul > li{float:right; clear:none; padding:0; margin:0}
.header_wrap .hdrshare_wrap .box_popup.sendmsg > ul > li:last-child{ margin-left:0}
.header_wrap .hdrshare_wrap .box_popup.sendmsg > ul > li > span{ padding:2px 0 0; margin:0 0 0 10px; display:inline-block}

.header_wrap .hdrshare_wrap .box_popup.sendmsg input{ padding:0 10px 0 5px; margin:0; border:0; border-radius:0; height:37px;
-moz-box-shadow: inset 0 -4px #f2f2f2;
-webkit-box-shadow:inset 0 -4px #f2f2f2;
box-shadow: inset 0 -4px #f2f2f2;
-webkit-appearance: none;}

.header_wrap .hdrshare_wrap .box_popup.sendmsg .inpt_name{ max-width:120px; margin-left:2px;}
.header_wrap .hdrshare_wrap .box_popup.sendmsg .inpt_email{ max-width:162px;}
.header_wrap .hdrshare_wrap .box_popup.sendmsg .inpt_email input{ width:157px;}

.header_wrap .hdrshare_wrap .box_popup.sendmsg button[type="submit"].btn{ border:none; text-shadow:none; border-radius:0; 
color:#fcfcfc; background:#2BAAE2; height:37px; min-width:101px; padding:0 0 4px; box-shadow:none; outline:none; font-size:14px; line-height:100%;
-moz-box-shadow: inset 0 -4px #1F7FA0;
-webkit-box-shadow:inset 0 -4px #1F7FA0;
box-shadow: inset 0 -4px #1F7FA0;
-webkit-appearance: none;}


.header_wrap .hdrshare_wrap .box_popup.sginbox{ padding:0; min-width:242px; right:inherit; left:2px; color:#333333; font-size:18px; line-height:130%;}
.header_wrap .hdrshare_wrap .box_popup.sginbox:after{ left:7%}
.header_wrap .hdrshare_wrap .box_popup.sginbox a{ white-space:nowrap; display:block; padding:0; margin:0; clear:both; color:#2BAAE2}
.header_wrap .hdrshare_wrap .box_popup.sginbox small{ white-space:nowrap; display:block; clear:both; color:#333333; font-size:12px; line-height:150%}

.header_wrap .hdrshare_wrap .box_popup.sginbox > ul{ display:table; padding:0; margin:0; width:100%; height:100%; overflow:hidden}
.header_wrap .hdrshare_wrap .box_popup.sginbox > ul > li{ padding:8px 12px; margin:0; display:table-cell; border-left:1px solid #F7F7F7}
.header_wrap .hdrshare_wrap .box_popup.sginbox > ul > li:last-child{ border-left:none; border-right:1px solid #d1d1d1;}


.header_wrap .hdrshare_wrap .box_popup.sginbox.sgined{ font-size:14px; line-height:150%}
.header_wrap .hdrshare_wrap .box_popup.sginbox.sgined > ul > li{ padding:8px 7px;}
/* /Share Popup Box */


/* Header Main Menu Bar */
/* Normal Desktop */
.menu_wrap{ padding:0; margin:0 auto; clear:both; height:42px; background:#2BAAE2; border-radius:0; border-bottom:4px solid #1F7FA0;
-moz-box-shadow:0 -1px 2px rgba(76, 0, 45,0.1);
-webkit-box-shadow:0 -1px 2px rgba(76, 0, 45, 0.1);
box-shadow:0 -1px 2px rgba(76, 0, 45, 0.1);
}
.menu_wrap .grd_menu{ padding:0; margin:0; clear:both;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
border-radius:8px 8px 0 0;

}

.menu_wrap .grd_menu > ul{ padding:0; margin:0; clear:both; list-style:none; font: normal 19px 'Janna LT W20 Regular', Arial, Helvetica, sans-serif; 
position:relative}
.menu_wrap .grd_menu > ul > li{ padding:0; margin:-4px 0 0 8px; clear:none; float:right}
.menu_wrap .grd_menu > ul > li:last-child{ margin:-4px 0 0; float:left}
#share_sticky.menu_wrap .grd_menu > ul > li:last-child{ float:none}

.menu_wrap .grd_menu > ul > li > span, .menu_wrap .grd_menu > ul > li > h2:hover,
.menu_wrap .grd_menu > ul > li > a, .menu_wrap .grd_menu > ul > li > a:hover,
.menu_wrap .grd_menu > ul > li > h2, .menu_wrap .grd_menu > ul > li > h2:hover{ display:inline-block; padding:4px 13px 4px 10px; color:#fcfcfc}

.menu_wrap .grd_menu > ul > li > span > a, .menu_wrap .grd_menu > ul > li > span:hover > a,
.menu_wrap .grd_menu > ul > li > h2 > a, .menu_wrap .grd_menu > ul > li > h2:hover > a{ display:inline-block; color:#fcfcfc}

.menu_wrap .grd_menu > ul > li:last-child > a, .menu_wrap .grd_menu > ul > li:last-child > span, .menu_wrap .grd_menu > ul > li:last-child > h2{padding:4px 18px 0 17px}
.menu_wrap .grd_menu > ul > li:last-child > span > a,
.menu_wrap .grd_menu > ul > li:last-child > h2 > a{ display:inline-block; padding:0 0 8px}

.menu_wrap .grd_menu > ul > li > a > .caret, .menu_wrap .grd_menu > ul > li > span > a > .caret, .menu_wrap .grd_menu > ul > li > h2 > a > .caret{border-top: 4px solid #8AD4E5;}
.menu_wrap .grd_menu > ul > li > .btn_search .fa{ color:#8AD4E5; font-size:30px; line-height:100%; padding-top:4px;}
.menu_wrap .grd_menu > ul > li > .btn_search .fa.fa-close{color:#424242; padding-top:5px\0/;}
.menu_wrap .dropdown.mn_normal { position: relative; }
.menu_wrap .dropdown.mn_normal .dropdown-menu.mnbox { left: auto; margin: 0 auto 0; min-width: 150px; }
.menu_wrap .dropdown.mn_normal .dropdown-menu.mnbox>ul>li.mnbox_lnkcnt{ display:none}
.menu_wrap .dropdown.mn_normal .dropdown-menu.mnbox > ul > li.mnbox_lnk{text-align: right;}
.menu_wrap .dropdown.mn_normal .dropdown-menu.mnbox > ul > li.mnbox_lnk > ul > li a{ padding: 7px 20px 10px 0;}
#header_sticky .dropdown.mn_normal .dropdown-menu.mnbox{ margin: -3px auto 0;}

/* Sticky Desktop */
#header_sticky{ height:55px}
#header_sticky .grd_menu > ul{min-height:47px; font-size:18px; line-height:140% }
#header_sticky .grd_menu > ul > li{ margin-left:0;}

#header_sticky .grd_menu > ul > li.stickylogo{ padding:0 15px 5px 0 /*5px 20px*/} /*5px 10px*/
#header_sticky .grd_menu > ul > li > a{opacity:0;}
#header_sticky .grd_menu > ul > li.stickylogo > a{ padding:4px 0 0 /*4px 15px 0 10px*/; opacity:1; 
-webkit-transition:opacity 0.3s ease-in;
-moz-transition:opacity 0.3s ease-in;
-o-transition:opacity 0.3s ease-in;
transition:opacity 0.3s ease-in}
#header_sticky .grd_menu > ul > li > .btn_search{ margin-right:0; padding:15px 6px}
/*#header_sticky .grd_menu > ul > li > h2.btn_search{padding:0}*/


#header_sticky .grd_menu > ul > li > .btn_search .fa,
#header_sticky .grd_menu > ul > li > span > .btn_search .fa,
#header_sticky .grd_menu > ul > li > h2 > .btn_search .fa{padding-top:0}

#header_sticky .dropdown > a.dropdown-toggle{ padding:15px 15px 16px 10px;}

#header_sticky .dropdown > span.dropdown-toggle, #header_sticky .grd_menu > ul > li > span, 
#header_sticky .dropdown > h2.dropdown-toggle, #header_sticky .grd_menu > ul > li > h2, 
#header_sticky .grd_menu > ul > li > a{ padding: 15px 13px 15px 10px;}

#header_sticky li.dropdown:last-child > span.dropdown-toggle,
#header_sticky li.dropdown:last-child > h2.dropdown-toggle{padding:14px 6px 7px}

#header_sticky .dropdown.open > a.dropdown-toggle{ padding:12px 15px 18px 10px;}


#header_sticky .dropdown.open > span.dropdown-toggle,
#header_sticky .dropdown.open > h2.dropdown-toggle{ padding:6px 13px 24px 10px;}

#header_sticky li.dropdown.open:last-child > span.dropdown-toggle,
#header_sticky li.dropdown.open:last-child > h2.dropdown-toggle{padding:11px 6px 10px}

#header_sticky .dropdown.open > a.btn_search,
#header_sticky .dropdown.open > span > a.btn_search,
#header_sticky .dropdown.open > h2 > a.btn_search{margin-right:0; padding:12px 6px 16px;}


#header_sticky .dropdown-menu.mnbox{ margin:8px auto 0;
    z-index: 100;
}
#header_sticky .dropdown-menu.mn_search{ z-index:50}


/* Sticky Share Article Desktop */
.menu_wrap.shrsticky_wrap{color:#2BAAE2; height:55px; background:#ffffff; border-bottom:4px solid #f2f2f2;
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0,0.15);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);}

.menu_wrap.shrsticky_wrap .stickylogo{ padding-left:27px}

.menu_wrap.shrsticky_wrap .grd_menu > ul{min-height:47px; padding:7px 0 0; font-size:18px; line-height:140% }
.menu_wrap.shrsticky_wrap .grd_menu > ul > li{ margin-left:15px;}
.menu_wrap.shrsticky_wrap .grd_menu .btn{ margin-top:6px; padding:5px 10px; background:#f2f2f2 /*#2BAAE2*/; color:#666666; font-size:18px; line-height:100%;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;}
.menu_wrap.shrsticky_wrap .grd_menu .btn .fa{ vertical-align:middle; font-size:20px; line-height:100%; margin-left: 2px;}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_fecebook{ background:#2a5d99; color:#fcfcfc}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_twitter{ background:#00c4f4; color:#fcfcfc}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_gplus{ background:#ea4026; color:#fcfcfc}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_send{ background:#2BAAE2; color:#fcfcfc}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_pintrst{ background:#d01914; color:#fcfcfc}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_telegram{ background: #229ACF; color: #fcfcfc;}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_snapchat{ background:#fffc00; color: #262626; }


.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_snapchat:hover { background: #f2f2f2; color: #363636;}
.menu_wrap.shrsticky_wrap .grd_menu .btn:hover{background:#f2f2f2}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_fecebook:hover{ color:#2a5d99}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_twitter:hover{color:#00c4f4}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_gplus:hover{color:#ea4026}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_send:hover{color:#2BAAE2}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_pintrst:hover{ color:#d01914}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_telegram:hover{ color:#229ACF}

.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_lnkdin:hover{ color:#0077b5}

.menu_wrap.shrsticky_wrap .grd_menu 
.btn_lnkdin {
    background: #0077b5;
    color: #fff;
}

.menu_wrap.shrsticky_wrap .grd_menu .btn i.fa.fa-linkedin {
    margin-top: -4px;
    padding-bottom: 4px;
}
/* New CSS (sharing facebook_messenger & flipboard) */
.menu_wrap.shrsticky_wrap .grd_menu .btn .fab{ vertical-align: middle; font-size: 20px; line-height: 100%; margin-left: 2px;}
.menu_wrap.shrsticky_wrap .share_box .lnkmore .dropdown-menu a .fab{ font-size: 20px; line-height: 100%;}

.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_msn{ background: #09f; color: #fcfcfc;}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_msn:hover { color: #09f; background: #f2f2f2;}
.content_wrap .bxwrap .share_box .lnkmsn:hover, 
.menu_wrap.shrsticky_wrap .share_box .lnkmsn:hover{ color: #09f;}

.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_flipboard{ background: #f52828; color: #fcfcfc;}
.menu_wrap.shrsticky_wrap .grd_menu .btn.btn_flipboard:hover { color: #f52828; background: #f2f2f2;}
.content_wrap .bxwrap .share_box .lnkflipboard:hover, 
.menu_wrap.shrsticky_wrap .share_box .lnkflipboard:hover { color: #f52828;}
/* /New CSS */

/* Modifications Sticky Article Header */
.menu_wrap.shrsticky_wrap .nmbrlike{ background: #ffffff; text-align: center; position: relative;}
.menu_wrap.shrsticky_wrap .nmbrlike span{ display: block;/* position: absolute; top: -5px; right: -80px;*/ margin: 0; color:#656565; font-size:12px;
line-height:80%;}
.menu_wrap.shrsticky_wrap .nmbrlike span > cite{ margin:2px auto 0 !important; padding:0 !important; 
font:normal 25px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif; white-space:nowrap; display:block; color:#ff9600}

.menu_wrap.shrsticky_wrap .share_box .lnkmore .dropdown-menu {
top: 48px; right: -32px; min-width: 100px; background: #f2f2f2; padding: 0; margin: 0; border-radius: 0; border: none; z-index: 7;
-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.menu_wrap.shrsticky_wrap .share_box .lnkmore .dropdown-menu > li:after {
content: "."; color: transparent; clear: both; display: block; width: 100%; height: 2px; margin: 0; padding: 0; top: 0; position: relative;
background: rgb(227,227,227);
background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(227,227,227,1) 47%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(47%,rgba(227,227,227,1)), color-stop(47%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(227,227,227,1) 47%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(227,227,227,1) 47%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(227,227,227,1) 47%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(227,227,227,1) 0%,rgba(227,227,227,1) 47%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 );
}
.menu_wrap.shrsticky_wrap .share_box .lnkmore .dropdown-menu > li:last-child:after { background:none;}
.menu_wrap.shrsticky_wrap .share_box .lnkmore .dropdown-menu:after, 
.menu_wrap.shrsticky_wrap .share_box .lnkmore .dropdown-menu:before {
bottom: 100%;
margin: 0;
top: auto;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.menu_wrap.shrsticky_wrap .share_box .lnkmore .dropdown-menu:before {
border-color: rgba(194, 225, 245, 0);
border-bottom-color: rgba(0, 0, 0, 0.1);
border-width: 7px;
margin-left: -7px;
}
.menu_wrap.shrsticky_wrap .share_box .lnkmore .dropdown-menu:after {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #f2f2f2;
border-width: 5px;
margin-left: -5px;
}
.menu_wrap.shrsticky_wrap .share_box .lnkmore .dropdown-menu a{ display:inline-block; width:100%; height:100%; padding:3px 7px; font-size:12px;}
.menu_wrap.shrsticky_wrap .share_box .lnkmore .dropdown-menu a .fa{ font-size: 20px; line-height: 100%;}
/* /Modifications Sticky Article Header */



/* Normal Tablet */
.mntablet_wrap{ height:55px; position:relative}
.mntablet_wrap .container{ width:100%}
#smlheader_sticky.mntablet_wrap{ position:fixed}
.mntablet_wrap .logobox{padding:7px 0; margin:0 auto; text-align:center; clear:none; width:12%; position:absolute; left:0; right:0}
.mntablet_wrap .logobox .icn_logo{ display:inline-block; width:82px; height:42px; background:url(../images/ra2ej_smllogo.png) 0 0 no-repeat; 
background-size: 100%;}

body.RAMADAN_LOGO .mntablet_wrap .logobox .icn_logo{ display:inline-block; width:82px; height:42px; background:url(../images/ramadan_tablet_logo.png) 0 0 no-repeat; 
background-size: 100%;}

.mntablet_wrap .btn_wrap >ul >li{ float:right; padding:0; margin:0; clear:none;}
.mntablet_wrap .btn{text-align:center; padding:0; margin:0 auto; box-shadow:none; border:none; width:38px; height:38px;}
.mntablet_wrap .btn > .fa{ text-align:center; font-size:27px; line-height:100%; display:block; margin:0 auto; padding:5px 0; background:#8AD4E5; 
color:#be0171;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;}

.mntablet_wrap.menu_wrap .dropdown-menu.mn_search{ padding-right:25px}
.mntablet_wrap.menu_wrap .dropdown.open > a.btn_search, 
.mntablet_wrap.menu_wrap .dropdown.open > span > a.btn_search, 
.mntablet_wrap.menu_wrap .dropdown.open > h2 > a.btn_search{ padding:0; background:none; border-radius:0; bottom:0;}

.mntablet_wrap .btn.btn_search .fa{ padding:2px 0; color:#8AD4E5; box-shadow:none; border-radius:0; background:none; font-size:32px; line-height:100%;}

.mntablet_wrap .share_wrap > ul.list-inline{ padding-top:10px; font-size:20px; line-height:100%;}
.mntablet_wrap .share_wrap > ul.list-inline > li{ padding:0; margin:0 0 0 30px}
.mntablet_wrap .share_wrap > ul.list-inline a{ color:#fcfcfc}
.mntablet_wrap .btn.btn_share .fa{font-size:30px; margin:7px 4px 3px; padding:0; background:none; color:#8AD4E5;}
.mntablet_wrap .btn.btn_share .fa.fa-share:before {content: "\f045";}
/*.mntablet_wrap .btn.btn_share .fa{ margin:4px 4px 3px; padding:4px 5px; font-size:23px; line-height:100%;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;}*/


/* Main Slide Links Tablet */
.mntablet_wrap .btn_wrap > ul{ padding:7px 0 0; margin:0}
.mntablet_wrap .btn_wrap > ul > li{ margin-left:25px; padding-right:0}

.menu_wrap.mntablet_wrap .dropdown-menu.mn_search{ overflow:hidden; clear:both; width:100%; min-width:767px; margin:10px auto 0; border-radius:0; border:none; 
background:#ffffff; left:0; right:0; padding:12px 15px;
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);}
.menu_wrap.mntablet_wrap .dropdown-menu.mn_search .inpt_srch {max-width: 612px; width: 100%;}
.menu_wrap.mntablet_wrap .dropdown-menu.mn_search button.btn[type="submit"] .fa{ display:inline-block; border-radius:0; background:none; color:#ffffff}
.mntablet_wrap .share_wrap > ul.list-inline > li{margin: 0 0 0 15px;}

#slidemenu{ direction:ltr}
#slidemenu ul > li > a,
#slidemenu ul > li > span,
#slidemenu ul > li > h2{ color:#333333; padding:8px 15px 15px 30px; margin:0; font-size:22px;
    display: block; line-height:100%;}

#slidemenu ul > li > span > a,
#slidemenu ul > li > h2 > a{ color:#333333;}

#slidemenu ul > li > a > .fa.fa-angle-right, 
#slidemenu ul > li > span > a > .fa.fa-angle-right,
#slidemenu ul > li > h2 > a > .fa.fa-angle-right,
#slidemenu ul > li > a > .fa.fa-angle-down, 
#slidemenu ul > li > span > a > .fa.fa-angle-down, 
#slidemenu ul > li > h2 > a > .fa.fa-angle-down{ font-size:34px; line-height:100%; vertical-align:middle; float:right;}

#slidemenu ul > li.trendy > span > a,
#slidemenu ul > li.trendy > h2 > a{ color:#6D0041 !important}


/* Sublist Slide Links Tablet */
#slidemenu .navbar-nav .dropdown-menu li a{color:#646464; font-size:20px; line-height:120%; width:100%; border-bottom:1px solid #f5f5f5; 
padding:7px 24px 12px}
#slidemenu .dropdown.open{clear: both; display: block; float: none; margin: 0 auto; padding: 0; text-align: center;}
#slidemenu .dropdown.open > a.dropdown-toggle, 
#slidemenu .dropdown.open > span.dropdown-toggle,
#slidemenu .dropdown.open > h2.dropdown-toggle,
#slidemenu .selected > span,
#slidemenu .selected > h2{ background:#EEEEEE; bottom:0; display:block; text-align:left}

#slidemenu .dropdown.open > ul.dropdown-menu{ display:inline-block; position:relative; padding:0; margin:0 auto; width:90%/*82%*/; border:none; 
box-shadow:none; border-radius:0; float:none; text-align:left}


/* /Header Main Menu Bar */

/* Header Submenu Bar Desktop */
.menu_wrap .dropdown-menu.mnbox{
    min-width:985px; 
    background:#ffffff; 
    border:none;
    box-shadow:none;
    border-radius:0;
    padding:15px 0 0;
    margin:42px auto 0; 
    left:0;
    right:0; 
    z-index:100;
-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.16);
-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.16);
box-shadow:0 2px 2px rgba(0, 0, 0, 0.16);}

.menu_wrap .dropdown{ position:static}

.menu_wrap .dropdown.open > a.dropdown-toggle,
.menu_wrap .dropdown.open > span.dropdown-toggle,
.menu_wrap .dropdown.open > h2.dropdown-toggle{ display:inline-block; background:#ffffff; color:#2BAAE2; position:relative; bottom:-4px; padding:4px 13px 4px 10px; padding-bottom:5px\0/}

.menu_wrap .dropdown.open > span.dropdown-toggle > a,
.menu_wrap .dropdown.open > h2.dropdown-toggle > a{color:#2BAAE2 !important}

.menu_wrap .dropdown.open:last-child > a.dropdown-toggle,
.menu_wrap .dropdown.open:last-child > span.dropdown-toggle,
.menu_wrap .dropdown.open:last-child > h2.dropdown-toggle{padding:0 18px 4px 17px;}

.menu_wrap .dropdown.open:last-child > span.dropdown-toggle ,
.menu_wrap .dropdown.open:last-child > h2.dropdown-toggle{bottom:-4px;}

.menu_wrap .dropdown-menu.mnbox > ul.list-inline{ display:table; width:100%; padding:0; margin:0 auto; text-align:center}
.menu_wrap .dropdown-menu.mnbox > ul > li{/*float:right;*/ padding:0; margin:0; display:table-cell; vertical-align:top}


.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnk{ text-align:left; width:220px; float:right /* added new */}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnk > ul > li a{ display:block; padding:7px 0 10px 20px; margin:0; font-size:18px; line-height:100%; 
color:#666666}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnk > ul > li a:hover,
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnk > ul > li a:active, 
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnk > ul > li a.active{ background:#ebebeb; color:#2BAAE2; 
font-family:'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}

.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt{ width:77.8%; padding:20px 0; background:#ebebeb;}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt ul.list-inline li{ margin:0 0 0 20px; padding:0; vertical-align:top; text-align:right}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt ul.list-inline li:last-child{ margin:0}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt a{color:#222222}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .thumbnail{ padding:0; margin:0; background:none; border:none; box-shadow:none; border-radius:0; position:relative;}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .thumbnail .label.ctries{ position:absolute; top:0; right:0; padding:0; margin:0;}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .thumbnail .label.ctries > .fa{ display:inline-block; padding:6px 7px; margin:0; background:#323232; vertical-align:top; font-size:18px;}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .thumbnail .label.ctries > span{display:inline-block; padding:8px 5px 10px; margin:0; 
background:#424242;font:normal 12px/100% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif}

.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .articl_box{ max-width:205px; padding:0; margin:0;}
.menu_wrap .dropdown-menu.mnbox.mn_bgimg > ul > li.mnbox_lnkcnt .articl_box{ max-width:323px;}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .articl_box p{ padding:8px 0 0; font-size:16px; line-height:150%;}

.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .carousel-inner{max-width:675px; margin:0 auto}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .carousel-control{ background:none; text-shadow:none; width:inherit; top:30px; opacity:1; 
filter: alpha(opacity=100); max-height:72px;}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .carousel-control .fa{ font-size:72px; line-height:100%; color:#fcfcfc;}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .carousel-control:hover .fa{ color:#2BAAE2}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .carousel-control.right{right: 8px;}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .carousel-control.left{left: 8px;}

.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .carousel-indicators{ width:auto; padding:0; margin:0; top:-43px; left:0; right:0; bottom:inherit;}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .carousel-indicators li{ margin:0; background:#ebebeb; border:none; border-radius:0; width:39px; 
height:4px}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .carousel-indicators li.active{ background:#949494; border:none}


.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .mr_articl{ border-top:1px solid #d7d7d7; color:#222222; padding:0; margin:23px 0 0; font-size:16px; 
line-height:150%; text-align:right}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .mr_articl:before{content: "."; color: transparent; clear:both;
display: block; width:100%; height:1px; margin: 0 0 24px; padding: 0; top:0; position: relative; background:#f2f2f2;}

.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .mr_articl > ul > li{ display:table; color:#1F7FA0; vertical-align:top; height:50px; 
margin-bottom:20px}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .mr_articl > ul > li:nth-last-child(-n+2){ margin:0}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .mr_articl > ul > li:before{ content:"\2022"; line-height:100%; display:table-cell; position:relative;
padding:7px 0 0 10px; padding-top:0\0/; vertical-align:top; width:1%}
.menu_wrap .dropdown-menu.mnbox > ul > li.mnbox_lnkcnt .mr_articl > ul > li p{ color:#222222; display:table-cell; padding:0; margin:0}


.menu_wrap .dropdown-menu.mn_search{ padding:12px 15px; z-index:50}
.menu_wrap .dropdown-menu.mn_search .inpt_srch{ width:100%; max-width:828px;}
.menu_wrap .dropdown-menu.mn_search input{height:47px; color:#323232; background:#ffffff; border:none; box-shadow:none; border-radius: 0; padding:0; 
margin:0; font-size:25px; line-height:100%;}
.menu_wrap .dropdown-menu.mn_search button[type="submit"].btn{ border: none; text-shadow: none; border-radius: 0; color: #fcfcfc; 
background:#424242; height:47px; min-width:125px; padding:0 0 4px; box-shadow:none; outline:none; font-size:24px; line-height:100%;

-moz-box-shadow: inset 0 -4px #323232;
-webkit-box-shadow: inset 0 -4px #323232;
box-shadow: inset 0 -4px #323232;
-webkit-appearance: none;}
.menu_wrap .dropdown-menu.mn_search button[type="submit"].btn .fa-search{ margin-right:5px; font-size:30px; line-height:100%}

.mn_search ::-webkit-input-placeholder{ color:#dddddd; padding-top:8px; opacity:1; filter:alpha(opacity=100);}
.mn_search :-moz-placeholder{ /* Firefox 18- */ color:#dddddd; opacity:1; filter:alpha(opacity=100);}
.mn_search ::-moz-placeholder{ /* Firefox 19+ */ color:#dddddd; opacity:1; filter:alpha(opacity=100);}
.mn_search :-ms-input-placeholder{ color:#dddddd !important; opacity:1; filter:alpha(opacity=100);}
/* /Header Submenu Bar Desktop */

/* Select/Trendy Menu Link Ground */
.menu_wrap .grd_menu .selected{margin-top:0 !important; padding:0 !important; background:#ffffff; color:#2BAAE2;}

.menu_wrap .grd_menu .selected h2,
.menu_wrap .grd_menu .selected h2{ margin:0 !important; padding:4px 10px 4px 10px !important; bottom:0 !important}

.menu_wrap .grd_menu .selected span a,
.menu_wrap .grd_menu .selected h2 a,
.menu_wrap .grd_menu .selected:hover span a,
.menu_wrap .grd_menu .selected:hover h2 a{ margin:0 !important; padding:6px 0 !important; color:#2BAAE2;}

.menu_wrap .grd_menu .selected span.btn_search,
.menu_wrap .grd_menu .selected h2.btn_search{padding:0 11px 8px 12px!important;}

.menu_wrap .grd_menu .selected span.btn_search a, .menu_wrap .grd_menu .selected:hover span.btn_search a,
.menu_wrap .grd_menu .selected h2.btn_search a, .menu_wrap .grd_menu .selected:hover h2.btn_search a{padding:0 !important;}

#header_sticky .grd_menu .selected span,
#header_sticky .grd_menu .selected h2{padding:10px 13px 12px 10px !important}

#header_sticky .grd_menu .selected span a, #header_sticky .grd_menu .selected:hover span a,
#header_sticky .grd_menu .selected h2 a, #header_sticky .grd_menu .selected:hover h2 a{ padding:7px 0 !important;}

#header_sticky .grd_menu .selected span.btn_search,
#header_sticky .grd_menu .selected h2.btn_search{padding:8px 0 !important;}

#header_sticky .grd_menu .selected span.btn_search a,
#header_sticky .grd_menu .selected h2.btn_search a{padding:7px 5px 6px !important;}


.menu_wrap .grd_menu .trendy, #header_sticky .grd_menu .trendy{ margin-top:0 !important;/* background:#6D0041;*/ color:#F6FF00;
/*-moz-box-shadow: inset 0 -4px 0 #570033;
-webkit-box-shadow: inset 0 -4px 0 #570033;
box-shadow: inset 0 -4px 0 #570033;*/
-webkit-appearance: none;}
.menu_wrap .grd_menu .trendy{ max-height:42px}

.menu_wrap .grd_menu .trendy.dropdown.open > span.dropdown-toggle,
.menu_wrap .grd_menu .trendy.dropdown.open > h2.dropdown-toggle{ bottom:0; padding: 3px 13px 5px 10px;}

.menu_wrap .grd_menu .trendy span a, .menu_wrap .grd_menu .trendy:hover span a,
.menu_wrap .grd_menu .trendy h2 a, .menu_wrap .grd_menu .trendy:hover h2 a{ padding: 0px 0 !important;
    color: #F6FF00;
}

.menu_wrap .grd_menu .trendy span.btn_search a, .menu_wrap .grd_menu .trendy:hover span.btn_search a,
.menu_wrap .grd_menu .trendy h2.btn_search a, .menu_wrap .grd_menu .trendy:hover h2.btn_search a{padding:0 !important;}


.menu_wrap .grd_menu .trendy span {
    padding-top: 0px;
}


.menu_wrap .grd_menu > ul > li.trendy > a > .caret, 
.menu_wrap .grd_menu > ul > li.trendy > span > a > .caret, 
.menu_wrap .grd_menu > ul > li.trendy > h2 > a > .caret{border-top: 4px solid #F6FF00;}

.menu_wrap .grd_menu > ul > li.trendy.dropdown.open > a > .caret, 
.menu_wrap .grd_menu > ul > li.trendy.dropdown.open > span > a > .caret, 
.menu_wrap .grd_menu > ul > li.trendy.dropdown.open > h2 > a > .caret{border-top: 4px solid #8AD4E5;}

.menu_wrap .grd_menu > ul > li.trendy > span {
    padding-top: 0px;
}


#header_sticky .grd_menu .trendy{ max-height:55px;}

#header_sticky .grd_menu .trendy span,
#header_sticky .grd_menu .trendy h2{padding:10px 0px 14px 0px !important;}

#header_sticky .grd_menu .trendy span a,
#header_sticky .grd_menu .trendy h2 a{ color: #F6FF00;
    margin: 0 10px;
}

#header_sticky .grd_menu .trendy span.btn_search,
#header_sticky .grd_menu .trendy h2.btn_search{padding: 6px 0 !important;}

#header_sticky .grd_menu .trendy span.dropdown-toggle,
#header_sticky .grd_menu .trendy h2.dropdown-toggle{ padding-bottom:14px !important}

#header_sticky .grd_menu .trendy.open span.dropdown-toggle a,
#header_sticky .grd_menu .trendy.open h2.dropdown-toggle a{ color:#2BAAE2}

#header_sticky .grd_menu > ul > li.trendy > a > .caret, 
#header_sticky .grd_menu > ul > li.trendy > span > a > .caret, 
#header_sticky .grd_menu > ul > li.trendy > h2 > a > .caret{border-top: 4px solid #F6FF00;
    float: left;
    margin: 15px 5px 0px 0px;
}
#header_sticky .menu_wrap .grd_menu .trendy span.dropdown-toggle {
    margin-top: 10px;
    padding-top: 0px;
}

#header_sticky .grd_menu > ul > li.trendy.dropdown.open > a > .caret, 
#header_sticky .grd_menu > ul > li.trendy.dropdown.open > span > a > .caret, 
#header_sticky .grd_menu > ul > li.trendy.dropdown.open > h2 > a > .caret{border-top: 4px solid #8AD4E5;}
/* /Select/Trendy Menu Link Ground */
/* /Header Content */


/* Main Section Content */
.content_wrap .banner{ display:block; width:100%; max-width:970px; margin:0 auto; text-align:center; z-index:15 !important; position:relative}


/* General Box List */
.content_wrap .bxwrap{ padding:0; margin:30px 0 0; clear:both; height:100%; z-index:10 !important; position:relative}
.content_wrap .bxwrap .content, .content_wrap .bxwrap .container{ padding:0 5px}

/* In case the two box in row at Tablet */
.content_wrap .bxwrap .list_box .col-sm-6 .articl_box{ margin:0 auto}
.content_wrap .bxwrap .col-sm-6 .banner_box {height: 262px;}
/* In case the two box in row at Tablet */

.content_wrap .bxwrap .box_hdr{ width:100%; max-width:940px; padding:0; margin:0 auto 30px; background:rgba(255, 255, 255, 0.5); height:100%;
/*max-height:42px;*/
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1), inset 0 -4px rgba(0, 0, 0, 0.05);
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1), inset 0 -4px rgba(0, 0, 0, 0.05);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.1), inset 0 -4px rgba(0, 0, 0, 0.05);}

.content_wrap .bxwrap .box_hdr h1,
.content_wrap .bxwrap .box_hdr h2, 
.content_wrap .bxwrap .box_hdr h3{ line-height:125%; max-width:90%; min-height:42px; width:auto; /*min-width:160px;*/ color:#fcfcfc; display:inline-block; 
padding:8px 15px 5px; margin:0 auto; background:#2BAAE2; font-size:24px;
-moz-box-shadow: inset 0 -4px #1F7FA0;
-webkit-box-shadow: inset 0 -4px #1F7FA0;
box-shadow: inset 0 -4px #1F7FA0;
-webkit-appearance: none;}

.content_wrap .bxwrap .box_content{ padding:0; margin:0; clear:both; height:100%;}
.content_wrap .bxwrap .articl_box{ padding:0; margin:0; clear:both; height:100%; width:100%; max-width:300px; 
background:#f4f4f4;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);}
.content_wrap .bxwrap .banner_box{height:262px; padding:7px 0}

.content_wrap .bxwrap .articl_box a{ color:#333333;}
.content_wrap .bxwrap .articl_box .thumbnail{ padding:0; margin:0; background:#f4f4f4; box-shadow:none; border:none; border-radius:0; 
position:relative;}
.content_wrap .bxwrap .thumbnail .label.ctries{ position:absolute; top:0; right:0; padding:0; margin:0; z-index:2}
.content_wrap .bxwrap .thumbnail .label.ctries > .fa{ display:inline-block; padding:6px 7px; margin:0; background:#323232; vertical-align:top; 
font-size:18px;}
.content_wrap .bxwrap .thumbnail .label.ctries > span, 
.content_wrap .bxwrap .thumbnail .label.ctries > a{display:inline-block; padding:8px 5px 10px; margin:0; background:#424242; color:#fcfcfc;
font:normal 12px/100% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif}

.content_wrap .bxwrap .thumbnail .loader_img{ z-index:2; display:inline-block; position:absolute; width:100%; height:100%;
background:rgba(244, 244, 244,0.75); color:#6a6a6a; top:0; bottom:0; right:0; left:0; margin:auto; text-align:center; font-size:36px; line-height:100%}
.content_wrap .bxwrap .thumbnail .loader_img .fa{ width:35px; height:30px; 
position:absolute; right:0; left:0; top:0; bottom:0; margin:auto}

.content_wrap .bxwrap .articl_box .caption{ z-index:3; position:relative; padding:0; margin:0; background:#ffffff; min-height:37px;}
.content_wrap .bxwrap .articl_box .caption h2,
.content_wrap .bxwrap .articl_box .caption p, .content_wrap .bxwrap .articl_box .caption h4, .content_wrap .bxwrap .articl_box .caption h2{ font-size:16px; line-height:150%}
.content_wrap .bxwrap .articl_box .caption .captxt{ padding:5px 10px; margin:0 auto; background:#ffffff; position:absolute; bottom:0; right:0; left:0; 
width:100%; max-width:92%}
.content_wrap .bxwrap .articl_box .caption .share_box{ padding:0; margin:0 -23px; max-width:170px; background:#f2f2f2; color:#666666; position:relative;
bottom:-10px; right:0; font-size:12px; display:none}

.content_wrap .bxwrap .share_box > ul{ padding:0; margin:0; clear:both;}
.content_wrap .bxwrap .share_box > ul > li{ float:right; clear:none; padding:0; margin:0; border-left:1px solid #ffffff;}
.content_wrap .bxwrap .share_box > ul > li:last-child{ border:none;}
.content_wrap .bxwrap .share_box > ul > li a, 
.content_wrap .bxwrap .share_box > ul > li .lnkmore{ display:inline-block; width:100%; height:100%; padding:8px 7px 7px;}
.content_wrap .bxwrap .share_box > ul > li .lnkmore{ padding:8px 8px 7px;}
.content_wrap .bxwrap .share_box .fa, 
.menu_wrap.shrsticky_wrap .share_box .fa{ vertical-align:middle; font-size:16px;}

.content_wrap .bxwrap .share_box .lnkfcbook,
.menu_wrap.shrsticky_wrap .share_box .lnkfcbook{color:#2a5e9d}

.content_wrap .bxwrap .share_box .lnkfcbook:hover,
.menu_wrap.shrsticky_wrap .share_box .lnkfcbook:hover{ background:#2a5f9d; color:#fcfcfc}

.content_wrap .bxwrap .share_box .lnktwter,
.menu_wrap.shrsticky_wrap .share_box .lnktwter{ color:#00c2f6}

.content_wrap .bxwrap .share_box .lnktwter:hover,
.menu_wrap.shrsticky_wrap .share_box .lnktwter:hover{ background:#00C3F5; color:#fcfcfc}

.content_wrap .bxwrap .share_box .lnkgplus,
.menu_wrap.shrsticky_wrap .share_box .lnkgplus{ color:#e3411f}

.content_wrap .bxwrap .share_box .lnksend,
.menu_wrap.shrsticky_wrap .share_box .lnksend{ color:#424242}

.content_wrap .bxwrap .share_box .lnkpintrst,
.menu_wrap.shrsticky_wrap .share_box .lnkpintrst{ color:#CB2027}

.content_wrap .bxwrap .share_box .lnkpintrst:hover,
.menu_wrap.shrsticky_wrap .share_box .lnkpintrst:hover
{ background:#CB2027; color:#ffffff} 

.content_wrap .bxwrap .share_box .lnktelgram, 
.menu_wrap.shrsticky_wrap .share_box .lnktelgram{ color: #229ACF}

/*.content_wrap .bxwrap .share_box .lnktelgram:hover, */
.menu_wrap.shrsticky_wrap .share_box .lnktelgram:hover{ background: #229ACF; color: #fcfcfc;}
.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu>li>a.lnktelgram {
    color: #229ACF;
}

.content_wrap .bxwrap .share_box .lnkmore .lnktelgram:hover, 
.menu_wrap.shrsticky_wrap .share_box .lnkmore .lnktelgram:hover{ color: #229ACF}

.content_wrap .bxwrap .share_box .lnklnkdin, 
.menu_wrap.shrsticky_wrap .share_box .lnklnkdin{ color:#0077B5;}

/* Active Article box */
.articl_box.active .caption p a, .articl_box.active .caption h4 a, .articl_box.active .caption h2 a{color:#2BAAE2 !important;}
.articl_box.active .label.ctries > .fa{background: #1F7FA0 !important;}
.articl_box.active .label.ctries > span, .articl_box.active .label.ctries > a{background:#2BAAE2 !important}
.articl_box.active .caption .share_box{ display:inline-block !important;}

.articl_box .thumbnail{ overflow:hidden}
.articl_box .thumbnail img{-moz-opacity: 0.98; -ms-filter: "alpha(opacity=98)"; filter: alpha(opacity=98); opacity: 0.98;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-ms-transition: all 0.3s ease;}
.articl_box.active .thumbnail > a > img {moz-opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); opacity: 1;
-webkit-transform: scale(1.06,1.073);
-moz-transform: scale(1.06,1.073);
-o-transform: scale(1.06,1.073);
-ms-transform: scale(1.06,1.073);
transform: scale(1.06,1.073);}
/* /Active Article box */

/* Share Article box */
.content_wrap .bxwrap .share_box .lnkmore .dropdown-toggle{ color:#666666; background:none; border:none; box-shadow:none; text-shadow:none; }
.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu{min-width: 100px; background:#f2f2f2; padding:0; margin:0; border-radius:0; border:none; 
right:35px; top:0; z-index:7;
-moz-box-shadow:1px 2px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:1px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow:1px 2px 1px rgba(0, 0, 0, 0.2);}

.content_wrap .bxwrap .share_box .lnkmore.dropup .dropdown-menu{top: auto; bottom:0;}

.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu:after, 
.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu:before,
.content_wrap .bxwrap .share_box .lnkmore.dropup .dropdown-menu:after, 
.content_wrap .bxwrap .share_box .lnkmore.dropup .dropdown-menu:before {
left: 100%; top:27%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;}
.content_wrap .bxwrap .share_box .lnkmore.dropup .dropdown-menu:after, 
.content_wrap .bxwrap .share_box .lnkmore.dropup .dropdown-menu:before{ top:inherit; bottom:27%;}

.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu:after,
.content_wrap .bxwrap .share_box .lnkmore.dropup .dropdown-menu:after{
border-color: rgba(136, 183, 213, 0); border-left-color:#f2f2f2; border-width: 5px; margin-top:-15px /*-5px*/;}
.content_wrap .bxwrap .share_box .lnkmore.dropup .dropdown-menu:after{ margin-top:0; margin-bottom:-15px /*-5px*/}

.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu:before, 
.content_wrap .bxwrap .share_box .lnkmore.dropup .dropdown-menu:before{ 
border-color: rgba(194, 225, 245, 0); border-left-color:rgba(0, 0, 0, 0.1); border-width: 7px; margin-top:-17px /*-7px*/;}
.content_wrap .bxwrap .share_box .lnkmore.dropup .dropdown-menu:before{margin-top:0; margin-bottom:-17px /*-7px*/}


.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu > li:after{content: "."; color: transparent; clear: both; display: block; width: 100%; height: 2px; margin: 0; padding: 0; top: 0; position: relative;

background: rgb(227,227,227); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(227,227,227,1) 0%, rgba(227,227,227,1) 47%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(47%,rgba(227,227,227,1)), color-stop(47%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(227,227,227,1) 47%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(227,227,227,1) 47%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(227,227,227,1) 47%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(227,227,227,1) 0%,rgba(227,227,227,1) 47%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu > li:last-child:after{ background:none}
.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu > li > a{ display:block; padding:5px 10px; margin:0; font-size:12px; line-height:100%; background-color:#f5f5f5}
.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu > li > a:hover{/* background:none*/}
.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu > li > a .fa{ font-size:20px; line-height:100%}
/* /Share Article box */


/* General Box Left Side Page */
.content_wrap .sidebox{ margin:27px 0 0; padding:0}
.content_wrap .sidebox h3{ display:block; padding:0 0 15px; margin:0; text-align:center; color:#2BAAE2; 
font:normal 22px/100% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif}
.content_wrap .sidebox h3:after{ z-index:4; content:'.'; color:transparent; width:100%; height:1px; display:block; padding:0; margin:0; 
position:relative; bottom:10px; border-top:2px dotted #dddddd}
.content_wrap .sidebox h3 .label{ padding:0 12px; margin:0; position:relative; z-index:5; color:#2BAAE2; border-radius:0; font-weight:normal; font-size:22px; 
line-height:100%; background:url(../images/grd_page.gif) 0 0 repeat /* change ground, ../images/grd_fireworks2.gif*/}
.content_wrap .sidebox.clbrated_wrap .clbrat_carousel .articl_box .caption .captxt{ padding:5px 0 7px}
.content_wrap .sidebox .articl_box .thumbnail .label.ctries_star{ bottom:5px; top:auto;}
.content_wrap .sidebox .articl_box .thumbnail .label.ctries_star > span,
.content_wrap .sidebox .articl_box .thumbnail .label.ctries_star > a{padding-top:5px; background:rgba(0, 0, 0, 0.8)}


.content_wrap .sidebox.halgin{padding:0; margin:25px 0 0; position:relative;}
.content_wrap .sidebox.halgin .articl_box{ min-height:120px;}
.content_wrap .sidebox.halgin .thumbnail{padding:0; margin:0; display:inline-block; float:right; clear:none; position:relative;}
.content_wrap .sidebox.halgin .label.ctries{ display:none}
.content_wrap .sidebox.halgin .articl_box.active .label.ctries{ display: inline;}

.content_wrap .sidebox.halgin .caption {padding:5px 8px 0 0; margin:0; float:right; clear:none; display:block; max-width:139px; width:100%; 
min-height:120px; overflow:hidden; background:#ffffff; color:#fcfcfc; font:normal 16px/135% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif;}
.content_wrap .sidebox.halgin .caption .captxt{ background:none; position:inherit; padding:0; margin:0}
.content_wrap .sidebox.halgin .caption p, .content_wrap .sidebox.halgin .caption h4{line-height: 135%;}
.content_wrap .sidebox.halgin .caption a{display: inline-block; max-height:110px; overflow: hidden;}
/* /General Box Left Side Page */
/* /General Box List */


/* Fashion Box List */
.content_wrap .bxwrap.box_fashion{ margin-bottom:30px;}
.content_wrap .bxwrap.box_fashion .box_hdr h1,
.content_wrap .bxwrap.box_fashion .box_hdr h2, 
.content_wrap .bxwrap.box_fashion .box_hdr h3{ padding:10px 10px 8px;}

.content_wrap .bxwrap.box_fashion .banner{ margin-bottom:12px}
.content_wrap .bxwrap.box_fashion ul li > .row:last-child > .articl_box{ margin-top:20px;}
.content_wrap .bxwrap.box_fashion ul li > .row:last-child > .articl_box.imgbig{ margin:0}
/* /Fashion Box List */


/* Sponsor Box List */
.content_wrap .bxwrap.box_sponsor{ margin:0 auto 30px; background:url(../images/grd_sponsor.jpg) 0 0 repeat-x;
-moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:inset 0 2px 5px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);}

.content_wrap .bxwrap.box_sponsor .box_hdr{ margin-top:30px;}
.content_wrap .bxwrap.box_sponsor .box_hdr h1,
.content_wrap .bxwrap.box_sponsor .box_hdr h2, 
.content_wrap .bxwrap.box_sponsor .box_hdr h3{ padding:5px 10px; /*min-width:168px;*/ position:relative; background:#ad0d27;
-moz-box-shadow: inset 0 -4px #8c0317;
-webkit-box-shadow: inset 0 -4px #8c0317;
box-shadow: inset 0 -4px #8c0317;
-webkit-appearance: none;
}
.content_wrap .bxwrap.box_sponsor .box_hdr .logo_sponsor{ position:absolute; padding:0; margin:0; right:-100px; top:-10px;}
.content_wrap .bxwrap.box_sponsor .box_content{ padding:0 10px 25px; margin:0 auto;}
.content_wrap .bxwrap.box_sponsor .articl_box{ max-width:312px; position:relative; margin-left:1px;}
.content_wrap .bxwrap.box_sponsor .share_box > ul > li{ border-left:none}
.content_wrap .bxwrap.box_sponsor .articl_box .caption{ min-height:inherit; background:none}
.content_wrap .bxwrap.box_sponsor .articl_box .caption .captxt{ margin:0; max-width:100%; background:rgba(255, 255, 255, 0.8)}
.content_wrap .bxwrap.box_sponsor .articl_box .caption .captxt p, .content_wrap .bxwrap.box_sponsor .articl_box .caption .captxt h4{ padding:10px 0 5px;}

.content_wrap .bxwrap.box_sponsor .articl_box .caption.upper{ position:absolute; top:0; width:100%;}
.content_wrap .bxwrap.box_sponsor .articl_box .caption.upper .captxt{ top:0; bottom:inherit}
.content_wrap .bxwrap.box_sponsor .articl_box .caption.upper .share_box{ bottom:5px}
.content_wrap .bxwrap.box_sponsor .articl_box .caption .share_box{ margin-right:-10px;}


.content_wrap .bxwrap.box_sponsor .articl_box.active .caption .captxt:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.content_wrap .bxwrap.box_sponsor .articl_box.active .caption .captxt:after {
	border-bottom-color: rgba(255, 255, 255, 0.8);
	border-width: 18px;
	margin-left: -18px;
}

.content_wrap .bxwrap.box_sponsor .articl_box.active .caption.upper .captxt:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.content_wrap .bxwrap.box_sponsor .articl_box.active .caption.upper .captxt:after {
	border-top-color: rgba(255, 255, 255, 0.8);
	border-width: 18px;
	margin-left: -18px;
}

.content_wrap .bxwrap.box_sponsor .carousel-inner{ text-align:center; margin:0 auto; padding:0}
.content_wrap .bxwrap.box_sponsor .carousel-inner > .item > ul{ display:inline-block; padding:0; margin:0 auto; text-align:right}
.content_wrap .bxwrap.box_sponsor .carousel-inner > .item > ul > li{ float:right; clear:none; padding:0; margin:0}

.content_wrap .bxwrap.box_sponsor .carousel-indicators{ top:-58px; bottom:0; left:10px; margin:0; padding:0; width:auto; max-height:20px;}
.content_wrap .bxwrap.box_sponsor .carousel-indicators li{ margin:0 2px; width:15px; height:15px; border:none; background:rgba(173, 13, 39,0.6); 
direction:ltr;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;}
.content_wrap .bxwrap.box_sponsor .carousel-indicators li.active{ background:rgba(116, 3, 20, 1)}

.content_wrap .bxwrap.box_sponsor .carousel-control{ background:none; text-shadow:none; padding:0; margin:auto 0; width:auto; max-height:72px; opacity:0.5;
filter: alpha(opacity=50); display:inline-block}
.content_wrap .bxwrap.box_sponsor .carousel-control.left{ left: -52px;}
.content_wrap .bxwrap.box_sponsor .carousel-control.right{ right:-52px;}
.content_wrap .bxwrap.box_sponsor .carousel-control .fa{ font-size:72px; line-height:100%}
/* /Sponsor Box List */


/* Makeup Box List */
.content_wrap .bxwrap.box_makeup{ margin:0 auto 60px;}
.content_wrap .bxwrap.box_makeup .box_hdr h1,
.content_wrap .bxwrap.box_makeup .box_hdr h2, 
.content_wrap .bxwrap.box_makeup .box_hdr h3{ padding:7px 10px 5px;}
/* /Makeup Box List */


/* Lifestyle Box List */
.content_wrap .bxwrap.box_lifestyle{ margin:30px auto 30px;}
.content_wrap .bxwrap.box_lifestyle .box_hdr h1,
.content_wrap .bxwrap.box_lifestyle .box_hdr h2, 
.content_wrap .bxwrap.box_lifestyle .box_hdr h3{ padding:7px 10px 5px;}

.content_wrap .bxwrap.box_lifestyle .box_content ul > li:first-child{ z-index: 10;}
.content_wrap .bxwrap.box_lifestyle ul li > .row:last-child > .articl_box{ margin:20px 0 0}
.content_wrap .bxwrap.box_lifestyle .articl_box{ max-width:220px;}
.content_wrap .bxwrap.box_lifestyle .articl_box .caption{ min-height:62px;}

.content_wrap .bxwrap.box_lifestyle .articl_box.imgbig{ max-width:460px;}
.content_wrap .bxwrap.box_lifestyle ul li > .row:last-child > .articl_box.imgbig{margin:0}
.content_wrap .bxwrap.box_lifestyle .articl_box.imgbig .caption .captxt{ padding:17px 10px 15px}
.content_wrap .bxwrap.box_lifestyle .articl_box.imgbig .caption .share_box{ right:-6px; bottom: -20px;}
/* /Lifestyle Box List */


/* Celebrity Box List */
.content_wrap .bxwrap.box_celebrity{ margin:0 auto 30px; padding-bottom:30px; background:url(../images/grd_celebrity.jpg) 0 0 repeat-y;
-moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:inset 0 2px 5px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);}
.content_wrap .bxwrap.box_celebrity .box_hdr{ margin:30px auto 30px;}
/* /Celebrity Box List */



/* Celebration Box List */
.content_wrap .bxwrap.box_celebration{ margin:0 auto 60px;}
.content_wrap .bxwrap.box_celebration .box_hdr{ margin:0 auto 30px;}
.content_wrap .bxwrap.box_celebration .box_hdr h1,
.content_wrap .bxwrap.box_celebration .box_hdr h2, 
.content_wrap .bxwrap.box_celebration .box_hdr h3{ padding:8px 10px 5px; margin-left:100px; /*min-width:210px;*/ position:relative;}
.content_wrap .bxwrap.box_celebration .box_content{ padding:0 10px 0; margin:0 auto; position:relative}

.content_wrap .bxwrap.box_celebration .carousel-inner{ text-align:center; margin:0 auto; padding:0; height:100%; max-height:525px;}
.content_wrap .bxwrap.box_celebration .carousel-inner > .item{position:relative; width:940px; height:525px; max-height:525px; clear:both; overflow:hidden; 
/* added to Fix Tedex Carousel Online*/}
.content_wrap .bxwrap.box_celebration .carousel-inner > .item > ul{ display:inline-block; padding:0; margin:0 auto; text-align:right}
.content_wrap .bxwrap.box_celebration .carousel-inner > .item > ul > li{ float:right; clear:none; padding:0; margin:0}

.content_wrap .bxwrap.box_celebration .carousel-indicators{ top:-58px; bottom:0; left:10px; margin:0; padding:0; width:auto; max-height:20px}
.content_wrap .bxwrap.box_celebration .carousel-indicators li{ margin:0; width:15px; height:15px; border:none; background:#8AD4E5;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;}
.content_wrap .bxwrap.box_celebration .carousel-indicators li.active{ background:#29A1CA}

.content_wrap .bxwrap.box_celebration .carousel-control{ color:#666666; background:none; text-shadow:none; padding:0; margin:auto 0; width:auto; 
max-height:72px; opacity:0.5; filter: alpha(opacity=50); display:inline-block}
.content_wrap .bxwrap.box_celebration .carousel-control.left{ left: -52px;}
.content_wrap .bxwrap.box_celebration .carousel-control.right{ right:-52px}
.content_wrap .bxwrap.box_celebration .carousel-control .fa{ font-size:60px; line-height:100%}


.content_wrap .bxwrap.box_celebration .btn_country{ text-align:right}
.content_wrap .bxwrap.box_celebration .btn_country .btn{ clear:none; background:none; box-shadow:none; border-radius:0; border:none; font-size:18px; 
line-height:100%; padding:10px 15px 5px 0; margin: 0; color:#666666}
.content_wrap .bxwrap.box_celebration .btn_country .btn .fa{ vertical-align:middle}
.content_wrap .bxwrap.box_celebration .btn_country .dropdown-menu{ background:#f2f2f2; border:1px solid #e3e3e3; box-shadow:none; min-width: 97px;
left:0; right:112px; top:0; padding:0;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;

-moz-box-shadow:0 2px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 2px 1px rgba(0, 0, 0, 0.2);
box-shadow:0 2px 1px rgba(0, 0, 0, 0.2);}

.content_wrap .bxwrap.box_celebration .btn_country .dropdown-menu > li{border-bottom:1px solid #ffffff; font-size:16px; line-height:100%}
.content_wrap .bxwrap.box_celebration .btn_country .dropdown-menu > li:after{content:"."; color:transparent; clear:both; display:block; width:100%; 
height:1px; margin:0; padding:0; top:0; position:relative; background:#d7d7d7;}
.content_wrap .bxwrap.box_celebration .btn_country .dropdown-menu > li:last-child,
.content_wrap .bxwrap.box_celebration .btn_country .dropdown-menu > li:last-child:after{ border:none; background:none}
.content_wrap .bxwrap.box_celebration .btn_country .dropdown-menu > li > a{ padding:2px 10px 7px}
.content_wrap .bxwrap.box_celebration .btn_country .dropdown-menu > li > a:hover{ color:#000000; background:#efefef}


.content_wrap .bxwrap.box_celebration .btn_country .dropdown-menu:after, 
.content_wrap .bxwrap.box_celebration .btn_country .dropdown-menu:before {
left: 100%; top:6%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }

.content_wrap .bxwrap.box_celebration .btn_country .dropdown-menu:after {
border-color: rgba(136, 183, 213, 0); border-left-color: #f2f2f2; border-width: 5px; margin-top: -5px;}

.content_wrap .bxwrap.box_celebration .btn_country .dropdown-menu:before {
border-color: rgba(194, 225, 245, 0); border-left-color:rgba(0, 0, 0, 0.08); border-width: 7px; margin-top: -7px;}

.content_wrap .bxwrap.box_celebration .loading_box{position:absolute; right:0; left:0; top:0; bottom:0; margin:auto; display:inline-block; color:#fcfcfc; background:#2C2C2C; padding:18px 20px 20px; width:70px; height:70px; z-index:10; font-size:35px; line-height:100%;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;

-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
box-shadow:0 0 5px rgba(0, 0, 0, 0.5);}
/* /Celebration Box List */


/* Videos Box List */
.content_wrap .bxwrap.box_video{ margin:0 auto 60px; padding:0;}
.content_wrap .bxwrap.box_video .box_hdr{ margin:0 auto 30px;}
.content_wrap .bxwrap.box_video .box_hdr h1,
.content_wrap .bxwrap.box_video .box_hdr h2, 
.content_wrap .bxwrap.box_video .box_hdr h3{ /*min-width:97px;*/ padding:7px 10px 5px}

.content_wrap .bxwrap.box_video .vditem_box{ padding:0; margin:0 0 15px; position:relative; overflow:hidden}
.content_wrap .bxwrap.box_video .vditem_box a{color:#fcfcfc}
.content_wrap .bxwrap.box_video .vditem_box:last-child{ margin:0}
.content_wrap .bxwrap.box_video .vditem_box .thumbnail{ padding:0; margin:0; background:none; border:none; box-shadow:none; display:inline-block; float:right; clear:none; position:relative}
.content_wrap .bxwrap.box_video .vditem_box .caption{ padding:22px 15px 0 5px; margin:0; float:right; clear:none; display:inline-block; width:100%; 
max-width:174px; min-height:123px; overflow:hidden; background:rgba(0, 0, 0, 0.7); color:#fcfcfc; border-right:1px solid #ffffff; font:normal 16px/150% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif}
.content_wrap .bxwrap.box_video .vditem_box .caption a{ display:inline-block; max-height:77px; overflow:hidden}

.content_wrap .bxwrap.box_video .vditem_box.imgbig{ margin:0}
.content_wrap .bxwrap.box_video .vditem_box.imgbig .thumbnail{ float:none; clear:both; display:block; position:relative}
.content_wrap .bxwrap.box_video .vditem_box.imgbig .thumbnail .btn{ background:none; padding:0; margin:auto; position:absolute; top:0; bottom:0; right:0; 
left:0; display:inline-block; width:72px; height:72px; box-shadow:none; opacity: 0.5; filter: alpha(opacity=50);}
.content_wrap .bxwrap.box_video .vditem_box.imgbig .thumbnail .btn .fa{ font-size:72px; line-height:100%; text-shadow:0 2px 2px rgba(0, 0, 0, 0.7)}
.content_wrap .bxwrap.box_video .vditem_box.imgbig .caption{display:block; float:none; clear:both; width:100%; max-width:100%; min-height:inherit; 
padding:10px 15px; position:absolute; bottom:0;}
.content_wrap .bxwrap.box_video .vditem_box.imgbig .caption a{ max-height:100%;}
/* /Videos Box List */

/* Standard Listing Page */
.box_lsting .pg_container{ z-index: 55; position: relative;}
.content_wrap .bxwrap.box_lsting{margin:0 auto 30px; padding:0;}
.content_wrap .bxwrap.box_lsting .box_hdr h1,
.content_wrap .bxwrap.box_lsting .box_hdr h2, 
.content_wrap .bxwrap.box_lsting .box_hdr h3{ /*min-width:210px;*/ padding:7px 10px 5px}

.content_wrap .bxwrap.box_lsting .intro_box{ margin-bottom:30px;}
.content_wrap .bxwrap.box_lsting .list_box > ul > li{ margin-bottom:30px;}

.content_wrap .bxwrap.box_lsting .articl_box.imgbig{max-width:620px;}
.content_wrap .bxwrap.box_lsting .articl_box.imgbig .caption{  min-height:52px;}
.content_wrap .bxwrap.box_lsting .articl_box.imgbig .caption .captxt{ bottom:10px;max-width:100%;}
.content_wrap .bxwrap.box_lsting .articl_box.imgbig .caption .share_box{right:12px; bottom:-20px;}

.content_wrap .bxwrap.box_lsting .newsletter_wrap{height:187px; margin-top:13px; background:url(../images/shadow_newsletter.png) center bottom no-repeat; text-align:center;}
.content_wrap .bxwrap.box_lsting .newsletter_wrap .container{background:#e6e6e6 url(../images/grd_newsletter_light.gif) center bottom/100% no-repeat; height:178px; width:300px; border:1px solid #ffffff; padding:8px 0;
-moz-box-shadow:0 -1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow:0 -1px 3px rgba(0, 0, 0, 0.1);
box-shadow:0 -1px 3px rgba(0, 0, 0, 0.1);}
.content_wrap .bxwrap.box_lsting .newsletter_wrap h3{ color:#2BAAE2; margin-bottom:7px; 
font:normal 18px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif}

.content_wrap .bxwrap.box_lsting .newsletter_wrap .form{ margin:8px 0 0}
.content_wrap .bxwrap.box_lsting .newsletter_wrap .form .form-group{ margin:0 auto 7px;}
.content_wrap .bxwrap.box_lsting .newsletter_wrap .form .form-control{ border-radius:0; border:none; max-width:65%; height:30px; margin:0 auto;
-moz-box-shadow: inset 0 -4px #f2f2f2;
-webkit-box-shadow: inset 0 -4px #f2f2f2;
box-shadow: inset 0 -4px #f2f2f2;
-webkit-appearance: none;}
.content_wrap .bxwrap.box_lsting .newsletter_wrap .form button[type="submit"].btn{ border:none; text-shadow:none; border-radius:0; color:#fcfcfc; 
background:#2BAAE2; height:32px; min-width:110px; padding:0 0 4px; box-shadow:none; outline:none; font-size:14px; line-height:100%;

-moz-box-shadow: inset 0 -4px #1F7FA0;
-webkit-box-shadow: inset 0 -4px #1F7FA0;
box-shadow: inset 0 -4px #1F7FA0;
-webkit-appearance: none;
}
/* /Standard Listing Page */


/* Article Page */
.article_pg .pg_container{ z-index: 55; position: relative;}
.content_wrap .bxwrap.article_pg{margin:0 auto 30px; padding:0;}

/* Right Column */
.content_wrap .bxwrap.article_pg .clmn_rit{max-width:620px; background:#ffffff}
.content_wrap .bxwrap.article_pg .clmn_rit .container{ padding:0; width:100%; max-width:100%;}
.content_wrap .bxwrap.article_pg .clmn_rit .thumbnail{ position:relative}
.content_wrap .bxwrap.article_pg .clmn_rit .thumbnail > img{ margin:0}
.content_wrap .bxwrap.article_pg .clmn_rit .thumbnail > a > img.img-responsive{ margin:0 auto; max-height:800px}
/*.content_wrap .bxwrap.article_pg .clmn_rit img{transition:none; opacity:1; transform:none}*/
.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap .articl_box.active p a{color: #2BAAE2 !important; }

.content_wrap .bxwrap.article_pg .clmn_rit .btn_album{z-index: 2; position:absolute; display:block; margin:auto; top:0; bottom:0; 
right:0; left:0; width:98px; height:98px; background:rgba(43, 170, 226,0.7); color:#eee0e6; text-align:center; font-size:48px; line-height:100%;
-webkit-border-radius:50px;
-moz-border-radius:50px;
border-radius:50px;}
.content_wrap .bxwrap.article_pg .clmn_rit .btn_album:hover{background:rgba(0, 118, 255, 0.7)}
.content_wrap .bxwrap.article_pg .clmn_rit .btn_album .fa{width:52px;height:45px; position:absolute; right:0;left:0; top:0;bottom:0; margin:auto;}


.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb{ position:absolute; bottom:5px; right:0;}
.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb > ul{display:inline-block; list-style:none; float:right; clear:none; padding:8px 10px; 
margin:0; background:rgba(0, 0, 0, 0.7);}
.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb > ul > li{padding:0; margin:0 0 0 10px; clear:none; float:right}
.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb > ul > li a{display:inline-block; padding:0; margin:0;}
.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb > ul > li a > img{border:1px solid transparent}
.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb > ul > li a > img.album_thumb_gif{max-width: 73px; max-height: 53px;}
.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb > ul > li a:hover > img, 
.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb > ul > li a.active > img {
border-color: #ffffff;}
.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb > ul > li:last-child{ margin:0}
.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb > .thumbnr{color:#fcfcfc; display:inline-block; padding:5px; margin:0 1px 0 0; clear:none; 
float:right; background: rgba(0, 0, 0, 0.7); text-shadow:0px 1px #000000; font-size:14px; line-height:100%; white-space:nowrap; position:absolute; bottom:0; width: 75px; height: 77px;}

.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb>.thumbnr {
    text-align:center;
}
.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb>.thumbnr .fa-clone {

    margin: 8px 0 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-size:27px; 
 
 }
 
 
 
span.number_pix {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox{ padding:0; margin:0;}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox:before,
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox:after{ content:''; color:transparent; min-height:12px; display:block; padding:0; 
margin:0 0 27px; border:none; background:url(../images/grd_separator.png) 0 0}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox:after{ margin:25px 0 0;}

.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .hdr_wrap{ text-align:center; margin:0 auto 27px; padding:0 15px;}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .label{ display:inline-block; margin:0 0 5px; padding:0; text-align:center; color:#2BAAE2; 
font:normal 18px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif; white-space:normal}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox h2, 
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox h1{font:normal 26px/150% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif}

.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap{color:#6a6a6a; border:2px dotted #dddddd; border-width:2px 0; margin-bottom:22px; 
min-height:45px; display:table; width:100%; height:100%}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap .byuser{margin:0/*1% 0 0*/; padding-right:15px; min-height:55px; overflow:hidden; 
display:table; height:100%; /*display:table-cell; vertical-align:middle*/}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap .nouser{ padding-top:0 /*17px*/}

.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap cite, 
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap span.date{ padding:0 0 0 5px; margin:0 0 5px; font-size:14px; display:table-cell;
/*display:block;*/ vertical-align: middle;}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap span.date{font-size:11px;}
 
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap cite i{ font-style:normal; display:inline-block; padding-right:5px}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap .share_box{ margin:12px 0; background:#f2f2f2}

.content_wrap .bxwrap.article_pg .share_box > ul > li a, .content_wrap .bxwrap.article_pg .share_box > ul > li .lnkmore{padding:12px 10px; 
font-size:18px; line-height:100%}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap .byuser cite img {max-height: 40px;}

.content_wrap .bxwrap.article_pg .share_wrap .share_box .fa{ font-size:18px;}
.content_wrap .bxwrap.article_pg .share_wrap .share_box .lnkmore .dropdown-menu{ top:52px; right:-32px;
-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
box-shadow:0 -1px 2px rgba(0, 0, 0, 0.2);}

.content_wrap .bxwrap.article_pg .share_wrap .share_box .lnkmore .dropdown-menu:after, 
.content_wrap .bxwrap.article_pg .share_wrap .share_box .lnkmore .dropdown-menu:before {
	bottom: 100%; margin:0; top:auto;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.content_wrap .bxwrap.article_pg .share_wrap .share_box .lnkmore .dropdown-menu:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color:#f2f2f2;
	border-width: 5px;
	margin-left: -5px;
}
.content_wrap .bxwrap.article_pg .share_wrap .share_box .lnkmore .dropdown-menu:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color:rgba(0, 0, 0, 0.1);
	border-width: 7px;
	margin-left: -7px;
}

/*New CSS (sharing facebook_messenger & flipboard)*/
.content_wrap .bxwrap.article_pg .share_wrap .share_box .fab{ font-size: 18px;}
.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu > li > a .fab{ font-size: 20px;}

.content_wrap .bxwrap .share_box .lnkmsn, 
.menu_wrap.shrsticky_wrap .share_box .lnkmsn{ color: #09f;}
.content_wrap .bxwrap .share_box .lnkmsn:hover, 
.menu_wrap.shrsticky_wrap .share_box .lnkmsn:hover{ background-color: #09f; color:#fcfcfc}
.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu > li > a.lnkmsn:hover{ color: #09f}

.content_wrap .bxwrap .share_box .lnkflipboard, 
.menu_wrap.shrsticky_wrap .share_box .lnkflipboard{ color: #f52828;}
.content_wrap .bxwrap .share_box .lnkflipboard:hover, 
.menu_wrap.shrsticky_wrap .share_box .lnkflipboard:hover{ background-color: #f52828; color:#fcfcfc}
.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu > li > a.lnkflipboard:hover{ color: #f52828}
.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu > li > a:hover{ 
background-image: -webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));
background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: -moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);}
.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu > li > a.lnktwter:hover{ color:#00C3F5}
/*New CSS*/

/*New CSS (sharing facebook_messenger & flipboard)*/
.content_wrap .bxwrap .share_box .fab, 
.menu_wrap.shrsticky_wrap .share_box .fab{ font-size:16px}

.content_wrap .bxwrap .share_box .lnkmsn, 
.menu_wrap.shrsticky_wrap .share_box .lnkmsn{ color:#09f}
.content_wrap .bxwrap .share_box .lnkmsn:hover, 
.menu_wrap.shrsticky_wrap .share_box .lnkmsn:hover{ background:#09f; color:#fcfcfc}

.content_wrap .bxwrap .share_box .lnkflipboard, 
.menu_wrap.shrsticky_wrap .share_box .lnkflipboard{ color:#f52828}
.content_wrap .bxwrap .share_box .lnkflipboard:hover, 
.menu_wrap.shrsticky_wrap .share_box .lnkflipboard:hover{ background:#f52828; color:#fcfcfc}

.content_wrap .bxwrap .share_box .lnkmore .dropdown-menu > li > a .fab{ font-size: 20px; line-height: 100%;}
.content_wrap .bxwrap .share_box .lnkmore .lnkmsn,
.menu_wrap.shrsticky_wrap .share_box .lnkmore .lnkmsn{ color:#09f}
.content_wrap .bxwrap .share_box .lnkmore .lnkmsn:hover,
.menu_wrap.shrsticky_wrap .share_box .lnkmore .lnkmsn:hover{ color:#09f;
background-color: #e8e8e8;
background-image: -webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));
background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: -moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
}

.content_wrap .bxwrap .share_box .lnkmore .lnkflipboard,
.menu_wrap.shrsticky_wrap .share_box .lnkmore .lnkflipboard{ color:#f52828}
.content_wrap .bxwrap .share_box .lnkmore .lnkflipboard:hover,
.menu_wrap.shrsticky_wrap .share_box .lnkmore .lnkflipboard:hover{ color:#f52828;
background-color: #e8e8e8;
background-image: -webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));
background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: -moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
}
/*New CSS*/

.content_wrap .bxwrap .share_box > ul > li .lnkmore:hover, .content_wrap .bxwrap .share_box > ul > li .lnkmore.open{ background:#666666; color:#fcfcfc}
.content_wrap .bxwrap .share_box .lnkmore:hover .dropdown-toggle, .content_wrap .bxwrap .share_box .lnkmore.open .dropdown-toggle{ color:#fcfcfc}

.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .dcption_wrap{ padding:0 15px; margin:0; font-size:16px; line-height:170%;}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .dcption_wrap .panel-info{float: right; max-width: 285px; max-height: 140px; text-align: center; 
font-size: 22px; line-height:150%; color: #2BAAE2; width: 100%; padding: 20px; margin:0 -15px 0 15px; background: url(../images/grd_artcltxt.png) 0 0 repeat;}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .dcption_wrap p{ padding:0; margin:0 0 15px}

.content_wrap .bxwrap.article_pg .clmn_rit ul.mrlnk_articl{ padding:0; margin:20px 0 0}
.content_wrap .bxwrap.article_pg .clmn_rit ul.mrlnk_articl > li > a,
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .dcption_wrap a{ color:#0062a1; font:normal 16px/150% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif}

.content_wrap .bxwrap.article_pg .share_box > ul > li.nmbrlike{ background:#ffffff; text-align:center; position:relative;}
.content_wrap .bxwrap.article_pg .share_box > ul > li.nmbrlike span{ font-size:12px; display:block;/*position:absolute; top:4px/*-5px; */
/*right:-85px;*/ margin:0; position:static; padding:4px 0 0 2px}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap ul > li.nmbrlike span > cite{ margin:0 auto !important; padding:0 !important; 
font:normal 34px/70% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif; white-space:nowrap; display:block; color:#ff9600}

/* Writer Box */
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap{ padding:12px 10px; margin:0; position:relative}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_img{clear:none; margin:0 auto; padding:0; vertical-align:top; text-align:center; 
display:inline-block; width:85px; height:85px; background:none;
-webkit-border-radius:85px;
-moz-border-radius:85px;
border-radius:85px;}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_img > img{display:inline-block; max-width:85px; margin:0 auto; text-align:center;
-webkit-border-radius:85px;
-moz-border-radius:85px;
border-radius:85px;}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_info{ padding:0 20px 0 0; margin:/*12px*/ 0 0; clear:none; display:inline-block; max-width:84%; 
font-size:14px; line-height:130%;}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_info h3{ margin-bottom:10px; font:normal 18px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_info h3 a{ color:#2BAAE2}


.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share{ position:absolute; top:5px; left:5px; }
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn{ width:22px; height:22px; padding:1px 0 0; margin:0 auto; background:#f2f2f2; 
text-align:center; font-size:18px; line-height:100%;}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_share{background:none; color:#2BAAE2; font-size:24px; line-height:100%;}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_fecebook{ padding-top:2px; color:#4d71a8;}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_twitter{ color:#1bb7ea;}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_gplus{ padding-top:2px; color:#e3411f;}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_ytube{ color:#ca3737;}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_instgrm{ padding:1px 1px 0 0; color:#444444;}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_pintrst{ padding:1px 1px 0 0; color:#ca3837;}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_email{ font-size:16px; padding-top:2px; color:#3e3e3e;}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_snapchat{ padding:0px 0px 0 0; color:#ca3837;}

.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_fecebook:hover{ background:#4d71a8; color:#fcfcfc}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_twitter:hover{ background:#1bb7ea; color:#fcfcfc}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_gplus:hover{ background:#e3411f; color:#fcfcfc}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_ytube:hover{ background:#ca3737; color:#fcfcfc}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_instgrm:hover{ background:#444444; color:#fcfcfc}

.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_pintrst:hover{ background:#ca3837; color:#fcfcfc}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share .btn.btn_email:hover{ background:#3e3e3e; color:#fcfcfc}

.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share ul.list-inline{ margin:3px 0 0 2px; padding:0}
.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_share ul.list-inline > li{ padding:0; margin:0}
/* /Writer Box */

/* Newsletter Inner Article Box */
.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right{max-width:632px; background:url(../images/shadow_newsletter.png) center 83% no-repeat;}
.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right p.done_msg{margin-top: 20px; text-align:center}
.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right:before,
.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right:after{ content:''; color:transparent; min-height:12px; display:block; padding:0; 
margin:0 0 30px; border:none; /*background:url(../images/grd_separator.png) 0 0*/}
.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right:after{ min-height:5px; margin:30px 0 0;}

.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right .container{ 
background:#e6e6e6 url(../images/grd_newsletter_inner_light.gif) center bottom no-repeat; height:100px; border:1px solid #ffffff; border-width:1px 0; 
padding:18px 58px 0; max-width:620px;
-moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}

.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right h3{ margin-bottom:10px; font-size:16px; line-height:130%;}
.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right .text-danger{ color:#2BAAE2; font:normal 16px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif}
.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right .inpt_name{max-width:162px; margin-left:10px;}
.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right input{ padding:0 10px 0 5px; margin:0; border:0; border-radius:0; height:37px;
-moz-box-shadow:inset 0 -4px #f2f2f2;
-webkit-box-shadow:inset 0 -4px #f2f2f2;
box-shadow:inset 0 -4px #f2f2f2;}
.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right .inpt_email{max-width:230px; margin-left:10px;}
.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right button[type="submit"].btn{ border:none; text-shadow:none; border-radius:0; color:#fcfcfc; background:#2BAAE2; height:37px; min-width:102px; padding:0 0 4px; box-shadow:none; outline:none; font-size:14px; line-height:100%;
-moz-box-shadow: inset 0 -4px #1F7FA0;
-webkit-box-shadow: inset 0 -4px #1F7FA0;
box-shadow: inset 0 -4px #1F7FA0;
-webkit-appearance: none;}
/* /Newsletter Inner Article Box */

/* Related Article */
.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap{ padding:8px 0 20px; border-bottom:1px dashed #dddddd}
.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap h3{ padding:0; margin:0 auto 10px; text-align:center; color:#2BAAE2;
font:normal 18px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif}
.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap h3:before{content:''; color:transparent; min-height:5px; display:block; padding:0; 
margin:12px 0 12px; border:none; background:url(../images/grd_separator.png) 0 0}

.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap ul{ padding:0; margin:20px 0 0; overflow:hidden; clear:both}
.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap ul > li{float:right; clear:none; padding:0; margin:0 0 0 1.42em; max-width:140px;}
.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap ul > li:last-child{ margin:0;}

.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap .articl_box{background:none; box-shadow:none;}
.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap .articl_box .thumbnail{ float:none; padding:0; margin:0 auto; background:none; max-width:140px;}
.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap p, 
.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap h4,
.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap h2{ height: 65px; overflow:hidden; padding:2px 10px 0 5px; margin:0; line-height:150%}

.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap .articl_box.active p, 
.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap .articl_box.active a{ color:#1F7FA0 !important}
/* /Related Article */

/* Comment Article Box */
.content_wrap .bxwrap.article_pg .clmn_rit .cment_wrap{ padding:12px 0 20px;}
.content_wrap .bxwrap.article_pg .clmn_rit .cment_wrap h3{ padding:0 10px; margin:0 auto 10px; text-align:right; color:#2BAAE2;
font:normal 18px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif}
/* /Comment Article Box */
/* /Right Column */

/* Left Column */
.content_wrap .sidebox.clbrated_wrap .articl_box .caption{background:rgba(0, 0, 0, 0.8)}
.content_wrap .sidebox.clbrated_wrap .articl_box .caption .captxt{ background:none; color:#fcfcfc}
.content_wrap .sidebox.clbrated_wrap .articl_box .caption .captxt a{ color:#fcfcfc}

.content_wrap .sidebox.clbrated_wrap .clbrat_one .articl_box .caption{ background:#ffffff}
.content_wrap .sidebox.clbrated_wrap .clbrat_one .articl_box .caption .captxt{ background:#ffffff; color:#333333}
.content_wrap .sidebox.clbrated_wrap .clbrat_one .articl_box .caption .captxt a{ color:#333333}

.content_wrap .sidebox.clbrated_wrap .clbrat_carousel .carousel-inner{ padding-bottom:2px; min-height:110px;}
.content_wrap .sidebox.clbrated_wrap .clbrat_carousel .carousel-control{ z-index:5; width:21px; height:21px; top:-37px; bottom:auto; background:#2BAAE2; 
box-shadow:none; text-shadow:none; opacity:1; filter:alpha(opacity=100); font-size:14px; line-height:100%;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
}
.content_wrap .sidebox.clbrated_wrap .clbrat_carousel .carousel-control.left{left:0}

.content_wrap .sidebox.clbrated_wrap .clbrat_carousel ul li{ padding:0; margin:0 0 20px}
.content_wrap .sidebox.clbrated_wrap .clbrat_carousel ul li:nth-child(even) .articl_box{ float:left}
.content_wrap .sidebox.clbrated_wrap .clbrat_carousel ul li:nth-last-child(-n+2){ margin-bottom:0}
.content_wrap .sidebox.clbrated_wrap .clbrat_carousel .articl_box{ max-width:140px;}

.content_wrap .sidebox.clbrated_wrap .clbrat_carousel .carousel-control .fa{ padding:4px 0 0; text-align:center}
.content_wrap .sidebox.clbrated_wrap .clbrat_carousel .carousel-control .fa.fa-chevron-right{ margin-right:-2px}
.content_wrap .sidebox.clbrated_wrap .clbrat_carousel .carousel-control .fa.fa-chevron-left{ margin-left:-2px}


.content_wrap .sidebox.readmr_wrap .articl_box{ margin-bottom:20px;} 
.content_wrap .bxwrap.article_pg .newsletter_wrap{height:187px; margin-top:13px; background:url(../images/shadow_newsletter.png) center bottom no-repeat; text-align:center;}
.content_wrap .bxwrap.article_pg .newsletter_wrap .container{background:#e6e6e6 url(../images/grd_newsletter_light.gif) center bottom/100% no-repeat; height:178px; width:300px; border:1px solid #ffffff; padding:8px 0;
-moz-box-shadow:0 -1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow:0 -1px 3px rgba(0, 0, 0, 0.1);
box-shadow:0 -1px 3px rgba(0, 0, 0, 0.1);}
.content_wrap .bxwrap.article_pg .newsletter_wrap h3{ color:#2BAAE2; margin-bottom:7px; 
font:normal 18px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif}
.content_wrap .bxwrap.article_pg .newsletter_wrap .done_msg{margin-top:65px}

.content_wrap .bxwrap.article_pg .newsletter_wrap .form{ margin:8px 0 0}
.content_wrap .bxwrap.article_pg .newsletter_wrap .form .form-group{ margin:0 auto 7px;}
.content_wrap .bxwrap.article_pg .newsletter_wrap .form .form-control{ border-radius:0; border:none; max-width:65%; height:30px; margin:0 auto;
-moz-box-shadow: inset 0 -4px #f2f2f2;
-webkit-box-shadow: inset 0 -4px #f2f2f2;
box-shadow: inset 0 -4px #f2f2f2;
-webkit-appearance: none;}
.content_wrap .bxwrap.article_pg .newsletter_wrap .form button[type="submit"].btn{ border:none; text-shadow:none; border-radius:0; color:#fcfcfc; 
background:#2BAAE2; height:32px; min-width:110px; padding:0 0 4px; box-shadow:none; outline:none; font-size:14px; line-height:100%;
-moz-box-shadow: inset 0 -4px #1F7FA0;
-webkit-box-shadow: inset 0 -4px #1F7FA0;
box-shadow: inset 0 -4px #1F7FA0;
-webkit-appearance: none;
}
/* /Left Column */

/* Gadget Box */
.gadget_wrap{ position:absolute; z-index:100; left:20px; bottom:100px; padding:0; margin:0; width:100%; max-width:396px; max-height:164px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);}
.gadget_wrap a{ color:#333333}

.gadget_wrap .close{ margin:0 auto; padding:0; text-align:center; z-index:10; position:absolute; left:4px; top:4px; display:inline-block; 
width:22px; height:22px; text-shadow:none; opacity:1; filter: alpha(opacity=100); color:#cccccc; background:#ffffff; box-shadow:none; outline:none; font-size:22px; line-height:100%;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;}

.gadget_wrap .carousel-inner{ padding:0; background:#ffffff; color:#333333;
-webkit-border-radius:2px 2px 0 0;
-moz-border-radius:2px 2px 0 0;
border-radius:2px 2px 0 0;}
.gadget_wrap .carousel-inner > .item{ z-index:5; padding:10px 15px; overflow:hidden; clear:both}
.gadget_wrap .carousel-inner .thumbnail{ background:none; border:none; box-shadow:none; border-radius:0; display:inline-block; float:right; clear:none;}
.gadget_wrap .carousel-inner .carousel-caption{ padding:15px 12px 0 0; margin:0; text-align:right; text-shadow:none; max-width:230px; float:right; 
clear:none; position:static; color:#333333; font-size:16px; line-height:150%;}


.gadget_wrap .control_wrap{ padding:10px; margin:0; position:relative; overflow:hidden; height:100%; clear:both; background:#2BAAE2; color:#fcfcfc;
-webkit-border-radius:0 0 2px 2px;
-moz-border-radius:0 0 2px 2px;
border-radius:0 0 2px 2px;}
.gadget_wrap .control_wrap a{ color:#fcfcfc}
.gadget_wrap .control_wrap .carousel-control{ vertical-align:middle; text-shadow:none; width:auto; top:auto; bottom:0; background:none; position:inherit; opacity:1; filter: alpha(opacity=100); font-size:16px; line-height:100%;}
.gadget_wrap .control_wrap .carousel-control.right{ float:right}
.gadget_wrap .control_wrap .carousel-control.left{ float:left}

.gadget_wrap .control_wrap .carousel-control .fa{ font-size:18px; vertical-align:middle}
/* /Gadget Box */
/* /Article Page */


/* Star of The Week Page */
body.pg_stareweek{background:#07010b url(../images/stars_bg.jpg) center 151px no-repeat;/* background-attachment:fixed;*/}
body.pg_stareweek .header_wrap{ background-position:0 0}
body.pg_stareweek .header_wrap .opcity{ background:none}
body.pg_stareweek .header_wrap .opcity .hdrshare > ul.list-inline > li:last-child:before{ background:rgba(255, 255, 255, 0.2); width:1px}

body.pg_stareweek .content_wrap .bxwrap .content, 
body.pg_stareweek .content_wrap .bxwrap .container, 
body.pg_stareweek .breadcrumb_wrap .container{background:#FFFFFF url(../images/grd_page.gif) 0 0 repeat /* no change ground */}
body.pg_stareweek .loader_wrap .btn{background:#FFFFFF url(../images/grd_page.gif) 0 0 repeat /* no change ground */}

body.pg_stareweek .content_wrap .box_hdr_stars{margin:23px auto 0; padding:0 5px; color:#ffffff; min-height:65px;} 
body.pg_stareweek .content_wrap .box_hdr_stars h2, body.pg_stareweek .content_wrap .box_hdr_stars h1{font:normal 48px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}

body.pg_stareweek .content_wrap .breadcrumb_wrap{margin:17px 0 0}
body.pg_stareweek .content_wrap .breadcrumb_wrap .container{padding: 12px 5px 0;}
body.pg_stareweek .content_wrap .breadcrumb_wrap ul{padding:0 0 18px;}

body.pg_stareweek .content_wrap .bxwrap.box_lsting{margin:0 auto;}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .box_content{ padding-bottom:40px}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .intro_box{ margin-bottom:15px}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .list_box > ul > li{ margin-bottom:20px;}

body.pg_stareweek .content_wrap .bxwrap .articl_box .thumbnail .label.ctries_star > span,
body.pg_stareweek .content_wrap .bxwrap .articl_box .thumbnail .label.ctries_star > h3{ padding:8px 20px 10px; background:rgba(0, 0, 0, 0.8); 
font:normal 20px/100% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif;}
body.pg_stareweek .content_wrap .bxwrap .articl_box .thumbnail .label.ctries_star{ bottom:15px; top:auto;}
body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig .thumbnail .label.ctries > .fa{ background:#2BAAE2}

body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig.active .thumbnail .label.ctries > span,
body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig.active .thumbnail .label.ctries > h3{ background:#424242 !important}

body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig.active .thumbnail .label.ctries_star > span, 
body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig.active .thumbnail .label.ctries_star > h3,
body.pg_stareweek .content_wrap .bxwrap .articl_box.active .thumbnail .label.ctries_star > span,
body.pg_stareweek .content_wrap .bxwrap .articl_box.active .thumbnail .label.ctries_star > h3{background:rgba(190, 0, 113, 0.80) !important}


body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap{ margin:30px 0 0;height: 178px;}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .container{ height:170px; padding:8px 0 0;
background:#e6e6e6 url(../images/grd_newsletter_stars.gif) center bottom/100% no-repeat;}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap p.done_msg{ text-align:center; margin-top:15px; font-size:18px; padding:0 30px}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap p.done_msg span.label{ display:block; clear:both; margin-bottom:5px; font-weight:normal; font-size:22px; color:#2BAAE2}

body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap h3{ margin-bottom:10px; font:normal 16px/100% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star ul{ overflow:hidden; clear:both; max-width:88%; margin:0 auto}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star ul > li{ padding:0; margin:0; float:right; clear:none}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star .form-control{ max-width:88%; font-size:13px;}

body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form .form-group{ margin:0 auto}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star .inpt_name{ padding:0; display:inline-block; float:right}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star .inpt_name input{max-width:125px; padding:6px 5px; margin:0}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star .inpt_email{ display:inline-block;}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star .inpt_email input{max-width:130px; padding:6px 5px; margin:0}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star .inpt_star{ margin:0 auto; max-width:88%}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star .inpt_star input{ max-width:280px; padding:6px 5px}

body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star .checkbox{padding-right:36px; width:94%; margin:0 auto; color:#999; 
margin-bottom:8px; font-size:11px;}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star .checkbox label{float:right; margin-top:8px;}
body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star .checkbox input{margin-right:-18px; margin-top:0;}

body.pg_stareweek .content_wrap .bxwrap .articl_box .caption.upper{position:absolute; top:0; width:100%; max-width:155px; background:none}
body.pg_stareweek .content_wrap .bxwrap .articl_box .caption.upper .captxt{ background:none; padding:0 10px;}
body.pg_stareweek .content_wrap .bxwrap .articl_box .caption.upper .share_box{margin: 0 -24px; bottom: 0; background:rgba(0, 0, 0, 0.8)}

body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig .caption{min-height: 17px;}
body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig .caption.upper{ left:10px;}
body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig .caption.upper .share_box{bottom:-30px; margin: 0 -23px;}
body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig .caption.upper .share_box .lnkmore .dropdown-menu{right:-32px; top:38px;}

body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig .caption.upper .share_box .lnkmore .dropdown-menu:after, 
body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig .caption.upper .share_box .lnkmore .dropdown-menu:before{ bottom:100%; top:auto; left:50%;}
body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig .caption.upper .share_box .lnkmore .dropdown-menu:before{border-color:rgba(194, 225, 245, 0);
border-bottom-color:rgba(0, 0, 0, 0.1); border-width:7px; margin-left:-7px;}
body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig .caption.upper .share_box .lnkmore .dropdown-menu:after {
border-color: rgba(136, 183, 213, 0); border-bottom-color:rgba(0, 0, 0, 0.8); border-width: 5px; margin-left: -5px;}

body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnkfcbook,
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnktwter,
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnkmore,
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnkgplus,
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnksend,
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnkpintrst{color:#fcfcfc}
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box > ul > li{border-left: 1px solid rgba(0, 0, 0, 1);}
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box > ul > li:last-child{ border:none}
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-toggle{color:#fcfcfc}

body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box > ul > li .lnkmore:hover, 
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box > ul > li .lnkmore.open{background: #000000}

body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu{ background:rgba(0, 0, 0, 0.8);}
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu > li:after{ background:#5F554F}
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu > li:last-child:after{ background:none}


body.pg_stareweek .content_wrap .bxwrap .share_box .lnkmore .dropdown-menu > li > a, 
body.pg_stareweek .content_wrap .bxwrap .share_box .lnkmore{background-color: rgba(0, 0, 0, 0.2);}

body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu > li > a:hover, 
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu > li > a:focus{ background:rgba(0, 0, 0, 1)}
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu:before{border-left-color: rgba(0, 0, 0, 0.1);} 
body.pg_stareweek .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu:after{ border-left-color:rgba(0, 0, 0, 0.8);}

body.pg_stareweek .loader_wrap{background:#ded2d1 url(../images/grd_loaderStart.gif) 0 0 repeat;}
/* /Star of The Week Page */


/* Star of The Week Page Node Page */
body.stareweek_node{ background:#07010b url(../images/starsnode_bg.jpg) center 151px no-repeat; background-attachment:fixed;}
body.stareweek_node .content_wrap .bxwrap .content, body.stareweek_node .content_wrap .bxwrap .container{ background:#ffffff}

body.stareweek_node .breadcrumb_wrap, body.stareweek_node .breadcrumb_wrap ul li a,
body.stareweek_node .breadcrumb_wrap ul li span, 
body.stareweek_node .breadcrumb_wrap ul li:after{color:#a6a6a6;}

body.stareweek_node .breadcrumb_wrap .container{ background:none}
body.stareweek_node .content_wrap .breadcrumb_wrap .container {padding:12px 185px 0 0; margin-bottom:-15px;}

body.stareweek_node .box_hdrnode{padding:0; margin:0 auto; background:url(../images/node_separator.png) 0 0; height:100%; max-height:34px;}
body.stareweek_node .box_hdrnode h2{ min-height:34px; width:auto; color:#be0068; display:inline-block; padding:4px 10px 5px; margin:0 auto; 
background:#FFFFFF; font-size:20px; line-height:100%; 
 max-width: 450px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

body.stareweek_node .article_pg .pg_container {padding-top:100px;}
body.stareweek_node .content_wrap .intro_box .banner {padding:22px 0 30px; background:url(../images/node_separator.png) 0 0;}

body.stareweek_node .content_wrap .bxwrap.article_pg .clmn_rit.imgbig{background:url(../images/node_separator.png) 0 0; padding-bottom:13px; overflow:visible}
body.stareweek_node .content_wrap .bxwrap.box_lsting .intro_box {margin-bottom: 45px;}


body.stareweek_node .content_wrap .bxwrap .articl_box {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none; 
}
body.stareweek_node .content_wrap .bxwrap .node_news{ padding-bottom: 20px;}
body.stareweek_node .content_wrap .bxwrap .node_news .box_hdrnode{ margin:0 10px 25px;}
body.stareweek_node .content_wrap .bxwrap .node_news .articl_box, 
body.stareweek_node .content_wrap .bxwrap .node_news .video_box{margin-bottom:20px; min-height:120px; padding:0; margin:0; clear:both; 
height:100%; width:100%; max-width:300px; background:#f4f4f4;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); 
}
body.stareweek_node .content_wrap .bxwrap .node_news .articl_box a{color:#333333;}
body.stareweek_node .content_wrap .bxwrap .node_news .thumbnail{padding:0; margin:0; display:inline-block; float:right; clear:none; background:#f4f4f4; box-shadow:none; border:none; border-radius:0; position:relative;}

body.stareweek_node .content_wrap .bxwrap .node_news .caption{padding:5px 8px 0 0; margin:0; float:right; clear:none; display:block; 
max-width:139px; width:100%; min-height:120px; overflow:hidden; background:#ffffff; 
font:normal 16px/135% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif;}
body.stareweek_node .content_wrap .bxwrap .node_news .caption .captxt{background:none; position:inherit; padding:5px 5px 0 0;
margin:0 auto; background:#ffffff; position:absolute; top:0; right:0; left:0; width:88%;/* max-width:92%; max-height:115px; overflow:hidden*/}
body.stareweek_node .content_wrap .bxwrap.article_pg .share_box > ul > li a, 
body.stareweek_node .content_wrap .bxwrap.article_pg .share_box > ul > li .lnkmore{ background-color:rgba(0, 0, 0, 0.2); font-size:12px; line-height:100%; padding:8px 7px 7px}
body.stareweek_node .content_wrap .bxwrap .node_news .caption p, 
body.stareweek_node .content_wrap .bxwrap .node_news .caption h4{ line-height:135%; font-size:16px;}

body.stareweek_node .content_wrap .node_news .node_title {padding:10px 0 16px;}
body.stareweek_node .content_wrap .node_news .node_title h2{ color:#be0068; font-size:22px}

body.stareweek_node .content_wrap .node_news .know_box .node_title{padding:13px 0 0;}
body.stareweek_node .content_wrap .node_news .know_box .node_title h2{ margin: 0 10px 13px}
body.stareweek_node .content_wrap .node_news .know_box a, body.stareweek_node .content_wrap  .node_news .know_box a:hover{ color:#be0068}
body.stareweek_node .content_wrap .node_news .know_box .node_title:after{ content: ''; color: transparent; min-height: 10px;
display: block; padding: 0; margin: 0 0 ; border: none; background: url(../images/node_separator.png) 0 0;}
body.stareweek_node .content_wrap .node_news .know_box span { font-family:'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}

body.stareweek_node .content_wrap .node_news .achievment_box:after{ content:''; color: transparent; min-height:20px; display:block; padding:0; margin:0 0; border: none; background: url(../images/node_separator.png) 0 0;}
body.stareweek_node .content_wrap .node_news .achievment_box h2{ color:#be0068; font-size: 22px }
body.stareweek_node .content_wrap .node_news .achievment_box h2:after{ content: ''; color: transparent; min-height: 7px; display: block; padding: 0; 
margin:13px 0 0; border: none; background: url(../images/node_separator.png) 0 0;}

body.stareweek_node .content_wrap .node_news .achievment_box ul{ margin-top: 15px; font-size:16px; display:block; list-style-type:disc; max-height:288px; overflow-y:auto}
body.stareweek_node .content_wrap .node_news .achievment_box ul li{ list-style-type:disc; list-style-position:inside}
body.stareweek_node .content_wrap .node_news .achievment_box li:after {content: ''; color:transparent; min-height:7px; display:block; padding:0; 
margin:13px 0 ; border:none; background: url(../images/node_separator.png) 0 0;}
body.stareweek_node .content_wrap .node_news .achievment_box li:last-child:after{ min-height: 0px; background: none;}

body.stareweek_node .content_wrap .node_news .node_title.side_line{ padding:0 10px}
body.stareweek_node .content_wrap .node_news .node_title.side_line h2{ line-height:144%;}

body.stareweek_node .content_wrap .node_news .tweeter_box .node_title, 
body.stareweek_node .content_wrap .node_news .social_box .node_title {
border-right:7px solid #be0068; padding: 5px 10px 8px 10px; margin-bottom: 15px;}
body.stareweek_node .content_wrap .node_news .social_box a{ font-size:18px; color:#33add6}
body.stareweek_node .content_wrap .node_news .social_box .social_icons{ background:#f3f3f3; padding-bottom:17px; margin-bottom:15px}
body.stareweek_node .content_wrap .node_news .social_box .btn{ width:42px; height:42px; background:#444444; color:#fcfcfc;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding: 5px;margin: 0 7px 0 12px;}
body.stareweek_node .content_wrap .node_news .social_box ul li {padding:13px 0 0 0}
body.stareweek_node .content_wrap .node_news .social_box .btn .fa{padding:3px 0; font-size:24px; line-height:100%;}
body.stareweek_node .content_wrap .node_news .social_box .btn:hover .fa{ font-size:26px}

body.stareweek_node .content_wrap .node_news .social_box .btn.btn_fecebook{ background:#4e71a8}
body.stareweek_node .content_wrap .node_news .social_box .btn.btn_twitter{background:#1cb7eb}
body.stareweek_node .content_wrap .node_news .social_box .btn.btn_gplus{background:#e3411f}
body.stareweek_node .content_wrap .node_news .social_box .btn.btn_ytube{background:#ca3737}
body.stareweek_node .content_wrap .node_news .social_box .btn.btn_instgrm{background:#444444}
body.stareweek_node .content_wrap .node_news .social_box .btn.btn_pintrst{background:#ca3737}
body.stareweek_node .content_wrap .node_news .social_box .btn.btn_wbsite{background:#d00071}


body.stareweek_node .content_wrap .bxwrap.box_lsting .list_box > ul > li{ margin-bottom:25px;}
body.stareweek_node .content_wrap .know_box{ background:#f3f3f3; font-size:16px; overflow:hidden; padding-bottom:15px;line-height:180%;}
body.stareweek_node .content_wrap .know_box ul{ padding-top:12px}

body.stareweek_node .content_wrap .tell_friends h2 { color:#be0068; font-size: 22px; padding-top:0}
body.stareweek_node .content_wrap .tell_friends .btn{ width:72px; height:72px; background:#444444; color:#fcfcfc; padding:5px; margin:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0; }
body.stareweek_node .content_wrap .tell_friends ul li{padding:15px 0 30px 0; display:inline-block}
body.stareweek_node .content_wrap .tell_friends .btn .fa{padding:15px 0; font-size:36px; line-height:100%;}
body.stareweek_node .content_wrap .tell_friends .btn:hover .fa{ font-size:40px}

body.stareweek_node .content_wrap .tell_friends .btn .icon.icn_sndarrow{background: url(../images/icon_arrowsend.png) -7px -5px no-repeat;
width:61px; height:61px}
body.stareweek_node .content_wrap .tell_friends .btn:hover .icon.icn_sndarrow{ background-position:-7px -82px}

body.stareweek_node .content_wrap .tell_friends .btn.btn_fecebook{ background:#4e71a8}
body.stareweek_node .content_wrap .tell_friends .btn.btn_twitter{background:#1cb7eb}
body.stareweek_node .content_wrap .tell_friends .btn.btn_gplus{background:#e3411f}
body.stareweek_node .content_wrap .tell_friends .btn.btn_envelope{ background:#d00071}


body.stareweek_node .content_wrap .cv_box_overflow{ height: 250px; overflow: hidden}
body.stareweek_node .content_wrap .cv_box{ margin:0 10px 45px; font-size:16px; line-height:169%; position:relative}
body.stareweek_node .content_wrap .cv_box h2{ border:1px solid #d866a4;background: url(../images/node_separator.png) 0 0; font-size:22px; color:#be0068; text-align:center; padding:4px 0; margin:0 auto 20px;
-webkit-box-shadow:3px 3px 0px 0px rgba(216, 102, 164, 0.75);
-moz-box-shadow: 3px 3px 0px 0px rgba(216, 102, 164, 0.75);
box-shadow: 3px 3px 0px 0px rgba(216, 102, 164, 0.75);} 
body.stareweek_node .content_wrap .cv_box p{ margin:0 15px}


body.stareweek_node .content_wrap .cv_box:after{ content:''; padding:0; margin:20px auto -3px; display:block; width:100%; height:8px;
background:url(../images/shadow_separator.png) center 0 no-repeat; border-top:1px solid #e3e3e3; background-size:cover}
body.stareweek_node .content_wrap .cv_box .btn.btn_more{ padding:2px 0 0; margin:0 auto; border-radius:0; box-shadow:none; background:#2BAAE2; color:#fcfcfc; 
width:65px; height:21px; text-align:center; display:inline-block; position:absolute; bottom:-14px; right:0; left:0; font-size:16px; line-height:100%;}
body.stareweek_node .content_wrap .cv_box .btn_more:after{ content:'.'; color:transparent; padding:0; margin:0 auto; position:relative; display:block; 
bottom:-2px; background:url(../images/icn_starMore.png) 0 0 no-repeat; background-size:cover; height:18px;
/*width:0; height:0;
border-left:32px solid transparent; 
border-right:32px solid transparent; 
border-top:18px solid #2BAAE2;*/}


body.stareweek_node .content_wrap .bxwrap .stars_discover .box_hdrnode{margin: 0 0 25px;}
body.stareweek_node .content_wrap .bxwrap .stars_discover .articl_box{ min-height:inherit}
body.stareweek_node .content_wrap .bxwrap.box_lsting .stars_discover .caption{ max-width:155px /* 100% */; overflow:inherit; min-height:inherit/*100%*/;}
body.stareweek_node .content_wrap .bxwrap.box_lsting .stars_discover .list_box > ul > li{ padding:0}
body.stareweek_node .content_wrap .bxwrap.box_lsting .stars_discover .list_box > ul > li:nth-child(even) .articl_box { float:left} 

body.stareweek_node .content_wrap .bxwrap.box_lsting .stars_discover .share_box .lnkmore .dropdown-menu {padding:0; margin:0; right:35px; top:0;}
body.stareweek_node .content_wrap .bxwrap.box_lsting .stars_discover .share_box .lnkmore .dropdown-menu:after, 
body.stareweek_node .content_wrap .bxwrap.box_lsting .stars_discover .share_box .lnkmore .dropdown-menu:before {
left: 100%; top: 27%;}

body.stareweek_node .content_wrap .bxwrap.box_lsting .stars_discover .share_box .lnkmore .dropdown-menu:after{
margin-left:0; margin-top:-5px; border-color: rgba(136, 183, 213, 0); border-left-color:rgba(0, 0, 0, 0.8);}
body.stareweek_node .content_wrap .bxwrap.box_lsting .stars_discover .share_box .lnkmore .dropdown-menu:before {
margin-left:0; margin-top:-7px; border-color: rgba(194, 225, 245, 0); border-left-color:rgba(0, 0, 0, 0.1);}

 
body.stareweek_node .content_wrap .stars_top{ margin:20px auto -40px;}
body.stareweek_node .content_wrap .stars_top #star-five{ position:absolute; right:-70px; top:-70px; z-index:5; background:url(../images/star_bg.png) no-repeat 12px 70px}
body.stareweek_node .content_wrap .stars_top .strok{ position: absolute; display:inline-block; top:8px; left: -3px;/* top: -3px; left: -10px;*/}
body.stareweek_node .content_wrap .stars_top .strok .fa.fa-spinner{position:absolute; top:0; bottom:0; right:0; left:0; margin:auto; width:40px; 
height:40px; font-size:40px; color:#DBBACE}
body.stareweek_node .content_wrap .stars_top .container{ background:#6B0046; /*height:100%;*/ height:169px; width:100%; max-width:800px; margin:0 auto; 
position:relative;}
body.stareweek_node .content_wrap .stars_top .container:after{content:''; color:transparent; min-height:32px; display:block; padding:0; margin:0; 
border:none; background:url(../images/stars_top.png) 0 0 no-repeat; position:relative; bottom:0}

body.stareweek_node .content_wrap .stars_top ul{margin-right:208px; color:#ffffff; padding-top: 10px; overflow:hidden; height:100%; clear:both; font-size:16px}
body.stareweek_node .content_wrap .stars_top ul h2{font: normal 30px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif; margin: 30px 0 25px 0; 
-webkit-text-shadow: 0px 2px #333333;
-moz-text-shadow: 0px 2px #333333;
text-shadow: 0px 2px #333333;}

body.stareweek_node .content_wrap .stars_top ul li:first-child{border-right:0px solid; border-left:1px solid #830056; height:139px; width:45%;}
body.stareweek_node .content_wrap .stars_top ul li.text-center:first-child{font: normal 18px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}
body.stareweek_node .content_wrap .stars_top ul li{ display:inline-block; width:50%; border-right:1px solid #520036; margin:0; float:right}

body.stareweek_node .content_wrap .stars_top ul li ul{margin-right:0; margin-top:0}
body.stareweek_node .content_wrap .stars_top ul li ul li:first-child{ border:0px solid; height:auto; width:100%}
body.stareweek_node .content_wrap .stars_top ul li ul li{ display:inline-block; width:100%; padding-right:40px; margin:0; border:0px solid; 
padding:3px 40px 0 0px;}
body.stareweek_node .content_wrap .stars_top ul li ul li span{ font: normal 18px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif; }


body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig .thumbnail .btn .fa{ font-size:72px; line-height:100%; color:rgba(255, 255, 255, 1);
text-shadow:0 2px 2px rgba(0, 0, 0, 0.7)}
body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig .thumbnail .btn{ background:none; padding:0; margin:auto; position:absolute; top:0; 
bottom:0; right:0; left:0; display:inline-block; width:72px; height:72px; box-shadow:none; opacity: 0.5; filter: alpha(opacity=50);}

body.stareweek_node .content_wrap .bxwrap .node_news .articl_box.imgbig,
body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig{ max-width:460px;}

body.stareweek_node .content_wrap .bxwrap .node_news .articl_box.imgbig .caption,
body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig .caption{ min-height:62px; z-index:3; position:relative; padding:0; margin:0; 
background:#ffffff; float:none; clear:both; max-width:inherit; overflow:inherit}

body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig .caption{ background:rgba(0, 0, 0, 0.7); color: #fcfcfc; display: block;
 width: 100%; padding: 10px 15px; position: absolute; bottom: 0;}

body.stareweek_node .content_wrap .bxwrap .node_news .articl_box.imgbig .caption .captxt,
body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig .caption .captxt{ padding:17px 10px 15px; margin:0 auto; background:#ffffff; 
position:absolute; top:auto; bottom:0; right:0; left:0; width:100%; max-width:92%;}
body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig .caption .captxt{ padding:10px 0; max-width:inherit; background:none; 
position:relative}





body.stareweek_node .content_wrap .bxwrap .node_news .video_box { min-height: 252px; background: #4c4c4c;
-moz-box-shadow: none;
-webkit-box-shadow: none; 
box-shadow: none; 
}
body.stareweek_node .content_wrap .bxwrap .node_news .video_box .caption{ background:none;max-width: 219px;min-height:77px /*88px*/;}
body.stareweek_node .content_wrap .bxwrap .node_news .video_box .caption .captxt{background:none; top:auto }
body.stareweek_node .content_wrap .bxwrap .node_news .video_box a,
body.stareweek_node .content_wrap .bxwrap .node_news .articl_box.video_box.active a:hover{color: #ffffff;}

body.stareweek_node .content_wrap .bxwrap .node_news .video_box .thumbnail .btn .fa{ font-size:72px; line-height:100%; color:rgba(255, 255, 255, 1); text-shadow:0 2px 2px rgba(0, 0, 0, 0.7)}
body.stareweek_node .content_wrap .bxwrap .node_news .video_box .thumbnail .btn{ background:none; padding:0; margin:auto; position:absolute; top:0; 
bottom:0; right:0; left:0; display:inline-block; width:72px; height:72px; box-shadow: none; opacity: 0.5; filter: alpha(opacity=50);}



body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig .thumbnail{ position:relative}
body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig .thumbnail .btn{ background: none; padding:0; margin:auto; position:absolute; top:0;bottom:0; right:0; left:0; display:inline-block; width:72px; height:72px;} 
body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig a{color:#fcfcfc;}
body.stareweek_node .content_wrap .bxwrap .node_news .video_box {
	min-height: 202px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-height: 258px;
	overflow: hidden;
	max-width: 221px;
	min-width: 170px;
	height: 242px;
}
body.stareweek_node .content_wrap .bxwrap .node_news .video_box .caption {
	display: block;
	float: none;
	clear: both;
	width: 92%;
	max-width: 220px;
	padding: 7px 15px 10px 15px;
	position: absolute;
	bottom: 0;
	min-height:77px /*30px*/;
	background: #4c4c4c;
}

body.stareweek_node .content_wrap .vote_box {height: 100%;
overflow: hidden;}

body.stareweek_node .content_wrap .know_box, body.stareweek_node .content_wrap .achievment_box,  body.stareweek_node .content_wrap .vote_box,  body.stareweek_node .content_wrap .tweeter_box,  body.stareweek_node .content_wrap .tweeter_box{ margin-bottom: 35px}
body.stareweek_node .content_wrap .bxwrap .node_news .articl_box.imgbig, body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig {
max-width: 460px;
max-height: 500px;
min-height: 390px; 
}


/* /Star of The Week Page Node Page */




.content_wrap .bxwrap.article_pg .share_box > ul > li.nmbrlike span.nmbrlike2{
    margin-left: 10px;
}

.content_wrap .bxwrap.article_pg .share_box > ul > li.nmbrlike a.fireicon{
padding: 0;
    margin: 0;
    font-size: 12px;
    color: #6a6a6a;
}

.content_wrap .bxwrap.article_pg .share_box > ul > li.nmbrlike img.fire {
    width: 33px;
    margin: -7px 9px 1px 0px;
    background: #fff;
    display: block;
}


.content_wrap .bxwrap .thumbnail .icon_fire{
      position: absolute;
    left: 0;
    top: 0;
}
.content_wrap .bxwrap .thumbnail .icon_fire img.fire{
    
    float: left;
    width: 37px;
    margin: 10px;
    background: transparent;
}


/* Celebrity Profile */
/*body.profile_celebrity .content_wrap .bxwrap.article_pg{margin: 0 auto 0;}*/
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox:before, 
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox:after{ margin-bottom:12px;}
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox:after{ background:none; margin:0}

body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox h2, 
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox h1{ color:#2BAAE2;}
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .label{ color:#333333; margin:8px 0 0}

body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap .share_box{margin:12px 0 /*1.7% 0 0*/}
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap h3{display:inline-block; padding:0 0 0 5px/*10px 0 8px 5px*/; 
margin:0; color:#be0068; font-size:22px; line-height:100%; vertical-align:middle; display:table-cell;}

body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit ul.clbrty_info{ margin-right:15px;}
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit ul.clbrty_info > li{color:#999999; padding:0;}
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit ul.clbrty_info > li:before{ content:'\2022'; display:inline-block; float:right; padding:0; 
margin:2px 0 0 12px; vertical-align:middle; color:#2BAAE2}
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit ul.clbrty_info li > span{ color:#333333}

body.profile_celebrity .content_wrap .cv_box{ position:relative; margin:25px 0px 40px; font-size:16px; line-height:170%; }
body.profile_celebrity .content_wrap .cv_box h2{ border:1px solid #d866a4; border-width:1px 0; background: url(../images/node_separator.png) 0 0; 
color:#be0068; text-align:center; padding:4px 0; margin:0 auto 20px; display:block; font-size:22px; line-height:100%;} 

body.profile_celebrity .content_wrap .cv_box h2:after{content: ''; padding: 0; border-bottom: 3px solid #d866a4; height: 9px; clear: both; display: block;
margin-bottom: -8px;}
body.profile_celebrity .content_wrap .cv_box p, body.profile_celebrity .content_wrap .cv_box > div{ margin:0 15px}


body.profile_celebrity .content_wrap .news_relted{ padding:0; margin:0}
body.profile_celebrity .content_wrap .news_relted .box_hdr{ padding:0; margin:0 auto 25px; background: url(../images/grd_separator.png) 0 0; height: 100%; max-height: 35px; box-shadow:none}

body.profile_celebrity .content_wrap .news_relted .box_hdr h1,
body.profile_celebrity .content_wrap .news_relted .box_hdr h2, 
body.profile_celebrity .content_wrap .news_relted .box_hdr h3 { min-height: 35px; width: auto; color: #be0068; display: inline-block; padding: 6px 10px 5px;
margin: 0 auto; background: #ffffff; font-size: 20px; line-height: 100%; box-shadow:none}


body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .cment_wrap{ border-top: 1px dashed #dddddd; margin-top:5px;}
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .news_relted ul > li{ margin:0; padding:0}
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .news_relted .articl_box{ margin-bottom:25px; background:none; box-shadow:none; 
overflow:hidden; clear:both; height:100%;}
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .news_relted .articl_box .thumbnail{ display:inline-block; padding:0; margin:0; clear:none; 
float:right}
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .news_relted p, 
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .news_relted h4{height:102px; overflow:hidden; padding:5px 10px 0 5px; 
max-width:140px; margin:0; display:inline-block; clear:none; float:right; font-size:16px; line-height:150%;}

body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .news_relted .articl_box.active p, 
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .news_relted .articl_box.active a{ color:#1F7FA0 !important}

body.profile_celebrity .content_wrap .bxwrap .stars_discover .articl_box{ min-height:inherit; position:relative; margin-bottom: 30px}
body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .caption{ max-width:100%; overflow:inherit;}
body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .list_box > ul > li{ padding:0}
body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .list_box > ul > li:nth-child(even) .articl_box{ float:left} 

body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .share_box .lnkmore .dropdown-menu{padding:0; margin:0; right:39px; top:0; }
body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .share_box .lnkmore .dropdown-menu:after, 
body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .share_box .lnkmore .dropdown-menu:before {
left: 100%; top: 27%;}

body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .share_box .lnkmore .dropdown-menu:after{
margin-left:0; margin-top:-5px; border-color: rgba(136, 183, 213, 0); border-left-color:rgba(0, 0, 0, 0.8);}
body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .share_box .lnkmore .dropdown-menu:before {
margin-left:0; margin-top:-7px; border-color: rgba(194, 225, 245, 0); border-left-color:rgba(0, 0, 0, 0.1);}

body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .share_box > ul > li a, 
body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .share_box > ul > li .lnkmore{background-color: rgba(0, 0, 0, 0.2); font-size:12px; line-height:100%; padding:7px 7px 7px}
body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .thumbnail .label.ctries_star > span, 
body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .thumbnail .label.ctries_star > h3,
body.profile_celebrity .content_wrap .bxwrap.article_pg .stars_discover .thumbnail .label.ctries_star > a{
font: normal 20px/100% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif;}


body.profile_celebrity .content_wrap .bxwrap .articl_box .caption.upper{position:absolute; top:0; width:100%; background:none}
body.profile_celebrity .content_wrap .bxwrap .articl_box .caption.upper .captxt{ background:none; padding:0 10px; bottom:auto}
body.profile_celebrity .content_wrap .bxwrap .articl_box .caption.upper .share_box{margin: 0 -22px; bottom: 0; background:rgba(0, 0, 0, 0.8);height: 31px;}

body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnkfcbook,
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnktwter,
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnkmore,
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnkgplus,
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnksend,
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnkpintrst{color:#fcfcfc}
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box > ul > li{border-left: 1px solid rgba(0, 0, 0, 1); height:31px}
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box > ul > li:last-child{ border:none}
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-toggle{color:#fcfcfc}

body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box > ul > li .lnkmore:hover, 
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box > ul > li .lnkmore.open{background: #000000}

body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu{ background:rgba(0, 0, 0, 0.8)}
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu > li:after{ background:#5F554F}
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu > li:last-child:after{ background:none}

body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu > li > a:hover, 
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu > li > a:focus{ background:rgba(0, 0, 0, 1)}
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu:before{border-left-color: rgba(0, 0, 0, 0.1);} 
body.profile_celebrity .content_wrap .bxwrap .caption.upper .share_box .lnkmore .dropdown-menu:after{ border-left-color:rgba(0, 0, 0, 0.8);}

body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .btn_album{ display:none}
body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .thumbnail:hover .btn_album{ display:block; background: rgba(0, 118, 255, 0.7);}
/* /Celebrity Profile */




/* Footer Style */
.footer_wrap{ background:#ededed; color:#979797; padding:0; margin:0; clear:both; overflow:hidden; height:100%;}
.footer_wrap a{ color:#979797}

.footer_wrap .ftrbove_wrap{ color:#666666; padding:0; margin:0; clear:both; background:#d3d3d3; min-height:55px; font-size:18px;}
.footer_wrap .ftrbove_wrap a{ text-align:center; display:inline-block; padding:0; margin:0; width:100%;
font:normal 16px/130% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif;}

.footer_wrap .ftrbove_wrap .ftrshare{ padding:7px 0 0; margin:0; border-left:1px solid #dddddd; min-height:55px;}
.footer_wrap .ftrbove_wrap .ftrshare > ul > li{ float:right; clear:none; padding:0; margin:0 0 0 6px}
.footer_wrap .ftrbove_wrap .ftrshare > ul > li:last-child{ margin-left:8px}
.footer_wrap .ftrbove_wrap .ftrshare > ul > li > span{ padding:5px 0 0; margin:0; display:inline-block}

.footer_wrap .ftrbove_wrap .ftrshare .btn{ width:42px; height:42px; background:#444444; color:#fcfcfc;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;}
.footer_wrap .ftrbove_wrap .ftrshare .btn .fa{padding:8px 0; font-size:24px; line-height:100%;}
.footer_wrap .ftrbove_wrap .ftrshare .btn:hover .fa{ font-size:26px}

.footer_wrap .ftrbove_wrap .ftrshare .btn.btn_fecebook{ background:#4e71a8}
.footer_wrap .ftrbove_wrap .ftrshare .btn.btn_twitter{background:#1cb7eb}
.footer_wrap .ftrbove_wrap .ftrshare .btn.btn_gplus{background:#e3411f}
.footer_wrap .ftrbove_wrap .ftrshare .btn.btn_ytube{background:#ca3737}
.footer_wrap .ftrbove_wrap .ftrshare .btn.btn_ytube .fa{ padding:10px 0; font-size:20px}
.footer_wrap .ftrbove_wrap .ftrshare .btn.btn_ytube:hover .fa{font-size:22px}

.footer_wrap .ftrbove_wrap .ftrshare .btn.btn_instgrm{background:#444444}
.footer_wrap .ftrbove_wrap .ftrshare .btn.btn_pintrst{background:#ca3737}
.footer_wrap .ftrbove_wrap .ftrshare .btn.btn_telegram{background:#229ACF;}

.footer_wrap .ftrbove_wrap .ftrnwslter{ padding:10px 12px 0 0; margin:0; clear:none; max-width:592px; width:100%}
.footer_wrap .ftrbove_wrap .ftrnwslter p.done_msg{ margin-top:2px; text-align:center}
.footer_wrap .ftrbove_wrap .ftrnwslter > ul > li{float:right; clear:none; padding:0; margin:0}
.footer_wrap .ftrbove_wrap .ftrnwslter > ul > li:last-child{ margin-left:0}
.footer_wrap .ftrbove_wrap .ftrnwslter > ul > li > span{ padding:2px 0 0; margin:0 0 0 10px; display:inline-block}

.footer_wrap .ftrbove_wrap .ftrnwslter input{ padding:0 10px 0 5px; margin:0; border:0; border-radius:0; height:32px;
-moz-box-shadow: inset 0 -4px #f2f2f2;
-webkit-box-shadow:inset 0 -4px #f2f2f2;
box-shadow: inset 0 -4px #f2f2f2;
-webkit-appearance: none;}

.footer_wrap .ftrbove_wrap .ftrnwslter .inpt_name{ max-width:142px; margin-left:2px;}
.footer_wrap .ftrbove_wrap .ftrnwslter .inpt_email{ max-width:195px;}
.footer_wrap .ftrbove_wrap .ftrnwslter .inpt_email input{ width:195px;}

.footer_wrap .ftrbove_wrap .ftrnwslter button[type="submit"].btn{ border:none; text-shadow:none; border-radius:0; color:#fcfcfc; background:#2BAAE2; 
height:auto; min-height:32px; min-width:104px; padding:0 0 4px; box-shadow:none; outline:none; font-size:18px; line-height:100%;
-moz-box-shadow: inset 0 -4px #1F7FA0;
-webkit-box-shadow:inset 0 -4px #1F7FA0;
box-shadow: inset 0 -4px #1F7FA0;
-webkit-appearance: none;}

.footer_wrap .ftrlnk_wrap{ margin:0; padding:28px 0}
.footer_wrap .ftrlnk_wrap ul.list-inline > li{ vertical-align:top; margin-left:38px}
.footer_wrap .ftrlnk_wrap ul.list-inline > li:last-child{ margin:0}
.footer_wrap .ftrlnk_wrap .ftrbox{ padding:0; margin:0}
.footer_wrap .ftrlnk_wrap .ftrbox h3{ color:#666666; margin-bottom:8px; font:normal 18px/100% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif}


.footer_wrap .ftrlnk_wrap .ftrbox.box_sitemap{ width:172px;}
.footer_wrap .ftrlnk_wrap .ftrbox.box_sitemap .row{background:#ededed; padding:15px 0 0/*15px 15px 0 0*/; font-size:14px; line-height:100%}
.footer_wrap .ftrlnk_wrap .ftrbox.box_sitemap .row > ul > li{ margin-bottom:12px;}

.footer_wrap .ftrlnk_wrap .ftrbox.box_implnk{ width:250px;}
.footer_wrap .ftrlnk_wrap .ftrbox.box_implnk .row{background:#ededed; padding:15px 0 0/*15px 15px 0 0*/; font-size:14px; line-height:100%}
.footer_wrap .ftrlnk_wrap .ftrbox.box_implnk .row > ul > li{ margin-bottom:12px;}

.footer_wrap .ftrlnk_wrap .ftrbox.box_frtag{ width:218px;}
.footer_wrap .ftrlnk_wrap .ftrbox.box_frtag .row{padding:10px 0 0}
.footer_wrap .ftrlnk_wrap .ftrbox.box_frtag a{ display:inline-block; clear:none; float:right; padding:2px 0 5px /*2px 8px 5px*/; margin:0 0 5px 15px; 
background:#ededed;}

.footer_wrap .ftrlnk_wrap .ftrbox.box_mblapp{ width:162px;}
.footer_wrap .ftrlnk_wrap .ftrbox.box_mblapp a{ display:inline-block; padding:0; margin-left:1px}
.footer_wrap .ftrlnk_wrap .ftrbox.box_mblapp .icon{ background-image:url(../images/icn_7awiLogos.png?v=1); width:50px; height:50px}
.footer_wrap .ftrlnk_wrap .ftrbox.box_mblapp .icon.icn_android{ background-position:-173px 0}
.footer_wrap .ftrlnk_wrap .ftrbox.box_mblapp .icon.icn_appstor{ background-position:-116px 0}
.footer_wrap .ftrlnk_wrap .ftrbox.box_mblapp .icon.icn_window{ background-position:-59px 0}
.footer_wrap .ftrlnk_wrap .ftrbox.box_mblapp .icon.icn_blackbry{ background-position:0 0}
.footer_wrap .ftrlnk_wrap .ftrbox.box_mblapp .icon.icn_gplay{ background-position:-173px -116px}

.footer_wrap .ftrlnk_wrap .ftrbox.box_frdwbsite{ width:162px; margin-top:0/*20px*/}
.footer_wrap .ftrlnk_wrap .ftrbox.box_frdwbsite a{ display:inline-block; padding:0; margin-left:1px}
.footer_wrap .ftrlnk_wrap .ftrbox.box_frdwbsite .icon{ background-image:url(../images/icn_7awiLogos.png?v=1); width:50px; height:50px}
.footer_wrap .ftrlnk_wrap .ftrbox.box_frdwbsite .icon.icn_arabsturbo{ background-position:-173px -58px}
.footer_wrap .ftrlnk_wrap .ftrbox.box_frdwbsite .icon.icn_waseet{ background-position:-116px -58px}
.footer_wrap .ftrlnk_wrap .ftrbox.box_frdwbsite .icon.icn_ra2ej{ background-position:-59px -58px}
.footer_wrap .ftrlnk_wrap .ftrbox.box_frdwbsite .icon.icn_alqiyady{ background-position:0 -58px}
.footer_wrap .ftrlnk_wrap .ftrbox.box_frdwbsite .icon.icn_layalina{background-position:-117px -116px}
.footer_wrap .ftrlnk_wrap .ftrbox.box_frdwbsite .icon.icn_hao123{ background-position:-172px -173px}
.footer_wrap .ftrlnk_wrap .ftrbox.box_frdwbsite .icon.icn_aoud { background-position: -116px -173px; }



.footer_wrap .ftrcopy_wrap{ text-align:center}
.footer_wrap .ftrcopy_wrap ul.lylina_lnk{ display:inline-block; margin:0 auto; padding:0; text-align:right}
.footer_wrap .ftrcopy_wrap ul.lylina_lnk li{ padding:0; margin:0 0 0 50px}
.footer_wrap .ftrcopy_wrap .row.copyright{ padding:10px 0; margin:10px 0 0; border-top:1px solid #dddddd}

.footer_wrap .ftrcopy_wrap .row.copyright .icon{ vertical-align:middle; background-image:url(../images/icn_7awiLogos.png?v=1);}
.footer_wrap .ftrcopy_wrap .row.copyright .icon.icn_7awi{ background-position:0 -115px; width:70px; height:38px}
/* /Footer Style */


/* LightBox Style */
.album_popupbox{background:rgba(255, 255, 255, 0.8);}
.albumbox{ margin:0 auto; padding:10px 0 0; width:100%;}
.albumbox a, .albumbox span{ text-shadow:none}

.content_wrap .album_pg{ margin: 12px auto 10px; position:relative; border:1px solid #eeeeee;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(255, 255, 255, 1);
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(255, 255, 255, 1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(255, 255, 255, 1);}
.content_wrap .album_pg .rmove_btn{ z-index:12; position:absolute; background:#333333; color:#fcfcfc; border:none; border-radius:0; width:45px; height:42px; opacity:1; filter:alpha(opacity=100); top: 5px; left: 5px; font-size:30px; line-height:100%}

.content_wrap .album_pg .carousel.crousel_main{ background:#ffffff }
.content_wrap .album_pg .carousel.crousel_main .carousel-inner{ height:700px; }
.content_wrap .album_pg .carousel.crousel_main .pic_num{ display:inline-block; margin:0 auto; z-index:17; position:absolute; bottom:auto; top:460px; right:0; left:0; color:#fcfcfc; text-align:center; font-size:18px; text-shadow:1px 1px #000000}
.content_wrap .album_pg .carousel.crousel_main .imgvlign{background:#f7f7f7; display:table; width:100%; height:547px; vertical-align:top; }
.content_wrap .album_pg .carousel.crousel_main .imgvlign .thumbnail{display:table-cell; text-align:center; vertical-align:middle}

.content_wrap .album_pg .carousel.crousel_main .carousel-caption{ text-align:right; width:100%; z-index:4; right:0; left:0; bottom:0; position:relative; 
padding:0; background:#ffffff;}
.content_wrap .album_pg .carousel.crousel_main .carousel-caption:before{content:''; color:transparent; width:100%; min-height:12px; display:block; padding:0; 
margin:0; border:none; background: url(../images/grd_separator.png) 0 0;}


.content_wrap .album_pg .carousel.crousel_main .tags{ padding:12px; margin:0}
.content_wrap .album_pg .carousel.crousel_main .share_wrap{color:#6a6a6a; border:2px dotted #dddddd; border-width:0 0 2px;}
.content_wrap .album_pg .carousel.crousel_main .imgtitle h3{text-shadow:none; color:#333333; padding:10px 15px; 
font:normal 18px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}
.content_wrap .album_pg .carousel.crousel_main .share_box{margin:1px 0; background:#f2f2f2}

.content_wrap .album_pg .carousel.crousel_main .share_box > ul{ padding:0; margin:0; clear:both;}
.content_wrap .album_pg .carousel.crousel_main .share_box > ul > li{float:right; clear:none; padding:0; margin:0; border-left:1px solid #ffffff;}
.content_wrap .album_pg .carousel.crousel_main .share_box > ul > li:last-child{ border-left:none}

.content_wrap .album_pg .carousel.crousel_main .share_box > ul > li a, 
.content_wrap .album_pg .carousel.crousel_main .share_box > ul > li .lnkmore{ display:inline-block; padding:10px; font-size:18px; line-height:100%}
.content_wrap .album_pg .carousel.crousel_main .share_box .fa{ font-size:18px; vertical-align:middle}

.content_wrap .album_pg .carousel.crousel_main .share_box .lnkfcbook{color:#2a5e9d}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkfcbook:hover{ background:#2a5f9d; color:#fcfcfc}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnktwter{ color:#00c2f6}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnktwter:hover{ background:#00C3F5; color:#fcfcfc}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkgplus{ color:#e3411f}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnksend{ color:#424242}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkpintrst{ color:#CB2027}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkpintrst:hover{ background:#CB2027; color:#ffffff}


.content_wrap .album_pg .carousel.crousel_main .share_box .lnkmore .dropdown-toggle{color:#666666; background:none; border:none; box-shadow:none; text-shadow:none;}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkmore .dropdown-menu{ top:48px; left:5px; right:auto; min-width:100px; background:#f2f2f2; padding:0; margin:0; border-radius:0; border:none;
-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
box-shadow:0 -1px 2px rgba(0, 0, 0, 0.2);}

.content_wrap .album_pg .carousel.crousel_main .share_box .lnkmore .dropdown-menu:after, 
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkmore .dropdown-menu:before {
	bottom: 100%; margin:0; top:auto;
	left:12%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.content_wrap .album_pg .carousel.crousel_main .share_box .lnkmore .dropdown-menu:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color:#f2f2f2;
	border-width: 5px;
	margin-left: -5px;
}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkmore .dropdown-menu:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color:rgba(0, 0, 0, 0.1);
	border-width: 7px;
	margin-left: -7px;
}

.content_wrap .album_pg .carousel.crousel_main .share_box > ul > li .lnkmore:hover, 
.content_wrap .album_pg .carousel.crousel_main .share_box > ul > li .lnkmore.open{ background:#666666; color:#fcfcfc}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkmore:hover .dropdown-toggle, 
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkmore.open .dropdown-toggle{ color:#fcfcfc}

.content_wrap .album_pg .carousel.crousel_main .share_box .lnkmore .dropdown-menu > li > a{display:block; padding:5px 10px; margin:0; font-size:12px; line-height: 100%; background: #f2f2f2;}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkmore .dropdown-menu > li > a:hover{
background-color: #e8e8e8;
background-image: -webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8)); 
background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: -moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); 
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkmore .dropdown-menu > li:after{ content:"."; color:transparent; clear:both; display:block; width:100%; 
height:2px; margin:0; padding:0; top:0; position:relative;

background: rgb(227,227,227);
background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(227,227,227,1) 47%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(47%,rgba(227,227,227,1)), color-stop(47%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(227,227,227,1) 47%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(227,227,227,1) 47%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(227,227,227,1) 47%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(227,227,227,1) 0%,rgba(227,227,227,1) 47%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 );
}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkmore .dropdown-menu > li:last-child:after{ background: none;}

.content_wrap .album_pg .carousel.crousel_main .carousel-control, .content_wrap .album_pg .rpeat_btn{ vertical-align:middle; width:70px; height:70px; 
background:rgba(236, 236, 236, 0.7); box-shadow:none; outline:none; border:0; border-radius:0; color:#2BAAE2; opacity:1; filter:alpha(opacity=100); 
margin:238px 0 0; /*top:0; bottom:0;*/ position:absolute}
.content_wrap .album_pg .carousel.crousel_main .carousel-control:hover, .content_wrap .album_pg .rpeat_btn:hover{background:rgba(236, 236, 236, 0.8)}
.content_wrap .album_pg .carousel.crousel_main .carousel-control .fa, 
.content_wrap .album_pg .rpeat_btn .fa{ margin-top:10px; vertical-align:middle; display:inline-block; font-size:45px; line-height:100%;}

.content_wrap .album_pg .rpeat_btn{ right:15px; z-index:5}
.content_wrap .album_pg .rpeat_btn .fa{ margin:0;}

.content_wrap .album_pg .repeat_wrap{background:#ffffff; margin:0 auto; padding:30px 0 0; position:relative}
.content_wrap .album_pg .repeat_wrap .tooltip.top .tooltip-arrow{border-top-color:#4c4c4c; right:0; left:0; margin:0 auto}
.content_wrap .album_pg .repeat_wrap .tooltip.top .tooltip-inner{ padding:8px 10px 10px; border-radius:0; background:rgba(0, 0, 0, 0.7); white-space:nowrap; font-size:14px; line-height:100%; 
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);}

.content_wrap .album_pg .repeat_wrap .box_lsting{ max-width:700px; margin:0 auto; padding:0;}
/*.content_wrap .album_pg .repeat_wrap .box_lsting h3{ margin-bottom:25px; font:normal 22px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}*/

.content_wrap .album_pg .repeat_wrap .box_lsting .rpeat_hdr{ margin-bottom:25px; clear:both; 
font:normal 22px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}
.content_wrap .album_pg .repeat_wrap .box_lsting .rpeat_hdr h3{ float:right; font:normal 22px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}
.content_wrap .album_pg .repeat_wrap .box_lsting .rpeat_hdr > small{ display:inline-block; float:left; padding:5px; font-size:14px}

.content_wrap .album_pg .repeat_wrap .box_lsting .articl_box{ max-width:220px;}
.content_wrap .album_pg .repeat_wrap .box_lsting .list_box > ul > li {padding:0; margin:0 0 30px}
.content_wrap .album_pg .repeat_wrap .box_lsting .articl_box .caption .share_box{ right:4px}

.content_wrap .album_pg .repeat_wrap .box_lsting .articl_box.opitem_box{ box-shadow:none; background:#ffffff}
.content_wrap .album_pg .repeat_wrap .box_lsting .articl_box.opitem_box:after{content:''; color:transparent; width:100%; min-height:10px; display:block; padding:0; margin:0; border:none; background: url(../images/grd_separator.png) 0 0;}
.content_wrap .album_pg .repeat_wrap .box_lsting .articl_box.opitem_box .caption .captxt{ max-width:100%; position:relative; padding-bottom:20px; 
min-height:100px}
.content_wrap .album_pg .repeat_wrap .box_lsting .articl_box.opitem_box .caption .share_box{ position:absolute; right:23px; bottom:auto; top:-33px;}
.content_wrap .album_pg .repeat_wrap .box_lsting .articl_box.opitem_box .caption .share_box .nmbrlike span{display: none;}


.content_wrap .album_pg .carousel.crousel_thumb{/* height:80px;*/ z-index:15; position:absolute; top:465px; right:0; left:0; margin:0 auto; 
text-align:center;
background: -moz-linear-gradient(top,  rgba(247,247,247,0) 0%, rgba(247,247,247,0.8) 25%, rgba(247,247,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,0)), color-stop(25%,rgba(247,247,247,0.8)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,247,247,0) 0%,rgba(247,247,247,0.8) 25%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,247,247,0) 0%,rgba(247,247,247,0.8) 25%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,247,247,0) 0%,rgba(247,247,247,0.8) 25%,rgba(247,247,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,247,247,0) 0%,rgba(247,247,247,0.8) 25%,rgba(247,247,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.content_wrap .album_pg .carousel.crousel_thumb .carousel-inner{/* height:80px;*/ padding-top:22px; display:inline-block; width:auto; margin-bottom:-4px;}
.content_wrap .album_pg .carousel.crousel_thumb .thumbnail{ cursor:pointer}
.content_wrap .album_pg .carousel.crousel_thumb .thumbnail > img{ width:73px; height:55px;}
.content_wrap .album_pg .carousel.crousel_thumb .thumbnail.selected > img,
.content_wrap .album_pg .carousel.crousel_thumb .thumbnail:hover > img{ border:1px solid #2BAAE2}
.content_wrap .album_pg .carousel.crousel_thumb ul.list-inline > li{ padding:0; margin:0}

.content_wrap .album_pg .carousel.crousel_thumb .carousel-control{vertical-align:middle; width:30px; height:30px; 
background:none; box-shadow:none; outline:none; border:0; border-radius:0; color:#4c4c4c; opacity:1; filter:alpha(opacity=100); margin:30px 0 0; /*top:0;
bottom:0;*/ position:absolute}
.content_wrap .album_pg .carousel.crousel_thumb .carousel-control:hover{color:#2BAAE2;}

.content_wrap .album_pg .carousel.crousel_thumb .carousel-control.right{ right:27%}
.content_wrap .album_pg .carousel.crousel_thumb .carousel-control.left{ left:27%}
.content_wrap .album_pg .carousel.crousel_thumb .carousel-control .fa{ vertical-align:middle; display:inline-block; font-size:30px; line-height:100%;}


.content_wrap .album_pg .carousel.crousel_thumb.notactive{ background:none; top:498px;}
.content_wrap .album_pg .carousel.crousel_thumb.notactive .carousel-inne{padding-top:20px;}
.content_wrap .album_pg .carousel.crousel_thumb.notactive .thumbnail > img{ width:28px; height:22px;}
.content_wrap .album_pg .carousel.crousel_thumb.notactive .carousel-control{ display:none}

/*.content_wrap .album_pg .view_thumb{height:37px; z-index:15; position:absolute; top:510px; right:0; left:0; margin:0 auto; text-align:center; 
background:#f7f7f7}
.content_wrap .album_pg .view_thumb .thumbnail{ cursor:pointer}
.content_wrap .album_pg .view_thumb .thumbnail > img{ width:28px; height:22px;}
.content_wrap .album_pg .view_thumb ul.list-inline{ padding-top:8px}
.content_wrap .album_pg .view_thumb ul.list-inline > li{ padding:0; margin:0}*/
/* /LightBox Style */


/* Poll Page Style */
.content_wrap .bxwrap.article_pg.poll_lsting .articl_box .thumbnail .label.ctries{ display:none}
.content_wrap .bxwrap.article_pg.poll_lsting .articl_box.active .thumbnail .label.ctries{ display: inline-block;}


.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox .dcption_wrap{ padding:0 15px; margin:0; font-size:16px; line-height:170%;}
.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox:after{ background:none; margin:0}

.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox .dcption_wrap p{ padding:0; margin:5px 0 10px; overflow:hidden; height:auto; line-height:150%}
.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox .dcption_wrap .radio{ padding:0; margin:0 0 30px 5px;}
.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox .dcption_wrap .radio .thumbnail{ margin:0 0 8px;}
.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox .dcption_wrap .radio .thumbnail > img{ margin:0}
.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox .dcption_wrap ul.list-inline > li{ padding:0 20px 0 0; margin:0 0 10px}
.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox .dcption_wrap .btn.btn_vote{ margin:0 auto; display:block; font-size:24px; line-height:100%; clear:both; overflow:hidden;}

.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox .poll_close{ padding:0 0 12px; margin:0 auto; text-align:center; font-size:18px; 
line-height:100%}
.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox .poll_close:before,
.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox .poll_close:after{content: ''; color: transparent; min-height: 12px; display: block; 
padding: 0; margin: 0 0 20px; border: none; background: url(../images/grd_separator.png) 0 0;}
.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox .poll_close:after{ margin:20px 0 0;}
.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .dtailbox .poll_close a{color:#2BAAE2}

.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .newsletter_right:before{ display:none}
.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .newsletter_right:after{ margin-top:25px;}

.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .tags{ padding:0 15px; margin:15px 0 20px;}
.content_wrap .bxwrap.article_pg .clmn_rit.poll_box .tags:before{content:''; color:transparent; min-height:12px; display:block; padding:0; 
margin:0 -15px 25px; border:none; background:url(../images/grd_separator.png) 0 0;}


.content_wrap .bxwrap.article_pg.poll_lsting .clmn_rit, 
.content_wrap .bxwrap.article_pg.box_lsting .clmn_rit{ background:none}
.content_wrap .bxwrap.article_pg.poll_lsting .list_box > ul > li{margin:0 0 25px}
.content_wrap .bxwrap.article_pg.poll_lsting .clmn_rit .list_box > ul > li:nth-child(odd){ padding-right:0}
.content_wrap .bxwrap.article_pg.poll_lsting .clmn_rit .list_box > ul > li:nth-child(even){ padding-left:0}
.content_wrap .bxwrap.article_pg.poll_lsting .clmn_rit .list_box > ul > li:nth-child(even) .articl_box{ float:left;}


.content_wrap .bxwrap.article_pg.poll_lsting .list_box .share_box > ul > li a, 
.content_wrap .bxwrap.article_pg.poll_lsting .list_box .share_box > ul > li .lnkmore,
.content_wrap .bxwrap.article_pg.box_lsting .share_box > ul > li a, 
.content_wrap .bxwrap.article_pg.box_lsting .share_box > ul > li .lnkmore{ font-size:12px; padding: 8px 7px 7px;}
.content_wrap .bxwrap.article_pg.poll_lsting .list_box .share_box > ul > li .lnkmore a{ padding:5px 10px;}

.content_wrap .bxwrap.article_pg.poll_lsting .list_box .share_box .lnkmore .dropdown-menu{ top:0; right:35px;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);}

.content_wrap .bxwrap.article_pg.poll_lsting .list_box .share_box .lnkmore .dropdown-menu:after, 
.content_wrap .bxwrap.article_pg.poll_lsting .list_box .share_box .lnkmore .dropdown-menu:before, 
.content_wrap .bxwrap.article_pg.poll_lsting .list_box .share_box .lnkmore.dropup .dropdown-menu:after, 
.content_wrap .bxwrap.article_pg.poll_lsting .list_box .share_box .lnkmore.dropup .dropdown-menu:before{left:100%; top:27%;}

.content_wrap .bxwrap.article_pg.poll_lsting .share_box .lnkmore .dropdown-menu:before{border-bottom-color: rgba(0, 0, 0, 0); border-left-color: rgba(0, 0, 0, 0.1); margin:-7px 0 0;}
.content_wrap .bxwrap.article_pg.poll_lsting .share_box .lnkmore .dropdown-menu:after{border-bottom-color: rgba(0, 0, 0, 0); border-left-color: #f2f2f2; margin:-5px 0 0;}

.content_wrap .bxwrap.article_pg.poll_lsting .newsletter_wrap{ margin: 23px 0 0;}
.content_wrap .bxwrap.article_pg.poll_lsting .sidebox h3{ padding-bottom:25px;}
.content_wrap .bxwrap.article_pg.poll_lsting .sidebox.readmr_wrap{ margin-top:30px; border-bottom:2px dotted #dddddd;}
.content_wrap .bxwrap.article_pg.poll_lsting .sidebox.readmr_wrap .articl_box{ margin-bottom:25px;}
/* /Poll Page Style */


/* Dream Page */
/*body.pg_dream .loader_wrap .container{ position:relative; max-width:620px; margin-left:525px}*/
body.pg_dream .loader_wrap .btn{ background:#ffffff}

/*body.pg_dream .content_wrap .bxwrap.article_pg{ margin:0 auto}*/
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .desc_thmb{background:rgba(255, 255, 255, 0.7); padding:15px 25px; position:absolute;
bottom:0; right:0; font-size:16px; line-height:150%}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .desc_thmb h2{color:#2BAAE2; text-align:center; padding-bottom:15px; font-size:22px; 
line-height:100%;}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox:before{ background:none; margin:0; min-height:inherit}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .dcption_wrap{ padding:10px 15px}


body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .search_bx:after {content:''; color:transparent; min-height:12px; display:block; padding:0; 
margin:0 0 40px; border:none; background:url(../images/grd_separator.png) 0 0; clear:both; border-top:1px solid #e0e0e0;}

body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .search_bx .input-group{ padding:12px 15px;}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .search_bx .form-group{ display:block}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .search_bx .form-control{ border-radius:0; border:none; box-shadow:none; height:47px; 
padding:0 5px; font-size:22px;}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .search_bx .input-group-btn:last-child>.btn{border:none; text-shadow:none; border-radius:0; 
color:#fcfcfc; background:#2BAAE2; height:47px; min-width:120px; padding:0; outline:none; font-size:24px; line-height:100%;

-moz-box-shadow: inset 0 -4px #1F7FA0;
-webkit-box-shadow: inset 0 -4px #1F7FA0;
box-shadow: inset 0 -4px #1F7FA0;
-webkit-appearance: none;}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .search_bx .input-group-btn:last-child>.btn .fa{ vertical-align:middle; font-size:32px; 
line-height:100%}


body.pg_dream .content_wrap .bxwrap.article_pg .share_box > ul > li > a, 
body.pg_dream .content_wrap .bxwrap.article_pg .share_box > ul > li > .lnkmore{ padding:10px 10px 15px}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .cment_wrap{ border-top: 1px dashed #dddddd; margin-top: 15px;}

body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox:after{ background:none; margin:0}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap{ margin-bottom:12px}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .pgtitle{ padding:10px 15px 8px;}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .pgtitle .label{ font:normal 24px/100% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif}

body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit ul.mrlnk_dream{ padding:0; margin:0; overflow:hidden; clear:both; height:100%}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit ul.mrlnk_dream > li{ margin:0 0 15px; padding: 0 0 0 10px;}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit ul.mrlnk_dream a{ color:#3a3a3a; 
font:normal 18px/100% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit ul.mrlnk_dream a:hover{ color:#2BAAE2; }

.search_bx ::-webkit-input-placeholder{ color:#dddddd;}
.search_bx :-moz-placeholder{ /* Firefox 18- */ color:#dddddd;}
.search_bx ::-moz-placeholder{ /* Firefox 19+ */ color:#dddddd;}
.search_bx :-ms-input-placeholder{ color:#dddddd;}

body.pg_dream .sidebox .tags{ margin-top:0}
body.pg_dream .sidebox .tags > a, body.pg_dream .sidebox .tags > span{ background:#ffffff}
body.pg_dream .sidebox .tags > a:hover, body.pg_dream .sidebox .tags > a.active, 
body.pg_dream .sidebox .tags > span:hover, body.pg_dream .sidebox .tags > span.active{ background:#2BAAE2}


body.pg_dream .drmpg_wrap{ margin:0 auto 40px; text-align:center}
body.pg_dream .drmpg_wrap .pgntion_carsel{text-align: center; margin: 0 auto;}
body.pg_dream .drmpg_wrap .pgntion_carsel a{ color:#2BAAE2; display:block; height:100%; width:100%; padding:8px 0 0}

body.pg_dream .drmpg_wrap .pgntion_carsel .carousel-inner .item{ font-size:24px; line-height:100%}
body.pg_dream .drmpg_wrap .pgntion_carsel .carousel-inner .item > ul.list-inline > li{width:51px; height:51px; background:#ffffff; 
color:#2BAAE2; text-align:center; padding:0; border:3px solid #cdcdcd;}
body.pg_dream .drmpg_wrap .pgntion_carsel .carousel-inner .item > ul.list-inline > li:hover{border:3px solid #2BAAE2;}
body.pg_dream .drmpg_wrap .pgntion_carsel .carousel-inner .item > ul.list-inline > li.active{background:#2BAAE2; border:3px solid #2BAAE2; color:#fcfcfc}
body.pg_dream .drmpg_wrap .pgntion_carsel .carousel-inner .item > ul.list-inline > li.active a{ color:#fcfcfc}

body.pg_dream .drmpg_wrap .pgntion_carsel .carousel-control{ background:none; box-shadow:none; text-shadow:none; width:51px; height:51px; 
background:#ffffff url(../images/grd_separator.png) 0 0; padding:2px 0; color:#2BAAE2; text-align:center; border:3px solid transparent; opacity:1;
filter: alpha(opacity=100);}

body.pg_dream .drmpg_wrap .pgntion_carsel .carousel-control .fa{ padding-top:12px; width:41px; height:41px; vertical-align:middle}
body.pg_dream .drmpg_wrap .pgntion_carsel .carousel-control:hover .fa{ background:#ffffff;}


body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit.post_box .fallback{min-height: 165px; overflow:hidden; clear:both; height:100%; 
border-bottom:1px solid #dddddd;}
body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit.post_box .fallback:before{ content:''; color:transparent; min-height:12px; display:block; padding:0; margin:0 0 15px; border:none; background: url(../images/grd_separator.png) 0 0; clear:both;}

body.pg_dream .content_wrap .bxwrap.article_pg .clmn_rit .fallback .desc_thmb{ position:relative; background:#ffffff; padding:15px 25px 5px;}
/* /Dream Page */


/* Filtration Box */
.filtr{ min-height:50px; padding:0 0 0 20px; margin:0 10px 30px; clear:both; height:100%; background:rgba(0, 0, 0, 0.4); color:#dddddd;
font:normal 18px/100% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif}

.filtr > ul.list-inline{ height:100%; clear:both; padding:0 20px 0 0; margin:0;}
.filtr > ul.list-inline > li{ padding:0; margin:0; vertical-align:top}

.filtr > ul.list-inline > li:after,
.filtr > ul.list-inline ul.filtr_lnk > li:after{ content:'.'; color:transparent; padding:0; margin:0; 
display:inline-block; width:2px; height:100%; min-height:50px; vertical-align:top;

background: rgb(118,118,118); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(118,118,118,1) 0%, rgba(118,118,118,1) 47%, rgba(167,167,167,1) 47%, rgba(167,167,167,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(118,118,118,1)), color-stop(47%,rgba(118,118,118,1)), color-stop(47%,rgba(167,167,167,1)), color-stop(100%,rgba(167,167,167,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(118,118,118,1) 0%,rgba(118,118,118,1) 47%,rgba(167,167,167,1) 47%,rgba(167,167,167,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(118,118,118,1) 0%,rgba(118,118,118,1) 47%,rgba(167,167,167,1) 47%,rgba(167,167,167,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(118,118,118,1) 0%,rgba(118,118,118,1) 47%,rgba(167,167,167,1) 47%,rgba(167,167,167,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(118,118,118,1) 0%,rgba(118,118,118,1) 47%,rgba(167,167,167,1) 47%,rgba(167,167,167,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#a7a7a7',GradientType=1 ); /* IE6-9 */}
.filtr > ul.list-inline ul.filtr_lnk > li:after{min-height:20px; margin: 15px 0;}

.filtr > ul.list-inline ul.filtr_lnk{ float:right}
.filtr > ul.list-inline ul.filtr_lnk > li{ padding:0; margin:0}
.filtr > ul.list-inline ul.filtr_lnk > li:first-child{margin-right:-14px}
.filtr > ul.list-inline ul.filtr_lnk > li > a{ display:inline-block; padding:15px 14px 15px 17px; margin:0 auto; color:#dedede; text-align:center; vertical-align:top} /* filter */
.filtr > ul.list-inline ul.filtr_lnk > li > a:hover{ color:#fcfcfc}
/*.filtr ul.list-inline > li > a:last-child{ margin-left:20px;}*/ /* filter */
.filtr > ul.list-inline ul.filtr_lnk > li > a:after{ min-height:inherit;}  /* filter */

.filtr > ul.list-inline ul.filtr_lnk > li > a.active{ color:#fcfcfc; font-family:'Janna LT W20 Bold', Arial, Helvetica, sans-serif; position:relative}
.filtr > ul.list-inline ul.filtr_lnk > li > a.active > .fa-caret-up{width:20px; color:#FFF9F9 /*#F3F3F3*/; position:absolute; display:block; 
bottom:-12px; right:0; left:0; margin:0 auto; text-align:center; font-size:30px; line-height:100%;} /* filter */

.filtr > ul.list-inline > li:last-child:after, 
.filtr > ul.list-inline ul.filtr_lnk > li:last-child:after{ display:none}

.filtr > ul.list-inline > li .form-group .search_bx{ max-width:318px; margin:9px 0 0; padding:0}
.filtr > ul.list-inline > li .form-group .search_bx .form-control{ padding:0 10px 0 5px; margin:0; border:0; border-radius:0; height:32px; font-size:16px;
-moz-box-shadow: inset 0 -4px #f2f2f2;
-webkit-box-shadow: inset 0 -4px #f2f2f2;
box-shadow: inset 0 -4px #f2f2f2;
-webkit-appearance: none;}

.filtr > ul.list-inline > li .form-group .search_bx .input-group-btn .btn{border: none; text-shadow: none; border-radius: 0; color: #fcfcfc;
background: #2BAAE2; height: 32px; min-width: 87px; padding: 0 0 4px; box-shadow: none; outline: none; font-size: 18px; line-height: 100%;
-moz-box-shadow: inset 0 -4px #1F7FA0;
-webkit-box-shadow: inset 0 -4px #1F7FA0;
box-shadow: inset 0 -4px #1F7FA0;
-webkit-appearance: none;}


.filtr > ul.list-inline > li > .drplist{margin:9px 0 0;}
.filtr > ul.list-inline > li > .drplist .btn{ text-align:right; float:right; max-height:32px; background:#ffffff; color:#2BAAE2; border:none; border-radius:0; 
padding:2px 8px 8px 12px; font-size:16px; overflow:hidden; display:inline-block; width:127px; white-space:nowrap; text-overflow: ellipsis;

-moz-box-shadow: inset 0 -4px #f2f2f2;
-webkit-box-shadow: inset 0 -4px #f2f2f2;
box-shadow: inset 0 -4px #f2f2f2;
-webkit-appearance: none;
}

.filtr > ul.list-inline > li > .drplist .btn.lstdown{padding:2px 10px 8px; background:#f2f2f2; width:auto; margin:0; font-size:30px; line-height:100%;
-moz-box-shadow: inset 0 -4px #e8e8e8;
-webkit-box-shadow: inset 0 -4px #e8e8e8;
box-shadow: inset 0 -4px #e8e8e8;
-webkit-appearance: none;}

/* Fashion Type */
.filtr.ltr_fashion > ul.list-inline > li > .drplist{margin:9px 0 0 15px;}
.filtr.ltr_fashion > ul.list-inline > li .form-group .search_bx{margin:9px 15px 0 0;}

/* Celebrity Type */
/*.filtr.ltr_clbfiles ul.list-inline > li:first-child{ margin-right:0/*10px;}
.filtr.ltr_clbfiles ul.list-inline > li > a:after{ margin:0}*/
.filtr.ltr_clbfiles > ul.list-inline > li > .drplist{margin:9px 21px 0/*9px 15px 0*/;}
.filtr.ltr_clbfiles > ul.list-inline > li > .drplist .btn{ max-width:80px;}
.filtr.ltr_clbfiles > ul.list-inline > li > .drplist:last-child{ margin:9px 0 0}
/*.filtr.ltr_clbfiles ul.list-inline > li > a.active > .fa-caret-up{margin:0 -50px}*/

/* Interview Type */
/*.filtr.ltr_intrview ul.list-inline > li:first-child{ margin-right:25px;}
.filtr.ltr_intrview ul.list-inline > li > a:after{ margin:0 60px}
.filtr.ltr_intrview ul.list-inline > li > a:last-child{ margin-left:0}*/
/*.filtr.ltr_intrview ul.list-inline > li > a.active > .fa-caret-up{ margin:0 -70px}*/

/* Video Type */
/*.filtr.ltr_video ul.list-inline > li > a:after{ margin:0 25px 0 24px 0 24px}
.filtr.ltr_video ul.list-inline > li > a:last-child{ margin-left:0}*/

/* Event Type */
.filtr.ltr_event > ul.list-inline > li > .drplist{margin:9px 0 0 15px;}

/* Result Type */
/*.filtr.ltr_rsult ul.list-inline > li > a:after{ margin:0 38px}
.filtr.ltr_rsult ul.list-inline > li > a:last-child{ margin-left:0}
.filtr.ltr_rsult ul.list-inline > li > a.active > .fa-caret-up{ margin:0 -45px}*/
/* /Filtration Box */

/* Send To Friend */
.sendtofriend .body, .subscrbpopup .body{height:100%; padding:0 10px 10px;}
.mntablet_wrap .share_wrap > ul.list-inline button{
	margin:0;
	padding:0;
	color:white;
	background:#2BAAE2;
	border:0;
}
.sendtofriend .modal-dialog, .subscrbpopup .modal-dialog{ padding-top:150px;}
.sendtofriend .header, .subscrbpopup .header{ background:#f1f1f1; padding:15px 18px 10px 20px; color:#7f7f7f; font-size:18px; margin-bottom:20px;}
.subscrbpopup .header{ min-height:50px;}
.subscrbpopup .header h4{ color:#1F7FA0; font:normal 20px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}

.sendtofriend .header .fa, .subscrbpopup .header .fa{
	vertical-align:middle;
	font-size:20px;
	line-height:100%;
	margin-left:12px;
	margin-bottom:5px;
}
.sendtofriend .modal-content, .subscrbpopup .modal-content{ width:100%; min-width:540px; height:100%; min-height:380px; border:1px solid #7f7f7f; 
border-radius:0;}
.subscrbpopup .modal-content{min-height:205px;}
.subscrbpopup .modal-content.uploadbox{min-height:105px;}

.sendtofriend .form .form-control, .subscrbpopup .form .form-control{ border-radius:0; border:none; max-width:100%/* 93%*/; font-size:16px; height:38px; 
margin:0; background:#f8f8f8;
-moz-box-shadow:inset 0 -4px #e6e6e6;
-webkit-box-shadow:inset 0 -4px #e6e6e6;
box-shadow:inset 0 -4px #e6e6e6;}
.subscrbpopup .form .form-control{height:48px;}

.sendtofriend .form button[type="submit"].btn, 
.subscrbpopup .form button[type="submit"].btn{ float:none; margin-right:0/* 18px*/;}
.subscrbpopup .form button[type="submit"].btn{ font-size:18px; height:48px; min-width: 112px;}

.sendtofriend .has-error .form-control,
.subscrbpopup .has-error .form-control{
-moz-box-shadow:inset 0 -4px #e6e6e6 !important;
-webkit-box-shadow:inset 0 -4px #e6e6e6 !important;
box-shadow:inset 0 -4px #e6e6e6 !important;
color:#ff0000 !important;
-webkit-appearance: none;
}
.subscrbpopup .has-error .form-control{
-moz-box-shadow:inset 0 -4px #ff0000 !important;
-webkit-box-shadow:inset 0 -4px #ff0000 !important;
box-shadow:inset 0 -4px #ff0000 !important;}

.sendtofriend .form .form-group.textarea .form-control{ height:88px; color:#555555; resize:none}
.sendtofriend .form .form-group.textarea{ position:relative;}
.sendtofriend .form .form-group.textarea .count{
	position:absolute;
	bottom:4px;
	left:12px /* 27px*/;
	font-size:12px;
	color:#999999 !important;
}
.sendtofriend .form .form-control.name, .subscrbpopup .form .form-control.name{ width:100%;}
.sendtofriend .form-group, .subscrbpopup .form-group{ margin-bottom:18px; overflow:hidden; clear:both;}
.subscrbpopup .form-group{ clear:none}

.sendtofriend .message, .subscrbpopup .message{ font-size:18px; color:#7f7f7f; padding-top:140px; line-height:180%}
.subscrbpopup .message{ padding-top:58px}
.subscrbpopup .uploadbox .message{ padding-top:15px; color:#1F7FA0; font:normal 24px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}

.sendtofriend .message span, .subscrbpopup .message span{ font-size:30px; display:block;}
.sendtofriend .header-thanks, .subscrbpopup .header-thanks{ padding:10px 15px;}

/* More Item Show */
.sendtofriend.moreitem .message{padding-top:27px;}
.sendtofriend.moreitem .message .related_wrap{ padding:5px 0;}
.sendtofriend.moreitem .message .related_wrap a{ color:#333333}

.sendtofriend.moreitem .message .related_wrap .container{ padding:0; width:100%; max-width:100%;}
.sendtofriend.moreitem .message .related_wrap h3{ padding:0; margin:0 auto; text-align:center; color:#2BAAE2; 
font:normal 18px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}

.sendtofriend.moreitem .message .related_wrap h3:before,
.sendtofriend.moreitem .message .related_wrap h3:after{ content:''; color:transparent; min-height:5px; display:block; padding:0; margin:0 0 12px; 
border:none; background:url(../images/grd_separator.png) 0 0;}
.sendtofriend.moreitem .message .related_wrap h3:after{ margin:12px 0 0}

.sendtofriend.moreitem .message .related_wrap ul{ padding:0; display:inline-block; margin:20px auto 0; overflow:hidden; clear:both;}
.sendtofriend.moreitem .message .related_wrap ul > li{ float:right; clear:none; padding:0; margin:0 0 0 1.42em; max-width:140px;}
.sendtofriend.moreitem .message .related_wrap ul > li:last-child{ margin:0;}

.sendtofriend.moreitem .message .related_wrap .articl_box{ background:none; font-size:14px; text-align:right; box-shadow:none;}
.sendtofriend.moreitem .message .related_wrap .articl_box .thumbnail{ float:none; padding:0; margin:0 auto; background:none; max-width:140px;}
.sendtofriend.moreitem .message .related_wrap p, 
.sendtofriend.moreitem .message .related_wrap h4{ max-height:65px; overflow:hidden; padding:2px 10px 0 5px; margin:0; line-height:150%;}
/* /More Item Show */
/* /Send To Friend */


/* TOS */
.tos {
	background: rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	font-size: 16px;
	padding: 30px 20px 60px;
	clear: both;
}
.tos ol.main-list li, .tos ol ol.inner-list li {
	list-style-type: decimal;
	list-style-position:inherit;
}
.tos h1 {
	font-size: 18px;
	padding: 0 0 30px 0;
	font-family: 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;
}
.tos ol.main-list{margin-right:15px;}
.tos ol.main-list li {
	font-family: 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;
}
.tos ol.main-list li h2 {
	font-family:'Janna LT W20 Bold', Arial, Helvetica, sans-serif;
	margin:30px 0;
	font-size:18px;
	display:block;
}
.tos ol ol.inner-list{ margin-right:15px;}
.tos ol ol.inner-list li {
	font-family: 'Janna LT W20 Regular', Arial, Helvetica, sans-serif;
	padding: 15px 0;
}
.tos ol ol.inner-list li:last-child {
	padding-bottom: 0px;
}
.tos ol ol.inner-list li:first-child {
	padding-top: 0px;
}
.tos ol p {
	margin: 15px 0
}
.pg_tos .content_wrap .bxwrap.box_lsting {
	margin-bottom: 0;
}

/* Maintenance */
.pg_maintenance {
	background: #FFFFFE url(../images/maintenance.jpg) right top no-repeat;
background-size:auto 100%;	position: relative; 
}
.pg_maintenance .content {
	width: 475px;
	position: absolute;
	top: 190px;
	left: 2%;
}
.pg_maintenance .message {
	background: rgba(255,255,255,.7);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	font-size: 28px;
	clear: both;
	padding: 25px 30px;
}
.pg_maintenance h1 {
	float: left;
	clear: both;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.pg_maintenance .message p:nth-child(2) {
	display: block;
	margin: 25px 0;
}

/* Fashion search */
.pg_fashion_search .filtr.ltr_video ul.list-inline > li > a:after {
	margin: 0 36px;
}
.pg_fashion_search .content_wrap .banner { 
	margin-bottom: 4%
}
.pg_fashion_search .content_wrap .bxwrap.box_lsting .newsletter_wrap, .content_wrap .bxwrap.box_lsting .newsletter_wrap.bigger{
	height: 250px;}
.pg_fashion_search .content_wrap .bxwrap.box_lsting .newsletter_wrap{ margin-top:0/* margin-top:35px;*/}
.pg_fashion_search .content_wrap .bxwrap.box_lsting .newsletter_wrap h3, 
.content_wrap .bxwrap.box_lsting .newsletter_wrap.bigger h3{margin-bottom: 5px; margin-top: 15px;}

.pg_fashion_search .content_wrap .bxwrap.box_lsting .newsletter_wrap .container,
.content_wrap .bxwrap.box_lsting .newsletter_wrap.bigger .container {
	height: 241px;
	line-height: 350%;
	background: #e6e6e6 url(../images/grd_newsletterFashion_light.gif) center bottom/100% no-repeat;
}
.pg_fashion_search .content_wrap .bxwrap.box_lsting .newsletter_wrap .done_msg, 
.content_wrap .bxwrap.box_lsting .newsletter_wrap.bigger .done_msg{ margin-top:88px;}

/* Fashion no result */
.no-result {
	max-width: 620px;
	background: #ffffff;
}
.no-result .title {
	height: 50px;
	font-size: 18px;
	padding: 15px 0;
	clear: both;
	line-height: 150%
}
.no-result .title:after {
	content: '';
	color: transparent;
	min-height: 6px;
	display: block;
	padding: 0;
	margin: 15px 0 15px;
	border: none;
	background: url(../images/grd_separator.png) 0 0;
	clear: both;
}
.no-result .title h1 {
	color: #2BAAE2;
	font-size: 24px;
	float: right;
	padding: 0 15px 0 10px
}
.no-result .message {
	margin: 50px 27%;
	font-size: 18px;
	color: #666666;
	line-height: 170%;
	clear: both
}
.no-result .message span {
	float: none;
	display: block;
	font-size: 20px;
	margin-bottom: 10px
}


/* 404, ThankU */
.error_404, .gifthanks {
	padding: 0 5px;
	margin: 65px auto;
	max-width: 970px;
	font-size: 24px;
	line-height: 170%;
	height: 150px;
	color: #666666;
}
.error_404 span, .gifthanks span {
font-size: 33px;
display: inline-block;
margin-bottom: 10px;}
.error_404 p, .error_404 h1 /*SEO*/
{ line-height: 155%; }

.gifthanks{height:auto; margin-bottom:15px;}
.gifthanks > ul > li:last-child{ padding:70px 0 0;}

/* Fashion home */
body.pg_fashion .content_wrap .bxwrap.box_lsting{ margin-bottom:0}
body.pg_fashion .content_wrap .bxwrap .box_hdr {
	clear: both;
}
body.pg_fashion .content_wrap .bxwrap.box_lsting .articl_box.imgbig {
	margin-bottom: 25px
}
body.pg_fashion .content_wrap .bxwrap.box_lsting .intro_box .articl_box.imgbig {
	margin-bottom: 0;
}
body.pg_fashion .content_wrap .bxwrap.box_lsting .intro_box {
	margin-bottom: 22px;
}
body.pg_fashion .content_wrap .bxwrap .node_news .video_box {
	min-height: 202px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-height: 258px;
	overflow: hidden;
	max-width: 221px;
	min-width: 170px;
	height: 242px;
}
body.pg_fashion .content_wrap .bxwrap .node_news .video_box .caption {
	display: block;
	float: none;
	clear: both;
	width: 92%;
	max-width: 220px;
	padding: 7px 15px 10px 15px;
	position: absolute;
	bottom: 0;
	min-height: 77px /* 30px */;
	background: #4c4c4c;
}
body.pg_fashion .content_wrap .bxwrap .node_news .video_box a, 
body.pg_fashion .content_wrap .bxwrap .node_news .articl_box.video_box.active a:hover{ color: #ffffff;}
body.pg_fashion .content_wrap .bxwrap .node_news .video_box .thumbnail .btn .fa {
	font-size: 72px;
	line-height: 100%;
	color: rgba(255, 255, 255, 1);
}
body.pg_fashion .content_wrap .bxwrap .node_news .video_box .thumbnail .btn {
	background: none;
	padding: 0;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: inline-block;
	width: 72px;
	height: 72px;
	box-shadow: none;
}
body.pg_fashion .content_wrap .bxwrap .node_news .thumbnail {
	padding: 0;
	margin: 0;
	display: inline-block;
	background: #f4f4f4;
	box-shadow: none;
	border: none;
	border-radius: 0;
	position: relative;
}
body.pg_fashion .content_wrap .bxwrap .node_news .caption .captxt {
	padding: 5px 10px;
	margin: 0 auto;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 92%;
	position: absolute;
	line-height: 155%;
	font-size: 16px;
}
body.pg_fashion .content_wrap .bxwrap.box_sponsor{ margin-top:30px;}
body.pg_fashion .content_wrap .bxwrap .more_fashion {
	margin: 0;
	height: 100%;
	overflow: hidden;
}
body.pg_fashion .content_wrap .bxwrap .video_fashion {
	margin: 0 0 45px 0;
	height: 100%;
	overflow: hidden;
}
body.pg_fashion .content_wrap .bxwrap .accordion{ margin: 0 10px 45px 0;}
/*body.pg_fashion .content_wrap .bxwrap.box_sponsor .box_hdr .logo_sponsor{ right: -70px;}*/
body.pg_fashion .content_wrap .bxwrap.box_sponsor .box_hdr h1,
body.pg_fashion .content_wrap .bxwrap.box_sponsor .box_hdr h2, 
body.pg_fashion .content_wrap .bxwrap.box_sponsor .box_hdr h3{
	background: #4c1f3e;
	-moz-box-shadow: inset 0 -4px #3e1b37;
	-webkit-box-shadow: inset 0 -4px #3e1b37;
	box-shadow: inset 0 -4px #3e1b37;
	-webkit-appearance: none;
}

body.pg_fashion .content_wrap .bxwrap.box_sponsor .carousel-indicators li.active{ background: rgba(62, 27, 55,1);}
body.pg_fashion .content_wrap .bxwrap.box_sponsor .carousel-indicators li{ background: rgba(62, 27, 55,0.6);}
body.pg_fashion .content_wrap .bxwrap.box_sponsor{ background: #0e0417 url(../images/grd_designer.jpg) 0 center no-repeat;}
body.pg_fashion .content_wrap .bxwrap .box_content.box_fashion ul li > .row:nth-child(2) > .articl_box {margin-top: 22px;}

body.pg_fashion .content_wrap .bxwrap.box_lsting .articl_box.imgbig .caption .captxt {max-width: 92%;}
body.pg_fashion .content_wrap .bxwrap.box_lsting .articl_box.imgbig .thumbnail,
body.pg_fashion .content_wrap .bxwrap.article_pg .articl_box.imgbig .thumbnail{ min-height: 436px; max-height: 494px;}
body.pg_fashion .content_wrap .bxwrap.box_lsting .intro_box .articl_box.imgbig .caption .captxt{ max-width: 100%;}
body.pg_fashion .content_wrap .bxwrap.box_lsting .intro_box .articl_box.imgbig .thumbnail{ min-height: 300px}
body.pg_fashion .content_wrap .bxwrap.box_lsting .more_fashion .articl_box.imgbig{ margin-bottom: 45px}


/* Download app, Subscribe Newsletter */
.pg_download_app, .pg_sbcribenew{ background:#fefefe url(../images/download_app.jpg) center 0 no-repeat; background-attachment:fixed; 
background-size:cover;}
.pg_download_app .top_message, .pg_sbcribenew .top_message{ height:140px; text-align:center; font-size:14px; color:#555555; 
line-height:180%; width:100%}
.pg_sbcribenew .top_message{font-size:18px;}

.pg_download_app .top_message span, 
.pg_sbcribenew .top_message span, .pg_sbcribenew .top_message h1{ display: block; font-size: 24px; color: #2BAAE2; margin: 0 0 5px 0;}
.pg_sbcribenew .top_message span, .pg_sbcribenew .top_message h1{ font:normal 24px/120% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif }
.pg_download_app .top_message p, .pg_sbcribenew .top_message p, .pg_download_app .top_message h1, .pg_sbcribenew .top_message h1{ margin:0 20% 20px}

.pg_download_app .top_message:after, .pg_sbcribenew .top_message:after{ content:''; padding:0; margin:20px auto -3px; display:block;
width:100%; height:8px; background:url(../images/shadow_separator.png) center 0 no-repeat; border-top:1px solid #c2c2c2; background-size: cover;}

.pg_download_app .mobile_info .box_mblapp,
.pg_sbcribenew .mobile_info .box_mblapp {width: 100%;}

.pg_download_app .mobile_info .box_mblapp a,
.pg_sbcribenew .mobile_info .box_mblapp a{ display: inline-block; padding: 0; margin-left: 1px}

.pg_download_app .mobile_info, 
.pg_sbcribenew .mobile_info{ line-height:250%; font-size:18px; color:#3e3e3e; text-align:right; min-width:250px;}
.pg_sbcribenew .mobile_info{ min-height:314px; max-width:735px; padding:0 15px 0 0; margin:0 auto; 
background:url(../images/grd_newsletterPage.png) 0 0 no-repeat; 
background-size:cover}

.pg_download_app .mobile_info .box_mblapp .icon{ background-image: url(../images/icn_7awiLogos.png?v=1); width: 50px; height: 50px}
.pg_download_app .mobile_info .box_mblapp .icon.icn_android{ background-position:-173px 0}
.pg_download_app .mobile_info .box_mblapp .icon.icn_appstor{ background-position:-116px 0}
.pg_download_app .mobile_info .box_mblapp .icon.icn_window{ background-position:-59px 0}
.pg_download_app .mobile_info .box_mblapp .icon.icn_blackbry{ background-position:0 0}
.pg_download_app .mobile_info .box_mblapp .icon.icn_gplay{ background-position: -173px -116px;}

.pg_download_app .mobile_info .thumbnail > img{ margin:0;}
.pg_download_app .thumbnail.bigimg > img{ margin:0;}
.pg_download_app .thumbnail.logo{width:75%}

.pg_download_app .form .checkbox, .pg_sbcribenew .form .checkbox{ font-size:14px; color:#999999}
.pg_download_app .form .checkbox label input, 
.pg_sbcribenew .form .checkbox label input{ margin-top: 15px;}

.pg_download_app .mobile_info .form .inpt_email input,
.pg_sbcribenew .mobile_info .form-group input{ border-radius:0; border:none; max-width:65%; height:40px; margin:0 auto; max-width:250px; 
padding:0 15px; margin:0; margin-bottom:-15px;
-moz-box-shadow: inset 0 -4px #f2f2f2, 0 0 1px #ccc;
-webkit-box-shadow: inset 0 -4px #f2f2f2, 0 0 1px #ccc;
box-shadow: inset 0 -4px #f2f2f2, 0 0 1px #ccc;
-webkit-appearance: none; }
.pg_sbcribenew .mobile_info .form-group input{ max-width:280px; height:47px; font-size:18px;}

.pg_download_app .has-error input, .pg_download_app .has-error .input-group-addon,
.pg_sbcribenew .has-error input, .pg_sbcribenew .has-error .input-group-addon{
-moz-box-shadow: inset 0 -4px #e50111,0 0 1px #ccc !important;
-webkit-box-shadow: inset 0 -4px #e50111,0 0 1px #ccc !important;
box-shadow: inset 0 -4px #e50111,0 0 1px #ccc !important;
}

.pg_download_app .mobile_info button[type="submit"].btn,
.pg_sbcribenew .mobile_info button[type="submit"].btn {margin-bottom: 15px; font-size:18px; height:45px; min-width:140px;}

.pg_sbcribenew .mobile_info .form-group .row{ margin-bottom:25px;}
/* /Download app, Subscribe Newsletter */

/* Dropdown List Style */
.content_wrap .filtr .dropdown-menu{ background:#f2f2f2; border:1px solid #e3e3e3; padding:0; min-width:180px; height:192px /*180px*/; overflow-y:auto; overflow-x:hidden;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;

-moz-box-shadow:0 2px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 2px 1px rgba(0, 0, 0, 0.2);
box-shadow:0 2px 1px rgba(0, 0, 0, 0.2);}

.content_wrap .filtr .dropdown-menu > li{border-bottom:1px solid #ffffff; font-size:16px; line-height:100%}
.content_wrap .filtr .dropdown-menu > li:after{content:"."; color:transparent; clear:both; display:block; width:100%; height:1px; margin:0; padding:0; 
top:0; position:relative; background:#d7d7d7;}
.content_wrap .filtr .dropdown-menu > li:last-child,
.content_wrap .filtr .dropdown-menu > li:last-child:after{ border:none; background:none}
.content_wrap .filtr .dropdown-menu > li:last-child:after{ display:none}

.content_wrap .filtr .dropdown-menu > li > a{ padding:11px 10px 12px; /*4px 10px 7px*/}
.content_wrap .filtr .dropdown-menu > li > a:hover{ color:#000000; background:#efefef}
/* /Dropdown List Style */

/* Video Image Zoom */
.vditem_box .thumbnail img, 
.video_box .thumbnail img{-moz-opacity: 0.98; -ms-filter: "alpha(opacity=98)"; filter: alpha(opacity=98); opacity: 0.98;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-ms-transition: all 0.3s ease;}

.vditem_box.active .thumbnail img, 
.video_box.active .thumbnail img{moz-opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); opacity: 1;
-webkit-transform: scale(1.06,1.073);
-moz-transform: scale(1.06,1.073);
-o-transform: scale(1.06,1.073);
-ms-transform: scale(1.06,1.073);
transform: scale(1.06,1.073);
-ms-transform: scale(1.06,1.073);}

.vditem_box .thumbnail .btn, .video_box .thumbnail .btn{ z-index:10;}
.content_wrap .bxwrap.box_video .vditem_box .thumbnail{overflow:hidden}

.video_box .thumbnail .btn{ background:none; padding:0; margin:auto; position:absolute; top:0; bottom:0; right:0; left:0; display:inline-block; 
width:72px; height:72px; box-shadow: none; opacity: 0.5; filter: alpha(opacity=50);}
.video_box .thumbnail .btn .fa{ font-size:72px; line-height:100%; color:rgba(255, 255, 255, 1); text-shadow:0 2px 2px rgba(0, 0, 0, 0.7)}
/* /Video Image Zoom */

/* Other Class */
footer{ overflow:hidden}
.progress-bar-0{font-size: 12px; line-height: 22px; height: 100%; display: block; padding: 0 2px; text-align: left;}
.prgrow_wrap{ display:block; overflow:hidden; clear:both}
.progress-bar-nmber{font-size: 12px; line-height: 22px; height: 100%; display: inline-block; padding: 0 4px 0 0; text-align: right; float: right;}
.progress.pull-right{width:77%; float: right; clear: none;}
.empty_sponsor{ min-height:30px;}
.menu_tmp_loader{text-align:center; color:#2BAAE2; font-size:35px; min-height:200px; padding-top:55px;}


/* Tedex Carousel Classes */
#carousel-celebration .itemblock p{ display:none; position:absolute; width:100%; padding:10px; margin:0 auto; background:rgba(0, 0, 0, 0.7); bottom:0; left: 0; right:0; 
z-index:5; text-align:right; color:#fcfcfc;}
#carousel-celebration .itemblock a, #carousel-celebration .itemblock a:hover{color:#fcfcfc}
#carousel-celebration .itemblock a:hover p { display: block;}
#carousel-celebration .thumbnail .loader_img{background: rgba(255, 255, 255, 0.9);}
/* /Tedex Carousel Classes */

/* Slide Header for node page*/
#share_sticky{
-webkit-transform:translateY(-200%);
-moz-transform:translateY(-200%);
transform:translateY(-100%);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

-moz-transition:0.2s;
-o-transition:0.2s;
-webkit-transition:0.2s;
transition:0.2s;}

#share_sticky.descended {
height:100px; visibility:visible !important;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
transform:translateY(0px);

-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
/* /Slide Header for node page*/

/* Re-structure Style */
.pg_fashion_search .content_wrap .bxwrap .articl_box,
.pg_fashion_search .content_wrap .bxwrap .col-sm-6 .banner_box{ margin:0 auto}
.pg_fashion_search .content_wrap .bxwrap.box_lsting .clmn_lft .newsletter_wrap,
.pg_fashion_search .content_wrap .bxwrap.box_lsting .newsletter_wrap {margin:20px 0 0;}

.content_wrap .bxwrap.box_lsting .list_box > ul > li.news_nrmalst .newsletter_wrap{ margin:10px 0}

.content_wrap .bxwrap.box_lsting .mainbox > ul > li:first-child,

.content_wrap .bxwrap.box_lsting .clmn_rit .list_box > ul > li{ padding:0}
.content_wrap .bxwrap.box_lsting .clmn_rit .list_box > ul > li:nth-child(even){ float:left}

/* Poll result re-structure */
.content_wrap .bxwrap.article_pg.poll_lsting .clmn_rit .list_box > ul > li:nth-child(odd),
.content_wrap .bxwrap.article_pg.poll_lsting .clmn_rit .list_box > ul > li:nth-child(even){ padding:0 10px}
.content_wrap .bxwrap.article_pg.poll_lsting .clmn_rit .list_box > ul > li:nth-child(even) .articl_box{ float:none;}
.content_wrap .bxwrap.article_pg.poll_lsting .clmn_rit .list_box > ul > li .articl_box{ margin:0 auto}
/* /Poll result re-structure */

.content_wrap .bxwrap .blank_box{clear:both; padding:0; margin:0 auto; height:100%; width:100%; max-width:300px;}
/* /Re-structure Style */
/* /Other Class */

/* PDF Guide Listing Page */
.content_wrap .bxwrap.guid_lsting .articl_box.imgbig{ height:100%; min-height:250px; padding:20px; 
background:#ffffff url(../images/grd_guidePDF.png) 0 58% no-repeat;}
.content_wrap .bxwrap.guid_lsting .articl_box.imgbig h3{ font:normal 24px/150% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif; color:#2BAAE2; 
margin:0 0 10px; padding:10px 0 0;}
.content_wrap .bxwrap.guid_lsting .articl_box.imgbig .caption{ max-width:358px; background:none; padding:0}
.content_wrap .bxwrap.guid_lsting .articl_box.imgbig .caption p{ height:100%; max-height:112px;}

.content_wrap .bxwrap.guid_lsting .articl_box{ background:#ffffff; position:relative; height:auto}
.content_wrap .bxwrap.guid_lsting .articl_box .icn_ribbon{ width:128px; height:138px; position:absolute; left:-9px; top:-9px; z-index:10; 
background:url(../images/icn_ribbon.png) 0 0 no-repeat}
.content_wrap .bxwrap.guid_lsting .articl_box .thumbnail{ background:#ffffff; padding:15px 0 0; min-height:250px;}
.content_wrap .bxwrap.guid_lsting .articl_box.active .thumbnail img{transition:none; transform:none; padding:0/*0 15px*/;}

.content_wrap .bxwrap.guid_lsting .articl_box .caption{ padding:15px 15px 20px;} 
.content_wrap .bxwrap.guid_lsting .articl_box .caption h4{font:normal 20px/130% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif; color:#2BAAE2; 
height:58px; margin-bottom:15px; overflow:hidden;}
.content_wrap .bxwrap.guid_lsting .articl_box .caption a{color:#2BAAE2;}
.content_wrap .bxwrap.guid_lsting .articl_box .caption p{height:72px; overflow:hidden; margin-bottom:15px;}
.content_wrap .bxwrap.guid_lsting .articl_box .caption span.pblishdate{ text-align:center; font-size:11px; display:block; padding:0; margin:5px auto; 
color:#999999}

.content_wrap .bxwrap.guid_lsting .articl_box .caption .btn-group{ margin:0 auto; text-align:center; display:block}
.content_wrap .bxwrap.guid_lsting .articl_box .caption .btn-group > .btn{ float:none}
.content_wrap .bxwrap.guid_lsting .articl_box .caption .btn-group > .btn.btn_upload{ min-width: 120px; font:normal 18px/100% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}

.content_wrap .bxwrap.guid_lsting .guidenews_wrap{text-align:center; padding:0; margin:0 auto; clear:both; height:100%; width:100%; max-width:300px; 
background:#ffffff; display:table; position:relative;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);}
.content_wrap .bxwrap.guid_lsting .guidenews_wrap .icn_rset{ position:absolute; left:0; top:0; padding:12px; margin:0; font-size:22px; line-height:100%; 
display:inline-block; color:#6A6A6A; background:#F2F2F2}

.content_wrap .bxwrap.guid_lsting .guidenews_wrap .container{ display:table-cell; vertical-align:middle; background:#ffffff; height:518px/*498px*/; width:300px; 
border:none; padding:8px 0;
-moz-box-shadow:0 -1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow:0 -1px 3px rgba(0, 0, 0, 0.1);
box-shadow:0 -1px 3px rgba(0, 0, 0, 0.1);}
.content_wrap .bxwrap.guid_lsting .guidenews_wrap h4{ color:#2BAAE2; margin-bottom:15px; padding: 0 10px; font:normal 20px/130% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif}

.content_wrap .bxwrap.guid_lsting .guidenews_wrap .form{ margin:8px auto 0;}
.content_wrap .bxwrap.guid_lsting .guidenews_wrap .form .form-group{ padding:0 0 20px; margin:0 auto; background:#e3e3e3}
.content_wrap .bxwrap.guid_lsting .guidenews_wrap .form .form-group:first-of-type{ padding-top:20px}
.content_wrap .bxwrap.guid_lsting .guidenews_wrap .form .form-control{ font-size:18px; border-radius:0; border:none; max-width:85%; height:48px; 
margin:0 auto;
-moz-box-shadow: inset 0 -4px #f2f2f2;
-webkit-box-shadow: inset 0 -4px #f2f2f2;
box-shadow: inset 0 -4px #f2f2f2;
-webkit-appearance: none;}
.content_wrap .bxwrap.guid_lsting .guidenews_wrap .form button[type="submit"].btn{ border:none; text-shadow:none; border-radius:0; color:#fcfcfc; 
background:#2BAAE2; height:45px; min-width:110px; margin-top:20px; padding:0 20px 4px; box-shadow:none; outline:none; font-size:18px; line-height:100%;

-moz-box-shadow: inset 0 -4px #1F7FA0;
-webkit-box-shadow: inset 0 -4px #1F7FA0;
box-shadow: inset 0 -4px #1F7FA0;
-webkit-appearance: none;
}

/* Done Message */
.content_wrap .bxwrap.guid_lsting .guidenews_wrap .done_msg p{font: normal 20px/130% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif; color: #2BAAE2;}
.content_wrap .bxwrap.guid_lsting .guidenews_wrap .done_msg p .big{ display:inline-block; margin-bottom:20px; font: normal 24px/130% 'Janna LT W20 Bold', Arial, Helvetica, sans-serif;}
.content_wrap .bxwrap.guid_lsting .guidenews_wrap .done_msg ul.list-inline{ padding:20px 0 0; margin:0 auto; display:inline-block; text-align:center}

.content_wrap .bxwrap.guid_lsting .guidenews_wrap .done_msg .btn{ width:42px; height:42px; background:#444444; color:#fcfcfc; margin:auto; 
text-align:center;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
}
.content_wrap .bxwrap.guid_lsting .guidenews_wrap .done_msg .btn .fa{margin-right:-4px; padding:2px 0; font-size:24px; line-height:100%;}
/*.content_wrap .bxwrap.guid_lsting .guidenews_wrap .done_msg .btn:hover .fa{ font-size:26px;}*/

.content_wrap .bxwrap.guid_lsting .guidenews_wrap .done_msg .btn.btn_fecebook{ background:#4e71a8;}
.content_wrap .bxwrap.guid_lsting .guidenews_wrap .done_msg .btn.btn_fecebook .fa{ margin:0}

.content_wrap .bxwrap.guid_lsting .guidenews_wrap .done_msg .btn.btn_twitter{ background:#1cb7eb;}
.content_wrap .bxwrap.guid_lsting .guidenews_wrap .done_msg .btn.btn_gplus{ background:#e3411f;}

.content_wrap .bxwrap.guid_lsting .guidenews_wrap .done_msg ul > li,
.content_wrap .bxwrap.guid_lsting .guidenews_wrap .done_msg ul > li:first-child{ padding:0 5px}
/* Done Message */


/* Flip Box Script */
.boxflip{
    height:100%;
    width:100%;
    min-height:518px/*498px*/; margin:0 auto;
}

.boxflip .front-wrap{
  z-index:20; width:100% !important;
}

.boxflip .back-wrap{
  z-index:10; width:100% !important;
  backface-visibility:visible\0/ !important;
}

.boxflip .front-wrap .sideBox, 
.boxflip .back-wrap .backBox{width:300px !important; margin:0 auto !important}
/* /Flip Box Script */
/* /PDF Guide Listing Page */

/* Other Class */
#engageya_tag{clear: both; margin-top: -32px; border-bottom: 1px dashed #dddddd; padding-bottom: 20px; background: url(../images/grd_separator.png) 0 bottom repeat-x;}
/* /Other Class */
.jwplayerdiviframe { position:relative; padding-bottom:64.25%; overflow:hidden; }
.jwplayeriframe { position:absolute; left: 0; right: 0; margin: 0 auto; }

/*facebook_like_btn*/
.facebook_like_btn {
    width: 100%;
    height: 156px;
    background: url(../images/ra2ej_like_facebook.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: 20px;
}
.std.facebook_like_btn {
    margin: 20px 0 8px;
}
.std.facebook_like_btn:before{
    content: '';
    color: transparent;
    min-height: 5px;
    display: block;
    padding: 0;
    border: 0;
    top: -20px;
    position: relative;
    background: url(../images/grd_separator.png) 0 0;
}
.facebook_like_btn p {
width: 50%;
    padding: 15px 15px 15px 0px !important;
    font-size: 19px;
    font-weight: bold;
    margin: 0px !important;
}
.facebook_like_btn .share_container {
    float: right;
    width: 50%;
    text-align: center;
}
.facebook_like_btn .share_container a {
    display: inline-block;
    text-align: center;
    margin: o auto;
}
/*facebook_like_btn*/

/* Album New Changes */
.albumbox{ padding:5px;} /* Change the old class */
.album_popupbox{ padding:0;}
.album_popupbox .content, .album_popupbox .container{ width:100%; max-width:none;}

.content_wrap .album_pg{ margin:0 auto;} /* Change the old class */
.content_wrap .album_pg .rmove_btn{ top:10px; left:10px;} /* Change the old class */

.content_wrap .album_pg .carousel.crousel_thumb{ 
        background:rgba(0, 0, 0, 0.5); top: 521px;max-width: 520px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100,000000+100&0+2,0.6+15,0.75+50,0.6+85,0+98 */
        background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 2%, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.6) 85%, rgba(0,0,0,0) 98%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.6) 15%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.6) 85%,rgba(0,0,0,0) 98%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.6) 15%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.6) 85%,rgba(0,0,0,0) 98%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
} /* Change the old class */

.content_wrap .album_pg .carousel.crousel_main .share_box > ul > li a, 
.content_wrap .album_pg .carousel.crousel_main .share_box > ul > li .lnkmore{ text-align:center; width:45px; height:45px; font-size:22px;}  /* Change the old class */

.content_wrap .album_pg .carousel.crousel_main .share_box .lnkpintrst:hover{ background:#CB2027; color:#fcfcfc}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnkgplus:hover{ background:#e3411f; color:#fcfcfc}
.content_wrap .album_pg .carousel.crousel_main .share_box .lnksend:hover{ background:#424242; color:#fcfcfc}

.content_wrap .album_pg .carousel.crousel_thumb .carousel-control{ color:#fcfcfc; margin: 20px 0 0;} /* Change the old class */
.content_wrap .album_pg .carousel.crousel_thumb .carousel-inner{ padding-top: 8px;} /* Change the old class */

.content_wrap .album_pg .carousel.crousel_main .pic_num{ top: 495px;} /* Change the old class */
.content_wrap .album_pg .carousel.crousel_main .imgvlign .thumbnail{ padding:10px;}

.content_wrap .album_pg .carousel.crousel_thumb .thumbnail.selected > img, 
.content_wrap .album_pg .carousel.crousel_thumb .thumbnail:hover > img{ border: 3px solid #ffffff;} /* Change the old class */

.content_wrap .album_pg .carousel.crousel_main .share_wrap{ border:0} /* Change the old class */
.content_wrap .album_pg .carousel.crousel_main .carousel-inner{ height:100%} /* Change the old class */

.content_wrap .album_pg .carousel-inner > .item, 
.content_wrap .album_pg .carousel-inner > .active{ height:100% !important}

.content_wrap .album_pg .carousel.crousel_main .imgtitle h3{ padding:15px 15px 10px; line-height: 150%;} /* Change the old class */
.content_wrap .album_pg .carousel.crousel_main p{ font: normal 18px/140% 'Janna LT W20 Regular', Arial, Helvetica, sans-serif;
 padding:5px 15px 10px; text-shadow:none; color:#333333;}
 
.content_wrap .album_pg .carousel.crousel_main .dscription{ margin: -50px 0 0;}
.content_wrap .album_pg .carousel.crousel_thumb .carousel-control.right{ right:6%;} /* Change the old class */
.content_wrap .album_pg .carousel.crousel_thumb .carousel-control.left{ left:6%;} /* Change the old class */

/* 404 search box*/
.inline_searchbox.mn_search.mnbox {
    max-width: 985px;
    background: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 65px auto 40px;
    left: 0;
    right: 0;
    z-index: 100;
   -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.16), 0 -1px 0 rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.16), 0 -1px 0 rgba(0,0,0,0.07);
    box-shadow: 0 2px 2px rgba(0,0,0,0.16), 0 -1px 0 rgba(0,0,0,0.07);
    width: 940px;
    display: block !important;
}

.inline_searchbox.mn_search .inpt_srch {
    width: 100%;
    max-width: 780px;
}


.inline_searchbox.mn_search input {
    height: 47px;
    color: #323232;
    background: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 25px;
    line-height: 100%;
}
.inline_searchbox.mn_search button[type="submit"].btn {
    border: 0;
    text-shadow: none;
    border-radius: 0;
    color: #fcfcfc;
    background: #424242;
    height: 47px;
    min-width: 125px;
    padding: 0 0 4px;
    box-shadow: none;
    outline: 0;
    font-size: 24px;
    line-height: 100%;
    -moz-box-shadow: inset 0 -4px #323232;
    -webkit-box-shadow: inset 0 -4px #323232;
    box-shadow: inset 0 -4px #323232;
    -webkit-appearance: none;
    margin-left: 0;
}

.inline_searchbox.mn_search button[type="submit"].btn .fa-search {
    margin-right: 5px;
    font-size: 30px;
    line-height: 100%;
}


.inline_searchbox.mn_search input.form-control:focus{
	-webkit-box-shadow:none;
	box-shadow:none;
}

.inline_searchbox.mn_search form { padding: 12px 15px; }

.sub_titile p::after, .sub_titile p::before,
.sub_titile h2:after, .sub_titile h2:before
{ content: "\201D"; font-size: 40px; font-family: arial; color: #2baae2; height: 12px; margin: 0 3px; display: -webkit-inline-box; }
.sub_titile p:after, .sub_titile h2:after { content: "\201C"; }
.sub_titile
{ color: #616161; font-size: 15px; }
.sub_titile p, .sub_titile h2 { font: normal 15px/170% 'Janna LT W20 Regular',Arial,Helvetica,sans-serif !important; }



.pinterest-image {
    display: inline-block;
    position: relative;
    width: auto;
}

.pinterest-image-gif {
    width: 100%;
}

.hover-pinterest {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url('../images/pinterest.png'); 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: none;
}
.pin-it-link {
	height: 100%;
	width: 100%;
	display: block;
}

#carousel-album .hover-pinterest {
            position: absolute;
            top: 0px;
            right: 0px;
            z-index: 1;
            background-image: url('../images/pinterest.png'); 
            background-position: 50% 50%;
            background-repeat: no-repeat;
            width: 30px;
            height: 30px;
        }
        
        
    /*MED-2574*/
    
    .readmoreclass{
       overflow: hidden;
       height: 500px;
    }
     .readmore_content {
       margin: 0 auto;
       width: 100%;
       display: inline-block;
       text-decoration: none;
       text-align: center;
       box-shadow: 0px -36px 58px 11px #fff;
        position: relative;
        z-index: 99;
    }
   
    .readmore {
       border-radius: 5px;
       width: 50%;
       display: inline-block;
       border: 1px solid #ccc;
       text-decoration: none;
       background: #0184ae;
       color: #fff;
       text-align: center;
       padding: 20px;
       font-size: 20px;
       margin: 10px 0;
       cursor: pointer;
   }
   
  /*MED-2574*/  
  
  /* Related Popup*/
#realtedModal {
        min-width: 100%;
        font-size:  16px;
        font-weight: bold;
        line-height: 160%;
}
    
    #realtedModal .modal-dialog {
        min-width: 450px;
        width: 450px;
        padding: 0;
        top: 20px;
    }
    
    #realtedModal .modal-header {
        padding: 20px 30px 10px 30px;
        border: 0px;
    }
    
    #realtedModal .modal-header .modal-title {
        font-size: 25px;
        font-weight: bold;
        line-height: 160%;
    }
    
    #realtedModal .modal-header .close {
        font-size: 40px;
        opacity: 1;
        cursor: pointer;
        margin-top: -50px;
    }
    
    #realtedModal .boxitem .caption {
        padding: 10px 0;
    }
    
    #realtedModal .boxitem .caption a {
        cursor: pointer;
        text-decoration: none;
        font: normal 16px/160% 'Janna LT W20 bold',Arial,Helvetica,sans-serif !important;
        color: #000;
        width: 188px;
        height: 85px;
    }
    
    #realtedModal .boxitem .caption:hover a {
        color: #428bca !important;
    }
    
    #realtedModal .boxitem .caption h2 {
      font: normal 16px/160% 'Janna LT W20 bold',Arial,Helvetica,sans-serif !important;
        color: #000;
        text-align: right;
        width: 188px;
        height: 85px;
    }
    
    #realtedModal .modal-dialog .modal-content {
        box-shadow: none;
        border: none;
        border-radius: 0px;
    }
    
    #realtedModal .modal-dialog .block_clmnitem ul {
        margin: auto 15px;
        display: inline-block;
    }
    
    #realtedModal .modal-dialog.modal-lg li .boxitem,
    #realtedModal .modal-dialog.modal-lg li img {
        width: 260px;
        height: 260px;
    }
/* /Related Popup*/

  
body.node_pg
{ background:#ffffff}


/* Babonej Style */
.ck_editor.babonej .dcption_wrap ol li{ list-style: decimal !important; margin:0 0 15px }
.ck_editor.babonej .dcption_wrap h2,
.ck_editor.babonej .dcption_wrap h2 > *,
.ck_editor.babonej .dcption_wrap div{ display:inline-block!important}
.ck_editor.babonej .dcption_wrap h2{ max-width:97%; margin: 0 5px 0 0; vertical-align: top; word-wrap: break-word;} 
.ck_editor.babonej .dcption_wrap blockquote{ padding: 0 10px !important;}
/* Babonej Style */



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.content_wrap .album_pg .carousel.crousel_main .dscription{ margin:0}
        .content_wrap .album_pg .repeat_wrap .box_lsting .rpeat_hdr>small{ position: absolute;left: 10px;}
        .content_wrap .album_pg .repeat_wrap .box_lsting .rpeat_hdr{position: relative;}
}
/* /Album New Changes */
.loader_img .giText{
    background: url(../../../common/gif_loader/gifText_new.png) 0 0 no-repeat;
    display: inline-block;
    width: 27px;
    height: 14px;
    vertical-align: middle;
    z-index: 10;
    position: relative;
    text-align: center;
    margin: 8px auto 0;
}

.content_wrap .bxwrap .thumbnail .loader_img.gif_animation{   
    width: 57px;
    height: 57px;
    background: none;
}
.content_wrap .bxwrap .thumbnail .loader_img.gif_animation .fa {
    width: 57px;
    height: 57px;
    z-index: 2;
    background: url(../../../common/gif_loader/imageLoad_new.png);
}
.content_wrap .bxwrap .thumbnail .loader_img.gif_animation .fa-spinner:before{ display:none}

body.ad7a_eid .header_wrap .opcity{background: rgba(0,0,0,0.05);}
body.ad7a_eid .header_wrap{background-color:#ffffff;}
@media only screen and (max-width: 1050px){
body.ad7a_eid .header_wrap{ background-size: cover;}
}
body.ad7a_eid .ad7a_logo_clickable {
    display: inline-block; height: 100%; width: 100%; z-index: 5; position: absolute; left: 0; right: 0; max-width:250px;
    min-height: 120px;  top: 0; bottom: 0; margin: auto;
}

/* SEO CK Editors, MED-2428 */
/*.ck_editor h1,*/
.ck_editor .dcption_wrap h2,
.ck_editor .dcption_wrap h3{ font-size:26px !important; display:block !important;}
.ck_editor .dcption_wrap h2, .ck_editor .dcption_wrap h2 > *{ font-size:23px !important; margin-bottom:15px; text-align:right !important; padding:0 !important}
.ck_editor .dcption_wrap h3, .ck_editor .dcption_wrap h3 > *{ font-size:19px !important; margin-bottom:15px; text-align:right !important; padding:0 !important}

.ck_editor .sub_titile h2,
.ck_editor .sub_titile p,{ font-size:17px !important;}

/* Editor Area */
.ck_editor .dcption_wrap .colortext{ color:#1F7FA0;}
.ck_editor .dcption_wrap .panel-info{ font-size: 22px !important; margin:0 15px 20px -5px !important; padding:15px !important}

.ck_editor .dcption_wrap > div, .ck_editor .dcption_wrap > div > *,
.ck_editor .dcption_wrap p, .ck_editor .dcption_wrap p > *{ font-size:16px !important; line-height:170% !important; margin: 0 0 20px !important; padding:0 !important} 

.ck_editor .dcption_wrap ul,
.ck_editor .dcption_wrap ol,
.ck_editor .dcption_wrap dl{ padding:0 !important; margin:0 35px 15px 5px !important; list-style-position:inside !important; 
list-style:inherit !important;/* color:#bb0f71;*/}

.ck_editor .dcption_wrap ul li{ list-style:disc !important; margin-bottom:5px !important; font-size:16px !important;}
.ck_editor .dcption_wrap ol li{ list-style:decimal !important; margin-bottom:5px !important; color:#000000; font-size:16px !important;}


/* MED-2615 */
.content_wrap .bxwrap.article_pg .clmn_rit ul.mrlnk_articl li br {
    display: none;
}

.content_wrap .bxwrap.article_pg .clmn_rit ul.mrlnk_articl li{
    width: 100%;
    display: inline-block;
}
.content_wrap .bxwrap.article_pg .clmn_rit ul.mrlnk_articl {
    padding: 0;
    margin: 20px 0 0 !important;
}
ul.mrlnk_articl li a img {
    width: 100px;
    height: 75px;
    margin: 0px 0px 10px 10px;
    float: right;
}

/* MED-2615 */




.ck_editor .dcption_wrap dl dt,
.ck_editor .dcption_wrap dl dd{ list-style:disc !important; margin-bottom:5px !important; position:relative}
.ck_editor .dcption_wrap dl dt:before,
.ck_editor .dcption_wrap dl dd:before{ content:'-'; display:inline-block; position:absolute; right:-20px; font-weight:bold; font-size:22px; 
line-height:100%}

.ck_editor .dcption_wrap li > *,
.ck_editor .dcption_wrap dt > *,
.ck_editor .dcption_wrap dd > * { margin:0 !important; font-weight:normal; color:#000000;}   
.ck_editor .dcption_wrap > div .jwplayerdiviframe, .ck_editor .dcption_wrap>div.jwplayerdiviframe{padding-bottom: 64.25% !important;}

.ck_editor .dcption_wrap .indexlnk_box{ display:block; width:100%; padding:15px !important; background:#f9f9f9;}
.ck_editor .dcption_wrap .indexlnk_box .hdrbox,
.ck_editor .dcption_wrap .indexlnk_box span,
.ck_editor .dcption_wrap .indexlnk_box cite,
.ck_editor .dcption_wrap .indexlnk_box h2,
.ck_editor .dcption_wrap .indexlnk_box h3{ font-size:20px; display:block; margin:0 0 15px; color:#1F7FA0;}

.ck_editor .dcption_wrap .indexlnk_box a{ display:inline-block; vertical-align:top; width:45%; padding:0 !important; margin:0 15px 5px 0 !important; position:relative; color:#000000 !important;}
.ck_editor .dcption_wrap .indexlnk_box a:hover{ color:#1F7FA0 !important;}
.ck_editor .dcption_wrap .indexlnk_box a:before{content:'\2022'; display:inline-block; position:absolute; right:-20px; top:2px; font-weight:bold; 
font-size:20px; line-height:100%; color:#1F7FA0;}

.ck_editor .dcption_wrap .indexlnk_box p,
.ck_editor .dcption_wrap .indexlnk_box div{ margin:0 !important; padding: 0 !important}
.ck_editor .dcption_wrap .emailcorct{ margin:25px auto 10px !important}
.ck_editor .dcption_wrap .emailcorct h3{ font-size:inherit !important; padding: 12px 5px !important; text-align: center !important;}
/* Tags box */
.ck_editor .dcption_wrap .tags{ padding:0 !important; margin:30px 0 0 !important;}
.ck_editor .dcption_wrap .tags > a, 
.ck_editor .dcption_wrap .tags > span{ padding:7px 7px 10px !important; margin:0 0 5px 5px !important; font-size:14px !important;line-height:100%!important;}
/* /Tags box */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
 .ck_editor .dcption_wrap .indexlnk_box a{ width:100%;}
}
/* /Editor Area */
/* /SEO CK Editors, MED-2428 */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.content_wrap .album_pg .carousel.crousel_main .dscription{ margin:0}
        .content_wrap .album_pg .repeat_wrap .box_lsting .rpeat_hdr>small{ position: absolute;left: 10px;}
        .content_wrap .album_pg .repeat_wrap .box_lsting .rpeat_hdr{position: relative;}
}
/* /Album New Changes */

.loader_img .giText{
    background: url(../../../common/gif_loader/gifText_new.png) 0 0 no-repeat;
    display: inline-block;
    width: 27px;
    height: 14px;
    vertical-align: middle;
    z-index: 10;
    position: relative;
    text-align: center;
    margin: 8px auto 0;
}

.content_wrap .bxwrap .thumbnail .loader_img.gif_animation{   
    width: 57px;
    height: 57px;
    background: none;
}
.content_wrap .bxwrap .thumbnail .loader_img.gif_animation .fa {
    width: 57px;
    height: 57px;
    z-index: 2;
    background: url(../../../common/gif_loader/imageLoad_new.png);
}

.content_wrap .bxwrap .thumbnail .loader_img.gif_animation .fa-spinner:before{ display:none}

body.ad7a_eid .header_wrap .opcity{background: rgba(0,0,0,0.05);}
body.ad7a_eid .header_wrap{background: center bottom no-repeat;}
@media only screen and (max-width: 1050px){
body.ad7a_eid .header_wrap{ background-size: cover;}
}
body.ad7a_eid .ad7a_logo_clickable {
    display: inline-block; height: 100%; width: 100%; z-index: 5; position: absolute; left: 0; right: 0; max-width:250px;
    min-height: 120px;  top: 0; bottom: 0; margin: auto;
}

.breast_cancer_logo_clickable {
    display: inline-block; height: 100%; width: 100%; z-index: 5; position: absolute; left: 0; right: 0; max-width:220px; min-height: 85px;  top: 0; bottom: 0; margin: auto;
}

/* 404 search box*/
.inline_searchbox.mn_search.mnbox {
    max-width: 985px;
    background: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 65px auto 40px;
    left: 0;
    right: 0;
    z-index: 100;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.16), 0 -1px 0 rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.16), 0 -1px 0 rgba(0,0,0,0.07);
    box-shadow: 0 2px 2px rgba(0,0,0,0.16), 0 -1px 0 rgba(0,0,0,0.07);
    width: 940px;
    display: block !important;
}

.inline_searchbox.mn_search .inpt_srch {
    width: 100%;
    max-width: 780px;
}


.inline_searchbox.mn_search input {
    height: 47px;
    color: #323232;
    background: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 25px;
    line-height: 100%;
}
.inline_searchbox.mn_search button[type="submit"].btn {
    border: 0;
    text-shadow: none;
    border-radius: 0;
    color: #fcfcfc;
    background: #424242;
    height: 47px;
    min-width: 125px;
    padding: 0 0 4px;
    box-shadow: none;
    outline: 0;
    font-size: 24px;
    line-height: 100%;
    -moz-box-shadow: inset 0 -4px #323232;
    -webkit-box-shadow: inset 0 -4px #323232;
    box-shadow: inset 0 -4px #323232;
    -webkit-appearance: none;
    margin-left: 0;
}

.inline_searchbox.mn_search button[type="submit"].btn .fa-search {
    margin-right: 5px;
    font-size: 30px;
    line-height: 100%;
}


.inline_searchbox.mn_search input.form-control:focus{
	-webkit-box-shadow:none;
	box-shadow:none;
}

.inline_searchbox.mn_search form { padding: 12px 15px; }

.sub_titile p::after, .sub_titile p::before,
.sub_titile h2:after, .sub_titile h2:before
{ content: "\201D"; font-size: 40px; font-family: arial; color: #C937CC; height: 12px; margin: 0 3px; display: -webkit-inline-box; }
.sub_titile p:after, .sub_titile h2:after { content: "\201C"; }
.sub_titile
{ color: #616161; font-size: 15px; }
.sub_titile p, .sub_titile h2 { font: normal 15px/170% 'Janna LT W20 Regular',Arial,Helvetica,sans-serif !important; }


.pinterest-image {
    display: inline-block;
    position: relative;
    width: auto;
}
.hover-pinterest {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url('../images/pinterest.png?v=seo-1'); 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: none;
}
.pin-it-link {
	height: 100%;
	width: 100%;
	display: block;
}

#carousel-album .hover-pinterest {
            position: absolute;
            top: 0px;
            right: 0px;
            z-index: 1;
            background-image: none; 
            background: #cb1f21;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            padding: 6px 0 0;
            width: 30px;
            height: 30px;
        }
#carousel-album .hover-pinterest .pin-it-link:before { 
    content: "\f0d2"; 
    font: normal 18px/1 FontAwesome; 
    color:#ffffff
} 


  /* MED-2587 */
.back {
/*    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)*/
}
.front:hover .flipIcon,
.back:hover .flipIcon {
    display: block
}
.mobile_item_already_flipped .flipIcon {
    display: block
}
.flipIcon {
    display: none;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px;
/*    left: 15px;*/
    background: url(../../../common/flip_images/images/full_4_lightDark_30X30.png) 0 0 no-repeat
}
.frnt{
    right: 15px;
}

.bck{
    right: 15px;
}

/*.loaderIcon {
    display: none;
    height: 46px;
    width: 46px;
    position: absolute;
    bottom: 10px;
    margin-left: 50%;
    background: url(//cdn.playbuzz.com/content/formats/Reveal2/loader2.gif) 0 0 no-repeat
}*/
.item_body {
    position: relative;
    height: auto;
    margin: 0;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
    -ms-transition: margin .6s;
    transition: margin .6s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.item_body.item_ratio_landscape {
    padding-bottom: 74.84375%
}
.item_body.item_ratio_square {
    padding-bottom: 100%
}
.item_body img {
    display: block;
    width: 100%
}
.item_body,
.item_body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.title {
    position: relative;
    text-align: center;
    font-size: 4em;
    font-style: italic;
    margin-bottom: 1rem;
    font-family: Georgia, serif;
    line-height: 1.4
}
.item_index {
    position: relative;
    bottom: 0;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background-color: #48535f;
    background-color: rgba(72, 83, 95, .6);
    font-family: "pbSemiBold", Arial, Helvetica, sans-serif;
    transition: background-color 600ms;
    -moz-transition: background-color 600ms;
    -webkit-transition: background-color 600ms
}
.grey_theme.item_index {
    background-color: #0c131c;
    background-color: rgba(12, 19, 28, .55)
}
.blue_theme.item_index {
    background-color: #4797e7;
    background-color: rgba(71, 151, 231, .6)
}
.purple_theme.item_index {
    background-color: #605ca8;
    background-color: rgba(96, 92, 168, .6)
}
.green_theme.item_index {
    background-color: #8dc63f;
    background-color: rgba(141, 198, 63, .6)
}
.turquoise_theme.item_index {
    background-color: #00a99d;
    background-color: rgba(0, 169, 157, .6)
}
.darkgreen_theme.item_index {
    background-color: #50c754;
    background-color: rgba(80, 199, 84, .6)
}
.item_title_container {
    margin-left: 70px
}
.item_title {
    width: 100%;
    height: 60px;
    line-height: 25px;
    font-size: 24px;
    padding: 0 5px;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
/*    *behavior: url("/content/shared/boxsizing.htc");*/
    display: table-cell;
    vertical-align: middle;
    font-family: "pbRegular", Arial, Helvetica, sans-serif
}
.hide_index .item_title_container {
    margin-left: 0
}
.hide_index .item_title {
    padding: 0
}
.hide_index .item_title.no_title {
    height: 0
}
.item_top {
    position: relative;
    overflow: hidden
}
.reveal_text_face {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: table;
    word-break: break-word;
    word-wrap: break-word
}
.reveal_text_face span {
    text-align: center;
    top: 50%;
    width: 100%;
/*    font-family: "pbThin", Helvetica, Arial;*/
    font-size: 34px;
    color: #fff;
    padding: 30px;
    line-height: 38px;
    display: table-cell;
    vertical-align: middle;
    position: static
}
.blue_theme .reveal_text_face {
    background-color: #4797e7
}
.purple_theme .reveal_text_face {
    background-color: #605ca8
}
.green_theme .reveal_text_face {
    background-color: #8dc63f
}
.turquoise_theme .reveal_text_face {
    background-color: #00a99d
}
.darkgreen_theme .reveal_text_face {
    background-color: #50c754
}
.reveal_item_description {
    color: #000;
    font-size: 16px;
    font-family: "open sans", Helvetica, sans-serif;
    line-height: 1.7em
}
.reveal_item_description p:last-child {
    margin-bottom: 0
}
.with_description+.reveal_item_container {
    margin-top: 25px
}
/* /MED-2587 */


/* RAEEJ-238 Taboolah widget header alignment */
.organic-ra2ej .trc_rbox_header{
    text-align: center;
    margin: 20px 0px 0px 0px !important;
}
/* End Taboolah widget header alignment */


/* #Media Queries
================================================== */
/* Chrome Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.footer_wrap .ftrbove_wrap .ftrshare > ul > li:last-child{ margin-left:14px}
	.footer_wrap .ftrbove_wrap .ftrnwslter{ padding-right:5px; max-width:585px}
	
	body.mac-os .footer_wrap .ftrbove_wrap .ftrshare > ul > li:last-child{ margin-left:2px/*3px*/}
	body.mac-os .footer_wrap .ftrbove_wrap .ftrnwslter{ padding-right:2px/*3px*/; max-width: 592px;}	
	
	#header_sticky .grd_menu > ul > li > .btn_search{ padding:15px 5px;}
    
	#header_sticky .grd_menu > ul > li > span > a.btn_search,
	#header_sticky .grd_menu > ul > li > h2 > a.btn_search{padding:15px 5px 5px}
	
	#header_sticky .dropdown.open > a.btn_search{ padding:12px 6px;}
    
	#header_sticky .dropdown.open > span > a.btn_search,
	#header_sticky .dropdown.open > h2 > a.btn_search{padding:12px 6px 16px;}
    
	#header_sticky .dropdown.open > span.dropdown-toggle,
	#header_sticky .dropdown.open > h2.dropdown-toggle{ padding:9px 13px 21px 10px;}
	
	#header_sticky li.dropdown:last-child > span.dropdown-toggle,
	#header_sticky li.dropdown:last-child > h2.dropdown-toggle{padding:14px 5px 7px}
    
    
	#header_sticky li.dropdown.open:last-child > span.dropdown-toggle,
	#header_sticky li.dropdown.open:last-child > h2.dropdown-toggle{padding:11px 5px 7px}

	
	.menu_wrap .grd_menu > ul > li:last-child > a,
    .menu_wrap .grd_menu > ul > li:last-child > span,
    .menu_wrap .grd_menu > ul > li:last-child > h2{padding:4px 11px 0 12px}
    
	.menu_wrap .dropdown.open:last-child > a.dropdown-toggle,
    .menu_wrap .dropdown.open:last-child > span.dropdown-toggle,
    .menu_wrap .dropdown.open:last-child > h2.dropdown-toggle{padding:0 11px 4px 12px;}

	
	body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form .form-group{ margin-bottom:7px;}
	body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star .checkbox label{ margin:0 auto}
	body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star .checkbox{margin-bottom:0;}
	
	.content_wrap .album_pg .repeat_wrap .box_lsting .articl_box.opitem_box .caption .share_box{ top:-32px}
    
	.menu_wrap .grd_menu .selected span.btn_search a,
	.menu_wrap .grd_menu .selected h2.btn_search a,
    .menu_wrap .grd_menu .selected:hover span.btn_search a,
    .menu_wrap .grd_menu .selected:hover h2.btn_search a{padding:1px 0 0 !important;}
	
	.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap .byuser{margin:4px 0 0}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.footer_wrap .ftrbove_wrap .ftrnwslter{ width:auto} 
	.footer_wrap .ftrbove_wrap .ftrnwslter .inpt_name{width: 120px; max-width: 120px;}
	.footer_wrap .ftrbove_wrap .ftrnwslter .inpt_email {width: 135px; max-width: 130px;}
	.footer_wrap .ftrbove_wrap .ftrnwslter .inpt_email input{width: 135px; padding:0 7px 0 5px}
	.footer_wrap .ftrlnk_wrap ul.list-inline > li{margin-left: 25px; margin-bottom:5px}
	.footer_wrap .ftrlnk_wrap ul.list-inline > li:last-child{ margin-top:20px;}	
	
	.footer_wrap .ftrlnk_wrap .ftrbox.box_frtag{width: 172px;}
	.footer_wrap .ftrlnk_wrap .ftrbox.box_mblapp { clear: none; display: inline-block; float: right;}
	.footer_wrap .ftrlnk_wrap .ftrbox.box_frdwbsite {clear: none; display: inline-block; float: right; margin:0;}
	
	.content_wrap .bxwrap.box_video .vditem_box.imgbig .thumbnail{ max-width:inherit}
	.content_wrap .bxwrap.box_video .vditem_box .thumbnail{max-width: 152px;}
	.content_wrap .bxwrap.box_video .vditem_box .caption{max-width: 133px; min-height: 91px; padding:18px 8px 8px 5px; font-size:12px}
	.content_wrap .bxwrap.box_video .vditem_box .caption a{ max-height:55px;}
	.content_wrap .bxwrap.box_video .vditem_box.imgbig .caption a{ max-height:100%;}
	
	.content_wrap .bxwrap.box_fashion .box_content, .content_wrap .bxwrap.box_lifestyle .box_content{margin: 0 auto; text-align:center}
	.content_wrap .bxwrap.box_fashion .box_content > ul,
	.content_wrap .bxwrap.box_lifestyle .box_content > ul{display: inline-block; margin: 0 auto; text-align: right;}
	
	.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right .container{ background-size:contain; padding: 15px 10px 0;}
	.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right .inpt_name{max-width: 105px; margin-left: 5px;}
	.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right .inpt_email{max-width: 150px; margin-left: 5px;}
	.content_wrap .bxwrap.article_pg .clmn_rit .newsletter_right button.btn[type="submit"]{min-width: 84px;}
	
	body.pg_stareweek .content_wrap .bxwrap .articl_box.imgbig .thumbnail .label.ctries_star{ bottom:65px}
	body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .news_relted p, 
	body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .news_relted h4{ height:77px;}

	.content_wrap .sidebox.halgin .caption{max-width: 128px;}
	.content_wrap .bxwrap.article_pg .clmn_rit .writer_wrap .wter_info{max-width: 77%;}
	.footer_wrap .ftrlnk_wrap .ftrbox.box_mblapp, .footer_wrap .ftrlnk_wrap .ftrbox.box_frdwbsite{width: 280px /*215px*/;}
	
	body.stareweek_node .content_wrap .tell_friends .btn{ width:69px; height:69px;}
	body.stareweek_node .content_wrap .bxwrap .vote_box .caption{max-width: 128px;}
	body.stareweek_node .content_wrap .bxwrap.box_lsting .list_box > ul > li:nth-child(even) .articl_box{ float:left}
	body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig .caption{ max-width:95%}
	
	.content_wrap .bxwrap .banner_box{ height:212px}
	.content_wrap .album_pg .carousel.crousel_thumb .carousel-control.left{left:20%}
	.content_wrap .album_pg .carousel.crousel_thumb .carousel-control.right{right:20%}
	
	body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .share_wrap h3{padding-right:15px}
	body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit ul.clbrty_info{ margin-right:0;}
	
	body.stareweek_node .content_wrap .bxwrap .stars_discover .articl_box{padding:0 2px; box-shadow:none; border-radius:0; border:0; background:none}
	body.pg_stareweek .content_wrap .bxwrap.box_lsting .newsletter_wrap .form_star ul > li:last-child{ padding-right:7px}
	.no-result .message{margin: 50px 16%;}
	
	.content_wrap .bxwrap.box_lsting .articl_box.imgbig .loader_img, 
	.content_wrap .bxwrap.article_pg .articl_box.imgbig .loader_img{margin:0 auto; max-height: 190px;}
	
	
	/* Newsletter Footer Portrait */
	.footer_wrap .ftrbove_wrap .ftrshare{min-height: 75px; padding: 18px 0 0;}
	.footer_wrap .ftrbove_wrap .ftrnwslter{ padding: 0 12px 10px 0;}
	.footer_wrap .ftrbove_wrap .ftrnwslter > ul > li { float:none}
	.footer_wrap .ftrbove_wrap .ftrnwslter > ul > li > span{margin: 0 0 0 10px; padding: 2px 0 5px;}
	.footer_wrap .ftrbove_wrap .ftrnwslter p.done_msg{ max-width:358px; margin-top:8px;}
	/* /Newsletter Footer Portrait */
	
	/*.visible-sm-tablet{ display:block}*/
	.content_wrap .bxwrap.article_pg.poll_lsting .articl_box .thumbnail .label.ctries{ display:inline}
	.content_wrap .bxwrap .articl_box .caption .captxt{ display:inline-block;/* word-break: break-all;*/ max-width:80%}
	
	/* Share Header Subscribe */
	.header_wrap .mntablet_wrap .hdrshare_wrap{ z-index:20}
	.header_wrap .mntablet_wrap .hdrshare_wrap .box_popup.sendmsg{bottom:auto; top:10px; right: -58px; z-index:20}
	.header_wrap .mntablet_wrap .hdrshare_wrap .box_popup.sendmsg:after{margin-left: 125px; border-bottom-color:#ebebeb;  border-top-color:transparent;
	top:auto; bottom: 100%;}
	
	.header_wrap .mntablet_wrap .box_popup.sendmsg button.btn[type="submit"] > .fa{ background:none; color:#8AD4E5; font-size:20px;}
	.page{overflow:hidden; height:100%; clear:both}
	
	/* Re-structure Style */
	body.pg_fashion .content_wrap .bxwrap .node_news .thumbnail{display: block; overflow:hidden}
	body.pg_fashion .content_wrap .bxwrap .node_news .video_box .caption{position: relative; overflow:hidden; width: 100%; min-height:50px; 
	max-height: 50px; line-height:150%}
	
	.pg_fashion_search .content_wrap .bxwrap.box_lsting .clmn_lft .newsletter_wrap,
	.pg_fashion_search .content_wrap .bxwrap.box_lsting .newsletter_wrap {margin:10px 0 0;}
	
	/* Poll result re-structure */
	.content_wrap .bxwrap.article_pg.poll_lsting .sidebox.halgin .caption{max-width: 139px;}
	.content_wrap .bxwrap.article_pg.poll_lsting .sidebox.readmr_wrap .articl_box{margin: 0 auto 25px;}
	/* /Poll result re-structure */
	/* /Re-structure Style */
	
	
	/* PDF Guide Listing Page */
	.content_wrap .bxwrap.guid_lsting .articl_box.imgbig{background:#ffffff url("../images/grd_guidePDF.png") 0 62% / 50% no-repeat;}
	.content_wrap .bxwrap.guid_lsting .articl_box.imgbig .caption{min-height:52px; top:90px; max-width:190px;}
	
	.content_wrap .bxwrap.guid_lsting .articl_box.imgbig .caption p{ height:inherit}
	/* /PDF Guide Listing Page */
        
        
        .pinterest-image {
            display: inline-block;
            position: relative;
            width: auto;;
        }
        .hover-pinterest {
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 1;
            background-image: url('../images/pinterest.png'); 
            background-position: 50% 50%;
            background-repeat: no-repeat;
            display: block;
            width: 30px;
            height: 30px;
        }
        .pin-it-link {
            height: 100%;
            width: 100%;
            display: block;
        }
        
        #carousel-album .hover-pinterest {
            position: absolute;
            top: 0px;
            right: 0px;
            z-index: 1;
            background-image: url('../images/pinterest.png'); 
            background-position: 50% 50%;
            background-repeat: no-repeat;
            display: block;
            width: 30px;
            height: 30px;
        }

}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}

/* Screen size between 480 to standard 960 (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 959px) {

	.content_wrap .bxwrap.box_lsting .articl_box.imgbig, 
	.content_wrap .bxwrap.article_pg .articl_box.imgbig{ position:relative; max-height:248px; overflow:hidden;}
	.content_wrap .bxwrap.box_lsting .articl_box.imgbig .caption {bottom:0; min-height:52px; position:absolute; width:100%;}
	.content_wrap .bxwrap.box_lsting .articl_box.imgbig .caption .captxt{ bottom:0}
	.content_wrap .bxwrap.box_lsting .articl_box.imgbig .caption .share_box{bottom: -5px; right: 13px;}
	
	body.stareweek_node .content_wrap .bxwrap .node_news .articl_box.imgbig,
	body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig{ max-height:inherit}
	
	.content_wrap .bxwrap .articl_box.active .caption .share_box{ display:none !important}
	#header_sticky{ display:none !important}
	.breadcrumb_wrap ul li{ margin-bottom:5px}
	
	.content_wrap .bxwrap.article_pg .clmn_rit .album_thmb > ul{ padding-left:0}
	.content_wrap .bxwrap.article_pg .clmn_rit .related_wrap ul > li{ margin:0; padding:0 5px}
	.gadget_wrap, .tell_friends{ display:none}
	
	.content_wrap .album_pg .repeat_wrap .tooltip.top{ display:none}
	
	body.stareweek_node .content_wrap .stars_top .container{ max-width: 82%;}
	body.stareweek_node .content_wrap .stars_top ul{padding-top: 4px;}
	body.stareweek_node .content_wrap .stars_top ul li:first-child{width: 40%;}
	body.stareweek_node .content_wrap .stars_top ul li{width: 60%;}
	body.stareweek_node .content_wrap .stars_top ul li ul li{padding:3px 10px 0 0;}
	body.pg_fashion .content_wrap .bxwrap.box_lsting .intro_box .articl_box.imgbig, 
	body.pg_fashion .content_wrap .bxwrap.article_pg .intro_box .articl_box.imgbig { max-height: 248px;}
	body.pg_fashion .content_wrap .bxwrap.box_lsting .articl_box.imgbig, 
	body.pg_fashion .content_wrap .bxwrap.article_pg .articl_box.imgbig { max-height: 500px}
	body.pg_fashion .content_wrap .bxwrap .node_news .video_box { height: 204px;}
	body.stareweek_node .content_wrap .bxwrap .node_news .video_box { height: 204px;}
	body.stareweek_node .content_wrap .bxwrap .node_news .video_box.imgbig {min-height: 297px;}
	body.stareweek_node .content_wrap .bxwrap .node_news .articl_box.imgbig {min-height: 360px;}
	
	/*.filtr.ltr_clbfiles ul.list-inline > li > a:after {margin: 0 13px;}
	.filtr.ltr_intrview ul.list-inline > li > a:after{ margin:0 52px}*/
	.filtr.ltr_fashion ul.list-inline > li > .drplist {margin: 9px 0 0 7px;}
	/*.filtr.ltr_video ul.list-inline > li > a:after {margin: 0 18px;}
	.filtr.ltr_rsult ul.list-inline > li > a:after {margin: 0 28px; }*/
	
	.filtr ul.list-inline > li > a {font-size: 13px;}
	.filtr ul.list-inline > li .form-group .search_bx {max-width: 225px;}
	.filtr ul.list-inline > li > .drplist .btn{width: 98px;font-size: 12px;height: 32px;}
	.filtr ul.list-inline > li .form-group .search_bx .form-control {font-size: 12px}
	
	.filtr ul.list-inline > li .form-group .search_bx .input-group-btn .btn{min-width: 65px;}
	.filtr ul.list-inline > li > .drplist .btn.dropdown-toggle {padding: 2px 7px 8px;}
	.filtr ul.list-inline > li > .drplist .btn {padding-top: 8px;}
	
	/*.filtr.ltr_clbfiles ul.list-inline > li > a.active > .fa-caret-up {margin: 0 -25px; }
	.filtr > ul.list-inline ul.filtr_lnk > li > a{ max-width:170px}*/
	.content_wrap .bxwrap.box_celebration .carousel-inner > .item{height: 425px;}
	
	body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .btn_album, 
	body.profile_celebrity .content_wrap .bxwrap.article_pg .clmn_rit .thumbnail:hover .btn_album{ display:none}
	.breadcrumb_wrap ul li:last-child a, .breadcrumb_wrap ul li:last-child span{ max-width:568px;}
}

@media only screen and (min-width: 800px) and (max-width: 1050px){
	.menu_wrap.mntablet_wrap .dropdown-menu.mn_search{ min-width:800px;}
	.menu_wrap.mntablet_wrap .dropdown-menu.mn_search .inpt_srch{max-width: 645px;}
	body.stareweek_node .content_wrap .stars_top ul{padding-top:10px;}
	
	/* Share Header Popup */
	.header_wrap .hdrshare_wrap .box_popup.sendmsg {right: -200px;}
	.header_wrap .hdrshare_wrap .box_popup.sendmsg:after{margin-left: -25px;}
	
	.header_wrap .hdrshare_wrap .box_popup.box_twitter{right: -220px;}
	.header_wrap .hdrshare_wrap .box_popup.box_twitter:after{margin-left: -82px;}
	
	.header_wrap .hdrshare_wrap .box_popup.box_gplus{right: -188px;}
	.header_wrap .hdrshare_wrap .box_popup.box_gplus:after{margin-left: -90px;}
        
        .menu_wrap.hidden-sm, .mnsticky_wrap.menuIPad, #slidemenu.hidden-sm
        { display:none!important}
        
        .menu_wrap.visible-sm, .mnsticky_wrap.visible-sm, #slidemenu.visible-sm
        { display: block!important;}
        
        .navbar-header
        { position:static}
        
        .menu_wrap.mntablet_wrap .dropdown-menu.mn_search .inpt_srch
        { max-width: 87%;}

}
@media only screen and (max-width: 1050px){
	#header_sticky .grd_menu > ul > li.stickylogo{padding:5px 10px; }
	.content_wrap .bxwrap.box_sponsor .carousel-control.right{right: 5px;}
	.content_wrap .bxwrap.box_sponsor .carousel-control.left{left: 5px;}
	
	.content_wrap .bxwrap.box_celebration .carousel-control.right{right:-24px;}
	.content_wrap .bxwrap.box_celebration .carousel-control.left{left:-24px;}
	
	.fixed-goto{ display:none !important;}
}
@media only screen and (min-width: 1400px){
	.header_wrap{background-size:cover;}
}
@media only screen and (min-width: 1367px){
/*	.header_wrap{background-size:contain;}*/
	.content_wrap .bxwrap.box_celebrity{ background-size:cover;}
}

@media print {}


/* MED-1030 */
.coment-opn{background:#ffffff; border:solid 1px #d4d4d4; padding:10px 20px 0px; margin:20px 10px;}
.coment-opn:hover{background:#f6f6f6; border:solid 1px #d4d4d4; padding:10px 20px 0px; margin:20px 10px; border-width: 1px 1px 1px 1px;}
.content_wrap .bxwrap.article_pg .clmn_rit .cment_wrap .coment-opn h3 .gray{color:#6e6e6e;}
.content_wrap .bxwrap.article_pg .clmn_rit .cment_wrap .coment-opn h3{text-align: center; cursor: pointer;}
.content_wrap .bxwrap.article_pg .clmn_rit .cment_wrap .coment-opn h3 .fa{font-size: 22px; margin-left: 5px;}
#commentbox{display: none;}

/* MED-1032 */
.emailcorct{margin: 25px auto 10px; width: 75%;}
.emailcorct h3{text-align: center; color: #6a6a6a; border: solid 1px #d6d6d6; padding: 12px 5px; background: url(../images/grd_separator.png?v=2) repeat center center; border-left:none;}
.emailcorct a{background:#2baae2; color:#ffffff; display: block; padding: 9px 5px; border: solid 1px #d6d6d6; border-right: none;}
.emailcorct a i{font-size: 20px; margin-left: 5px;}
.content_wrap .bxwrap.article_pg .clmn_rit .dtailbox .dcption_wrap .emailcorct a{color:#ffffff; text-align: center;} 
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}