


.compact-viewer {
    min-width: auto !important;
    height: auto !important;
    width: auto !important;
	display: block;
	margin:6px auto 18px auto;
}

.compact-viewer span{
	margin-left:8px;	
}


.yes-fw button{
	background: #b40a02;
    margin-top: 16px;
}

.yes-fw button:hover{
	color: #b40a02;
}
#cla-left-content{
	margin-top:60px;
}
#cla-left-content h2{
	    text-align: left;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 6px auto 25px auto;
}

.TopBannerImg{
display: none;}
/*
.compact-viewer i{
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#fff;
	background-color:#f7941d;
	border-radius:25px;
	padding: 0px 15px;
	
}
*/
.compact-viewer p{
	text-align:left;
	font-size:14px;
	margin:0 auto;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	clear: left;
	margin: 30px 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous a::before,
.nav-next a::after {
	font-family: FontAwesome;
}
.nav-previous a::before {
	content: '\f177';
	margin-right: 5px;
}
.nav-next a::after {
	content: '\f178';
	margin-left: 5px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}
th {
	background-color: #f9f9f9;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 10px;
	line-height: 1.42857143;
	vertical-align: top;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #dddddd;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {

}
.entry-footer {
	clear: both;
	overflow: hidden;
}
.archive .page-title,
.archive .taxonomy-description {
	margin: 0 15px;
}
.archive .taxonomy-description p {
	margin: 0;
}
.archive .page-header {
	margin: 15px 0 30px;
}
.error404 .content-area {
	text-align: center;
}
.error404 .widgettitle {
	font-size: 25px;
	margin-top: 30px;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font-family:'Karla', sans-serif !important;
	font-size: 14px;
	background: #fff;
	color: #767676;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

img {
	max-width: 100%;
	height: auto;
}

.img-left {
	margin: 0 33px 0 0 !important;
	float: left;
}

.img-right {
	margin: 0 0 0 33px !important;
	float: right;
}

b, strong {
	font-weight: 700;
}

p {
	margin: 0 0 20px; 
}

blockquote {
	display: inline-block;
    background: none repeat scroll 0 0 #f8f8f8;
    border-width: 0 0 0 3px;
    border-style: solid;
    font-family:  'Karla', sans-serif;
    font-size: 17px;
    line-height: 28px;
    margin: 7px 0 25px;
    padding: 18px 25px;
}

.margin-t30 { margin-top: 30px; }
.margin-t50 { margin-top: 50px; }
.margin-t70 { margin-top: 70px; }
.margin-b30 { margin-bottom: 30px; }
.margin-b50 { margin-bottom: 50px; }
.margin-b70 { margin-bottom: 70px; }
.padding-l30 { padding-left: 30px; }
.padding-l50 { padding-left: 50px; }
.padding-l70 { padding-left: 70px; }
.padding-r30 { padding-right: 30px; }
.padding-r50 { padding-right: 50px; }
.padding-r70 { padding-right: 70px; }

h1 { font: 52px/1.1 'Karla', sans-serif;}
h2 { font: 40px/1.1 'Karla', sans-serif;}
h3 { font: 32px/1.1 'Karla', sans-serif;}
h4 { font: 25px/1.1 'Karla', sans-serif;}
h5 { font: 20px/1.1 'Karla', sans-serif;}
h6 { font: 18px/1.1 'Karla', sans-serif;}

h1, h2, h3, h4, h5, h6 {
	color: #424347;
	margin: 10px 0 24px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	font-size: 14px;
	-line-height: 24px;
	font-weight: 700;
	padding: 12px 28px;
	color: #fff;
	background-color: #B40A02;
	box-shadow: none;
	border: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #222;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	color: #767676;
	-background-color: #fafafa;
	border: 1px solid #dbdbdb;
	height: 45px;
	padding: 4px 20px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	height: 120px;
	padding: 15px 20px;
}

input[type="checkbox"] {
	display: inline;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b9b9b9;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b9b9b9;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b9b9b9;
	opacity: 1;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 

.bottom-header {
	-background-color: #f1f1f1;
}
.bottom-header .col-md-12 {
	padding: 0;
}
.bottom-header .header-nav {
	background-color: #222;
	min-height: 52px;
	position: relative;
}
.site-title {
	font-size: 26px;
	margin: 0;
}
.site-title a,
.site-title a:hover {
	color: #B40A02;
}
.site-description {
	font-size: 16px;
	margin: 15px 0 0;
}


/* login form */
#lean_overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	display: none;
}



.roll-contact-form .notification_ok,
.roll-contact-form .notification_error,
#subscribe-form .notification_ok,
#subscribe-form .notification_error {
    background-color: #ffebe4;
    color: #e02929;
    line-height: 24px;
    padding: 15px 20px;
    margin-bottom: 20px;
    margin-top: 3px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

.roll-contact-form .notification_ok,
#subscribe-form .notification_ok {
    background-color: #ebfdc7;
    color: #22b61e;
}

/* Layout
-------------------------------------------------------------- */
.row-custom {
	margin: 0 -2%;
}

.row-custom:before,
.row-custom:after {
	content:"";
	display: table;
	clear: both;
}

.row-custom.col3 {
	margin: 0 -1.33%;
}

.row-custom .one-half {
	float: left;
	width: 46%;
	margin: 0 2%;
}

.row-custom .one-third {
	float: left;
	width: 30.66%;
	margin: 0 1.33%;
}

.page-content {
	padding: 0;
}
.content-wrapper {
	background-color: #fff;
	padding: 30px 30px 60px;
}
/* Page Title
-------------------------------------------------------------- */
.page-title {
	position: relative;
}

.page-title .filter-icon {
	z-index: 20;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 8px;
	width: 15px;
	height: 15px;
	background: url(../images/filter.html) no-repeat center center;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.page-title .filter-icon:hover {
	cursor: pointer;
	opacity: 0.7;
}

.page-title .post-filter {
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 5px;
	top: 5px;
	list-style: none;
	margin: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.page-title .post-filter.show {
	opacity: 1;
	visibility: visible;
	right: 25px;
}

.page-title .post-filter li {
	display: inline-block;
	margin: 0 8px;
}

.page-title .post-filter li a {
	font-weight: bold;
	color: #959595;
	text-transform: uppercase;
}

/* Blog
-------------------------------------------------------------- */
.fullwidth {
	width: 100%;
}
.masonry-layout {
	width: 100%;
	padding: 0;
}
.masonry-layout .hentry {
	width: 350px;
	margin: 15px;
	padding: 0;
}
.masonry-layout .post-wrap {
	padding: 0;
}	
.masonry-layout .site-main .post {
	border: 0;
	padding-top: 0;
}
.masonry-layout .post .thumb {
	width: 100%;
	float: none;
	margin: 0 0 15px;
}
.masonry-layout .site-main .post:first-child {
	margin: 15px;
}
/* Category Page
-------------------------------------------------------------- */
.site-main .post {
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
    padding-top: 22px;
}

.site-main .post:first-child {
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

.site-main .thumb {
	width: 300px;
	float: left;
	margin-right: 25px;
}

.site-main .content-entry h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 12px;
}

.site-main .content-entry h3 a {
	color: #424347;
}

.site-main .content-entry {
	min-height: 213px;
}

.site-main .post-meta {
	display: inline-block;
	margin: 5px 0 0;
}

/* Sidebar Widgets
-------------------------------------------------------------- */
.sidebar .widget {
	margin-bottom: 45px;
}

.sidebar .widget ul {
	list-style: none;
}

.sidebar .widget-title {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	padding: 0 0 0 17px;
	margin: 0 0 15px;
}

.sidebar .widget-title:before,
.sidebar .widget-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 8px;
	height: 13px;
}

.sidebar .widget-title:after {
	left: 8px;
	width: 3px;
	background-color: #ccc;
}

/* widget recent */
.newsanchor_recent_posts_widget ul li {
	clear: left;
    border-top: 1px solid #eaeaea;
    margin-top: 15px;
    padding-top: 19px;
}

.newsanchor_recent_posts_widget ul li:first-child {
	margin-top: 0;
	padding: 5px 0 0;
	border: none;
}

.newsanchor_recent_posts_widget .thumb {
	float: left;
	padding-left: 0;
}

.newsanchor_recent_posts_widget ul {
	overflow: hidden;
	min-height: 63px;
}

.newsanchor_recent_posts_widget ul h3 {
	margin: -3px 0 3px;
	font-size: 15px;
	line-height: 22px;
}

.newsanchor_recent_posts_widget ul h3 a {
	color: #424347;
}

.newsanchor_recent_posts_widget ul a:hover {
	text-decoration: none;
}

.newsanchor_recent_posts_widget ul .date {
	font-size: 12px;
	color: #959595;
}

.newsanchor_recent_posts_widget ul .date a {
	color: #959595;
}

/* widget tabs */
.tabs ul {
	overflow: hidden;
	margin:0;
}

.tabs .menu-tab li {
	position: relative;
	float: left;
	margin-right: 3px;
	width: 32%;
	text-align: center;
}

.tabs .menu-tab li a {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #424347;
	background-color: #f5f5f5;
	padding: 12px 20px 10px;
}

.tabs .menu-tab li a:hover {
	background-color: #efefef;
	text-decoration: none;
}

.tabs .menu-tab li.active a {
	position: relative;
	transition: none;
}

.tabs .menu-tab li.active a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
}

.tabs .content-tab {
	padding: 5px 0 0;
	background-color: #fff;
}

.tabs .content-tab .tags {
	padding-top: 20px;
}
.newsanchor_recent_comments {
	overflow: auto;
}
.newsanchor_recent_comments li,
.tabs .comments li,
.tabs .pop-posts li {
	clear: left;
	margin-top: 25px;
	padding-top: 17px;
	border-top: 1px solid #e9e9e9;
}
.newsanchor_recent_comments li:first-child,
.tabs .comments li:first-child,
.tabs .pop-posts li:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}

.tabs .pop-posts li:first-child {
	margin-top: 5px;
}
.newsanchor_recent_comments .avatar,
.tabs .comments .avatar {
	float: left;
	margin: 0 15px 0 0;
	width: 60px;
}
.newsanchor_recent_comments img,
.tabs .comments .avatar img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
}
.newsanchor_recent_comments .post-by,
.tabs .comments .post-by {
	margin-bottom: 5px;
}
.newsanchor_recent_comments .comment,
.tabs .comments .comment {
	font-size: 14px;
	font-family: 'Karla', sans-serif;
}
.newsanchor_recent_comments p,
.tabs .comments p {
	color: #959595;
	font-size: 13px;
}

.tabs .comments p a {
	color: #424347;
}

.tabs .comments p a:hover {
	text-decoration: none;
}

.tabs .pop-posts .thumb {
	float: left;
	margin-right: 15px;
	margin-top: 0;
	width: 95px;
}

.tabs .pop-posts li {
	margin-top: 17px;
}

.tabs .pop-posts .text {
	min-height: 70px;
}

.tabs .pop-posts .text h3 {
    font-size: 15px;
    line-height: 22px;
    margin: -3px 0 0;
}

.tabs .pop-posts .text h3 a {
    color: #424347;
}

.tabs .pop-posts .text .date {
    color: #959595;
    font-size: 12px;
}

.tabs .pop-posts .text .date a {
    color: #959595;
}
.tabbed_widget .widget {
	margin-bottom: 0;
}

/* widget most popular */
.widget-most-popular li {
    border-top: 1px solid #eaeaea;
    clear: left;
    margin-top: 15px;
    padding-top: 19px;
}

.widget-most-popular li:first-child {
	border: 0;
	padding-top: 7px;
}

.widget-most-popular .order {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #222;
	line-height: 22px;
	color: #fff;
	text-align: center;
	float: left;
	margin: 3px 17px 0 0;
}

.widget-most-popular h3 {
	font-size: 15px;
	line-height: 22px;
	overflow: hidden;
	margin: 0;
}

.widget-most-popular h3 a {
	color: #424347;
}

/* widget categories */
.widget-categories li {
    border-top: 1px solid #ededed;
    line-height: 30px;
    margin-top: 7px;
    padding-top: 8px;
}

.widget-categories li a {
	font-family: 'Karla', sans-serif;
    font-size: 15px;
    color: #424347;
    position: relative;
    padding-left: 23px;
}

.widget-categories li a:before {
	position: absolute;
	left: 6px;
	top: 0;
	content: "\f105";
	font-family: "FontAwesome";
	color: #ccc;
	line-height: 18px;
	font-size: 13px;
}

/* Post Single
-----------.-------------------------------------------------- */
.single-title {
	font-size: 26px;
	line-height: normal;
	border-bottom: 1px solid #eaeaea;
	padding: 6px 0;
	margin-bottom: 7px;
}
.page .entry-header {
	margin-bottom: 30px;
}
.single .meta-post {
	margin-bottom: 23px;
}
.entry-content img {
	margin-bottom: 10px;
}
.single .meta-post span {
	position: relative;
	padding-left: 23px;
	margin-left: 17px;
}

.single .meta-post span:first-child {
	margin-left: 0;
}

.single .meta-post span {
	font-size: 13px;
}
.single .meta-post span,
.single .meta-post span a {
	display: inline-block;
	color: #838282;
}

.single .meta-post span.author a:before,
.single .meta-post span.date:before,
.single .meta-post span.categories a:before {
	font-family: "FontAwesome";
	color: #bebebe;
	position: absolute;
	left: 0;
	top: -1px;
   -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
       -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
           transition: color 0.3s ease-out;
}

.single .meta-post span.author a:before {
	content: "\f007";
	left: 4px;
}

.single .meta-post span.date:before {
	content: "\f02e";
	left: 4px;
}

.single .meta-post span.categories a:before {
	content: "\f07c";
}

.single .entry-content {
	margin-bottom: 60px;
}

.single .share-post {
	float: right;
}

.single .share-post .socials,
.single .tags-post .tags-list {
	display: inline-block;
}

.single .tags-post {
	float: left;
}

.single .tags-post a {
	display: inline-block;
	color: #424347;
	padding: 6px 14px;
	margin-left: 3px;
	background-color: #f5f5f5;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.single .tags-post a:hover {
	color: #fff;
}

/* comment post */
.comment-post {
	margin-top: 45px;
}

.comment-post ul {
	list-style: none;
	padding: 0;
}
.comment-post .children {
	padding-left: 20px;
}

.comments-list .comment-body {
    background-color: #f8f8f8;
    margin-bottom: 23px;
    padding: 27px 35px 35px;
    position: relative;
}

.comments-list .comment-body::after {
    border-color: #fff transparent transparent #eee;
    border-style: solid;
    border-width: 20px 0 0 20px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.comments-list .comment-avatar {
	float: left;
}

.comments-list .avatar {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

.comments-list .comment-text {
    margin-left: 100px;
    position: relative;
}

.comments-list .comment-author {
	font-size: 15px;
	display: inline-block;
	margin: 7px 0 10px 0;
}
.comments-list .comment-author .fn {
	margin-left: 15px;
}
.comments-list .comment-author a {
	color: #424347;
}

.comments-list .comment-metadata a {
	display: inline-block;
	font-size: 13px;
	color: #999;
	line-height: normal;
	margin-bottom: 0;
}
.comment-meta {
	margin-bottom: 15px;
}
.comments-list .reply {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 35px;
    top: 30px;
}

.comments-list .comment-text .comment-reply:hover {
	text-decoration: underline;
}

.comments-list .comment-body {
	margin-bottom: 15px;
}

.comments-list .children {
    margin-left: 0;
    position: relative;
}

.comment-respond {
	margin-top: 30px;
}
.bypostauthor {
}
.comment-respond #author,
.comment-respond #email,
.comment-respond #url,
.comment-respond textarea {
	width: 100%;
	margin-bottom: 20px;
}
.comment-respond p {
	margin-bottom: 0;
}
p.comment-form-comment {
	margin-bottom: 15px;
}
.comment-respond textarea {
	width: 100%;
	height: 140px;
	margin-bottom :0;
}

.comment-respond .submit-comment input {
	color: #fff;
	border: 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

.comment-respond .submit-comment input:hover {
	background: #222;
}

/* Contact Page
-----------.-------------------------------------------------- */
.contact-page .contact-wrap {
	padding-right: 40px;
}

/*--------------------------------------------------------------
Social Menu
--------------------------------------------------------------*/
.social-navigation ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.social-navigation li {
	position: relative;
	display: inline-block;
	padding: 11px 6px;
	list-style: none;
	line-height: 1;
}
.menu-social-container {
	overflow: hidden;
}
.social-widget li,
.social-navigation li {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;	
}
.social-navigation li a {
	text-decoration: none;
}
.social-widget a::before,
.social-navigation li a::before {
	font-family: FontAwesome;
	font-size: 26px;
}
.social-widget a[href*="twitter.com"]::before,
.social-navigation li a[href*="twitter.com"]::before {
	content: '\f081';
}
.social-widget a[href*="facebook.com"]::before,
.social-navigation li a[href*="facebook.com"]::before {
	content: '\f082';
}
.social-widget a[href*="plus.google.com"]::before,
.social-navigation li a[href*="plus.google.com"]::before {
	content: '\f0d4';
}
.social-widget a[href*="dribbble.com"]::before,
.social-navigation li a[href*="dribbble.com"]::before {
	content: '\f17d';
}
.social-widget a[href*="pinterest.com"]::before,
.social-navigation li a[href*="pinterest.com"]::before {
	content: '\f0d3';
}
.social-widget a[href*="youtube.com"]::before,
.social-navigation li a[href*="youtube.com"]::before {
	content: '\f166';
}
.social-widget a[href*="flickr.com"]::before,
.social-navigation li a[href*="flickr.com"]::before {
	content: '\f16e';
}
.social-widget a[href*="vimeo.com"]::before,
.social-navigation li a[href*="vimeo.com"]::before {
	content: '\f194';
}
.social-widget a[href*="instagram.com"]::before,
.social-navigation li a[href*="instagram.com"]::before {
	content: '\f16d';
}
.social-widget a[href*="linkedin.com"]::before,
.social-navigation li a[href*="linkedin.com"]::before {
	content: '\f08c';
}
.social-widget a[href*="foursquare.com"]::before,
.social-navigation li a[href*="foursquare.com"]::before {
	content: '\f180';
}
.social-widget a[href*="tumblr.com"]::before ,
.social-navigation li a[href*="tumblr.com"]::before {
	content: '\f174';
}
.social-navigation li a {
	color: #222;
}
.social-widget li a:hover,
.social-navigation li a:hover {
	color: #B40A02;
}

/* Footer
-----------.-------------------------------------------------- */
#footer {
	-position: relative;
}

.footer-widgets.widget-area,
.footer-widgets.widget-area a {
	color: #666;
}

.footer-widgets {
	background-color: #222;
	padding: 60px 0 20px;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets .widget-title {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #aaa;
	margin: 8px 0 20px;
}

/* widget brand */

.footer-widgets .widget-brand .logo {
	margin-bottom: 20px;
}

.footer-widgets .widget-brand p {
	font-size: 14px;
	line-height: 27px;
	font-weight: normal;
	margin: 0;
}

/* Widget social */
.footer-widgets .widget-social .social-list {
	margin: 0;
}

.footer-widgets .widget-social .social-list a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background-color: #343434;
	text-align: center;
	line-height: 40px;
	margin-left: 10px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
}

.footer-widgets .widget-social .social-list a:hover {
	color: #fff;
}

.footer-widgets .widget-social .social-list a:first-child {
	margin-left: 0;
}

.footer-widgets .widget-social .social-list img {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
   filter: alpha(opacity=40);
   opacity: 0.4;
   -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
       -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
           transition: opacity 0.3s ease;
}

.footer-widgets .widget-social .social-list a:hover img {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
   filter: alpha(opacity=80);
   opacity: 0.8;
}

.footer-widgets .widget-social .email {
	font-size: 14px;
	color: #acacac;
}

/* widget twitter */
.footer-widgets .widget-twitter li,
.footer-widgets .widget-twitter li a {
	font-size: 14px;
	line-height: 24px;
}

.footer-widgets .widget-twitter li {
	margin-bottom: 20px;
}

.footer-widgets .widget-twitter li .tweet_time {
	display: block;
}

.footer-widgets .widget-twitter li .tweet_time a {
	color: #636363;
}

/* widget Tags */
.tagcloud a {
	color: #666;
	display: inline-block;
	border: 1px solid #9a9a9a;
	padding: 5px 12px;
	margin: 2px 3px 6px 0;
	font-size: 12px !important;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.tagcloud a:hover {
	color: #222;
	border-width: 1px;
	border-style: solid;
}

.widget ul {
	padding: 0 0 0 15px;
}
ul.menu-tab {
	padding: 0;
}
.widget li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.widget .children {
	padding-left: 30px;
}

/* widget links */
.footer-widgets .widget-list li {
	list-style: none;
	padding-bottom: 11px;
	margin-top: 8px;
}
.footer-widgets .widget-list li a {
	font-size: 14px;
	color: #666;
}

.footer-widgets .widget-list li a:hover {
	text-decoration: none;
}

/* footer */
.site-info {
	background-color: #1e1e1e;
	line-height: 50px;
	font-size: 14px;
	font-weight: 300 !important;
	position: relative;
}
.footer-widgets {
	line-height: initial;
}
.footer-widgets,
.site-info .container {
	position: relative;
	z-index: 11;
}
.site-info,
.site-info a {
	color: #949494;
}
/* Preloader
-------------------------------------------------------------- */
.preloader {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    opacity: 1;
    position: fixed;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9999;
}

.preloader .spinner {
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: relative;
    top: 50%;
    width: 30px;
}

.preloader .pre-bounce1,
.preloader .pre-bounce2 {
    -webkit-animation: 2s ease 0s normal none infinite bounce;
            animation: 2s ease 0s normal none infinite bounce;
    background-color: #B40A02;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.preloader .pre-bounce2 {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}
	@-webkit-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	  }

	  40% {
	    -webkit-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }

	  60% {
	    -webkit-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}

	@keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	  }

	  40% {
	    -webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }

	  60% {
	    -webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	position: fixed !important;
	right: 25px;
	bottom: -45px;
	color: #fff; 
	display: block;
	font-size: 22px;
	line-height: 37px;
	text-align: center;
	width: 40px;
	height: 40px;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 9999;
	cursor: pointer;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}

.go-top:hover {
	background-color: #ccc;
	color: #fff;
}

.go-top.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	bottom : 25px;
}

.go-top.hide {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.go-top2 {
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -35px;
	display: inline-block;
	background-color: red;
	width: 70px;
	height: 70px;
	background: #1e1e1e url(images/gotop.png) no-repeat center 15px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
	transition: all 0.5s;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
}

.go-top2:hover {
	background-position: center 12px;
}

.go-top2.show {
	top: -32px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Colors
-------------------------------------------------------------- */
a,
.btn-menu:hover:before,
.post-item .content-entry h3 a:hover,
.site-main .content-entry h3 a:hover,
.newsanchor_recent_posts_widget ul h3 a:hover,
.newsanchor_recent_posts_widget ul .date a:hover,
.tabs .comments p a:hover,
.tabs .pop-posts .text h3 a:hover,
.tabs .pop-posts .text .date a:hover,
.widget-socials .socials li a:hover,
.widget-most-popular h3 a:hover,
.widget-categories li a:hover,
.single .meta-post span a:hover,
.single .meta-post span a:hover:before,
.single .related-posts .content h3 a:hover,
.single .related-posts .date a:hover,
.comments-list .comment-text .author a:hover,
.footer-widgets .widget-list li a:hover,
.top-header .toplink li a:hover {
	color: #2C82C9;
}

#mainnav > ul > li:first-of-type,
#login-modal .submit-login input,
#signup-modal .submit-login input,
.sidebar .widget-title:before,
.tabs .menu-tab li.active a:after,
.widget-subscribe #subscribe-button,
.single .tags-post a:hover,
.single .share-post .socials a,
.comment-respond .submit-comment input,
.footer-widgets .widget-social .social-list a:hover,
.tagcloud a:hover,
.go-top,
.search-header .mobi-searchform {
	background-color: #B40A02;
}

blockquote,
.tagcloud a:hover {
	border-color: #B40A02;
}

/* Shortcodes */
.roll-title a:hover,
.lastest-posts .content-left h3 a:hover,
.lastest-posts .content-right h3 a:hover,
.activity span a:hover,
.activity span a:hover:before,
.recent_posts_b .post h3 a:hover,
.recent_posts_b .sub-post .content h3 a:hover,
.recent_posts_b .sub-post .date a:hover,
.recent_posts_b.type2 .sub-post h3 a:hover,
.video-post .content h3 a:hover {
	color: #B40A02;
}

.roll-posts-carousel .owl-nav [class*=owl-],
.roll-contact-form .send-wrap input,
.roll-title:after {
	background-color: #B40A02;
}

/* Posts Carousel
-------------------------------------------------------------- */
.roll-posts-carousel {
	margin-bottom: 40px;
}
.roll-posts-carousel.type2 {
	margin-bottom: 0;
}
.roll-posts-carousel.type2 h3 {
	margin: 0;
}
.roll-posts-carousel li .item {
	position: relative;	
}
.carousel-title {
	margin: 0;
}
.roll-posts-carousel .item .text-over {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	width: 78%;
	margin: 0;
	-webkit-transition: background 0.3s ease;
	   -moz-transition: background 0.3s ease;
	    -ms-transition: background 0.3s ease;
	     -o-transition: background 0.3s ease;
	        transition: background 0.3s ease;
}

.roll-posts-carousel.type2 .item .text-over {
	width: 100%;
}

.roll-posts-carousel .item .text-over a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 18px;
	display: block;
	font-family: 'Karla', sans-serif;
}

.roll-posts-carousel .item:hover .text-over {
	background-color: #B40A02;	
	opacity: 0.9;
}

/* Spacer
-------------------------------------------------------------- */
.roll-spacer {
	height: 35px;
	clear: both;
}

.roll-spacer.type2 {
	height: 50px;	
}

.roll-spacer.type3 {
	height: 65px;	
}

/* Title
-------------------------------------------------------------- */
.roll-title {
	font-family: "open Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 2px solid #ebebeb;
	padding: 0 0 4px;
	margin: 0 0 20px;
	position: relative;
}

.roll-title a {
	color: #424347;
	display: inline-block;
}

.roll-title:after {
	content: ""	;
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	width: 30px;
}

.roll-title.color1 a:after { background-color: #fe2d18; }
.roll-title.color2 a:after { background-color: #91ce29; }
.roll-title.color3 a:after { background-color: #ff9600; }
.roll-title.color4 a:after { background-color: #b22234; }
.roll-title.color5 a:after { background-color: #c71c77; }
.roll-title.color6 a:after { background-color: #692f82; }

/* Lastest Posts
-------------------------------------------------------------- */
.lastest-posts .content-left {
	float: left;
	width: 60%;
	margin-right: 4%;
}

.lastest-posts .content-right {
	float: left;
	width: 36%;
}

.lastest-posts .content-right .post {
	clear: left;
	padding-top: 17px;
	margin-top: 15px;
	border-top: 1px solid #eaeaea;
}

.lastest-posts .content-right .post:first-child {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}

.lastest-posts .content-left h3 {
	font-size: 30px;
	line-height: 34px;
	margin: 18px 0 15px 0;
}

.lastest-posts .content-left h3 a {
	color: #424347;
}

.lastest-posts .content-right .thumb {
	float: left;
	margin-right: 15px;
	width: 80px;
}

.lastest-posts .content-right .content {
	overflow: hidden;
	min-height: 58px;
}

.lastest-posts .content-right h3 {
	margin: -2px 0 0;
	font-size: 15px;
}

.lastest-posts .content-right h3 a {
	color: #424347;
}

.lastest-posts .content-right .date {
	font-size: 14px;
	color: #959595;
}

.activity {
	line-height: 20px;
	background-color: #f7f7f7;
	display: inline-block;
	padding: 10px 15px;
	margin-top: 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

.activity span {
	position: relative;
	padding-left: 23px;
	margin-right: 12px;
	display: inline-block;
	font-size: 13px;
}
.activity .byline,
.activity .updated:not(.published),
.meta-post .updated:not(.published) {
	display: none;
}
.single .meta-post .byline {
	padding: 0;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.activity span:first-child {
	margin-left: 0;
}

.activity span,
.activity span a {
	color: #838282;
}

.activity span.date:before,
.activity span.categories a:before {
	font-family: "FontAwesome";
	color: #bebebe;
	position: absolute;
	left: 0;
	top: -1px;
   -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
       -ms-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
           transition: color 0.3s ease-out;
}

.activity span a:hover,
.activity span.categories a:hover:before {
	text-decoration: none;
}

.activity span.date:before {
	content: "\f02e";
	left: 4px;
}

.activity span.categories a:before {
	content: "\f07c";
	left: 2px;
}

/* Hightlight Posts
-------------------------------------------------------------- */
.recent_posts_b {
	margin-bottom: 30px;
}

.recent_posts_b .post {
	margin-bottom: 23px;
}

.recent_posts_b .post h3 {
	font-size: 17px;
	line-height: 26px;
	margin: 17px 0 20px;
}

.recent_posts_b .post h3 a {
	color: #424347;
}

.recent_posts_b .sub-post {
	clear: left;
    border-top: 1px solid #eaeaea;
    margin-top: 15px;
    padding-top: 17px;
    list-style: none;
}

.recent_posts_b .sub-post:first-child {
	margin-top: 0;
}

.recent_posts_b .sub-post .thumb {
	float: left;
	margin-right: 15px;
	width: 80px;
}

.recent_posts_b .sub-post .content {
	overflow: hidden;
	min-height: 60px;
}

.recent_posts_b .sub-post .content h3 {
	margin: -3px 0 1px;
	font-size: 14px;
	line-height: 22px;
}

.recent_posts_b .sub-post .content h3 a {
	color: #424347;
}

.recent_posts_b .sub-post .content a:hover {
	text-decoration: none;
}

.recent_posts_b .sub-post .content .date {
	font-size: 12px;
	color: #959595;
}

.recent_posts_b .sub-post .date a {
	color: #959595;
}

.recent_posts_b.type2 .date {
	font-size: 13px;
}

.recent_posts_b.type2 .post .date {
	display: inline-block;
	padding: 15px 0 0;
}

.recent_posts_b.type2 .post h3 {
	margin: 0;
	font-size: 16px;
}

.recent_posts_b.type2 .sub-post h3 {
	font-size: 15px;
	margin: 0;
	line-height: 24px;
}

.recent_posts_b.type2 .sub-post h3 a {
	color: #424347;
}

.video-post {
	margin-bottom: 30px;
}

.video-post .thumbs {
	position: relative;
	margin-bottom: 20px;
}

.video-post .video-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -26px 0 0 -26px;
}

.video-post .video-icon i {
	font-size: 54px;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
		-ms-transition: opacity 0.3s ease;
		 -o-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
}

.video-post .video-icon:hover i {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.85;	
}

.video-post .content h3 {
	font-size: 17px;
	line-height: normal;
	margin: 10px 0 5px;
}

.video-post .content h3 a {
	color: #424347;
}

.video-post .content .date {
	font-size: 13px;
}

/* Contact Form
-------------------------------------------------------------- */
.roll-contact-form .input-wrap input,
.roll-contact-form .message-wrap {
	width: 100%;
	margin-bottom: 20px;
}

.roll-contact-form .send-wrap input {
	color: #fff;
	border: 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

.roll-contact-form .send-wrap input:hover {
	background: #222;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -ms-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* 
 *  Owl Carousel - Nav
 */
.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
    top: 26px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}


/* Media Queries
-------------------------------------------------------------- */
	/* Smaller than standard 1200 */
	@media only screen and (max-width: 1199px) {
		.search-header #searchform {
			position: absolute;
			right: 0;
			top: 0;
			margin: 0;
		}
		.masonry-layout .hentry {
			width: 440px;
		}
		.search-header #searchform #s {
			background-color: transparent;
		    background: url(../images/search-mobi.html) no-repeat 13px center;
		    background-repeat: no-repeat;
		    border: 0 none;
		    cursor: pointer;
		    font-size: 16px;
		    color: #fff;
		    height: 52px;
		    width: 52px;
		    padding-left: 33px;
		    border-radius: 0;
			-webkit-transition: all 0.2s ease-out;
			   -moz-transition: all 0.2s ease-out;
			    -ms-transition: all 0.2s ease-out;
			     -o-transition: all 0.2s ease-out;
			        transition: all 0.2s ease-out;
		}

		.search-header #searchform #s:focus {
			border: 0;
		}

		.tabs .menu-tab li a {
			padding: 12px 15px 10px;
		}

		.posts-wrap .posts-container.grid4 .post-item {
			width: 33.33%;
		}
	}

	/* Smaller than standard 992 */
	@media only screen and (max-width: 991px) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
		.btn-menu {
			display: block;
			float: left;
		}
		.search-header {
			width: auto;
		}
		#mainnav {
			display: none;
		}
		.main-header .logo {
			margin: 0 auto 30px;
		}
		.sidebar {
			padding-top: 30px;
		}
		.posts-wrap .posts-container .post-item,
		.posts-wrap .posts-container.grid4 .post-item {
			width: 50%;
		}
		.page-title .post-filter.show {
			right: 0;
			top: 33px;
			background-color: #424347;
			text-align: right;
			padding: 10px;
			z-index: 1000;
		}
		.page-title .post-filter li {
			display: block;
			line-height: 26px;
		}
		.page-title .post-filter li a:hover {
			color: #fff;
		}
		.contact-page .contact-wrap {
			padding-right: 0;
			margin-bottom: 50px;
		}
		.masonry-layout .hentry {
			width: 330px;
		}		
	}
	/* All Mobile Sizes */
	@media only screen and (max-width: 767px) {
		.lastest-posts .content-left,
		.lastest-posts .content-right {
			width: 100%;
		}
		.lastest-posts .content-right {
			margin: 30px 0 0;	
		}
		.single .share-post {
			float: none;
			margin-bottom: 30px;
		}
		.comments-list .comment-text .comment-reply {
			position: static;
			display: inline-block;
			margin-top: 15px;
		}
		.main-header .col-md-4 {
			padding-left: 15px;
		}	
		.logo,
		.social-navigation ul {
			text-align: center;
		}	
		.masonry-layout .hentry {
			width: 100%;
			margin: 0 0 30px;
			padding: 0 15px;
		}		
		.masonry-layout .site-main .post:first-child,
		.masonry-layout .hentry {
			margin: 0 0 30px;
		}
		.site-main,
		.posts-layout.masonry {
			width: 100% !important;
		}
		.content-area {
			padding: 0;
		}
	}

	@media only screen and (max-width: 549px) {
		.posts-wrap .posts-container .post-item {
			width: 100%;
		}
		.site-main .thumb {
			float: none;
			width: 100%;
			margin: 0 0 20px;
		}
		.masonry-layout .site-main .post {
			padding: 0;
		}
	}

	/* Mobile Portrait Size */
	@media only screen and (max-width: 479px) {
		.row-custom {
			margin: 0;
		}

		.row-custom .one-half,
		.row-custom .one-third {
			width: 100%;
			margin: 0;
		}

		.related-posts .row-custom .one-half {
			padding-bottom: 10px;
			margin-bottom: 16px;
			border-bottom: 1px solid #eaeaea;
		}

		.comments-list .comment-avatar {
			float: none;
		}

		.comments-list .comment-text {
			margin-left: 0;
			margin-top: 10px;
		}

		.single .author-post .avatar {
			float: none;
			margin-left: 0;
			margin-bottom: 15px;
		}
	}
	
	/** Basic Elements - Start **/
/** Header - Start **/
#main-header {
	-position: absolute;
	padding: 0px;
	width: 100%;
	z-index: 999999;
	background: rgba(0,0,0,0.10);
}

.inner-header .logo {
/* width: 35%; */
	padding-left: 0%;
	    padding-top: 0;
}

.inner-header .utilities {
/* float: right; */
	color: #fff;
	line-height: 3rem;
}

.utilitem {
	float: right;
	margin: 18px 0 !important;
	margin-right: 12px !important;
}

.signin,.signup {
	background: #e85d39;
	color: #fff;
	border-radius: 2px !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 5px 20px;
	margin-left: 4px;
	margin-top: 0;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.signin:hover,.signup:hover {
	background: #fff;
	color: #f7941d;
}

#phone {
	border-right: 2px solid #fff;
	padding: 3px 12px 5px 0;
	font-weight: 700;
}

/** Header - Ends **/
/** Top Cover - Start **/
#my-slideshow {
	min-width: 100% !important;
	width: 100% !important;
	height: 590px !important;
	overflow: hidden;
}

#my-slideshow ul {
	min-width: 100% !important;
	height: 610px !important;
	width: 100% !important;
}

#my-slideshow ul li {
	min-width: 100% !important;
	height: 610px !important;
	width: 100% !important;
}

#my-slideshow ul li img {
	min-width: 100% !important;
	height: 610px !important;
	width: 100% !important;
}

.imssl {
	min-width: 500px;
	height: 800px;
	font-size: 2.3rem;
	font-weight: 400;
	text-align: center;
	padding-top: 10rem;
	color: #fff !important;
	background-attachment: fixed;
	letter-spacing: 1.3px;
	background-repeat: no-repeat;
background-size: 100%;
}
.imssl:before {
   content: '';
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 0;
   background-color: rgba(43,43,43,0.85);
}

.slide01 {
	background-image: url('../../../../ims.bvcloud.net_81/wp-content/uploads/2016/05/ims-banner-1.jpg');
}

.slide02 {
	background-image: url('../../../../ims.bvcloud.net_81/wp-content/uploads/2016/05/ims-banner-2.jpg');
}

.slide03 {
	-background-image: url(../../../../www.kaptest.com/static/img/homepage/Homepage_Slider_MED_Feb.jpg);
}

.slide04 {
	-background-image: url(../../../../www.kaptest.com/static/img/homepage/Homepage_Study_Style.jpg);
}

ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}

li.bjqs-slide {
	position: absolute;
	display: none;
}

ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
	display: none;
}

ul.bjqs-controls.v-centered li a {
	position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
}

ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ol.bjqs-markers.h-centered {
	text-align: center;
}

ol.bjqs-markers li {
	display: inline;
}

ol.bjqs-markers li a {
	display: inline-block;
}

p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}

ul.bjqs-controls.v-centered li.bjqs-next a,ul.bjqs-controls.v-centered li.bjqs-prev a {
	text-indent: -999999px;
}

#my-slideshow:hover ul.bjqs-controls.v-centered li.bjqs-next a {
	text-indent: -999999px;
	background: transparent url(../../../../cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-forward-48.png) center center no-repeat;
	width: 50px;
	height: 100%;
	top: 0 !important;
}

#my-slideshow:hover ul.bjqs-controls.v-centered li.bjqs-prev a {
	text-indent: -999999px;
	background: transparent url(../../../../cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-back-48.png) center center no-repeat;
	width: 50px;
	height: 100%;
	top: 0 !important;
}

/** Top Cover - Ends **/
/** Course Select - Start **/
#cor-cov {
	padding: 50px 0 0;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* Float Shadow */
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
	background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
/* W3C */
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform,opacity;
	transition-property: transform,opacity;
}

.hvr-float-shadow:hover,.hvr-float-shadow:focus,.hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
/* move the element up by 5px */
}

.hvr-float-shadow:hover:before,.hvr-float-shadow:focus:before,.hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.sec-tit {
	font-size: 2rem;
	color: #424347	;
	line-height: 32px;
	letter-spacing: -.3px;
	text-align: center;
	font-weight: normal;
}

.form-control {
	width: 334px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #949494;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control {
	color: #626262;
}

.hidden-sm {
	display: none !important;
}

.button {
	margin: 18px 0;
	padding: 8px 12px;
	color: #fff !important;
	background-color: #181303;
	border-radius: 6px;
	font-weight: 700;
	    line-height: 20px;
}

/* Bounce In */
.hvr-bounce-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.hvr-bounce-in:hover,.hvr-bounce-in:focus,.hvr-bounce-in:active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
	transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
}

#cor-cov > div > div > div {
	margin-bottom: 50px;
}

/** Course Select - Ends **/
/** Testmi - Start **/
#testim {
	padding: 50px 0;
	-background: rgba(238,238,238,0.78);
}

.testimonials {
	overflow: hidden;
	width: 100%;
}

.testimonials ul {
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 0;
}

.testimonials ul li {
	display: inline-block;
	padding: 1rem;
	position: relative;
	text-align: center;
	width: 100vw;
}

.testimonials ul li p {
	max-width: 700px;
	margin: 1rem auto;
	width: 100%;
	color: #506173;
}

.testimonials-control {
	background-color: transparent;
	display: flex;
	justify-content: center;
}

.testimonials-control i {
	cursor: pointer;
	padding: 1.3rem;
	color: #B40A02;
}

.profile {
	border-radius: 50%;
	margin-top: 7px;
	max-width: 116px;
	margin-bottom: 30px;
}

.quote {
	font-size: 20px;
	font-family: facitweb-light !important;
	font-style: italic;
	color: #000;
	line-height: 3.3rem;
}

.name {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/** Testim - Ends **/
/** Blog Mailer - Start **/
#blog-mailer {
	padding: 50px 0;
	    background: #ededed;
}

.blog-inner h2 {
	font-size: 2.9rem;
	font-weight: normal;
	margin: 0 auto 30px;
}

.blog-inner {
	padding-top: 26px;
	-display: table;
}

.clog-inner-core {
	-display: table;
	margin-bottom: 16px;
}

.blog-img {
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0,0,0,0.35);
}

.blog-inner-tit h3 {
	font-size: 1.6rem;
	cursor: pointer;
	color: #000;
	font-weight: normal;
	margin: 8px 0 12px;
	line-height: 24px;
}

.emailer {
	padding-top: 26px;
	display: table;
}

.ema-inner h3 {
	font-size: 2.9rem;
	font-weight: normal;
	margin: 0 auto 30px;
}

.ema-inner p {
	font-size: 1.5rem;
	line-height: 28px;
	font-weight: 300;
	margin: 0 auto 30px;
}

.email-cls {
	max-width: 380px;
	width: 100%;
	display: list-item;
	margin: 20px 0;
	border-radius: 4px;
	border: 1px solid rgba(123,123,123,0.46);
	padding: 8px 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.30);
}

.email-submit {
	padding: 10px 42px;
	color: #fff !important;
	background-color: #181303  !important;
	border-radius: 25px;
	font-weight: 700;
}

.emailer-outer {
	-border-left: 6px solid #181303;
}
.blog-outer
{
	    border-right: 4px solid #444;
}

/** Blog Mailer - Ends **/
/** Study - Start **/
#sty-opn {
	padding: 50px 0;
	display: inline;
}

.sty-opn-in {
	padding: 15px 50px;
	line-height: 20px;
	color: #0eb7ff;
	background: #B40A02;
}

.sty-opn-in h3 {
	font-size: 1.6rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 16px 0;
	color: #ffffff;
}

/** Study - Ends **/
/** footer - Start **/

#footer h4 {
    font-size: 1.8em;
    font-weight: 200;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
    color: #FFF;
}

#footer  p {	 
    color: #777;
    line-height: 24px;
    margin: 0 0 20px;
}

#footer > div > div > div.col-md-4.text-left > div > a > button{
	    padding: 8px 16px;
    font-size: 14px;
    background: #f46e27;
    border-color: #f46e27;
}

/* List */
.list li {
	margin-bottom: 13px;
}

.list.pull-left li {
	text-align: left;
}

.list.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.list.list-icons li {
	position: relative;
	padding-left: 25px;
}

.list.list-icons li .fa, .list.list-icons li .icons {
	position: absolute;
	left: 0;
	top: 5px;
}

.list.list-icons.list-icons-style-2 li {
	padding-top: 5px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-2 li .fa, .list.list-icons.list-icons-style-2 li .icons {
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px;
}

.list.list-icons.list-icons-style-3 li {
	padding-top: 5px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons {
	color: #FFF;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 5px;
}

.list.list-icons.list-icons-sm li {
	padding-left: 13px;
	margin-bottom: 5px;
}

.list.list-icons.list-icons-sm li .fa, .list.list-icons.list-icons-sm li .icons {
	font-size: 0.8em;
	top: 7px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
	padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li .fa, .list.list-icons.list-icons-sm.list-icons-style-2 li .icons {
	width: 20px;
	height: 20px;
	padding: 3px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
	padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li .fa, .list.list-icons.list-icons-sm.list-icons-style-3 li .icons {
	width: 20px;
	height: 20px;
	padding: 3px;
}

.list.list-icons.list-icons-lg li {
	padding-top: 5px;
	padding-left: 32px;
}

.list.list-icons.list-icons-lg li .fa, .list.list-icons.list-icons-lg li .icons {
	font-size: 1.5em;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
	padding-top: 8px;
	padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li .fa, .list.list-icons.list-icons-lg.list-icons-style-2 li .icons {
	width: 30px;
	height: 30px;
	padding: 4px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
	padding-top: 8px;
	padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li .fa, .list.list-icons.list-icons-lg.list-icons-style-3 li .icons {
	width: 30px;
	height: 30px;
	padding: 4px;
}

.list.list-icons.list-icons-reverse li {
	text-align: right;
	padding-right: 25px;
	padding-left: 0;
}

.list.list-icons.list-icons-reverse li .fa, .list.list-icons.list-icons-reverse li .icons {
	position: absolute;
	left: auto;
	right: 0;
	top: 5px;
}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {
	padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {
	padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-sm li {
	padding-left: 0;
	padding-right: 13px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg li {
	padding-left: 0;
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
	padding-right: 42px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
	padding-right: 42px;
}

.list.list-borders li {
	border-bottom: 1px solid #DBDBDB;
	margin-top: 9px;
	margin-bottom: 0;
	padding-bottom: 9px;
}

.list.list-borders li:last-child {
	border-bottom: 0;
}

.list.list-side-borders {
	border-left: 1px solid #DBDBDB;
	padding-left: 10px;
}

.list.list-ordened {
	counter-reset: custom-counter;
	list-style: none;
}

.list.list-ordened li {
	position: relative;
	padding-left: 22px;
}

.list.list-ordened li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(custom-counter);
	counter-increment: custom-counter;
	font-weight: bold;
}

.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
	padding-left: 32px;
}

.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
	border-radius: 100%;
	border-style: solid;
	border-width: 1px;
	min-width: 26px;
	padding: 0;
	text-align: center;
}

.list.list-ordened.list-ordened-style-3 li:before {
	color: #FFF;
	border: 0;
}

.list.list-unstyled {
	padding-left: 0;
	padding-right: 0;
}

dl dd {
	margin-bottom: 15px;
}

#footer .contact {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Social Icons */
.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #FFF;
	border-radius: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
}

.social-icons li:hover a {
	background: #171717;
	color: #FFF !important;
}

.social-icons li:hover.social-icons-twitter a {
	background: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
	background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
	background: #ff8201;
}

.social-icons li:hover.social-icons-googleplus a {
	background: #dd4b39;
}

.social-icons li:hover.social-icons-pinterest a {
	background: #cc2127;
}

.social-icons li:hover.social-icons-youtube a {
	background: #c3191e;
}

.social-icons li:hover.social-icons-instagram a {
	background: #7c4a3a;
}

.social-icons li:hover.social-icons-skype a {
	background: #00b0f6;
}

.social-icons li:hover.social-icons-email a {
	background: #dd4b39;
}

.social-icons li:hover.social-icons-vk a {
	background: #6383a8;
}

.social-icons li:hover.social-icons-xing a {
	background: #1a7576;
}

.social-icons li:hover.social-icons-tumblr a {
	background: #304e6c;
}

.social-icons li:hover.social-icons-reddit a {
	background: #ff4107;
}

.social-icons.social-icons-transparent li {
	box-shadow: none;
}

.social-icons.social-icons-transparent li a {
	background: transparent;
}

.social-icons.social-icons-icon-light li a i {
	color: #FFF;
}


#footer .contact p {
    margin-bottom: 10px;
}

#footer .contact i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}

#footer {
	background-color: #202020;
	color: #ccc;
	padding: 20px 0 0px 0;
	text-align: center;
}

.copyrights {
	margin: 0px !important;
    padding: 20px 0px !important;
    line-height: 200% !important;
    text-align: center;
    display: inline-table;
    width: 100%;
    background: #060606;
}

#footer > .container > .row  > .text-left{
	    margin-bottom: 45px !important;
}

.pro-v2-btn{
	   background: #0000f5;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

/** footer - Ends **/
/** Back To Top - Start **/
.top {
	background-color: #B40A02;
	bottom: 2em;
	color: #fff !important;
	display: none;
	opacity: .85;
	padding: 9px 11.5px;
	position: fixed;
	border: 2px solid #fff;
	font-size: 10px;
	right: 2em;
	text-decoration: none;
	border-radius: 25px;
	z-index:9999999;
}

.top:hover {
	opacity: 1;
	transition: 1s;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    -padding: 12px 28px;
    color: #fff;
    background-color: #31d1f3;
    box-shadow: none;
    border: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}

/** Back To Top - Ends **/
/** Responsive - Starts **/
@media (max-width: 768px) {
	#header > div > div > div > div.col-sm-3.col-md-4.col-sm-12 {
		text-align: center;
	}

	.utilitem {
		float: none;
		display: -webkit-inline-box;
		margin-right: 0 !important;
	}

	.utilities {
		text-align: center;
	}

	#phone {
		border: none;
	}
}

/** Responsive - Ends **/
.slider-heading
{
	color: #fff;
    line-height: 50px;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left;
    margin: 6px auto 12px auto;
}

.copyrights  a{
	color:#D0261F !important;
	font-weight:bold;
}
.login_modal_footer{margin-top:5px;}
.login_modal_header .modal-title {text-align: center; color:#fff;font-size: 22px; text-transform: uppercase; }
.form-group{position: relative;}
.form-group .login-field-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 3px;
    transition: all 0.25s ease 0s;
    padding-top: 2%;
	color: #B40A02;
}

.login-link{padding:0 20%;}
.modal-social-icons{-padding:0 10%;}
.facebook, .twitter, .google, .linkedin {width:100%;height:38px; padding-top:4%; margin-top:4%;}
.modal-icons{margin-left: -10px; margin-right: 20px;}
.google, .google:hover{background-color:#dd4b39;border:2px solid #dd4b39;color:#fff;}
.twitter, .twitter:hover{ background-color: #00aced; border:2px solid #00aced;color: #fff;}
.facebook, .facebook:hover{background-color: #3b5999; border:2px solid #3b5999;color:#fff;}
.linkedin, .linkedin:hover{background-color: #007bb6; border: 2px solid #007bb6; color:#fff;}
#social-icons-conatainer{position: relative;}
#center-line{position: absolute;  right: 225.7px;top: 78px;background:#ddd;  border: 4px solid #DDDDDD;border-radius: 20px;font-size: 11px;}
.modal-login-btn{width:100%;height:40px; margin-bottom:10px;}
.new-user-register-btn
{  text-align: center;
    margin-top: 22px;
}
#cor-header{
    color: #fff;
    background-color: #B40A02;
    padding: 20px 0px;
    margin: 0 auto;
    
}

#cor-header a{
    color: #fff;
    
}
.brand-logo
{
	    padding-top: 10px;
}
#cor-header img{
   - max-width: 111px;
}

.ims-number{
    font-size: 15px;
    letter-spacing: .5px;
    
}
.telephone{
    border-right: 2px solid #fff;
    margin-left: 12px;
    cursor: pointer;    
}
.telephone >a:hover{
    background-color: transparent !important;
    color: #fff;
}

.telephone .bold{
    padding: 2px 16px;
}

.my-account{
    text-transform: uppercase;
    letter-spacing: .5px;
    
}
.my-account>a{
    padding: 2px 8px !important;    
}

.my-account>a:hover{
    background-color: transparent !important;
    color: #fff;   
}

.fa-user{
    margin: auto 8px;
}

.searchbox {
    background: #fff;
    color: #222;
    
}

.icon-bar{
    background: #B40A02;
    padding: 2px 18px;
    border-radius: 6px !important;
    margin: 5px 5px !important;
}

#navbar > ul > li > a{
    color: #fff;
    font-weight: bold;
    
}

#navbar > ul > li > a:hover{
    color: #e85d39;
	background: #fff !important;
    
}
/** Header - Ends **/

.modal-login-btn{
	    background-color: #B40A02;
    border-color: #B40A02;
	color:#fff !important;
}
.cor-cip-btn {
background: #204C77 !important;
padding: .75rem 2.5rem !important;
}   
.cor-cip-btn:hover{
background-color: #fff !important;
color: #204C77;
}
.ImportantLinks
{
	list-style:none;
	   - padding-left: 0px;
}
.ImportantLinks li
{
	    margin-bottom: 8px;
}
.ImportantLinks li a
{
	font-style: italic;
    font-weight: 700;
    font-size: 16px;
	    color: #181303;
}
.TopMenus{
    -border-right: 2px solid #fff;
    padding: 3px 12px 5px 0;
    font-weight: 700;
}
.TopMenus  a{
	color:#fff;
}
a.smicon-box-link,
a.smicon-box-link:visited,
a.smicon-box-link:hover,
a.smicon-box-link:active {
	text-decoration: none;
	color: #444 !important;
}
.smicon-box,
.wpb_row .wpb_column .wpb_wrapper .smicon-box {
	margin-bottom: 30px;
}
.smicon-icon {
	display: table-cell;
	vertical-align: middle;
}
.smicon-box-icon {
	font-size: 72px;
	color: #89BA49;
	margin-right: 15px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	box-sizing: content-box;
}
.smicon-box:hover .smicon-box-icon {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.smicon-header {
	display: table-cell;
	vertical-align: middle;
}
.smicon-header h3.smicon-title {
	margin: 10px 0;
	display: block;
	line-height: 1.3em;
}
.smicon-description {
	width: 100%;
	display: block;	
	margin-top: 15px;
}
/*icon normal*/
.sm-icon-normal .smicon-box-icon {
	padding: 0 !important;
}
/*icon top*/
.icon-top .smicon-icon,
.icon-top .smicon-header,
.icon-top .smicon-description {
	width: 100%;
	display: block;
	text-align: center;
}
.icon-top .smicon-box-icon {
	margin-right: 0;
}
.icon-top .smicon-header h3.smicon-title {
	margin: 25px 0 10px;
}
/*icon left*/
.smicon-box.icon-left {
	display: inline-block;
}
.icon-left .smicon-icon,
.icon-left .smicon-header {
	display: block;
	vertical-align: top;
	float: left;	
}
.icon-left h3.smicon-title {
	margin: 5px 0 0;
}
.icon-left .smicon-icon {
	min-height: 130px;
	max-width:25%;
}
.icon-left .smicon-description,
.icon-left .smicon-header {
	float: left;
	width: 75%;
}
/*icon-decoration*/
.icon-circle .smicon-box-icon,
.icon-circle-solid .smicon-box-icon,
.icon-square .smicon-box-icon,
.icon-square-solid .smicon-box-icon {
	width: 72px;
	height: 72px;
	padding: 5px;
	border: 1px solid #E6E6E6;
	background: rgba(255,255,255,0);
	text-align: center;
	box-sizing: content-box;
}
/*icon-circle*/
.icon-circle .smicon-box-icon {	
	border-radius: 50%;	
}
/*icon-circle-solid*/
.icon-circle-solid .smicon-box-icon {
	border-radius: 50%;
	background: #F3F3F3;
}
/*icon-square*/
.icon-square .smicon-box-icon {
	border-radius: 0;
}
/*icon-square-solid*/
.icon-square-solid .smicon-box-icon {
	border-radius: 0;
	background: #F3F3F3;
}
/*Read More*/
.smicon-read {
	display: block;
	padding: 5px 0;
	text-decoration:none;
}
.smicon-read .fa {
	margin-left: 3px;
}
/*Bootstrap Support*/
.smicon-box.icon-default,
.smicon-box.icon-left,
.smicon-box.icon-top {
	width: 100%;
	height: auto;
	line-height: inherit;
	vertical-align: initial;
	background-image: none;
	margin: 0;
	padding: 0;
}
#features
{
	   padding: 50px 0 22px 0px;
    background: url('../../../../s3-ap-southeast-1.amazonaws.com/campusparamount/img/pattern-1.png');
}
.sub-title{
	margin-bottom: 36px !important;
	font-size: 15px;
    font-weight: 700;
}
h3.smicon-title {
    font-size: 28px;
}
.smicon-description
{
	margin-top: 8px;
    
    margin-bottom: 24px;
}
.title-heading
{
	 margin-bottom: 44px;

}
.LinkIcon
{
	    font-size: 13px;
    color: #f46e27;
	margin-right:6px;
}

/* */

#mega_main_menu > div{
	  - border-bottom: 2px solid #fff !important;
}
#RegiserErrSpn
{
color:red;
margin-bottom: 6px;
    padding-top: 10px;
font-size: 14px;
font-weight: bold;
}
#RegiserSccSpn
{
color:green;
margin-bottom: 6px;
    padding-top: 10px;
font-size: 14px;
font-weight: bold;
}
#page-header{
	    color: #fff;
    background-color: #B40A02;
   
    margin: 0 auto;
}
.btn-myportal
{
	  
background-color: #0000fe;
    color: #ffffff !important;  
}
.btn-myportal:hover
{
	background: #e85d39;
	color: #fff !important;
}
#menu-item-283 a:hover
{
	background:none !important;
}
#menu-item-894 a:hover
{
	background:none !important;
}
label.error {
    font-size: 11px;
    position: absolute;
    top: -30px;
    right: -15px;
    z-index: 9;
    height: 25px;
    line-height: 25px;
    background-color: #e34f4f;
    color: #fff;
    font-weight: 600;
    padding: 0 6px;
}
label.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}
.course-active
{
	background: #fafafa;
    color: #e85d39 !important;
}
#bbpress-forums div.bbp-search-form
{
	    text-align: center;
		float:none;
		margin-top:24px
}
#bbp_search, #bbp_anonymous_author, #bbp_anonymous_email, #bbp_anonymous_website
{
	    height: 43px;
    padding: 6px 35px;
    font-size: 14px;
    line-height: 1.428571;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#bbp_search_submit, #bbp_reply_submit
{
	border-color: #0099e6 #0099e6 #0077b3;
    background-color: #0099e6;
    color: #ffffff;
    display: inline-block;
    padding: 9px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
   
    white-space: nowrap;
   
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.forum-titles li 
{
	    color: #fff;
    font-size: 14px;
}
#bbpress-forums li.bbp-header
{
	background: #222222;
	    border-top: 1px solid #222222;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results
{
	    border: 1px solid #222222;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: #222222;
    border-top: 1px solid #222222;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}
.bbp-forum-title
{
	font-size: 16px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 14px;
   
}
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar
{
	    margin-bottom: 2px;
		    width: 25px;
}
#bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-header .bbp-forum-author, #bbpress-forums li.bbp-footer .bbp-forum-author, #bbpress-forums li.bbp-header .bbp-topic-author, #bbpress-forums li.bbp-footer .bbp-topic-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author
{
	color:#fff;
}
#bbpress-forums li.bbp-header .bbp-search-content, #bbpress-forums li.bbp-footer .bbp-search-content, #bbpress-forums li.bbp-header .bbp-forum-content, #bbpress-forums li.bbp-footer .bbp-forum-content, #bbpress-forums li.bbp-header .bbp-topic-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content
{
	color:#fff;
}
#bbpress-forums div.bbp-topic-content a, #bbpress-forums div.bbp-reply-content a {
   
    color: #fff;
}
.topbar-inner {
    padding: 10px 0;
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
}

.space-right-10 {
    margin-right: 10px!important;
	color: #fff;
}

.top-links a
{
margin-left:10px;
}
.link-text
{
color:#fff;
font-family: 'Karla', sans-serif;
    font-size: 12px;
 
}
.social li a {
    color: #fff !important;
}

.social{margin:0;padding:0}.social li{float:left;list-style:none;margin-left:15px}.social li a{color:#fff}.social li a:hover{color:#D0261F}
.breakingNews>ul>li>a
{
	color:#bbb !important;
}
 
        /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
		
		#service > div > div.row > ul > li:hover{
    
    border-bottom: 3px solid #e45403;
    background: #eeeeee;

}

#service > div > div.row > ul > li > a{
	font-weight: bold;
    font-size: 15px;
    font-family: 'Karla',sans-serif;
    line-height: 26px;
    text-transform: uppercase;
    color: #060606;
}

.pripsein {
    line-height: 26px;
    font-family: 'Karla', sans-serif;
    padding: 28px 0px;
}

.class-well, .class-well-purple, .class-well-4-col {
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    /* min-height: 745px; */
}

.class-well-header {
    background-color: #e45403;
    color: #fff;
    height: 50px;
    padding-top: 15px;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    pointer-events: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.description-box{
    padding: 10px 10px 0 10px;
}

.promocode {
    line-height: 2;
    background: #eee;
    color: #204c77;
    padding: 10px 0px;
    margin: 0px auto;
}

.statrtxt{
    font-style: italic;
    font-size: 11px;
    margin: 0px auto;
    padding: 16px 0px 0px 0px;
}

.pricetag{
    color: #e45403;
    font-weight: 500;
    font-size: 34px;
    margin: 0px auto;
    padding: 12px 0px 30px 0px;
    border-bottom: 2px solid #eee;
}


.pritabinsrk{
    box-shadow: 0px 0px 5px rgba(52,73,94,0.5);
    border-radius: 8px;
}

.priatten {
    padding-top: 2em;
    padding-bottom: 1em;
    margin: 0 auto 12px auto;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    height: 80px;
    max-height: 80px;
    min-height: 40px;
    line-height: 24px;
    width:90%;
}

.pribtn {
    background: #e45403;
    border-radius: 25px;
    padding: 10px 26px;
    color: #fff;
    font-weight: 600;
    margin: 6px 0px 18px auto;
    border: 2px solid #e45403;
}

.pribtn:hover {
    border: 2px solid #e45403;
    background: transparent;
    color: #e45403;
}

.corfea p {
    font-size: 1.3rem;
    margin: 0 auto;
    padding: 16px 0px;
    width: 90%;
    line-height: 22px;
    
}

.corfea{
    padding-bottom: 16px !important;
}

.pritabins{
    margin-bottom: 26px !important;
}

#service > div > div.row > ul > li {
    border-bottom: 3px solid transparent;
}

#service > div > div.row > ul > li.active{
    border-bottom: 3px solid #e45403;
    background: #eeeeee;
}

.cor-whyus-in{
    border-bottom:2px solid #e45403;
}
.smicon-title
{
font-size: 18px;
    font-weight: bold;
}
.cor-whyus-in
{
        border-bottom: solid 2px #e45403;
}

hr{
    border-top: 1px solid transparent !important;
}

p.cnt-txt {
    margin: 0 0 10px;
    text-align: left;
    padding: 10px 0px 0px 10px;
}
.pribtn
{
            margin-bottom: 18px !important;
}

.smicon-header h3{
    color:#e45403;
}		
p.product-cnt {
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    padding: 10px;
}
p.duration{
	    color: #e45403;
    font-size: 18px;
}		
  #myModal .modal-body {
            padding: 0px;
        }
        
        .demo-head {
            display: inline-block;
        }
        
        .close-icon {
            font-size: 22px;
            color: #fff;
            cursor: pointer;
        }
		 .CustomModal {
  text-align: center;
      z-index: 5000;
	  padding:0px !important;
	      background: rgba(42, 42, 42, 0.54902);
}

@media screen and (min-width: 768px) { 
  .CustomModal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.CustomDialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.CustomWell
{
	    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
	    min-height: 103px;
}
.btn-Send
{
	    padding: 12px 11px;
		    background-color: #F46E27 !important;
			    border: none;
				color:#fff !important;
}
.Customheading
{
    color: #fff !important;
    background-color: #0000fe !important;
    border-color: #0000fe !important;
	
}
.Customheading h3{
	color:#fff !important;
	    margin-bottom: 0px !important;
		font-weight:normal !important;
}
.panel-heading span
{
	margin-top:0px !important;
}
.log-btn
{
	color:#fff !important;
}
.Custompanel
{
	    border: none;
}
.Custompanel b {
    color: #000 !important;
}
#MobileNumberForm span
{
	color: #000 !important;
}