

/*-------------------------------------------------------------------
[17. Article styles]
*------------------------------------------------------------------*/
.article-wrapper{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 40px;
	background-size: 6px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.article-header{
	height: auto;
	margin-bottom: 20px;
}

.article-content{
	position: relative;
}
.article-left-box{
	position: absolute;
	width: 80px;
	top: 8px;
	left: 0;
	height: 100%;
}
.article-left-box-inner{
	width: 50px;
	height: auto;
}
.article-share a{
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	border-radius: 50%;
	margin-bottom: 5px;
	background-position: center;
	background-repeat: no-repeat;
}
.article-share a.facebook{
	border-color: #4363a2;
	background-image: url(../img/facebook-white.png);
	background-size: 24px;
	background-color: #4363a2;
}
.article-share a.twitter{
	border-color: #03A9F4;
	background-image: url(../img/twitter-white.png);
	background-size: 24px;
	background-color: #03A9F4;
}
.article-share a.google-plus{
	border-color: #DC4E41;
	background-image: url(../img/google-plus-white.png);
	background-size: 24px;
	background-color: #DC4E41;
}
.article-share a.facebook:hover{
	background-color: #385793;
}
.article-share a.twitter:hover{
	background-color: #008ece;
}
.article-share a.google-plus:hover{
	background-color: #be3a2d;
}
.add-to-favorite{
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 11px;
	border-radius: 50%;
	border:solid 2px #dc2430;
	margin: 10px 0;
	color: #dc2430;
	cursor: pointer;
}
.add-to-favorite:hover{
	background-color: #dc2430;
	color: #FFF;
}
.article-emoticons, .article-emoticons ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 50px;
	position: relative;
	z-index: 20;
}
.article-emoticons ul{
	height: 0;
	background-color: #FFF;
}
.article-emoticons .popular{
	-webkit-transform: scale(1.2);
    -khtml-transform: scale(1.2);
    transform: scale(1.2);
	-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.article-emoticons ul > li{
	-webkit-transform: scale(0);
    -khtml-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.article-emoticons.active ul{
	height: auto;
}
.article-emoticons li{
	display: block;
	width: 100%;
}
.article-emoticons>li{
	height: 50px;
}
.article-emoticons > li > span{
	padding-top: 6px;
}
.article-emoticons:hover ul > li{
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
	-webkit-transform: scale(1);
    -khtml-transform: scale(1);
    transform: scale(1);
}
.article-emoticons ul > li:hover{
	-webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    transform: scale(1.1);
}
.article-emoticons:hover .popular{
	-webkit-transform: scale(1.4);
    -khtml-transform: scale(1.4);
    transform: scale(1.4);
}
.article-emoticons li a{
	display: block;
	width: 50px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
}
.article-emoticons li span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	padding-bottom: 5px;
}
.article-emoticons li .happy{
	background-image: url(../img/happy.svg);
}
.article-emoticons li .love{
	background-image: url(../img/love.svg);
}
.article-emoticons li .shocked{
	background-image: url(../img/shocked.svg);
}
.article-emoticons li .angry{
	background-image: url(../img/angry.svg);
}
.article-emoticons li .crying{
	background-image: url(../img/crying.svg);
}
.article-emoticons li .sleepy{
	background-image: url(../img/sleepy.svg);
}

.article-inner{
	margin-left: 80px;
	margin-bottom: 30px;
}
.article-description{
	font-size: 20px;
	margin-bottom: 20px;
}
.article-inner figure{
	margin: 0;
	padding: 0;
}
.article-inner figure.left{
	display: inline-block;
	float: left;
	margin-right: 20px;
	padding-top: 6px;
}
.article-inner figure.right{
	display: inline-block;
	max-width: 50%;
	float: right;
	margin-left: 20px;
	padding-top: 6px;
}
.article-inner figure img{
	display: block;
	max-width: 100% !important;
}
.article-inner figure figcaption{
	display: block;
	width: 100%;
	text-align: center;
	opacity: .6;
	font-size: 13px;
	padding-top: 10px;
}
.article-content.adbox120 .article-left-box{
	width: 150px;
}
.article-content.adbox120 .article-left-box-inner{
	width: 120px;
	height: 600px;
	background: #f2f2f2;
}
.article-content.adbox120 .article-inner{
	margin-left: 150px;
}
.article-content.adbox160 .article-left-box{
	width: 190px;
}
.article-content.adbox160 .article-left-box-inner{
	width: 160px;
	height: 600px;
	background: #f2f2f2;
}
.article-content.adbox160 .article-inner{
	margin-left: 190px;
}
blockquote{
  font-size: 1.2em;
  width:100%;
  margin:50px auto;
  color: #555555;
  padding:1.2em 30px 1.2em 50px;
  background: #f8f8f8;
  border-left:8px solid #dc2430 ;
  line-height:1.6;
  position: relative;
  font-weight: 300;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#dc2430;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

.article-source-box{
	border:dashed 1px #CCC;
	padding: 6px 12px;
	font-size: 12px;
	margin: 10px 0;
}
.article-source-box:hover{
	background-color: #f4f4f4;
}
.article-source-box .source-subtitle{
	color: #333;
	font-weight: 600;
}
.article-source-box .source-url{
	opacity: .7;
}
.article-tags{
	font-size: 13px;
	margin: 10px 0;
}
.article-tags .tag-dot{
	display: inline-block;
	width: 3px;
	height:3px;
	background-color: #333;
	border-radius: 50%;
	margin: 0 4px;
	position: relative;
	top: -2px;
}
/*end of part 17---------------------------------------------------*/




/*-------------------------------------------------------------------
[18. Article more posts styles]
*------------------------------------------------------------------*/
.more-article{
	margin-bottom: 30px;
}
.more-posts{
	overflow: hidden;
}
.more-posts .columns{
	padding:0 5px;
}
.more-posts .column-2:nth-child(1){
	padding-left: 0;
	padding-right: 10px;
}
.more-posts .column-2:nth-child(3){
	padding-right: 0;
	padding-left: 10px;
}
.more-posts .post-box{
	height: 260px;
}
.more-posts .post-title{
	font-size: 16px;
}
/*end of part 18---------------------------------------------------*/




/*-------------------------------------------------------------------
[19. Article comments]
*------------------------------------------------------------------*/
.comment-form{
	padding-bottom: 50px;
}
.comment-form .comment-columns .columns{
	padding-right: 10px;
}
.comment-form .comment-columns .columns:nth-child(3){
	padding-right: 0px;
}
.comment-form-notice{
	font-size: 12px;
	opacity: .6;
}
.comment-item{
	display: table;
	margin: 40px 0;
}
.comment-item .comment-avatar{
	display: table-cell;
	width: 70px;
}
.comment-item .comment-img{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.comment-item .comment-content{
	display: table-cell;
	vertical-align: top;
}
.comment-item .author-name{
	font-weight: 600;
	color: #333;
	text-decoration: none;
}
.comment-item a.author-name:hover{
	color: #dc2430;
}
.comment-item .comment-date{
	font-size: 12px;
	position: relative;
	top: -1px;
	opacity: .6;
}
.comment-item .comment-wrapper{
	font-size: 13px;
	padding: 4px 0;
	opacity: .8;
}
.comment-item .comment-vote{
	padding: 0;
	line-height: 1;
	cursor: pointer;
	background: none;
	border:none;
	position: relative;
	margin-left: 20px;
	top: 6px;
	outline: none;
}
.comment-item .comment-vote i{
	opacity: .2;
}
.comment-item .comment-vote:hover i{
	opacity: .6;
}
.comment-item .comment-vote .vote-count{
	position: relative;
	top: -6px;
}
.comment-item .up-vote .vote-count{
	color: #70ca3f;
	top: -7px;
}
.comment-item .down-vote .vote-count{
	color: #ca3f3f;
	top: -9px;
}
.comment-item .down-vote{
	top: 8px;
}
.comment-item .down-vote i{
	-ms-transform: rotate(180deg); /* IE 9 */
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    -webkit-transform-origin: 50% 50%; /* Safari 3-8 */
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}
.comment-item .replay-button{
	cursor: pointer;
}
.comment-item .replay-button:hover{
	text-decoration: underline;
}
/*end of part 19---------------------------------------------------*/

	



/*-------------------------------------------------------------------
[20. Content sidebar]
*------------------------------------------------------------------*/
.content-sidebar{
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
}
.main-content.sidebar-left .content-body{
	margin-right: 0;
	margin-left: 330px;
}
.main-content.sidebar-left .content-sidebar{
	right: auto;
	left: 0;
}
.main-content.sidebar-left .article-left-box{
	left: auto;
	right: 0;
}
.main-content.sidebar-left .article-left-box-inner{
	margin-left: 30px;
}
.main-content.sidebar-left .article-inner{
	margin-left: 0;
	margin-right: 80px;
}
.main-content.sidebar-left .adbox160 .article-inner{
	margin-right: 190px;
}
.main-content.sidebar-left .adbox120 .article-inner{
	margin-right: 150px;
}
.sidebar_inner{
	width: 300px;
}
.seperator{
	width: 100%;
	height: 14px;
	background-image: url(../img/seperator.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 6px;
	margin-bottom: 20px;
}
.widget-item{
	width: 100%;
	height: auto;;
	margin-bottom: 30px;
}
.w-header{
	display: table;
	width: 100%;
	margin-bottom: 20px;

}
.w-title{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 10px;
}
.w-seperator{
	display: table-cell;
	height: 10px;
	width: 100%;
	background-image: url(../img/seperator.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 6px;
	top: 9px;
	position: relative;
	opacity: .6;
}
.w-post-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.w-post-list > li{
	margin-bottom: 20px;
}
.w-post-list > li > a{
	display: table;
	text-decoration: none;
	color: #333;
}
.w-post-list > li > a .w-post-image{
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.w-post-list > li > a .w-post-image img{
	display: block;
	object-fit: cover;
}
.w-post-list > li > a .w-post-image > span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 80px;
	font-size: 24px;
	color: #FFF;
	font-weight: 700;
	background-color: rgba(0,0,0,.3);
}
.w-post-list > li > a .w-post-content{
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	line-height: 1.2;
}
.w-post-list .w-post-title{
	font-size: 14px;
	font-weight: 700;
	position: relative;
	top: -2px;

}
.w-post-list .w-post-views{
	display: block;
	font-size: 12px;
	opacity: .6;
}
.w-post-list > li > a:hover .w-post-title{
	color: #dc2430;
}
.w-post-list > li > a:hover .w-post-image > span{
	background-color: rgba(0,0,0,0);
}

.w-carousel-post .item{
	line-height: 1.2;
}
.w-carousel-post a{
	color: #333;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	display: block;
}
.w-carousel-post .w-post-title{
	padding-top: 6px;
	display: block;
}
.w-carousel-post a:hover{
	color: #dc2430;
}
.w-carousel-post .w-play-img{
	position: relative;
}
.w-video-icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
	color: #dc2430;
	font-size: 36px;
}
.w-video-icon i{
	font-size: 64px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	left: 50%;
	margin-left: -32px;
}
.w-carousel-post .owl-dots{
	position: absolute;
	top: 0;
	height: 10px;
	width: 100%;
	z-index: 10;
	text-align: right;
	padding-right: 10px;

}
.w-carousel-post .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	background-color: #FFF;
	border-radius: 50%;
	margin: 0 2px;
}
.w-carousel-post .owl-dots .owl-dot.active{
	background-color: #dc2430;
}
.widget-ad-box{
	margin-bottom: 20px;
	display: block;
}
.widget-ad-box img{
	display: block;
}

.w-boxed-post ul{
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #f6f6f6;
	border-radius: 2px;
	border:solid 1px #EEE;
	overflow: hidden;

}
.w-boxed-post ul li{
	display: block;
	width: 100%;
	border-bottom: solid 1px #EEE;
}
.w-boxed-post ul li:last-child{
	border-bottom:none;
}
.w-boxed-post ul li.active a .box-wrapper, .w-boxed-post ul li:hover .box-wrapper{
	background-color: rgba(0,0,0,.3);
}
.w-boxed-post ul li a{
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
	line-height: 1.2;
	-webkit-transition: color 200ms linear; 
	-moz-transition: color 200ms linear; 
	-o-transition: color 200ms linear; 
	transition: color 200ms linear; 
}
.w-boxed-post ul li a .box-wrapper{
	display: table;
	background-color: #f6f6f6;
}
.w-boxed-post ul li a .box-wrapper .box-left{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.w-boxed-post ul li a .box-wrapper .box-left span{
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	text-align: center;
	line-height: 32px;
	font-weight: 700;
	font-size: 16px;
	background-color: #FFF;
	border: solid 1px #EEE;
	color: #333;
}
.w-boxed-post ul li a .box-wrapper .box-right{
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px 20px 0;
}
.w-boxed-post ul li a .box-wrapper .box-right .p-title{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
}
.w-boxed-post ul li a .box-wrapper .box-right .p-icons{
	font-size: 12px;
	display: block;
	margin-top: 5px;
	opacity: .5;
}
.w-boxed-post ul li.active a, .w-boxed-post ul li:hover a{
	color: #FFF;
}
/*end of part 20---------------------------------------------------*/




/*-------------------------------------------------------------------
[21. Error page styles]
*------------------------------------------------------------------*/
.error-container{
	min-height: 200px;
	max-width: 1200px;
	padding: 20px;
	margin: 100px auto;
	text-align: center;
}
.error-code{
	background: #7b4397; 
	background: -webkit-linear-gradient(to right, #dc2430, #7b4397); 
	background: linear-gradient(to right, #dc2430, #7b4397);
	display: inline-block;
	padding: 50px 100px;
	font-size: 160px;
	font-weight: 900;
	color: #FFF;
	border-radius: 3px;
	line-height: 1;
}
.go-home-link{
	text-decoration: none;
}
.go-home-link:hover{
	text-decoration: underline;
}
/*end of part 21---------------------------------------------------*/




/*-------------------------------------------------------------------
[22. Contact page styles]
*------------------------------------------------------------------*/
.contact-form .columns{
	padding-left: 15px;
}
.contact-form .columns:first-child{
	padding-left: 0;
}
.contact-form .send-button{
	padding-top: 15px;
}
/*end of part 22---------------------------------------------------*/




/*-------------------------------------------------------------------
[23. Popup modal styles]
*------------------------------------------------------------------*/
.m-modal-box{
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}
.m-modal-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}
.m-modal-content{
	width: 400px;
    left: 50%;
    top: 50%;
    min-height: 100px;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 105;
    -ms-box-shadow: 0 0 24px 0 rgba(0,0,0,.5);
    -o-box-shadow: 0 0 24px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.5);
    background-color: #fff;
}
.m-modal-content.large{
	width: 900px;
}
.m-modal-content.medium{
	width: 800px;
}
.m-modal-content.small{
	width: 400px;
}
.m-modal-header{
	padding: 30px;
	position: relative;
}
.m-modal-title{
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.m-modal-close{
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
.m-modal-body{
	padding: 0 30px 30px 30px;
}
.m-modal-seperator{
	width: 100%;
	height: 1px;
	background-color: #CCC;
	margin: 40px 0;
	position: relative;
	text-align: center;

}
.m-modal-seperator>span{
	position: relative;
	display: inline-block;
	border:solid 2px #CCC;
	border-radius: 30px;
	padding: 10px;
	top: -20px;
	background-color: #FFF;
	font-size: 12px;
}
.m-modal-social-logins{
	overflow: hidden;
}
.m-modal-social-logins > .columns{
	padding-right: 10px;
}
.m-modal-social-logins > .columns:last-child{
	padding-right: 0;
}
/*end of part 23---------------------------------------------------*/






/*-------------------------------------------------------------------
[24. Helpers]
*------------------------------------------------------------------*/
.overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 100;
	cursor: pointer;
	display: none;
}

.material-button{
	position: relative;
	overflow: hidden;
}

.wave-effect {
	display: block;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	      transform: translateX(-50%) translateY(-50%);
	width: 0px;
	height: 0px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.7;
}
.Zebra_Tooltip_Message{
	font-size: 13px;
	padding: 8px 15px !important;
}
#endOfTheArticle, #endOfTheSidebar{
	height: 1px;
	width: 100%;
}

.frm-row{
	margin-bottom: 23px;
}
.frm-input{
	display: block;
	width: 100%;
	/* height: 40px; */
	padding: 12px 14px;
	border:solid 1px #CCC;
	border-radius: 2px;
	outline: none;
}
textarea.frm-input{
	height: auto;
}
.frm-input:focus{
	border-color: #666;
}
.frm-check-radio-label{
	font-size: 13px;
}
.frm-check-radio-label span{
	position: relative;
	top: -2px;
}
.frm-button{
	color: #FFF;
	padding: 14px 14px;
	border:none;
	cursor: pointer;
	background: #226abc;
	outline: none;
	border-radius: 2px;
	text-decoration: none;
}
.frm-button.small{
	padding: 4px 10px;
	font-size: 12px;
}
.frm-button.full{
	width: 100%;
	border-radius: 2px;
}
.frm-button.facebook{
	border: 1px solid #226abc;
	background: transparent;
	color: #545556;
	font-weight: bold;
}
.frm-button.twitter{
	background: #00abf0;
}
.frm-button.google{
	background: #d1432b;
}
.sidebar-spacer{
	height: 92px;
}
.sidebar-button-group{
	border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,.03);
    overflow: hidden;
}
.sidebar-buttons{
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #fff;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.sidebar-buttons.active{
	color: #dc2430;
	background-color: #f4f4f4;
}
.sidebar-buttons i{
	float: left;
	margin-right: 10px;
}
.sidebar-buttons .btn-label{
	position: relative;
	line-height: 24px;
	display: inline-block;
	float: left;
}

.txt-right{
	text-align: right;
}
.txt-left{
	text-align: left;
}
.txt-center{
	text-align: center;
}
.block{
	display: block;
}
.columns{
	float:left;
}
.column-1{
	width: 16.666667%;
}
.column-2{
	width: 33.333334%;
}
.column-3{
	width: 50%;
}
.column-4{
	width: 66.666667%;
}
.column-5{
	width: 83.333334%;
}
.column-6{
	width: 100%;
}
.clearfix{
	clear: both;
	display: block;
	width: 100%;
}
.margin-60{
	width: 100%;
	height: 60px;
}
.margin-30{
	width: 100%;
	height: 30px;
}
.margin-20{
	width: 100%;
	height: 20px;
}
.margin-10{
	width: 100%;
	height: 10px;
}
/*end of part 24---------------------------------------------------*/




/*-------------------------------------------------------------------
[25. Slider animations]
*------------------------------------------------------------------*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*end of part 25---------------------------------------------------*/



/*-------------------------------------------------------------------
[26. Material checkbox styles]
*------------------------------------------------------------------*/
.md-checkbox {
  position: relative;
  text-align: left;
  display: inline-block;
}
.md-checkbox.md-checkbox-inline {
  display: inline-block;
}
.md-checkbox label {
  cursor: pointer;
}
.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  cursor: pointer;
  transition: background .3s;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  margin-right: 10px;
  visibility: hidden;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #dc2430;
  border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}
/*end of part 26-----------
    
    ----------------------------------------*/


ul.uk-subnav.uk-subnav-line, .uk-nav.uk-nav-dropdown {
    display: inline-block;
    margin: 0px;
    -webkit-padding-start: 0px;
}

ul.uk-subnav.uk-subnav-line li, .uk-nav.uk-nav-dropdown li {
    list-style: none;
    float: left;
    display: inline-block;
    margin: 10px 1px;
    color: black;
}

ul.uk-subnav.uk-subnav-line li a,.uk-nav.uk-nav-dropdown li a {
    color: #fbfbfb;
    text-decoration: inherit;
    font-weight: 500;
    background: #1b89b5;
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.header-wrapper {
    text-align: center;
    background: rgba(255, 255, 255, 0.8901960784313725);
    /* height: 50px; */
    /* border-bottom: 1px solid #eee; */
    position: relative;
}

.header-menu .header-navigation li.active a {
	border: 2px solid #951d22;
	border-radius: 30px;
	background: #ec1c24;
	color: white;
}
.header-navigation.topbar > li > a,.header-navigation.topbar > li >div.langsel > a{
    font-weight:400;
    font-size: 13px;
    height: inherit!important;
}
.header-navigation.topbar > li > a , .header-navigation.topbar > li > div.langsel > a {
    PADDING: 11px 5PX 0px!important;
    color: #fff;
    line-height: 25px;
}
.header-menu .active a {
    color: black;
    font-weight: 500;
}

.circlestar span{
    display:inline-block;
    width:40px;
    height:40px;
    border-radius:50%;
    overflow:hidden;
    background: #ec7d0d;
    border: 2px solid #ec7d0d;
}
.circlestar span:nth-child(5){
    background:transparent;
    background-image: linear-gradient(-270deg,#ec7d0d 24%,transparent 0);
}
.circlestar span:nth-child(5){
    /* background:transparent; */
}
.keyam img{
    height:50px;
    /* display: none; */
}
.matbtn {
    background: transparent;
    border: 1px solid #ec7d0d;
    border-radius: 3px;
    padding: 8px 25px;
    box-shadow: 3px 3px 10px rgba(10, 10, 10, 0.07058823529411765);
   
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none!important;
    display: inline-block;
}
.keyam .ame.text-center {
    padding: 0px 30px;
    display: inline-block;
}

.keyam h4 {
    font-size: 17px;
    font-weight: bold;
}
ul.footerlinks {
    -webkit-padding-start: 0px;
}
.footerlinks li{display:inline-block;padding: 0px 9px;font-size: 13px;line-height: 16px;margin: 6px 3px;border-right: 1px solid #eeeeee26;color: #ffffffa1;}


ul.social-links {
    -webkit-padding-start: 0px;
}

ul.social-links li {
    display:inline-block;
    background: rgba(255, 255, 255, 0.06);
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 5px 0px;
    text-align: center;
    border-radius: 50%;
    margin: 3px 3px;
}
.filterimg{
    -webkit-padding-start:0px;
    text-align: center;
    margin-bottom: 0px;
}
.filterimg li{
    padding: 6px 18px;
    color:black;
    display: inline-block;
    list-style:none;
    border: 2px solid #ec7d0d;
    border-right: none;
    border-left: 0px;
    /* background: #fff; */
    cursor: pointer;
    outline:none;
    margin: -2px;
}
.filterimg .active{
    border: 2px solid #ec7d0d;
    background: #ec7d0d;
    color: white;
}
.card{
    background:white;display:inline-block;width:100%;
    padding:20px;
}
ul.noteul li {
    display: inline-block;
    padding: 9px 10px;
    margin: 3px;
    border: 1px solid #eee;
}


.locala p {
    font-size: 13px;
    letter-spacing: 1px;
    color: #7b7b7b;
}

.locala h4 {
    margin-bottom: 7px;
    font-size: 16px;
}
  .accordion {
            color: #444;
            cursor: pointer;
            padding: 14px 5px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            transition: 0.4s;
            background: transparent !important;
            border-top: 1px solid #e0e0e0;
        }

            .accordion h3 {
                font-size: 21px;
                margin: 0px;
                font-weight: 600;
                padding: 10px 0px;
            }
            .accpa .panel{
                padding: 15px 0px;
                /* font-size: 87%; */
                line-height: 24px;
            }
            .modal ul {
    -webkit-padding-start: 0px;
}

.accpa {
    margin-top: 27px;
}
.panel h4, .panel h5 {
    margin-bottom: 13px!important;
    font-weight: 600;
    font-size: 16px;
}
.w-carousel-post button.owl-next,.w-carousel-post button.owl-prev {
    padding: 20px!important;
    font-size: 20px;
    display: inline-block;
    width: 54px;
    background: #ffffff9e!important;
    position: absolute;
    top: 50%;
}

button.owl-next span, button.owl-prev span {
    font-size: 42px;
}

button.owl-prev {
    left: 0px;
}

button.owl-next {
    right: 0px;
}
.form-control {
    padding: 8px;
    height: inherit;
    box-shadow: none;
}
.form-control {
    height: inherit!important;
    padding: 10px 20px!important;
    box-shadow: none!important;
}

md-menu > .md-select-value:first-child,.roombtn{
    width: 100%!important;
    text-align: left!important;
    border: 1px solid #d7d6d6!important;
    border-radius: 3px!important;
    height: inherit!important;
    padding: 10px!important;
    margin: 0px!important;
    min-height:inherit!important;line-height: 20px!important;
}
.roombtn{
    width: 100%!important;
    text-align: left!important;
    border: 1px solid #d7d6d6!important;
    border-radius: 3px!important;
    height: inherit!important;
    padding: 10px!important;
    margin: 0px!important;
    min-height:inherit!important;line-height: 20px!important;
}
.roomselmenu{
    position: absolute;
    width: 92%;
    background: white;
    padding: 23px;
    box-shadow: 1px 2px 10px rgba(19, 19, 19, 0.3607843137254902);
    z-index: 9;
    color: black;
}
.incbtns button{
    border: 1px solid #adadad54;
    background:white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 23px;
    line-height: 9px;
}
.incbtns {
    display: inline-block;
    float: right;
    margin-top: -5px;
}

.roomselmenu label {
    margin-bottom: 0px;
}

.roomselmenu .form-control {
    padding: 10px 8px!important;
    margin: 3px 0px 21px;
    color: black;
    line-height: 25px;
}
.incbtns button:focus, .incbtns button:active {
    outline: none;
}
md-menu-content .md-button.md-primary.md-raised,md-menu-content .md-button.md-primary.md-raised:hover,.md-button.md-primary.md-raised:not([disabled]):hover{
        background-color: rgb(19, 131, 188);
    margin: 17px;
}
.md-date-range-picker{
    box-shadow:none!important
}

.loaderdiv{
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 103%;
    line-height: 50%;
    font-size: 30px;
    color: white;
    background: #fff;
    text-align: center;
    padding: 15% 40%;
    display: block!important;
}
html{background: #eeeeee;

}
.ng-hide {
     transition: 2s ease-out;
     -webkit-transition: 2.0s ease-out;
     animation: 2.0s ease-out;
     -webkit-animation: 2.0s ease-out;
 }
.signinbtn{
    vertical-align: top;
    /* border: 1px solid rgba(19, 131, 188, 0.6392156862745098); */
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    }

.filtersul {
    display:inline-block;list-style:none;
}
.filtersul li{
    display:inline-block;float:left;padding:5px 10px;
}
.headsty {
    background: transparent;
    display:inline-block;
    position: absolute;
    top: 0px;
    z-index: 999;
}
ul.callph {
    -webkit-padding-start: 0px;
    color:black;
    min-width: 300px;
}

ul.callph li div {
    display: inline-block;
}

ul.callph li {
    padding: 11px 20px;
    border-bottom: 1px solid #eee;
    color: black!important;
}

ul.callph li span.phno {
    float: right;
}
* {
  margin: 0;
  padding: 0;
}
footer .header-navigation > li > a,footer .header-navigation > li > div.langsel > a {
    color: white;
}
.md-date-range-picker__month-year{
    font-size:15px!important;
}
.yellowbtn{
   background: #ec7d0d;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: none;
    padding: 10px 30px;
    vertical-align: middle;
    margin-left: 20px;
    box-shadow: none;
    color: white;
}
.post-author-box h3 {
   
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0px 5px;
}
.discounts .post-list-item .post-bottom {
    height: auto;
    padding: 17px 18px;
    min-height: 144px;
    position: relative;
}
.discounts .post-list-item .post-meta {
    display: block;
    margin-top: 0px;
     padding-top: 0px;
    font-size: 14px;
    bottom: 24px;
    position: absolute;
}
.discounts .post-list-item .post-top {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.panel-collapse .panel-body li {
    list-style: none;
    line-height: 29px;
    font-size: 15px;
}

.panel-collapse .panel-body ul {
    margin-bottom: 35px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top:1px solid #fff!important;
}
.post-list-item:hover .post-title a span {
    background: #ec7d0d;
}

footer.main-content{
    padding-top: 20px;
    background: #2a2a2a;
    color: white;
    padding-bottom:0px;
    margin-bottom: -10px;
}

.redee:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(4, 4, 4, 0.5607843137254902);
}
ul.social-links li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
}

ul.lefttop{
    display:inline-block;
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 13px;
}
ul.lefttop li{
    display:inline-block;
    float:left;
    list-style:none;
    position: relative;
    color: white;
}
.subtog{
    
display: inline-block;
    
color: white;
    
list-style: none;
    
-webkit-padding-start: 0px;
    
margin-bottom: 0px;
    
vertical-align: bottom;
}
.absform{
    /* padding: 15px; */
    /* background: rgba(255, 255, 255, 0.9490196078431372); */
    position: relative;
    bottom: 0px;
    z-index: 9;
    margin: auto;
    right: 0px;
    left: 0px;
    max-width: 1130px;
    color: white;
}
.firstsec{
    margin-top:70px;margin-bottom:30px;padding:0px
}

.ng-map-info-window {
    background-color: navy;
    color: #fff;
  }
  .ng-map-info-window div:first-child > div:nth-child(1) {
    border-top-color: navy !important;
  }
  .ng-map-info-window div:first-child > div:nth-child(3) div {
    background-color: transparent !important;
  }
  .ng-map-info-window div:first-child > div:nth-child(4) {
    background-color: transparent !important;
  }
  .footerlinks li a {
    color: rgba(255, 255, 255, 0.6);
}
.guestPickerDiv {
    background: white!important;
    padding: 10px;
    box-shadow: 0px 2px 10px rgba(12, 12, 12, 0.1803921568627451)!important;
}
#BE_Widget .count-input{
    background:#fff
}
#BE_Widget .guestPickerDivWrap.On .guestPickerDiv{
    padding:5px!important;
}

#BE_Widget .BookNow {
	color: white !important;
	border: 2px solid #ec7d0d !important;
	border-radius: 4px !important;
	padding: 7px 25px !important;
	/* box-shadow: 0px 2px 10px #ddd!important; */
	background: #ec7d0d !important;
}
section.main-content.amesec {
    border-top: 1px solid #eee;
}


@media (min-width: 992px) {
    .modal-xlg {
        width: 100%!important;
        margin: 0px!important;
        height: 100%;
    }
}

.modal-xlg .w-carousel-post button.owl-next,.modal-xlg .w-carousel-post button.owl-prev{
        top: 35%;
    outline: none!important;
}

.modal-xlg .modal-content{
    box-shadow: none;
    border: none;
}

.modal-xlg .w-carousel-post .owl-dots{
    display:none;
}

#BE_Widget .CheckInDiv input, #BE_Widget .CheckOutDiv Input {
	border: 1px solid rgb(0 0 0 / 32%) !important;
	background: transparent !important;
	color: #fff;
}
#BE_Widget, #BE_Widget *{
        color: #000!important;
}
	#BE_Widget .guestPickerDivWrap .guestPickerInput {
		border: 1px solid rgb(0 0 0 / 32%) !important;
		background: transparent;
		color: white;
		border-radius: 2px;
	}
#BE_Widget .count-input .Adult label, #BE_Widget .count-input .Child label,#BE_Widget .Rooms_Count label{
    color:black!important;
}

#BE_Widget .inc-div *{
    color:black!important;
}

section.main-content.highlight:before {
	content: '';
	background: hsl(42deg 60% 52%);
	position: absolute;
	width: 100%;
	height: 100%;
}

.subpage .headsty, .subpage header {
    position: relative;
    top: 0px;
}

.subpage .headsty {
    background: black;
}


.subpage .header-navigation.topbar > li > a,.subpage .header-navigation.topbar > li >div.langsel > a {
    padding: 2px 5PX 0px!important;
}

ul.keyame li {
   display: inline-block;
    padding: 9px 12px;
    background: #eee;
    border-radius: 30px;
    font-size: 16px;
    white-space: nowrap;
    margin: 3px;
}

ul.keyame {
    padding: 20px 0px;
}
.gallerydiv .post-author-box h4{
    font-size: 16px;
    font-weight: bold;
}
.gm-style .gm-style-iw div {
    overflow: hidden!important;
}
.loaderdiv img {
    max-height: 100px!important;
    margin: auto;
}
.subpage ul.lefttop{
        margin-top: 9px;
}

#BE_Widget{
    text-align:center!important;
}

.frenchcl .header-navigation > li > a{
 
 padding: 9px 7px;
 
 }



.enqbtn:hover {
    transition:all ease 0.5s;
    left:0px!important
}
.enqbtn {
  
}

.md-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}


.frenchcl .header-navigation > li > a,.frenchcl .header-navigation > li > div.langsel> a{
    padding: 9px 6px;
}

#BE_Widget .checkbox_div {
    max-width: 130px!important   
}

.modalbooknow{
    position:absolute;top:-20px;right:0px
}
.pad30{
    padding: 10px 30px
}
.pad20{
     padding:20px;
}


@media (max-width: 767px) {
    #BE_Widget .guestPickerDivWrap {
        max-width: 100% !important;
        margin-bottom: 30px;
    }
}

#BE_Widget label.label-title{
    text-transform:inherit!important;
}