﻿/* CSS Document */

.leader-name {
	font-size: 2.286em;
	line-height: 35px;
	margin-bottom: 5px;
	color: #075466;
}
.leader-position {
	font-size: 1.574em;
	line-height: 22px;
	color: #075466;
}
.profile-title {
	color: #075466 !important;
	letter-spacing: 0.3px !important;
}
.profile-description {
	font: 300 1em/18px 'Roboto', sans-serif;
	color: #272727;
	text-decoration: none;
	margin-bottom: 20px;
}
.main-width {
	width: 1170px;
	margin: 0 auto;
	text-align: left;
}
.extra { width:1190px; margin:0 auto; text-align:left;}
.wrapper{ width:100%; overflow:hidden;}
.top-cont1{
	background: #ffffff;
}
.padding-start-0 {
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -o-padding-start: 0px;
    -ms-padding-start: 0px;
    padding-right: 0px;
}
.mr0 {
    margin-right:0px !important;
}
.mh100{
    min-height: 100px !important;
}
.pr8 {
    padding-right: 8px;
}
.text {
    position: relative;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}
/*** 

====================================================================
	Social Icon One
====================================================================

***/
.social-icon-one{
	position:relative;
}

.social-icon-one li.share{
	position:relative;
	top:-4px;
	color:#999999;
	font-size:13px;
	font-weight:400;
	line-height:30px;
	letter-spacing:2px;
	margin-right:15px !important;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.social-icon-one li{
	position:relative;
	margin-right:2px;
	margin-bottom:4px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width:62px;
	height:44px;
	color:#ffffff;
	font-size:18px;
	line-height:44px;
	text-align:center;
	display:inline-block;
	background-color:#2f58a1;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-one li a:hover{
	opacity:0.80;
}

.social-icon-one li.twitter a{ background-color:#069cd5}
.social-icon-one li.g_plus a{ background-color:#ec453e;}
.social-icon-one li.linkedin a{ background-color:#0076b8;}
.social-icon-one li.youtube a{ background-color:#d72424;}
.social-icon-one li.pinteret a{ background-color:#da0d32;}
.social-icon-one li.android a{ background-color:#62c56b;}
.social-icon-one li.dribbble a{ background-color:#ef70a9;}
.social-icon-one li.rss a{ background-color:#fd9f13;}
.social-icon-one li.instagram a{ background-color:#35475c;}
.social-icon-one li.vimeo a{ background-color:#4eceea;}

.social-icon-one.alternate li{
	margin-right:5px;
	margin-bottom:8px;
}

.social-icon-one.alternate li:nth-child(4n + 0){
	margin-right:0px;
}

.social-icon-one.alternate li a{
	width:83px;
	height:53px;
	line-height:53px;
	font-size:20px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-icon-one.alternate li a:hover{
	opacity:0.7;
}

/*** 

====================================================================
	Sec Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:42px;
	background-color:#f3f3f3;
}

.sec-title h2{
	position:relative;
	color:#ffffff;
	font-size:12px;
	letter-spacing:1px;
	padding:9px 15px;
	font-weight:400;
	text-transform:uppercase;
	display:inline-block;
	margin:0px;
	background-color:#0175b2;
	font-family: 'Montserrat', sans-serif;
}

.sec-title-two{
	position:relative;
	text-align:center;
	margin-bottom:60px;
	padding-bottom: 20px;
}

.sec-title-two h2{
	position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #222222;
    line-height: 1.3em;
}

.sec-title-two .text{
	position: relative;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}

.sec-title-two:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 60px;
    height: 2px;
	margin-left:-30px;
    background-color:#0175b2;
}

/*** 

====================================================================
	Blog Section
====================================================================

***/
.blog-section{
	position:relative;
	padding:60px 0px 60px;
	max-width:780px;
	margin:0 auto;
}

.news-block{
	position:relative;
	margin-bottom:70px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
}

.news-block .inner-box .image .category{
	position:absolute;
	left:15px;
	bottom:15px;
	color:#ffffff;
	padding:2px 10px;
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:1px;
	background-color:#222222;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .lower-box{
	position:relative;
	padding:45px 0px 35px;
	border-bottom:1px solid #eeeeee;
}

.news-block .inner-box .lower-box h3{
	position:relative;
	font-size:32px;
	font-weight:400;
	line-height:1.4em;
	margin-bottom:15px;
	font-family: 'Montserrat', sans-serif;
}

.news-block .inner-box .lower-box h3 a{
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-box h3 a:hover{
	color:#e83f44;
}

.news-block .inner-box .lower-box .post-meta{
	position:relative;
	margin-bottom:15px;
}

.news-block .inner-box .lower-box .post-meta li{
	position:relative;
	color:#999999;
	font-weight:600;
	font-size:13px;
	padding-left:18px;
	display:inline-block;
	margin-right:20px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.news-block .inner-box .lower-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:13px;
	color:#999999;
}

.news-block .inner-box .lower-box .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:25px;
}

.news-block-one{
	position:relative;
	margin-bottom:30px;
}

.news-block-one .inner-box{
	position:relative;
}

.news-block-one .inner-box .image{
	position:relative;
}

.news-block-one .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-one .inner-box .image:hover img{
	-webkit-transform : scale(1.05,1.05);
    -ms-transform : scale(1.05,1.05);
    transform : scale(1.05,1.05);
    transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
    opacity : 0.5;
}

.news-block-one .inner-box .lower-box{
	position:relative;
	text-align:center;
	padding-top:30px;
}

.news-block-one .inner-box .lower-box h3{
	position:relative;
	font-size:16px;
	font-weight:700;
	letter-spacing: 0.5px;
    margin-top: 0px;
	margin-bottom:5px;
	text-transform:uppercase;
    height: 18px;
    overflow: hidden;
}

.news-block-one .inner-box .lower-box h3 a{
	color:#232323;
    text-decoration: none;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-one .inner-box .lower-box h3 a:hover{
	color:#0175b2;
}

.news-block-one .inner-box .lower-box .post-date{
	position:relative;
	color:#a7a7a7;
	font-size:12px;
	font-style:italic;
	font-weight:300;
	font-family: 'Conv_georgia';
}

.news-block-one .inner-box .lower-box .text{
	position:relative;
	color:#616060;
	font-size:14px;
	line-height:1.8em;
	margin-top:15px;
	margin-bottom:20px;
    max-height: 75px;
    overflow: hidden;
}

.news-block-one .inner-box .lower-box .read-more{
	position:relative;
	color:#0175b2;
	font-size:14px;
	letter-spacing:1px;
}

.news-block-one .inner-box .lower-box .read-more .arrow{
	position:relative;
	top:3px;
	font-size:18px;
	margin-left:3px;
}

/*Main Slider*/

.main-slider-two{
	position:relative;
	overflow:hidden;
	/*padding:0px 0px 40px;*/
    margin-bottom: 40px;
    background-color: #fff;
}
.main-slider-two .slide-column{
	position:relative;
	padding:0px 2px;
	margin-bottom:4px;
}

.main-slider-two .slide-column .row{
	margin:0px -2px;
}

.main-slider-two .slide-column .inner-slide{
	margin-bottom:4px;
	padding:0px 2px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:0px;
}

.sidebar-page-container.change-padding{
	padding-bottom:30px;
}

.sidebar-widget{
    position: relative;
    margin-bottom:40px;
}

.sidebar-widget-mb0{
    margin-bottom:0px;
}

.sidebar-title{
	position:relative;
	margin-bottom:30px;
	background-color:#f3f3f3;
}

.sidebar-title h2{
	position:relative;
	color:#ffffff;
	padding:9px 20px;
	font-weight:400;
	font-size:12px;
	letter-spacing:1px;
	display:inline-block;
	background-color:#0175b2;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sidebar-title-h2-video{
	position:relative !important;
	color:#ffffff !important;
	padding:9px 20px !important;
	font-weight:400 !important;
	font-size:12px !important;
	letter-spacing:1px !important;
	display:inline-block !important;
	background-color:#0175b2 !important;
	text-transform:uppercase !important;
	font-family: 'Montserrat', sans-serif !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.sidebar-social-widget{
	margin-bottom:30px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination ul{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 5px 5px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	font-size:14px;
    text-decoration: none;
	text-transform:capitalize;
	min-width:40px;
	background:none;
	color:#999999;
	font-weight:500;
	text-align:center;
	border:2px solid #f3f3f3;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	border-color:#337ab7;
	background-color:#337ab7;
}

.styled-pagination.centered{
	text-align:center;
}

.styled-pagination.centered:before{
	left:0%;
}

.styled-pagination.centered ul{
	background-color:#ffffff;
	padding:0px 30px;
}

/*Post Widget*/

.widget-post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:105px;
	min-height:75px;
	margin-bottom:20px;
	border-bottom:1px solid #eeeeee;
}

.widget-post:last-child{
	margin-bottom:0px;
	border:0px;
	min-height:80px;
}

.widget-post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:85px;
	 background-color:#e9ebee;
}

.widget-post .post-thumb > a{
	position:relative;
	display:block;
}

.widget-post .post-thumb a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:99;
	opacity:0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
	background-color:rgba(255,255,255,0.50);
}

.widget-post:hover .post-thumb a:before{
	opacity:1;
}

.widget-post .post-thumb .overlay{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:10;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.widget-post .post-thumb .overlay .icon{
	position:relative;
	width:30px;
	height:30px;
	color:#ffffff;
	text-align:center;
	line-height:26px;
	font-size:10px;
	padding-left:3px;
	border-radius:50%;
	display:block;
	margin:0 auto;
	top:50%;
	margin-top:-16px;
	border:3px solid #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.widget-post:hover .post-thumb .overlay{
	opacity:1;
}

.widget-post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.widget-post .text{
	position:relative;
	top:-4px;
	font-size:15px;
	margin:0px 0px 0px;
	font-weight:500;
	color:#333333;
	line-height:1.6em;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.widget-post .text a{
	color:#000000;
    font-family: Lato-Light, sans-serif;
    font-weight: 700;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
    text-decoration:none;
}

.widget-post a,
.widget-post a:hover{
	color:#0175b2;	
}

.widget-post .post-info{
	position:relative;
	font-size:11px;
	color:#777777;
	font-weight:400;
	padding-left:20px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.widget-post .post-info:before{
	position:absolute;
	 content: "\f017";
	left:0px;
	top:1px;
	font-size:12px;
	color:#999999;
	font-weight:300;
	font-family: 'FontAwesome';
}

/*** 

====================================================================
	Category Tabs Box
====================================================================

***/

.category-tabs-box{
	position:relative;
	margin-bottom:50px;
}

.category-tabs-box .prod-tabs{
	position:relative;
}

.category-tabs-box .prod-tabs .tab-btns{
	position:relative;
	margin-bottom:40px;
	background-color:#f3f3f3;
}

.category-tabs-box .prod-tabs .tab-btns .category{
	position: relative;
    color: #ffffff;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #0175b2;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.category-tabs-box .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:1px;
	font-size:13px;
	color:#777777;
	text-transform:uppercase;
	font-weight:800;
	line-height:24px;
	cursor:pointer;
	letter-spacing:1px;
	padding:7px 15px 8px;
	transition:all 500ms ease;
}

.category-tabs-box .prod-tabs .tab-btns .tab-btn:after{
	position:absolute;
	content:'';
	right:0px;
	top:15px;
	width:1px;
	height:10px;
	background-color:#dcdcdc;
}

.category-tabs-box .prod-tabs .tab-btns .tab-btn:last-child{
	margin-right:0px;
}

.category-tabs-box .prod-tabs .tab-btns .tab-btn:hover,
.category-tabs-box .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#0175b2;
}

.category-tabs-box .prod-tabs .tab-btns .tab-btn:last-child:after{
	display:none;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category{
	position:relative;
	top:2px;
	display:inline-block;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .down-panel{
	border:0px;
	padding:0px;
	margin-top:5px;
	border-radius:0px;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .more-category{
	position:relative;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .more-category li{
	position:relative;
	background-color:#101010;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .more-category li a{
	color:#ffffff;
	display:block;
	padding:6px 15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .more-category li a:hover{
	background-color:#0175b2;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .category-box-btn{
	position:relative;
	background:none;
	top:1px;
	display:block;
	float:left;
	margin-right:1px;
	font-size:13px;
	color:#777777;
	text-transform:uppercase;
	font-weight:600;
	line-height:24px;
	cursor:pointer;
	letter-spacing:1px;
	padding:5px 15px 5px;
	transition:all 500ms ease;
}

.category-tabs-box .prod-tabs .tabs-content{
	position:relative;	
}

.category-tabs-box .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.category-tabs-box .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}
/*** 

====================================================================
	End of Category Tabs Box
====================================================================

***/

/*News Block Three*/

.news-block-three{
	position:relative;
}

.news-block-three .inner-box{
	position:relative;
	overflow:hidden;
}

.news-block-three .inner-box .image{
	position:relative;
}

.news-block-three .inner-box:hover .image img{
	-webkit-transform : scale(1.2,1.2);
    -ms-transform     : scale(1.2,1.2);
    transform         : scale(1.2,1.2);
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
}

.news-block-three .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top: 55%;
    width: 100%;
    height: 45%;
	display:block;
	z-index: 1;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
	background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
	background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
	background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
}

.news-block-three .inner-box .image .overlay-box .play-btn{
	position:absolute;
	right:15px;
	top:15px;
	width:34px;
	height:34px;
	line-height:28px;
	display:inline-block;
	border-radius:50%;
	text-align:center;
	color:#ffffff;
	border:3px solid #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-three .inner-box .image .overlay-box .play-btn .icon{
	font-size:12px;
	padding-left:3px;
}

.news-block-three .inner-box .image .overlay-box .play-btn:hover{
	color:#0175b2;
	border-color:#0175b2;
}

.news-block-three .inner-box .image .overlay-box .content{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	text-align:center;
	padding:0px 15px 20px 15px;
}

.news-block-three .inner-box .image .overlay-box .content .tag{
	position: relative;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    padding: 0px 12px;
    font-weight: 400;
    margin-bottom: 12px;
    text-transform: uppercase;
    background-color: #0175b2;
}

.news-block-three .inner-box .image .overlay-box .content .tag a{
	color:#ffffff;
    text-decoration: none;
}

.news-block-three .inner-box .image .overlay-box .content h3{
	position:relative;
	font-weight:700;
	font-size:18px;
	line-height:1.6em;
	margin-bottom:8px;
    margin-top:0px;
	text-transform:uppercase;
}

.news-block-three .inner-box .image .overlay-box .content h3 a{
	color:#fffc00;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
    text-decoration: none;
}

.news-block-three .inner-box .image .overlay-box .content h3 a:hover{
	color:#0175b2;
}

.news-block-three .inner-box .image .overlay-box .content .post-meta{
	position:relative;
}

.news-block-three .inner-box .image .overlay-box .content .post-meta li{
	position:relative;
	color:#ffffff;
	font-size:11px;
	font-weight:400;
	padding-left:20px;
	line-height:1em;
	margin-right:15px;
	display:inline-block;
	text-transform:uppercase;
}

.news-block-three .inner-box .image .overlay-box .content .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:11px;
	color:#ffffff;
}

.news-block-three.style-two .inner-box .image .overlay-box .content h3{
	font-size:25px;
	line-height:1.4em;
}

.news-block-three.style-three .inner-box .image .overlay-box .content h3{
	font-size:20px;
	line-height:1.4em;
}

.news-block-three.style-four .inner-box .image .overlay-box .content h3{
	font-size:15px;
	line-height:1.4em;
}

/*News Block Four*/

.news-block-four{
	position: relative;
    padding-bottom: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.news-block-four .inner-box{
	position:relative;
}

.news-block-four .inner-box .image-column{
	position:relative;
}

.news-block-four .inner-box .image-column .image{
	position: relative;
    margin-bottom: 30px;
    background-color: #e9ebee;
}

.news-block-four .inner-box .image-column .image > a{
	position:relative;
	display:block;
}

.news-block-four .inner-box .image-column .image > a:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 99;
    background-color: rgba(0,0,0,0.40);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-four .inner-box:hover .image-column .image a:before{
	opacity:1;
}

.news-block-four .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-four .inner-box .content-box{
	position:relative;
}

.news-block-four .inner-box .content-box .content-inner{
	position:relative;
	padding-left:10px;
}

.news-block-four .inner-box .content-box .category{
	position: relative;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    padding: 0px 12px;
    font-weight: 400;
    margin-bottom: 12px;
	margin-top:5px;
    text-transform: uppercase;
    background-color: #222222;
}

.news-block-four .inner-box .content-box .category a{
	color:#ffffff;
    text-decoration:none;
}

.news-block-four .inner-box .content-box h3{
	position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 8px;
    margin-top: 0px;
}

.news-block-four .inner-box .content-box h3 a{
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
    text-decoration:none;
}

.news-block-four .inner-box .content-box h3 a:hover{
	color:#0175b2;
}

.news-block-four .inner-box .content-box .post-meta{
	position:relative;
	margin-bottom:10px;
}

.news-block-four .inner-box .content-box .post-meta li{
	position:relative;
	color:#777777;
	font-size:11px;
	font-weight:400;
	padding-left:20px;
	line-height:1em;
	margin-right:15px;
	display:inline-block;
	text-transform:uppercase;
}

.news-block-four .inner-box .content-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:11px;
	color:#999999;
}

.news-block-four .inner-box .content-box .text{
	position:relative;
	color:#777777;
	font-size:14px;
}

/*.news-block-four:last-child{
	margin-bottom:0px;
	border:0px;
}*/

/*** Blog-single ***/

.blog-single{
	position:relative;
}
.breadcrumb-bar{
	position:relative;
	margin-bottom:10px;
}

.breadcrumb-bar li{
	position:relative;
	color:#777777;
	font-size:13px;
	padding-right:12px;
	margin-right:12px;
	margin-bottom:6px;
	display:inline-block;
}

.breadcrumb-bar li:after{
	position:absolute;
	content:'\f105';
	right:0px;
	top:0px;
	font-size:13px;
	color:#777777;
	font-family: 'FontAwesome';
}

.breadcrumb-bar li:last-child:after{
	display:none;
}

.breadcrumb-bar li a{
	position:relative;
	color:#777777;
	font-size:13px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
    text-decoration: none;
}

.breadcrumb-bar li a:hover{
	color:#0175b2;
}

.tag-title{
	position:relative;
}

.tag-title li{
	position:relative;
	color:#ffffff;
	font-size:12px;
	padding:2px 10px;
	letter-spacing:1px;
	margin-right:4px;
	margin-bottom:4px;
	text-transform:uppercase;
	display:inline-block;
	background-color:#0175b2;
	font-family: 'Montserrat', sans-serif;
}
.tag-title li a {
	color:#ffffff;
}
 .tag-title li a:hover {
	color:#ffffff;
    text-decoration:none;
    opacity:0.7;
}
.tag-title li:nth-child(2){
	background-color:#222222;
}
.blog-single .inner-box{
	position:relative;
}
.blog-single .inner-box h2{
	position:relative;
	color:#333333;
	font-size:34px;
	line-height:1.4em;
	font-weight:700;
	margin-top:20px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
.blog-single .inner-box .post-meta{
	position:relative;
	margin-bottom:25px;
}
.blog-single .inner-box .post-meta li{
	position:relative;
	color:#999999;
	font-weight:400;
	font-size:11px;
	padding-left:18px;
	display:inline-block;
	margin-right:20px;
	letter-spacing:1px;
	line-height:1em;
	margin-bottom:6px;
	text-transform:uppercase;
}
.blog-single .inner-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:12px;
	color:#999999;
}
.blog-single .inner-box .social-icon-one.alternate li:nth-child(4n + 0){
	margin-right:6px;
}
.blog-single .inner-box .upper-box{
	position:relative;
	padding-bottom:28px;
	margin-bottom:30px;
	border-bottom:2px solid #ededed;
}
.blog-single .inner-box .text{
	position:relative;
}
.blog-single .inner-box .text p{
	position:relative;
	color:#0f0f0f;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:28px;
}
.blog-single .inner-box .text ul{
    list-style-type: disc;
    list-style-position: inside;
    font-family: Lato-Light, sans-serif;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -o-padding-start: 0px;
    -ms-padding-start: 0px;
    padding-right: 0px;
	position:relative;
	color:#0f0f0f;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:28px;
	font-weight: 600;
}
.blog-single .inner-box .text .image{
	position:relative;
}
.blog-single .inner-box .text .image img{
	width:100%;
}
.blog-single .inner-box .text blockquote{
	position:relative;
	color:#999999;
	font-size:22px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:1.5em;
	font-style:italic;
	margin-top:50px;
	margin-bottom:50px;
	border-color:#0175b2;
}

/*new-article*/
.blog-single .inner-box .new-article{
	position:relative;
	padding:20px 0px;
	margin-top:30px;
	display:block;
	border-top:2px solid #ededed;
	border-bottom:2px solid #ededed;
}

.blog-single .inner-box .new-article li{
	position:relative;
	width:50%;
	float:left;
	text-align:center;
	display:inline-block;
}

.blog-single .inner-box .new-article li a{
	font-weight:600;
	color:#999999;
	letter-spacing:1px;
	padding:18px 0px;
	display:block;
    text-decoration: none;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.blog-single .inner-box .new-article li a:hover{
	color:#0175b2;
    text-decoration:none;
}

.blog-single .inner-box .new-article li a .fa{
	font-size:20px;
}

.blog-single .inner-box .new-article li:first-child a{
	border-right:2px solid #ededed;
}

/*** 

====================================================================
	End of Blog-single
====================================================================

***/

.tie{
    border:solid 1px #eceaea;
    background:#fff;
    margin-bottom: 30px;
}
.tie-margin1{ margin-bottom:10px;}
.tie .tie-indent{ padding:11px;}

.tie2{ background:#e91d79; }
.tie2 .tie2-indent{ padding:15px 20px;}
.tie2 label{ font-weight:bold; color:#fff;}

.tie3{ background:#f9f9f9; border:solid 1px #eceaea; }
.tie3 .tie3-indent{ padding:18px 20px;}

.centerBoxContentsFeatured {
    vertical-align: top;
}
.centeredContent, .centerBoxHeading{
    width: auto;
}
.back {
    float: left;
}
/* --- product --- */
.product-col{ 
	width:100%!important;
    /*width:230px!important;*/
	margin-bottom:30px;
	border:1px solid #e7e7e7;
	padding:19px 19px 20px 19px;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.product-col:hover{
	-webkit-box-shadow: inset -1px -1px 7px 2px rgba(50, 50, 50, 0.04);
	-moz-box-shadow:    inset -1px -1px 7px 2px rgba(50, 50, 50, 0.04);
	box-shadow:         inset -1px -1px 7px 2px rgba(50, 50, 50, 0.04);
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.product-col .img{
    text-align:center;
}
.product-col .img .centre-img{
    width: auto;
    max-height: 305px;
}
.product-col .img .centre-img:hover{
    -webkit-transform : scale(1.05,1.05);
    -ms-transform : scale(1.05,1.05);
    transform : scale(1.05,1.05);
    transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
    opacity : 0.5;
}

.product-col .prod-info{ padding:15px 0 0 0;}
.product-col .prod2-info{ padding:7px 0 0 0;}
.product-col .name{
    font: 400 11px/18px 'Roboto', sans-serif;
    color: #777777;
    text-decoration: none;
    text-transform: uppercase;
}
.product-col .name:hover{
	color:#000;
}
.product-col .description{ 
	font:300 1em/18px 'Roboto', sans-serif; 
	color: #616060;  
	text-decoration:none;
    height: 70px;
    overflow: hidden;
    margin-bottom: 20px;
}
.product-col .text{ padding:0 0 0 0;}
.price{
	color:#212121;
	font:300 17px/20px 'Roboto', sans-serif;
}
@media (min-width: 1201px){
    .price {
        height: 40px;
        overflow: hidden;
    }
    .atribute-post,.atribute-post a, .atribute-post a:hover{
        height: auto;
    }
}
@media (max-width: 1200px){
    .price {
        height: 40px;
        overflow: hidden;
    }
    .atribute-post,.atribute-post a, .atribute-post a:hover{
        height: 40px;
    }
}
@media (max-width: 992px){
    .price {
        height: 40px;
        overflow: hidden;
    }
}
@media (max-width: 767px){
    .price {
        height: auto;
        overflow: hidden;
    }
    .atribute-post,.atribute-post a, .atribute-post a:hover{
        height: auto;
    }
    .product-col .description{
        height: auto;
    }
    .news-block-one .inner-box .lower-box h3 {
        height: auto;
    }
    .news-box-date {
        border-right: none;
    }
}
@media (max-width: 480px){
    .price {
        height: auto;
        overflow: hidden;
    }
    .product-col .img{
        text-align:center;
        height: auto;
    }
    .news-block-three.style-two .inner-box .image .overlay-box .content h3 {
	    font-size:22px;
	    line-height:1.4em;
    }
}
.price strong a{
    color: #232323;
    font-weight: 700;
    font-family: Lato-Light, sans-serif;
    margin-bottom: 15px;
    text-decoration: none;
}
.price strong a:hover{
	color:#0175b2;
}
.product-col .price{
	margin:2px 0 8px 0px;
}
.product-col .button a:after{
	display:block;
	/*width:30%;*/
	height:45px;
	float:left;
	background:url(https://static.rsmurniteguh.app/sites/images/add_to_cart.jpg) no-repeat 0 0;
	content:'.';
	text-indent:-10000px;
}
.product-col .button a:hover .cssButton{
	background:#212121;
}
.product-col .button a:hover:after {
	background: url(https://static.rsmurniteguh.app/sites/images/add_to_cart.jpg) no-repeat 0 0;
}
/* css buttons */
.cssButton, .cssButtonHover {
	font: 400 12px/18px 'Montserrat', sans-serif;
	text-transform: none;
	color: #ffffff;
	text-decoration: none !important;
	background: #0175b2;
	letter-spacing: 1px;
	display: inline-block;
	padding: 9px 15px;
	cursor: pointer !important;
	margin: 0 2px 0 0;
	text-transform: uppercase;
	border-radius: 4px;
}
a span{
	width:auto!important;
}
.cssButton:hover,
.cssButtonHover {
	font: 400 12px/18px 'Montserrat', sans-serif;
	text-transform:none;
	color:#ffffff;
	text-decoration:none!important;
	background: #222222;
	letter-spacing: 1px;
    display: inline-block;
    padding: 9px 15px;
    cursor: pointer!important;
    margin: 0 2px 0 0;
    text-transform: uppercase;
}
.product-col .cssButton, 
.product-col .cssButtonHover,
.product-col .cssButton:hover {
	/*padding:12px 15px 15px 7px;*/

}
.hide1{ height:30px;}
.clearBoth {
    clear: both;
}
.clear {
    clear: both;
}

/* News Detail CSS Document */
/* ----------------------- BOXES ------------------------- */
.box {
    margin-bottom:30px;
}
.box-head {
	background:#303436;
	color:#ffffff; 
	text-transform:none; 
	font:500 19px/25px 'Roboto', sans-serif;
	padding:9px 0 14px 18px;
	margin-bottom:2px;
}
#productName {
    clear:both;
    background:#0175b2;
	color:#ffffff; 
	text-transform:none; 
	font:500 19px/25px 'Roboto', sans-serif;
	padding:9px 0 14px 18px;
	margin-bottom:2px;
}

.news-detail-ul {
    list-style-position: outside;
    list-style-type: decimal;
    padding-start: 15px;
    -webkit-padding-start: 15px;
    -moz-padding-start: 15px;
    -o-padding-start: 15px;
    font-family: Lato-Light, sans-serif;
}
/*** 

====================================================================
	video
====================================================================

***/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
/*** 

===================================================================
	Link Source
===================================================================

***/
.source-box {
    position: relative;
}
.source-box .source-link {
    position: relative;
    padding: 20px;
    background-color: #f9f9f9;
}
.source-box .source-link .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 10px;
    font-family: Lato-Light, sans-serif;
}
.source-box .source-link .text a {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 10px;
    font-style: italic;
    text-decoration: none;
    font-family: Lato-Light, sans-serif;
}
.source-box .source-link .text a:hover {
    color: #0175b2;
    text-decoration: none;
}
.display-block-li li {
	display: block !important;
}