/*=======================================================
			THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
li
{
display:list-item;
}
/*=======================================================
			WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
}
/*=======================================================
			HEADINGS
========================================================*/
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	font-family: 'Lato';
}
a{
text-decoration:none;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}

.pt-70{padding-top: 70px;}
.page-header{font-size: 24px;}
/*=======================================================
			SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
}
/*=======================================================
			BUTTON
========================================================*/

.form-control {
	box-shadow: none;
	border-radius: 0px;
	height: 40px;
}
.form-control:focus {
	border: none;
	box-shadow: none;
}
.highlight {
	background: #fff !important;
	border-bottom: 1px solid red !important;
	border-left: 1px solid red !important;
}
.btn.focus, .btn:focus, .btn:hover {
}
/*=======================================================
			MARGIN 20px
========================================================*/
.margin-r-20 {
	margin-right: 20px;
}
.margin-l-20 {
	margin-left: 20px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-t-30 {
	margin-top: 30px;
}
.margin-b-20 {
	margin-bottom: 20px;
}
/*=======================================================
			MARGIN 40px
========================================================*/
.margin-r-40 {
	margin-right: 40px;
}
.margin-l-40 {
	margin-left: 40px;
}
.margin-t-40 {
	margin-top: 40px;
}
.margin-b-40 {
	margin-bottom: 40px;
}
/*=======================================================
			MARGIN 80px
========================================================*/
.margin-r-80 {
	margin-right: 80px;
}
.margin-l-80 {
	margin-left: 80px;
}
.margin-t-80 {
	margin-top: 80px;
}
.margin-b-80 {
	margin-bottom: 80px;
}
/*=======================================================
			PADDING
========================================================*/
.padding-r-20 {
	padding-right: 20px !important;
}
.padding-r-80 {
	padding-right: 80px !important;
}
.padding-l-20 {
	padding-left: 20px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-t-50 {
	padding-top: 50px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.padding-b-50 {
	padding-bottom: 50px;
}
.no-margin {
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-margin-t {
	margin-top: 0px !important;
}
.no-padding-t {
	padding-top: 0px !important;
}
.padding-l-60 {
	padding-left: 60px;
}
/*=======================================================
			TITTLE
========================================================*/
.tittle {
	text-align: center;
	width: 100%;
	display: inline-block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
}
hr {
	background: #c7c7c7;
	height: 3px;
	width: 28px;
	margin: 10px auto;
	margin-bottom: 20px;
	border: none;
}
/*=======================================================
			HEADER
========================================================*/
header {
	width: 80px;
	position: relative;
	z-index: 9999;
}
header .logo {
	display: inline-block;
	width: 100%;
	margin-top: 80px;
}
header .logo span {
	display: inline-block;
	width: 100%;
	letter-spacing: 2px;
	margin: 0px;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-family: 'Montserrat';
}
header nav {
	position: fixed;
	right: 0px;
	height: 100%;
	width: 80px;
	z-index: 9999999;
	text-align: center;
	background: #0068b3;
	padding-top: 20%;
}
header nav i, header nav .svg-inline--fa{
	font-size: 25px;
	color: #fff;
}
header .open-navigation {
	position: absolute;
	width: 0px;
	right: 80px;
	/*background: rgba(241,241,241,0.95);*/
	background:#fff;
	height: 100%;
	top: 0px;
        padding-top:50px;
	z-index: -99;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
header .open-navigation .navi-in {
	display: none;
	transition: all 0s ease-in-out;
        
}
.navgation {
	text-align: center;
}
.navgation a.logo{
	position: relative;
	z-index: 10;
}
.navgation a {
	display: inline-block;
	width: 100%;
	float: left;
}
.navgation {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
header .open-navigation .navi-in {
	display: none;
	position: absolute;
	height: 100%;
}
.navgation:hover .open-navigation {
	opacity: 1;
	width: 250px;
}
.navgation:hover .navi-in {
	display: block;
}
header .share {
	position: relative;
}
header .nav-links {
	display: inline-block;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 90%;
}
header .nav-links li {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
header .nav-links li a {
	display: inline-block;
	width: 100%;
	font-weight: 100;
	letter-spacing: 2px;
	color: #333333;
	font-family: 'Montserrat';
	font-size: 12px;
}
header .nav-links li a:hover {
	color: #a3a3a3;
}
header .nav-links li a.active {
	color: #a3a3a3;
}
header .ads {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 30px;
}
header .social_icons {
	display: inline-block;
	width: 100%;
}
header .social_icons a {
	border-radius: 0px;
	border-color: #e5e5e5;
}
header .social_icons a i {
	color: #777777;
}
header .share .open-navigation {
	height: 60px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: -10px;
}
.search .form-item,
.search .form-actions{margin: 0px;}
.search input {
	border: none;
	width: 100%;
	display: inline-block;
	background: none;
	border-bottom: 1px solid #d1d1d1;
	text-align: left;
	color: #333333;
	font-size: 30px;
}
.search input:focus {
	border: none !important;
	outline: none;
	border-bottom: 1px solid #333 !important;
}
.page-search .search-form{position: relative;margin: 0px;}
.page-search .search-form input{
	border: 1px solid #ccc;
}
.page-search .search-form button{
	border: medium none;
	float: right;
	background: transparent none repeat scroll 0% 0%;
	color: rgb(51, 51, 51);
	font-size: 30px;
	margin-top: -53px;
	position: relative;
	z-index: 99;
	margin-right: 10px;
}
.page-search  h2{font-size: 30px;}
/*==========  Search  ==========*/
.search-overlay {
	background: #7c4dff;
	background: rgba(241,241,241,0.95);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	border-radius: 100%;
}
.search-overlay.scale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	color: #fff;
	text-align: center;
	padding: 0 12px;
	padding-top: 20%;
	font-size: 24px;
}
.search.open {
	display: block;
}
.search button {
	border: none;
	float: right;
	background: none;
	color: #333;
	font-size: 30px;
	margin-top: -40px !important;
	position: relative;
	z-index: 99;
}
.search-close {
	position: absolute;
	left: 48px;
	top: 48px;
	z-index: 999;
	font-size: 50px;
	color: #332;
}
.search-close:hover {
	opacity: .75;
}
/*======================================================
	TABS MAIN
=======================================================*/
.nav_tabs_admin ul.tabs {
padding:0px;
}
.nav_tabs_admin ul.tabs > li > a{
	border:none;
	padding:5px 10px;
	background: #000;
	color:#fff;
	display: inline-block;
}
/*=======================================================
			CONTENT
========================================================*/
.content {
}
/*=======================================================
			PORTFOLIO
========================================================*/
.portfolio {
	position: relative;
	padding-right: 80px;
	display:inline-block;
	width:100%;
	overflow:hidden;
	min-height: 850px;
}
.portfolio ul{
	
}
.portfolio li {
	position: relative;
	overflow: hidden;
}
.portfolio li img, .portfolio .item img  {
	width: 100%;
}
.portfolio li .hover-sec, .portfolio .item .hover-sec  {
	    text-align: center;
    background: rgb(255,255,255,0.85);
    margin: 12px;
    width: auto !important;
    height: auto !important;
    padding: 15px;
}
}
.portfolio .hover-sec a.hover-in {
	position: absolute;
	background: rgba(255,255,255,0.85);
	/*height: 100%;*/
        
	width: 100%;
	text-align: center;
	padding-top: 15%;
        padding-bottom:15%;
}
.portfolio .hover-sec .name {
	font-family: 'Montserrat';
	font-size: 15px;
	color: #333333;
}
.portfolio .cat {
	font-style: italic;
}
.portfolio li:hover .hover-sec, .portfolio .item:hover .hover-sec {
	opacity: 1;
	top: 0px;
}
.portfolio-single {
	background: #f7f8f9;
}
.portfolio-single ul.ul_portfolio {
	background: #fff;
	margin-bottom: 80px;
	display: inline-block;
	width: 100%;
}
.portfolio-single ul.ul_portfolio.none{
	margin-bottom: 0px;
}
.portfolio-single .project-info {
	padding: 30px;
	padding-top: 50px;
}
.portfolio-single .project-info p {
	margin-bottom: 20px;
}
.portfolio-single .project-info h5 {
	font-weight: normal;
	margin-bottom: 20px;
}
.portfolio-single .project-info strong {
	font-weight: normal;
	font-family: 'Montserrat';
	text-transform: uppercase;
}
.portfolio-single .project-info .btn {
	margin-top: 20px;
}
.portfolio-single .port-top-sec {
	background: #fff;
	height: 90px;
	display: inline-block;
	width: 100%;
	margin-bottom: 80px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.portfolio-single .port-top-sec a {
	font-size: 40px;
	color: #6e6e6e;
	padding-right: 30px;
	float: left;
	opacity: 0.5;
	margin-top: 15px;
}
.portfolio-single .port-top-sec a.next {
	border-left: 1px solid #777777;
	padding-right: 0px;
	padding-left: 30px;
}
.portfolio-single .port-top-sec a:hover {
	opacity: 1;
}
.portfolio-single .port-top-sec a.close {
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	line-height: 90px;
}
.portfolio-single .gallery-portfolio .masonry-item{
	margin-bottom: 20px;
}
/*=======================================================
			WHO WE ARE
========================================================*/
.who-we ul {
	display: inline-block;
	width: 100%;
	background: #f4f4f4;
	margin-bottom: 0px;
}
.who-we ul {
	text-align: center;
}
.who-we ul li {
	position: relative;
}
.who-we .wo-we {
	padding: 60px;
	background: #f1f1f1;
}
.who-we .wo-we i {
	font-size: 40px;
	margin-bottom: 10px;
	display: inline-block;
}
.who-we .owl-dot {
	display: inline-block;
	margin: 0 5px;
}
.who-we .owl-dot span {
	height: 7px;
	width: 7px;
	background: #e5e5e5;
	display: inline-block;
}
.who-we hr {
	background: #c7c7c7;
	height: 3px;
	width: 28px;
	margin: 10px auto;
	margin-bottom: 20px;
	border: none;
}
.who-we .owl-dot.active span {
	background: #000000;
}
/*=======================================================
			SERVICES
========================================================*/
.services {
	padding: 80px 0;
}
.services li,.services *[class^='col-'] {
	margin-bottom: 30px;
}
.services .sec i {
	font-size: 60px;
	color: #c0c0c0;
	letter-spacing: 3px;
}
.services .sec {
	background: #f1f1f1;
	padding: 80px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.services .sec h6 {
	font-weight: normal;
}
.services .ser-over a {
	font-weight: bold;
	font-size: 10px;
	margin-top: 10px;
}
.services .ser-over h6 {
	margin: 20px 0;
	margin-top: 30px;
}
.services .ser-over {
	background: #f1f1f1;
	position: absolute;
	left: 100%;
	padding: 60px 20px;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid #000000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.services .sec:hover .ser-over {
	left: 0px;
}
/*=======================================================
			PRICING & PLANS
========================================================*/
.pricing {
	padding: 80px 0;
}
.price {
	border: 1px solid #ececec;
	padding-top: 40px;
	text-align: center;
}
.price h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}
.price span.sub-line {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #999999;
	font-size: 12px;
}
.price .icon {
	border: 1px solid #333333;
	text-align: center;
	line-height: 88px;
	height: 90px;
	width: 90px;
	color: #333333;
	font-size: 50px;
	display: inline-block;
	margin-top: 20px;
}
.price ul {
	padding: 30px 60px;
}
.price ul li {
	padding: 15px 0;
	font-size: 11px;
	border-bottom: 1px solid #ededed;
	color: #999999;
	margin: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.price ul li:nth-last-child(1) {
	border-bottom: none;
}
.price .order-info {
	padding: 20px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: -5px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.price .order-info p {
	font-weight: 400;
	color: #333333;
	font-size: 30px;
	margin-bottom: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.price .order-info a {
	text-transform: uppercase;
	font-family: 'Montserrat';
	padding: 15px 0;
	border-left: 1px solid #e5e5e5;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.price .order-info a i {
	height: 20px;
	width: 20px;
	display: inline-block;
	border: 1px solid #333333;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	padding-left: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.price .order-info p span {
	font-size: 18px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.price:hover .order-info {
	background: #333333;
}
.price:hover .order-info a {
	color: #fff;
}
.price:hover .order-info a i {
	border-color: #fff;
}
.price:hover .order-info p {
	color: #fff;
}
.price:hover .order-info span {
	color: #fff;
}
.price.featured .order-info {
	background: #333333;
}
.price.featured .order-info a {
	color: #fff;
}
.price.featured .order-info a i {
	border-color: #fff;
}
.price.featured .order-info p {
	color: #fff;
}
.price.featured .order-info span {
	color: #fff;
}
/*=======================================================
			SKILLS
========================================================*/
.skills {
	margin: 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 50px;
}
.skills .progress-bars p {
	margin: 0px;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}
.skills .progress-bar {
	border-radius: 0px;
	background: #333333;
	height: 4px;
}
.skills .progress-bar span {
	display: inline-block;
	float: right;
	text-align: center;
	padding: 0px;
	color: #8e0c34;
	margin-top: -32px;
	font-size: 10px;
	font-family: 'Montserrat';
}
.skills .progress-bar h6 {
	float: left;
	padding-left: 20px;
	margin: 0px;
	font-weight: bold;
	line-height: 42px;
}
.skills .progress {
	border-radius: 0px;
	position: relative;
	background: #ffffff;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	overflow: inherit;
	height: 4px;
}
.skills .progress-bars {
	display: inline-block;
	width: 100%;
}
/*=======================================================
			COUNTER
========================================================*/
#counters {
	margin-top: -5px;
}
#counters ul {
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	background: #262626;
}
#counters li {
	text-align: center;
	padding: 60px 0;
}
#counters li:nth-child(1) {
	background: #262626;
}
#counters li:nth-child(2) {
	background: #2b2b2b;
}
#counters li:nth-child(3) {
	background: #303030;
}
#counters li:nth-child(4) {
	background: #363636;
}
#counters i {
	font-size: 40px;
	color: #fff;
}
#counters span {
	color: #fff;
	display: inline-block;
	width: 100%;
	font-size: 30px;
	font-weight: 300;
}
#counters h6 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
/*=======================================================
			PORTFOLIO
========================================================*/
.team {
	padding: 0px 0;
	padding-bottom: 0px;
}
.team-member {
	position: relative;
	overflow: hidden;
}
.team-over {
	position: absolute;
	background: #f1f1f1;
	width: 80%;
	height: 100%;
	top: 0px;
	right: -80%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 0 30px;
	padding-top: 20%;
}
.team-member span {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.team-member p {
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.team-member img {
	position: relative;
	right: 0px;
	z-index: 9;
}
.team-member:hover img {
	right: 80%;
}
.team-member .team-over {
	right: 0px;
}
/*=======================================================
			TESTIMONIAL
========================================================*/
.testimonial {
	padding: 80px 0px;
	padding-bottom: 0px;
}
.testimonial .testi {
	background: url(../images/testi-bg.jpg) center center no-repeat;
	padding: 80px 100px;
	text-align: center;
	background-size: cover;
}
.testimonial .testi p {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	font-style: italic;
	line-height: 28px;
}
.testimonial .testi h6 {
	color: #fff;
	margin-top: 30px;
}
.testimonial .testi p span {
	font-size: 26px;
}
.testimonial .owl-nav {
	margin-top: 30px;
	font-size: 30px;
}
.testimonial .owl-nav div {
	display: inline-block;
	padding: 0 20px;
}
.testimonial .owl-nav {
	color: #fff;
}
.testimonial .owl-nav .owl-prev {
	display: inline-block !important;
	border-right: 1px solid #fff;
}
.testimonial .owl-nav .owl-next {
	display: inline-block !important;
}
/*=======================================================
			CLIENTS
========================================================*/
.clients {
	padding-top: 80px;
	text-align: center;
}
.clients li {
	display: inline-block;
	padding: 0 10px;
	width: 20%;
	float: left;
}
.clients li a {
	opacity: 0.5;
}
.clients li a:hover {
	opacity: 1;
}
/*=======================================================
			BLOG
========================================================*/
.blog article {
	background: #f7f7f7;
	padding: 30px;
	padding-top: 0px;
	position: relative;
	z-index: 11;
	margin-bottom: 60px;
}
.blog article:before {
	content: "";
	background: #fff;
	position: absolute;
	z-index: 1;
	height: 40px;
	width: 100%;
	top: 0px;
	left: 0px;
}
.blog article img {
	position: relative;
	z-index: 99;
}
.blog-detail article h1{
	font-family: 'Montserrat';
	margin-top: 0px;
	font-size: 14px;
}
.blog-info {
	padding: 20px 30px;
	position: relative;
	z-index: 99;
	padding-top: 40px;
}
.blog-info .btn-1 {
	border: 1px solid #333333;
	font-weight: normal;
}
.post-tittle {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.post-tittle a {
	font-family: 'Montserrat';
	margin-top: 0px;
}
.post-tittle ul li {
	display: inline-block;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 30px;
}
.date-post {
	height: 60px;
	width: 60px;
	float: left;
	background: #333333;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-weight: bold;
	font-family: 'Montserrat';
	font-size: 11px;
	margin-right: 30px;
}
.date-post h4 {
	margin: 0px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 22px;
}
.simple-post .blog-info {
	background: #fff;
	border: 1px solid #ececec;
	padding: 40px;
}
.single-post blockquote {
	font-size: 14px;
	font-style: italic;
	border: none;
	margin-left: 50px;
	background: #f3f3f3;
	padding: 40px;
	color: #999999;
	line-height: 26px;
}
.single-post .social_icons {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	margin-top: 15px;
	padding-top: 30px;
	text-align: center;
}
.single-post .social_icons li {
	display: inline-block;
	float: none;
}
.single-post .social_icons a {
	border-radius: 0px;
	border: 1px solid #e5e5e5;
}
.comments .media-left .media-object {
	border: 1px solid #e9e9e9;
	margin-right: 20px;
	border-radius: 50%;
}
.comments .media-body {
	padding: 15px 15px;
	padding-top: 0px;
	border-bottom: 1px solid #f5f5f5;
}
.comments .media-body .username{margin-top: 0px;float: inherit;font-size: 12px;font-weight: 700;color:#333333;}
.comments .media-heading > span[rel="sioc:has_creator"]{margin-left: 0px;}
.comments .media-body ul.links{
	display: block;
	margin-top: 5px;
}
.comments .media-body h4 span {
	font-size: 12px;
	color: #777777;
	margin-left: 20px;
}
.comments .media-body a {
	float: right;
	margin-top: -23px;
}
#comment-form textarea{resize: inherit;}
.comments {
	margin-top: 30px;
}
.comments .media-list {
	margin-bottom: 30px;
}
.comments .media-list li {
	padding: 20px 0;
}
.comments .media-list li .indented{margin-left: 80px;}
.comments .media-left {
	margin-right: 20px;
}
.comments .media-left a {
	width: 100px;
	display: inline-block;
}
.comments .media p {
	margin-top: 15px;
	font-size: 13px;
}
.comments .media h6 span.time-post {
	font-size: 11px;
	color: #777777;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 10px;
}
.comments .media {
	margin-top: 30px;
}
.comments .media h6 {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}
.comments .media a {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #9c9c9c;
	text-transform: uppercase;
}
.comments .media a img {
	margin-bottom: 10px;
}
.comments .title-comment{
	display: block;
	margin:0px;
}
.comments .title-comment > a{
	float: inherit;
	text-align: inherit;
	margin:0px;
}
.comments ul.links > li > a{
	float: inherit;
	text-align: inherit;
}
.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: none;
	border-bottom: 1px solid #ececec;
}
.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 100px;
}
.comments form .form-control:focus {
	border-bottom: 1px solid #333;
}
.comments form .btn {
	border: none;
	float: right;
	width: 150px;
	background: none;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	margin-top: -50px;
	position: relative;
	z-index: 2;
}
.comments {
	margin-bottom: 50px;
}
/*=======================================================
			CONTACT
========================================================*/
#map {
	height: 440px;
	margin-bottom: 0px;
}
.contact-info {
	background: #f1f1f1;
}
.contact-info li {
	padding: 20px 40px;
}
.contact-info li h5 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
}
.contact-info li i {
	font-size: 40px;
	float: left;
	margin-right: 20px;
}
.contact-info li p {
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	margin:0px;
}
/*=======================================================
			CONTACT FORM
========================================================*/
.contact .form-item,.contact .form-actions{margin:0px;}
.contact #contact_form {
	text-align: center;
}
.contact .error {
	border: none;
	border-bottom: 1px solid red;
	border-left: 1px solid red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact_form li {
	text-align: left;
	margin-bottom: 20px;
}
#contact_form li input {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
}
#contact_form li input[type="checkbox"],#contact_form li input[type="checkbox"] + label
{
	width: inherit;
	height: inherit;
}

#contact_form li input[type="checkbox"] + label{position: relative;top:2px;}
#contact_form li .form-control {
	height: 40px;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
#contact_form li .form-control.error{
	border-bottom-color: #FF0000;
}
#contact_form li textarea {
	height: 140px !important;
}
#contact_form .form-control:focus {
	border-bottom: 1px solid #333;
}
#contact_form li .btn {
	text-transform: uppercase;
}
.contact-form .tittle {
	text-align: center;
}
.contact-form .tittle hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .tittle p {
	text-transform: none;
	font-size: 16px;
}
.contact-form label {
	font-weight: normal;
	color: #696969;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0px;
	line-height: 10px;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
.contact-form h4 {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contact-form {

}
.contact-form .btn {
	border: none;
	float: right;
	width: 150px;
	color: #333333;
	font-weight: normal;
	margin-top: -66px;
	position: relative;
	z-index: 2;
}
.contact-form .btn:hover {
	color: #fff;
}
/*=======================================================
			SIDE BAR
========================================================*/
.side-bar h5 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
}
.side-bar hr {
	border: none;
	height: 1px;
	display: inline-block;
	width: 100%;
	background: none;
	margin: 0px auto;
}
/*=======================================================
			CATEGORIES
========================================================*/
.cate li {
	border-bottom: 1px solid #eeeeee;
	padding-bottom : 15px;
	margin-bottom: 15px;
}
.cate li a {
	display: inline-block;
	width: 100%;
	color: #999999;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0px;
}
.cate li a span {
	float: right;
}
.cate li a:hover {
	color: #222222;
}
/*=======================================================
			PAPULAR POST
========================================================*/
.papu-post {
}
.papu-post .media-left {
	width: 80px;
	margin-right: 0px;
}
.papu-post .media-left img {
	width: 100%;
}
.papu-post .media-left a {
	width: 70px;
	margin-right: 10px;
	display: inline-block;
}
.papu-post span {
	color: #999999;
	letter-spacing: 0px;
	font-size: 11px;
}
.papu-post li {
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
	margin: 0px;
}
.papu-post .media-heading {
	display: inline-block;
	width: 100%;
	color: #222222;
	margin-top: 5px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.tags li {
	display: inline-block;
}
.tags li a {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 8px 15px;
	float: left;
}
.tags li a:hover {
	background: #444444;
	color: #fff;
}
/*=======================================================
			RIGHTS
========================================================*/
.rights {
	border-top: 1px solid #ececec;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}
.rights p {
	text-transform: uppercase;
	color: #999999;
	font-size: 12px;
	margin: 0px;
}
/*=======================================================
			SOCIAL ICONS
========================================================*/
.social_icons {
	position: relative;
	z-index: 1;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style: none;
	float: left;
}
.social_icons a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	border-radius: 50%;
	text-align: center;
	color: #696969;
	border: 1px solid #f5f5f5;
	margin-right: 5px;
}
.social_icons a:hover i {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-transition: 0.4s ease-in-out;
	color: #fff;
}
.social_icons .behance a:hover {
	color: #fff;
	background-color: #2b9ad2;
	border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
	color: #fff;
	background-color: #ff6500;
	border-color: #ff6500;
}
.social_icons .deviantart a:hover {
	color: #fff;
	background-color: #536659;
	border-color: #536659;
}
.social_icons .dribbble a:hover {
	color: #fff;
	background-color: #f973a4;
	border-color: #f973a4;
}
.social_icons .facebook a:hover {
	color: #fff;
	background-color: #3b5a9b;
	border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
	color: #fff;
	background-color: #ff0084;
	border-color: #ff0084;
}
.social_icons .forrst a:hover {
	color: #fff;
	background-color: #2f713d;
	border-color: #2f713d;
}
.social_icons .googleplus a:hover {
	color: #fff;
	background-color: #f63d26;
	border-color: #f63d26;
}
.social_icons .instagram a:hover {
	color: #fff;
	background-color: #507ea4;
	border-color: #507ea4;
}
.social_icons .lastfm a:hover {
	color: #fff;
	background-color: #da0019;
	border-color: #da0019;
}
.social_icons .linkedin a:hover {
	color: #fff;
	background-color: #0072b2;
	border-color: #0072b2;
}
.social_icons .paypal a:hover {
	color: #fff;
	background-color: #165c82;
	border-color: #165c82;
}
.social_icons .picasa a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .pinterest a:hover {
	color: #fff;
	background-color: #cb2027;
	border-color: #cb2027;
}
.social_icons .skype a:hover {
	color: #fff;
	background-color: #00aaf1;
	border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
	color: #fff;
	background-color: #ff6900;
	border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
	color: #fff;
	background-color: #eb4823;
	border-color: #eb4823;
}
.social_icons .twitter a:hover {
	color: #fff;
	background-color: #2baae1;
	border-color: #2baae1;
}
.social_icons .vimeo a:hover {
	color: #fff;
	background-color: #40b2dc;
	border-color: #40b2dc;
}
.social_icons .youtube a:hover {
	color: #fff;
	background-color: #ff3330;
	border-color: #ff3330;
}
.social_icons .tumblr a:hover {
	color: #fff;
	background-color: #35506b;
	border-color: #35506b;
}
.nav-close{
	position:absolute;
	left:30px;
	font-size:30px;
	top:0px;
	display:none;
}
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%; 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.inner-content ul {
  list-style: none;
  padding: 0;
}
.inner-content ul li {
  padding-left: 1.3em;
}
.inner-content ul li:before {
  content: "\f111";
font-family: FontAwesome;
display: inline-block;
margin-left: -18px;
width: 2.3em;
color: #0068b3;
font-size: 8px;
line-height: 27px;
float: left;
}
.rgba-white-slight {
    background-color: rgba(255, 255, 255, .1);
}
.rgba-white-light {
    background-color: rgba(255, 255, 255, .3);
}
.rgba-white-strong {
    background-color: rgba(255, 255, 255, .7);
}
.rgba-stylish-slight {
    background-color: rgba(62, 69, 81, .1);
}
.rgba-stylish-light {
    background-color: rgba(62, 69, 81, .3);
}
.rgba-stylish-strong {
    background-color: rgba(62, 69, 81, .7);
}
.dark-grey-text {
    color: #4f4f4f!important;
}
.primary-color, .stepper li.active a .circle, .stepper li.completed a .circle {
    background-color: #4285f4!important;
}
.primary-color-dark {
    background-color: #0d47a1!important;
}
.secondary-color {
    background-color: #a6c!important;
}
.secondary-color-dark {
    background-color: #93c!important;
}
.default-color {
    background-color: #2bbbad!important;
}
.default-color-dark {
    background-color: #00695c!important;
}
.info-color {
    background-color: #33b5e5!important;
}
.info-color-dark {
    background-color: #09c!important;
}
.success-color {
    background-color: #00c851!important;
}
.success-color-dark {
    background-color: #007e33!important;
}
.warning-color {
    background-color: #fb3!important;
}
.warning-color-dark {
    background-color: #f80!important;
}
.danger-color, .stepper li.warning a .circle {
    background-color: #ff3547!important;
}
.danger-color-dark {
    background-color: #c00!important;
}
.elegant-color {
    background-color: #2e2e2e!important;
}
.elegant-color-dark {
    background-color: #212121!important;
}
.stylish-color {
    background-color: #4b515d!important;
}
.stylish-color-dark {
    background-color: #3e4551!important;
}
.unique-color {
    background-color: #3f729b!important;
}
.unique-color-dark {
    background-color: #000!important;
}
.special-color {
    background-color: #37474f!important;
}
.special-color-dark {
    background-color: #263238!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}

@media (min-width:576px) {
    .text-sm-left {
    text-align: left!important;
}
.text-sm-right {
    text-align: right!important;
}
.text-sm-center {
    text-align: center!important;
}
}@media (min-width:768px) {
    .text-md-left {
    text-align: left!important;
}
.text-md-right {
    text-align: right!important;
}
.text-md-center {
    text-align: center!important;
}
}@media (min-width:992px) {
    .text-lg-left {
    text-align: left!important;
}
.text-lg-right {
    text-align: right!important;
}
.text-lg-center {
    text-align: center!important;
}
}@media (min-width:1200px) {
    .text-xl-left {
    text-align: left!important;
}
.text-xl-right {
    text-align: right!important;
}
.text-xl-center {
    text-align: center!important;
}
}
.white-text, section .contact {
    color: #fff!important;
}

.mb-0, .my-0 {
    margin-bottom: 0!important;
}
footer.page-footer {
    bottom: 0;
    color: #fff;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.w-25 {
    width: 25%!important;
}
.w-50 {
    width: 50%!important;
}
.w-75 {
    width: 75%!important;
}
.w-100 {
    width: 100%!important;
}
.h-25 {
    height: 25%!important;
}
.h-50 {
    height: 50%!important;
}
.h-75 {
    height: 75%!important;
}
.h-100 {
    height: 100%!important;
}
.mw-100 {
    max-width: 100%!important;
}
.mh-100 {
    max-height: 100%!important;
}
.m-0 {
    margin: 0!important;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.mr-0, .mx-0 {
    margin-right: 0!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.ml-0, .mx-0 {
    margin-left: 0!important;
}
.m-1 {
    margin: .25rem!important;
}
.mt-1, .my-1 {
    margin-top: .25rem!important;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.ml-1, .mx-1 {
    margin-left: .25rem!important;
}
.m-2 {
    margin: .5rem!important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.ml-2, .mx-2 {
    margin-left: .5rem!important;
}
.m-3 {
    margin: 1rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.m-4 {
    margin: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important;
}
.m-5 {
    margin: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.mr-5, .mx-5 {
    margin-right: 3rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.ml-5, .mx-5 {
    margin-left: 3rem!important;
}
.p-0 {
    padding: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.p-1 {
    padding: .25rem!important;
}
.pt-1, .py-1 {
    padding-top: .25rem!important;
}
.pr-1, .px-1 {
    padding-right: .25rem!important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem!important;
}
.pl-1, .px-1 {
    padding-left: .25rem!important;
}
.p-2 {
    padding: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.p-5 {
    padding: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pl-5, .px-5 {
    padding-left: 3rem!important;
}
.m-auto {
    margin: auto!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
@media (min-width:576px) {
    .m-sm-0 {
    margin: 0!important;
}
.mt-sm-0, .my-sm-0 {
    margin-top: 0!important;
}
.mr-sm-0, .mx-sm-0 {
    margin-right: 0!important;
}
.mb-sm-0, .my-sm-0 {
    margin-bottom: 0!important;
}
.ml-sm-0, .mx-sm-0 {
    margin-left: 0!important;
}
.m-sm-1 {
    margin: .25rem!important;
}
.mt-sm-1, .my-sm-1 {
    margin-top: .25rem!important;
}
.mr-sm-1, .mx-sm-1 {
    margin-right: .25rem!important;
}
.mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem!important;
}
.ml-sm-1, .mx-sm-1 {
    margin-left: .25rem!important;
}
.m-sm-2 {
    margin: .5rem!important;
}
.mt-sm-2, .my-sm-2 {
    margin-top: .5rem!important;
}
.mr-sm-2, .mx-sm-2 {
    margin-right: .5rem!important;
}
.mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem!important;
}
.ml-sm-2, .mx-sm-2 {
    margin-left: .5rem!important;
}
.m-sm-3 {
    margin: 1rem!important;
}
.mt-sm-3, .my-sm-3 {
    margin-top: 1rem!important;
}
.mr-sm-3, .mx-sm-3 {
    margin-right: 1rem!important;
}
.mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem!important;
}
.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important;
}
.m-sm-4 {
    margin: 1.5rem!important;
}
.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem!important;
}
.mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem!important;
}
.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem!important;
}
.ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem!important;
}
.m-sm-5 {
    margin: 3rem!important;
}
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem!important;
}
.mr-sm-5, .mx-sm-5 {
    margin-right: 3rem!important;
}
.mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem!important;
}
.ml-sm-5, .mx-sm-5 {
    margin-left: 3rem!important;
}
.p-sm-0 {
    padding: 0!important;
}
.pt-sm-0, .py-sm-0 {
    padding-top: 0!important;
}
.pr-sm-0, .px-sm-0 {
    padding-right: 0!important;
}
.pb-sm-0, .py-sm-0 {
    padding-bottom: 0!important;
}
.pl-sm-0, .px-sm-0 {
    padding-left: 0!important;
}
.p-sm-1 {
    padding: .25rem!important;
}
.pt-sm-1, .py-sm-1 {
    padding-top: .25rem!important;
}
.pr-sm-1, .px-sm-1 {
    padding-right: .25rem!important;
}
.pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem!important;
}
.pl-sm-1, .px-sm-1 {
    padding-left: .25rem!important;
}
.p-sm-2 {
    padding: .5rem!important;
}
.pt-sm-2, .py-sm-2 {
    padding-top: .5rem!important;
}
.pr-sm-2, .px-sm-2 {
    padding-right: .5rem!important;
}
.pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem!important;
}
.pl-sm-2, .px-sm-2 {
    padding-left: .5rem!important;
}
.p-sm-3 {
    padding: 1rem!important;
}
.pt-sm-3, .py-sm-3 {
    padding-top: 1rem!important;
}
.pr-sm-3, .px-sm-3 {
    padding-right: 1rem!important;
}
.pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem!important;
}
.pl-sm-3, .px-sm-3 {
    padding-left: 1rem!important;
}
.p-sm-4 {
    padding: 1.5rem!important;
}
.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem!important;
}
.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem!important;
}
.pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem!important;
}
.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem!important;
}
.p-sm-5 {
    padding: 3rem!important;
}
.pt-sm-5, .py-sm-5 {
    padding-top: 3rem!important;
}
.pr-sm-5, .px-sm-5 {
    padding-right: 3rem!important;
}
.pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem!important;
}
.pl-sm-5, .px-sm-5 {
    padding-left: 3rem!important;
}
.m-sm-auto {
    margin: auto!important;
}
.mt-sm-auto, .my-sm-auto {
    margin-top: auto!important;
}
.mr-sm-auto, .mx-sm-auto {
    margin-right: auto!important;
}
.mb-sm-auto, .my-sm-auto {
    margin-bottom: auto!important;
}
.ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important;
}
}@media (min-width:768px) {
    .m-md-0 {
    margin: 0!important;
}
.mt-md-0, .my-md-0 {
    margin-top: 0!important;
}
.mr-md-0, .mx-md-0 {
    margin-right: 0!important;
}
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
}
.ml-md-0, .mx-md-0 {
    margin-left: 0!important;
}
.m-md-1 {
    margin: .25rem!important;
}
.mt-md-1, .my-md-1 {
    margin-top: .25rem!important;
}
.mr-md-1, .mx-md-1 {
    margin-right: .25rem!important;
}
.mb-md-1, .my-md-1 {
    margin-bottom: .25rem!important;
}
.ml-md-1, .mx-md-1 {
    margin-left: .25rem!important;
}
.m-md-2 {
    margin: .5rem!important;
}
.mt-md-2, .my-md-2 {
    margin-top: .5rem!important;
}
.mr-md-2, .mx-md-2 {
    margin-right: .5rem!important;
}
.mb-md-2, .my-md-2 {
    margin-bottom: .5rem!important;
}
.ml-md-2, .mx-md-2 {
    margin-left: .5rem!important;
}
.m-md-3 {
    margin: 1rem!important;
}
.mt-md-3, .my-md-3 {
    margin-top: 1rem!important;
}
.mr-md-3, .mx-md-3 {
    margin-right: 1rem!important;
}
.mb-md-3, .my-md-3 {
    margin-bottom: 1rem!important;
}
.ml-md-3, .mx-md-3 {
    margin-left: 1rem!important;
}
.m-md-4 {
    margin: 1.5rem!important;
}
.mt-md-4, .my-md-4 {
    margin-top: 1.5rem!important;
}
.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem!important;
}
.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem!important;
}
.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important;
}
.m-md-5 {
    margin: 3rem!important;
}
.mt-md-5, .my-md-5 {
    margin-top: 3rem!important;
}
.mr-md-5, .mx-md-5 {
    margin-right: 3rem!important;
}
.mb-md-5, .my-md-5 {
    margin-bottom: 3rem!important;
}
.ml-md-5, .mx-md-5 {
    margin-left: 3rem!important;
}
.p-md-0 {
    padding: 0!important;
}
.pt-md-0, .py-md-0 {
    padding-top: 0!important;
}
.pr-md-0, .px-md-0 {
    padding-right: 0!important;
}
.pb-md-0, .py-md-0 {
    padding-bottom: 0!important;
}
.pl-md-0, .px-md-0 {
    padding-left: 0!important;
}
.p-md-1 {
    padding: .25rem!important;
}
.pt-md-1, .py-md-1 {
    padding-top: .25rem!important;
}
.pr-md-1, .px-md-1 {
    padding-right: .25rem!important;
}
.pb-md-1, .py-md-1 {
    padding-bottom: .25rem!important;
}
.pl-md-1, .px-md-1 {
    padding-left: .25rem!important;
}
.p-md-2 {
    padding: .5rem!important;
}
.pt-md-2, .py-md-2 {
    padding-top: .5rem!important;
}
.pr-md-2, .px-md-2 {
    padding-right: .5rem!important;
}
.pb-md-2, .py-md-2 {
    padding-bottom: .5rem!important;
}
.pl-md-2, .px-md-2 {
    padding-left: .5rem!important;
}
.p-md-3 {
    padding: 1rem!important;
}
.pt-md-3, .py-md-3 {
    padding-top: 1rem!important;
}
.pr-md-3, .px-md-3 {
    padding-right: 1rem!important;
}
.pb-md-3, .py-md-3 {
    padding-bottom: 1rem!important;
}
.pl-md-3, .px-md-3 {
    padding-left: 1rem!important;
}
.p-md-4 {
    padding: 1.5rem!important;
}
.pt-md-4, .py-md-4 {
    padding-top: 1.5rem!important;
}
.pr-md-4, .px-md-4 {
    padding-right: 1.5rem!important;
}
.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem!important;
}
.pl-md-4, .px-md-4 {
    padding-left: 1.5rem!important;
}
.p-md-5 {
    padding: 3rem!important;
}
.pt-md-5, .py-md-5 {
    padding-top: 3rem!important;
}
.pr-md-5, .px-md-5 {
    padding-right: 3rem!important;
}
.pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important;
}
.pl-md-5, .px-md-5 {
    padding-left: 3rem!important;
}
.m-md-auto {
    margin: auto!important;
}
.mt-md-auto, .my-md-auto {
    margin-top: auto!important;
}
.mr-md-auto, .mx-md-auto {
    margin-right: auto!important;
}
.mb-md-auto, .my-md-auto {
    margin-bottom: auto!important;
}
.ml-md-auto, .mx-md-auto {
    margin-left: auto!important;
}
}@media (min-width:992px) {
    .m-lg-0 {
    margin: 0!important;
}
.mt-lg-0, .my-lg-0 {
    margin-top: 0!important;
}
.mr-lg-0, .mx-lg-0 {
    margin-right: 0!important;
}
.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
}
.ml-lg-0, .mx-lg-0 {
    margin-left: 0!important;
}
.m-lg-1 {
    margin: .25rem!important;
}
.mt-lg-1, .my-lg-1 {
    margin-top: .25rem!important;
}
.mr-lg-1, .mx-lg-1 {
    margin-right: .25rem!important;
}
.mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem!important;
}
.ml-lg-1, .mx-lg-1 {
    margin-left: .25rem!important;
}
.m-lg-2 {
    margin: .5rem!important;
}
.mt-lg-2, .my-lg-2 {
    margin-top: .5rem!important;
}
.mr-lg-2, .mx-lg-2 {
    margin-right: .5rem!important;
}
.mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem!important;
}
.ml-lg-2, .mx-lg-2 {
    margin-left: .5rem!important;
}
.m-lg-3 {
    margin: 1rem!important;
}
.mt-lg-3, .my-lg-3 {
    margin-top: 1rem!important;
}
.mr-lg-3, .mx-lg-3 {
    margin-right: 1rem!important;
}
.mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem!important;
}
.ml-lg-3, .mx-lg-3 {
    margin-left: 1rem!important;
}
.m-lg-4 {
    margin: 1.5rem!important;
}
.mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem!important;
}
.mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem!important;
}
.mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem!important;
}
.ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem!important;
}
.m-lg-5 {
    margin: 3rem!important;
}
.mt-lg-5, .my-lg-5 {
    margin-top: 3rem!important;
}
.mr-lg-5, .mx-lg-5 {
    margin-right: 3rem!important;
}
.mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem!important;
}
.ml-lg-5, .mx-lg-5 {
    margin-left: 3rem!important;
}
.p-lg-0 {
    padding: 0!important;
}
.pt-lg-0, .py-lg-0 {
    padding-top: 0!important;
}
.pr-lg-0, .px-lg-0 {
    padding-right: 0!important;
}
.pb-lg-0, .py-lg-0 {
    padding-bottom: 0!important;
}
.pl-lg-0, .px-lg-0 {
    padding-left: 0!important;
}
.p-lg-1 {
    padding: .25rem!important;
}
.pt-lg-1, .py-lg-1 {
    padding-top: .25rem!important;
}
.pr-lg-1, .px-lg-1 {
    padding-right: .25rem!important;
}
.pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem!important;
}
.pl-lg-1, .px-lg-1 {
    padding-left: .25rem!important;
}
.p-lg-2 {
    padding: .5rem!important;
}
.pt-lg-2, .py-lg-2 {
    padding-top: .5rem!important;
}
.pr-lg-2, .px-lg-2 {
    padding-right: .5rem!important;
}
.pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem!important;
}
.pl-lg-2, .px-lg-2 {
    padding-left: .5rem!important;
}
.p-lg-3 {
    padding: 1rem!important;
}
.pt-lg-3, .py-lg-3 {
    padding-top: 1rem!important;
}
.pr-lg-3, .px-lg-3 {
    padding-right: 1rem!important;
}
.pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem!important;
}
.pl-lg-3, .px-lg-3 {
    padding-left: 1rem!important;
}
.p-lg-4 {
    padding: 1.5rem!important;
}
.pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem!important;
}
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important;
}
.pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem!important;
}
.pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem!important;
}
.p-lg-5 {
    padding: 3rem!important;
}
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem!important;
}
.pr-lg-5, .px-lg-5 {
    padding-right: 3rem!important;
}
.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important;
}
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
}
.m-lg-auto {
    margin: auto!important;
}
.mt-lg-auto, .my-lg-auto {
    margin-top: auto!important;
}
.mr-lg-auto, .mx-lg-auto {
    margin-right: auto!important;
}
.mb-lg-auto, .my-lg-auto {
    margin-bottom: auto!important;
}
.ml-lg-auto, .mx-lg-auto {
    margin-left: auto!important;
}
}@media (min-width:1200px) {
    .m-xl-0 {
    margin: 0!important;
}
.mt-xl-0, .my-xl-0 {
    margin-top: 0!important;
}
.mr-xl-0, .mx-xl-0 {
    margin-right: 0!important;
}
.mb-xl-0, .my-xl-0 {
    margin-bottom: 0!important;
}
.ml-xl-0, .mx-xl-0 {
    margin-left: 0!important;
}
.m-xl-1 {
    margin: .25rem!important;
}
.mt-xl-1, .my-xl-1 {
    margin-top: .25rem!important;
}
.mr-xl-1, .mx-xl-1 {
    margin-right: .25rem!important;
}
.mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem!important;
}
.ml-xl-1, .mx-xl-1 {
    margin-left: .25rem!important;
}
.m-xl-2 {
    margin: .5rem!important;
}
.mt-xl-2, .my-xl-2 {
    margin-top: .5rem!important;
}
.mr-xl-2, .mx-xl-2 {
    margin-right: .5rem!important;
}
.mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem!important;
}
.ml-xl-2, .mx-xl-2 {
    margin-left: .5rem!important;
}
.m-xl-3 {
    margin: 1rem!important;
}
.mt-xl-3, .my-xl-3 {
    margin-top: 1rem!important;
}
.mr-xl-3, .mx-xl-3 {
    margin-right: 1rem!important;
}
.mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem!important;
}
.ml-xl-3, .mx-xl-3 {
    margin-left: 1rem!important;
}
.m-xl-4 {
    margin: 1.5rem!important;
}
.mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem!important;
}
.mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem!important;
}
.mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem!important;
}
.ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem!important;
}
.m-xl-5 {
    margin: 3rem!important;
}
.mt-xl-5, .my-xl-5 {
    margin-top: 3rem!important;
}
.mr-xl-5, .mx-xl-5 {
    margin-right: 3rem!important;
}
.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem!important;
}
.ml-xl-5, .mx-xl-5 {
    margin-left: 3rem!important;
}
.p-xl-0 {
    padding: 0!important;
}
.pt-xl-0, .py-xl-0 {
    padding-top: 0!important;
}
.pr-xl-0, .px-xl-0 {
    padding-right: 0!important;
}
.pb-xl-0, .py-xl-0 {
    padding-bottom: 0!important;
}
.pl-xl-0, .px-xl-0 {
    padding-left: 0!important;
}
.p-xl-1 {
    padding: .25rem!important;
}
.pt-xl-1, .py-xl-1 {
    padding-top: .25rem!important;
}
.pr-xl-1, .px-xl-1 {
    padding-right: .25rem!important;
}
.pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem!important;
}
.pl-xl-1, .px-xl-1 {
    padding-left: .25rem!important;
}
.p-xl-2 {
    padding: .5rem!important;
}
.pt-xl-2, .py-xl-2 {
    padding-top: .5rem!important;
}
.pr-xl-2, .px-xl-2 {
    padding-right: .5rem!important;
}
.pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem!important;
}
.pl-xl-2, .px-xl-2 {
    padding-left: .5rem!important;
}
.p-xl-3 {
    padding: 1rem!important;
}
.pt-xl-3, .py-xl-3 {
    padding-top: 1rem!important;
}
.pr-xl-3, .px-xl-3 {
    padding-right: 1rem!important;
}
.pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem!important;
}
.pl-xl-3, .px-xl-3 {
    padding-left: 1rem!important;
}
.p-xl-4 {
    padding: 1.5rem!important;
}
.pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem!important;
}
.pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem!important;
}
.pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem!important;
}
.pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem!important;
}
.p-xl-5 {
    padding: 3rem!important;
}
.pt-xl-5, .py-xl-5 {
    padding-top: 3rem!important;
}
.pr-xl-5, .px-xl-5 {
    padding-right: 3rem!important;
}
.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem!important;
}
.pl-xl-5, .px-xl-5 {
    padding-left: 3rem!important;
}
.m-xl-auto {
    margin: auto!important;
}
.mt-xl-auto, .my-xl-auto {
    margin-top: auto!important;
}
.mr-xl-auto, .mx-xl-auto {
    margin-right: auto!important;
}
.mb-xl-auto, .my-xl-auto {
    margin-bottom: auto!important;
}
.ml-xl-auto, .mx-xl-auto {
    margin-left: auto!important;
}
}

footer a, footer p{color:#fff;}

footer.page-footer .footer-copyright {
    overflow: hidden;
    background-color: rgba(0,0,0,.2);
    font-size: 1.3rem;
    color: rgba(255,255,255,.6);
}
@media (max-width:768px) {
.desk-logo{
display:none;
}
}

.padding-right {
    padding: 0 11px 0px 2px !important;
}

.padding-left {
    padding: 0 0 0px 10px !important;
}
.social-icons a i {
    color: #333 !important;
}
.carousel-caption {
    text-transform: uppercase;
    background: rgba(0,0,0,0.2);
    max-height: 230px;
}
header .nav-links {
margin-top:10% !important;
}
#footer
{
padding-right:80px;
}
hr.tall
{
display:none;
}
.navgation.share .svg-inline--fa {

    font-size: 14px;
    color: #696969;

}

.navgation.share .svg-inline--fa:hover {
    color: #fff

}
footer h2 {
    font-size: 20px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}
#team ul li:before {
    content: none !important;
}
.share-container {
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 99;
    font-size: 20px;
    color: #333 !important;
}

.share-container a {
    color: #333;
}
.main-footer ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -18px;
    width: 2.3em;
    color: #0068b3;
    font-size: 8px;
    line-height: 27px;
    float: left;
}
.main-footer ul li {
    padding-left: 1.3em;
color:#FFF;
list-style:none;
}
.thumbnail
{
border:none !important;
}

.views-exposed-form
{
	background:#3569ae !important;
	font-weight:bold;
	padding:7px;
	border-radius:7px;
	margin-bottom:30px;
}
.views-exposed-form label
{
	color:#FFF;
}
.views-exposed-form select
{
	height:30px;
	width:200px;
}
.views-field-field-category
{
top: 30px;
position: absolute !important;
left: 10px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(65deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
transform: rotate(-90deg);
background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0% !important;
padding: 5px !important;
color: rgb(255, 255, 255) !important;
}