/*
Theme Name: Personalist
Author: DesigningMedia
Version: 1.0
Author URI: http://themeforest.net/user/designingmedia
Theme URI: http://designingmedia.com/wordpress/personalist
Description: A sleek personal blog WordPress theme by - <a href="http://designingmedia.com/">Designing Media</a>
License: The License with which You Bought This Theme from Themeforest
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Tags: white, orange, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
Text Domain: Personalist
*/

/*	################################################################
	
	1) BASIC
	2) SKELETON
	3) SITE SKELETON
	4) SIDEBARS WIDGETS
	5) POST OPTIONS
	6) MODULES
	7) RESPONSIVE
	8) COLOR SCHEMES
	8) WORDPRESS STYLES

################################################################# */ 

	/* ----------------------------------------------------
		BASIC
	------------------------------------------------------- */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}	
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	
	/* ----------------------------------------------------
		SKELETON
	------------------------------------------------------- */
	body {
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		background:#ededed;
		font-size: 18px;
		font-weight: 300;
		color: #676763;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		line-height:1.6;
		word-wrap: break-word;
	}

	h1,h2,h3,h4,h5,h6{ 
		font-weight:normal;
		position: relative;
		padding: 0 0 10px 0;         
		font-weight:normal;
		font-family: 'Lato',sans-serif !important;
		line-height:155% !important;
		color:#212121;
	}
	h1{
		font-size: 32px; 
	}
	h2{
		font-size: 30px; 	
	}
	h3{
		font-size: 28px; 
	}
	h4{
		font-size: 26px; 		
	}
	h5{
		font-size: 24px; 		
	}
	h6{
		font-size: 23px;  	
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		color:#212121 !important;
		text-decoration:none !important; 
	}
	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover{
		color:#fff !important;
	}
	p {
		margin: 0 0 20px 0;
	}
	p img {
		margin: 0;
	}
	p.lead {
		font-size: 21px;
		line-height: 27px;
	}
	em { 
		font-style: italic; 
	}
	strong { 
		font-weight: bold; 
		color: #212121;
	}
	small {
		font-size: 80%;
	}
	mark {
		color:#fff; 
		padding:0 10px;
	}
	.portfolio .filters a.filter-active {
		border-bottom: 3px solid #fff;
	}
	p.drop-caps:first-child:first-letter {
		float: left;
		font-size: 75px;
		line-height: 60px;
		padding: 4px;
		margin-right: 7px;
		margin-top: 5px;
		font-family: Georgia;
	}

		
	p.drop-caps.full:first-child:first-letter {
		color: #fff;
		padding: 7px;
		margin-right: 7px;
	}
	
	.text-style {
		font-style:italic;
		color:#676767 !important;
	}

	::-moz-selection  {
		color: #fff;
		text-shadow:none;
		background:#212121;
	}
	::selection {
		color: #fff;
		text-shadow:none;
		background:#212121;
	}
	blockquote {
		border-left: 5px solid #fff;
		font-size: 17.5px !important;
		margin: 0 0 20px !important;
		padding: 10px 20px !important;
	}
	a,
	.btn {
		-webkit-transition: background-color .2s linear, color .2s linear;
		-moz-transition: background-color .2s linear, color .2s linear;
		-o-transition: background-color .2s linear, color .2s linear;
		-ms-transition: background-color .2s linear, color .2s linear;
		transition: background-color .2s linear, color .2s linear;
	}
	a, a:visited {
		color: #212121;
		text-decoration: none;
		outline: 0;
	}
	a:hover, a:focus {
		color: #E54939;
	}
	p a, p a:visited {
		line-height: inherit;
	}
	.doc .title {
		margin:20px 0;
	}
	.check li:before {
		content: "\f00c";
		font-family: "FontAwesome";
		font-size: 16px;
		color:#E54939;
		left: 0;
		padding-right:5px;
		position: relative;
		top: 2px;
	}
	.check li {
		list-style:none;
		margin-bottom:4px;
	}
	.check {
		margin-left:0; 
		padding-left:0
	}
	.check li a {
		color:#656565;
	}
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li {  margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	.hidden{
		display:none
	}
	.alignleft{
		float:left
	}
	.alignright{
		float:right
	}
	.aligncenter{
		margin-left:auto;
		margin-right:auto;
		display:block;
		clear:both
	}
	.text-left {
		text-align:left !important;
	}
	section::before,
	section::after {
		position: absolute;
		content: '';
		pointer-post-wraps: none;
	}	
	.first {
		clear:both !important
	}
	.last{
		margin-right:0 !important
	}
	.soundcloud {
		width:100%;
	}
	.soundcloud,
	.vimeo {
		border:none;
	}
	
	/* ----------------------------------------------------
		SITE SKELETON
	------------------------------------------------------- */
	
	#wrapper {
		background:#fff;
	}
	.header {
		background:#FFFFFF;
		padding: 65px 0 0;
	}
	.footer {
		background:#262626;
		color: #989898;
		font-size: 18px;
		line-height: 30px;
		padding: 75px 0;
	}
	.copyright {
		background:#171717;
		color: #676763;
		font-size: 18px;
		border-top:1px solid #212121;
		padding: 30px 0 10px;
	}
	.logo {
		font-size:31px;
		color:#262626;
		text-transform:uppercase;
		font-weight:900;
		line-height:24px;
	}
	.logo a {
		color: #212121;
		cursor:pointer;
	}
	.dropdown-menu {
		border:none;
		box-shadow: none;
		 padding: 5px 0 0;
		background-color:#E54939;
	}
	.dropdown-menu > li > a {padding:6px 20px; color:#fff;}
	.navbar-toggle {
		margin-top:0;
	}
	.down,
	.downbar {
		cursor:pointer;	
		top:0;
		right:80px;	
		width:40px;
		height:40px;
		line-height:40px;
		text-align:center;
		color:#fff;
		font-size:18px;
		position:absolute;
		background:#E54939;
		border-top:none;
	}	
	.down {
		color:#E54939;
		background:#ffffff;
	}
	.up {
		top: -45px;
		display: none;
	}
	.arrow {
		cursor:pointer;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		background-color:#fff !important;
	}
	.navbar-nav > li > .dropdown-menu {
		margin-top:15px;
	}
	.navbar-default,
	.navbar-collapse {
		background:#fff !important;
		border:none !important;
		box-shadow:none !important;
	}
	.navbar-brand {
		padding-left:0 !important;
		padding-top:0 !important;
	}
	.navbar-nav > li > a {
		color: #676763 !important;
		font-size: 18px;
		border-bottom:3px solid #fff;
		padding-bottom: 15px;
		padding-top: 10px;
	}
	
	.orange-section {
		background:#E54939;
		padding: 50px 0;
	}
	.white-section {
		background:#FFFFFF;
		padding: 50px 0;
	}
	.grey-section {
		background:#f2f2f2;
		padding: 50px 0;
	}
	.dark-section {
		background:#262626 !important;
	}
	.blog-wrapper { 
		padding:50px 0 100px;
	}
	.page-header {
		border-bottom:0;	
	}
	.page-header h1 {
		font-family: 'Lato';
		font-size: 48px;
		font-weight: 900;
		padding-bottom:0;
		line-height: 60px;
	}
	.page-header .lead {
		font-family: 'Lato';
		font-size: 21px;
		line-height:34px;
		margin:20px 0 10px;
		font-weight: 300;
	}
	.single_portfolio_desc {
		margin-bottom:20px;
	}
	.single_portfolio_desc .title h3,
	.footer .title h3 {
		font-size: 21px;
		color:#fff;
		margin-bottom:12px;
		font-weight: bold;
		text-align: left;
		text-transform: uppercase;
	}
	.footer-menu ul{
		list-style:none;
		list-style-position:outside;
		display:inline;
		margin:0;
	}   
	.footer-menu li{ 
		float:left;
		list-style:none;
		padding:0 0 10px 20px; 
	}
	.footer-menu li a {
		color:#676763;
	}
	.footer .form-control {
		background:#333;
		height:40px;
		border-color:#313131;
	}
	.footer .btn:hover {
		background:#333;
	}
	.footer .widget {
		margin-bottom:10px
	}
	.form-control:focus {
		box-shadow:none;
		border-color:#E54939
	}
	.form-control {
		height:40px;
		border-radius:0;
		margin-bottom:15px;	
	}
	.content .widget .title {
		margin:20px 0;
	}

	/* ----------------------------------------------------
		SIDEBARS WIDGETS
	------------------------------------------------------- */
	
	.desc {
		margin-top:20px;
	}
	.footer .widget a {
		color: #989898;
	}
	.twitter-widget li a {
		border-bottom: none !important;
		display:inline !important;
		text-decoration:underline;
	}
	.twitter-widget li:before {
		content: "\f099";
		font-family: 'FontAwesome';
		font-size: 21px !important;
		position: relative;
		color:#0084B4;
		padding-right:12px;
	}
	.twitter-widget li,
	.widgets-recentpost ul li {
		border-bottom: 1px solid #313131;
		color: #989898;
		display: block;
		padding: 10px 0;
		position: relative;
		text-decoration: none;
	}
	
	.widgets-recentpost li:last-child,
	.twitter-widget li:last-child {
		border-bottom:0;
	}
	.portfolio-filter ul,
	.contact_details,
	.widgets-recentpost ul,
	.twitter-widget ul,
	.instag ul,
	.flickr {
		margin-left:0;
	}
	
	.instag ul.thumbnails > li {
		float: left;
		margin: 10px 10px 0;
		width: 80px !important;
	}
	.flickr div img {
		width:90px;
		margin:20px 10px 0;
		float:left;
	}
	.widgets-recentpost_widget p {
		margin-top:10px;
		margin-bottom:5px;
	}
	
	.recent_posts_widget li,
	.widgets-recentpost_widget li {
		display:block;
		margin:30px 0 5px;
		overflow:hidden;
		position:relative;
	}
	
	.recent_posts_widget li img,
	.widgets-recentpost_widget li img {
		float:left;
		margin-right:20px;
	}
	#sidebar .recent_posts_widget a {color:#212121 !important;}
	.recent_posts_widget a,
	.widgets-recentpost_widget a {
		font-weight:normal;
		color:#fff !important;
	}
	
	.recent_posts_widget i,
	.widgets-recentpost_widget i {
		color:#F7C221;
		font-size:14px;
	}
	.servicebox {
		margin:40px 0 !important;
	}

	.servicebox h3 {
    font-size: 21px;
    font-weight: bold;
}
.servicebox .readmore {
    color: #E54939;
    display: block;
    padding: 10px;
}
	
	.service-icon-circle {
		overflow:hidden;
		margin:20px auto;
		display:block;
		background:#E54939;
		position:relative;
		color:#fff;
		border:1px solid #fff;
		height:100px;
		width:100px;
		line-height:110px;
		-webkit-transition: background-color .2s linear, color .2s linear;
		-moz-transition: background-color .2s linear, color .2s linear;
		-o-transition: background-color .2s linear, color .2s linear;
		-ms-transition: background-color .2s linear, color .2s linear;
		transition: background-color .2s linear, color .2s linear;
	}
	.servicebox:hover .service-icon-circle {
		background:#212121;
	}
	.service-icon-circle i {
		font-size:38px;
	}
	.post-wrapper .media {
		margin:20px 0 0;
	}
	

    .widget option {width:18.4em} /* Width */
  
	.widget select {
		width:100%;
		font-family: Arial, Helevtica, Verdana, san-serif;
        font-size:13px;
        position:relative;
        outline: none;
        padding:5px;
        margin-right:1px;  
		color:#696969;
        border:1px solid #D3D3D3;
		background:url(images/banner_background.png) left bottom  repeat-x;
    } 

	.textwidget img,
	.wp-caption img {
		width:100%;
		height:100%;
	}
	#sidebar .widget img,
	.post-wrapper .entry img,
	.single_portfolio_media img,
	.footer img  {
		zoom: 1;
		filter: alpha(opacity=80);
		opacity: 0.8;
			-webkit-transition: opacity .8s linear, opacity .8s linear;
			-moz-transition: opacity .8s linear, opacity .8s linear;
			-o-transition: opacity .8s linear, opacity .8s linear;
			-ms-transition: opacity .8s linear, opacity .8s linear;
			transition: opacity .8s linear, opacity .8s linear;
	}
	#sidebar .widget img:hover,
	.post-wrapper .entry img:hover,
	.colio-container .single_portfolio_media img,
	.single_portfolio_media img:hover,
	.footer img:hover {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.tagcloud a {
		background:#FFFFFF;
		border: 1px solid #fff;
		border-radius: 0;
		background:#E54939;
		box-shadow: none !important;
		color: #fff !important;
		display: block;
		float: left;
		font-size: 13px !important;
		margin-bottom: 5px;
		margin-right: 5px;
		padding: 5px 15px;
		text-decoration: none;
	}
	.tagcloud a:hover {
		background:#212121;
		border:1px solid #fff;
		color: #fff !important; 
		text-decoration: none; 
	}
	.notfound {
		text-align:center;
		font-size:64px !important;
	}
	.not_found h1 {
		margin-bottom:0;
		font-size: 200px;
		padding-bottom:0;
		font-weight: bold;
		line-height: 1;
	}
	.search_form {
		position:relative;
	}
	.search_form:after {
		color: #d9d9d9;
		font-size: 12px;
		height: 40px;
		line-height: 40px;
		position: absolute;
		width: 40px;
		right:0;
		top:0;
		font-family: 'FontAwesome';
		content: "\f002";
	}
	#sidebar .title h3 {
		font-weight:bold;
		padding:0 !important;
		margin:0 !important;
		line-height:100% !important;
	}
	#sidebar .twitter-widget li, #sidebar .widgets-recentpost ul li {
		border-color:#efefef;
	}
	#sidebar .widget {
		padding: 3rem 4rem !important
	}
	#sidebar .widget {
		background:#FFFFFF;
		overflow: hidden;
		position: relative;
		z-index: 0;
		-webkit-box-shadow:  3px 3px 1px rgba(0, 0, 0, 0.03);
		box-shadow:  3px 3px 1px rgba(0, 0, 0, 0.03);
		-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;
		padding: 4rem 4rem 2.4rem;
		margin-bottom: 1.6rem;
	}
	.post-wrapper {
		background:#FFFFFF;
		overflow: hidden;
		position: relative;
		z-index: 0;
		-webkit-box-shadow:  3px 3px 1px rgba(0, 0, 0, 0.03);
		box-shadow:  3px 3px 1px rgba(0, 0, 0, 0.03);
		-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;
		padding: 3rem 4rem 2.4rem;
		margin-top:0 !important;
		margin-bottom: 1.6rem;
	}
	.footer .widget {
		padding:20px;
	}
	
	/* ----------------------------------------------------
		POST OPTIONS
	------------------------------------------------------- */
	.jquery-bar {
		text-align:center;
		background: #E54939;
		width:100%;
		position: relative;	
		color:#fff;
		margin:0;
		overflow:hidden;
		padding: 10px 20px 10px;
		text-transform:uppercase;
	}
	.jquery-bar p {
		font-family: 'Lato';
		font-size: 18px;
		text-transform:none;
		margin:0;
		line-height: 40px;
	}
	.jquery-bar a {
		color:#fff;
		text-decoration:underline;
	}
	.jquery-bar .notification {
		display:block;
		width:auto;
	}
	.post-wrapper .title h3 {
		font-size:34px;
		line-height:100% !important;
		font-weight:bold;
	}
	.social a {
		width:40px;
		height:40px;
		border:1px solid #6F6F6F;
		font-size: 18px;
		display:inline-block;
		text-align:center;
		margin-left:0;
		line-height:40px;
		color:#6F6F6F;
	}
	.quote-post {
		background:#fff;
		padding:20px;
		position:relative;
	}
	.quote-post blockquote {
		border-left:0;
	}
	.quote-post:after {
		content: "\f10e";
		display: block;
		font-family: 'FontAwesome';
		font-size: 41px !important;
		top:15%;
		opacity: 0.1;
		position: absolute;
		right:3%;
	}	
	.page-numbers > li > a, .page-numbers > li > span {
		border: 1px solid #efefef;
		color: #ffffff;
		background:#E54939;
		float: left;
		line-height: 1.6;
		margin-right: 5px;
		padding: 6px 15px;
		position: relative;
		text-decoration: none;
	}
	.page-numbers > li > a:focus,
	.page-numbers > li > a:hover {
		background:#212121;
		border-color:#212121;
		color:#fff;
	}
	.post-wrapper .byline {
		background: #fff;
		border-radius: 0;
		display: inline-block;
		letter-spacing:0.7px;
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0;
		padding: 0 10px 0 0;
		position: relative;
	}
	.post-wrapper .byline span {
		padding-right:10px;
	}
	.post_type {
		border-bottom: 1px solid #EFEFEF;
		margin:10px 0;
		padding:0 10px;
		font-size:34px !important;
	}
	.post-footer {
		position:relative;
		display:block;
		overflow:hidden;
		margin:30px 0 0;
		padding:15px 0;
		border-top:1px solid #EFEFEF;
	}
	#comments .media {
		margin:35px 0 0;
		display:block;
	}
	#comments .media-heading {
		padding-left:15px
	}
	#comment_form_wrapper .title h3 {
		font-size:21px !important;
		margin-bottom:20px;
	}
	#comments li p {
		line-height: 28px;
		padding-left:15px;
	}
	#comments .btn {
		color:#fff !important;
	}
	#comments .media img {
		width:80px;
		height:80px;
	}
	#contactform fieldset {
		padding:10px;
		border:1px solid #eee;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	}
	#contactform legend {
		padding:7px 10px; 
		font-weight:bold; 
		color:#000; 
		border:1px solid #eee; 
		-webkit-border-radius:5px; 
		-moz-border-radius:5px; 
		margin-bottom:0 !important; 
		margin-bottom:20px;
	}
	#contactform span.required{ 
		font-size: 13px; 
		color: #ff0000;
	}
	#message {
		margin: 10px 0; 
		padding: 0;
	}
	.error_message {
		display: block; 
		height: 22px; 
		line-height: 22px; 
		background: #FBE3E4 url(images/error.gif) no-repeat 10px center;
		 padding: 3px 10px 3px 35px; 
		 color:#8a1f11;
		 border: 1px solid #FBC2C4; 
		 -webkit-border-radius:5px;
	}
	.loader {
		padding: 0 10px;
	}
	#contactform #success_page h1 {
		background: url(images/success.gif) left no-repeat; 
		padding-left:22px;
	}
	acronym {
		border-bottom:1px dotted #ccc;
	}
	.contact_details li {
		list-style:none;
		margin:5px 5px 10px;
	}
	.contact_details li i {
		font-size:18px;
		padding-right:5px;
	}
	
	/* ----------------------------------------------------
		MDOULES
	------------------------------------------------------- */
	.single_portfolio_desc .title h3 {
		color:#212121 !important;
		font-size:28px !important;
		margin-bottom:10px !important;
	}
	
	#fancybox-close {
		right:-35px;
	}
	.pager li > a, .pager li > span {
		background-color: #E54939;
		border: 1px solid #fff;
		border-radius: 0;
		color:#fff;
		margin:30px 0 0;
		display: inline-block;
		padding: 5px 14px;
	}
	.pager li > a:hover, .pager li > span:hover {
		background-color:#212121;
		color:#fff;
	}
	.btn-primary {
		background-color: #E54939;
		background-image: none !important;
		border: 0 none;
		border-radius: 0;
		box-shadow: none !important;
		color: #FFFFFF !important;
	}
	.btn-primary:focus,
	.btn-primary:hover {
		background-color: #212121;
		background-image: none !important;
		border: 0 none;
		border-radius: 0;
		box-shadow: none !important;
		color: #FFFFFF !important;
	}
	.product_details {
		background:#fff;
		padding:30px;
		border:1px solid #ededed;
		margin:20px 0;
	}
	
	.product_details strong {
		display: inline-block;
		min-width: 130px !important;
	}
	.dmtop {
		background-image: url(images/arrow.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-color:#E54939;
		z-index: 9999;
		width: 40px;
		height: 40px;
		text-indent: -99999px;
		position: fixed;
		bottom: -100px;
		right: 25px;
		cursor: pointer;
		-webkit-transition: all .7s ease-in-out;
		-moz-transition: all .7s ease-in-out;
		-o-transition: all .7s ease-in-out;
		-ms-transition: all .7s ease-in-out;
		transition: all .7s ease-in-out;
		overflow: auto;
	}
	#map{
		height:450px;
		width:100%;
		border:10px solid #fff;
		margin-bottom:30px;
	}
	#map img{
		max-width:inherit
	}
	.map{
		position:relative
	}
	.map .row .col-lg-4{
		float:right;
		margin-top:-450px;
		z-index:9
	}
	.contact-icon {
		margin:20px 0;
		overflow:hidden;
	}
	.map .row{
		position:relative
	}
	.infobox img {
		width:100% !important;
	}
	.map .searchmodule {
		padding:18px 10px
	}
	.infobox {
		display: inline-block;
		padding: 5px;
		position: relative;
		width: 270px;
	}
	.infobox img {
		width:80px !important;
		padding-right:10px
	}
	.infobox .title {
		font-size:13px;
		font-weight:bold;
		margin-top:0;
		margin-bottom:0;
		text-transform:uppercase;
		padding-bottom:5px;
	}
	.infobox .title a {
		font-weight:bold;
	}
	.progress {
		position:relative;
		overflow:visible
	}
	.skill_count {
		position:absolute;
		right:0;
		font-size:16px; 
		color:#212121;
		top:-9px
	}
	.skills_bar {
		padding-right:35px;
		margin:10px 0;
		overflow:hidden;
	}
	.skills_bar small {
		font-size:14px;
		color:#212121;
		margin:10px 0;
	}
	.progress-bar {
		background-color:#E54939;
	}
	.progress {
		border-radius:0;
		box-shadow:none;
		border-bottom:1px solid #212121;
		background:none;
		margin:10px 0;
		height:18px;
	}
	#accordion-second  {
		margin:30px 0;
	}
	#accordion-second .accordion-group{
		margin-bottom:10px;
	}
	#accordion-second .accordion-heading{
		border-bottom:0;
		margin:2px 0;
		font-size:18px;
	}
	#accordion-second .accordion-heading .accordion-toggle{
		display:block;
		cursor:pointer;
		padding:0 !important;
		color:#212121;
		outline:none!important;
		text-decoration:none
	}
	#accordion-second .accordion-heading .accordion-toggle > em {
		border-radius:0;
		background:#E54939;
		color: #FFFFFF;
		font-size:15px;
		height: 30px;
		line-height: 30px;
		margin-right: 10px;
		text-align: center;
		width: 30px;
	}
	#accordion-second .accordion-inner{
		padding:9px 10px 9px 45px;
	}	
	.tab-content {
		border:1px solid #ededed;
	}
	.tab-content p {
		padding:15px;
	}
	.dm-shadow {
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	}
	.post-wrapper img {width:100%;}
	
	
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > li > a:focus, 
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
	.dropdown-menu > .active > a:hover, 
	.dropdown-menu > .active > a:focus {background-color:#E54939 !important; color:#fff;}
	.single_portfolio_media img {width:100%;}
	/* ----------------------------------------------------
		RESPONSIVE
	------------------------------------------------------- */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.colio { margin-right: 24px!important; }
		.portfolio .list .thumb,
		.portfolio .list .thumb img { width: 100%; height: auto; }
		#sidebar .widget {
			padding: 3rem 2rem !important;
		}
		.post-wrapper img {width:100%;}
	}
	@media only screen and (max-width: 767px) {
		
		.btn,
		.portfolio .list .view .button {display:inline-block !important;}
		#sidebar .widget,
		.footer .widget,
		.post-wrapper {
			padding:1rem !important;
		}
		.social a {
			font-size: 13px !important;
			height: 30px !important;
			line-height: 30px !important;
			width: 30px !important;
		}
		.comment-form {padding:1rem !important;}
		.page-numbers > li > a, .page-numbers > li > span {margin-bottom:30px !important;}
		.quote-post {padding:0 !important}
		.post_type,
		.post-wrapper .title h3 {font-size:21px !important;}
		.post-wrapper img {width:100%;height:auto;}
		.copyright {text-align:center;}
		.post-wrapper .byline,
		.footer-menu {display:none}
		.navbar-toggle {padding:3px 10px;}
		.page-header h1 {font-size:36px;}
		.down, .downbar {right:0;}
		.jquery-bar p {padding:0 30px;font-size:15px;line-height:30px;}
		.colio-container {margin:0;}
		h1, h2, h3, h4, h5, h6 { text-align: center; }
		.preview-theme + p { margin-bottom: 42px; }
		.main-header { margin: 21px 0 0!important; }
		.purchase { text-align: center; padding-top: 21px; }
		.portfolio .filters { float: left; margin-top: 0; text-align: center; width: 100%; }
		.portfolio .filters a { margin: 0 10px; }
		.portfolio .list li { float: none; margin-right: 0; }
		.colio { margin-right: 0!important; }
		
		.portfolio .list .thumb img,
		.portfolio .list .thumb { width: 100%; height: auto; }
	}
	@media only screen and (max-width: 479px) {
		.portfolio .list .thumb img,
		.portfolio .list .thumb { width: 100%; height: auto; }
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {height:50px;}
	.carousel-control .icon-prev, .carousel-control .icon-next { background-color: #E54939;}
	.carousel-control.right,
	.carousel-control.left {background-image:none}
	.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {right:15px;}
	.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {left:30px}
	.comment-reply-link {color:#fff !important;background:transparent !important;}
	
	.symple-pricing-table .featured .symple-pricing-header {
		background: none repeat scroll 0 0 #E54939;
		border-bottom: 1px solid #E54939;
	}

	.symple-accordion h3.symple-accordion-trigger {
		font-size: 14px; 
		padding: 10px 15px 10px 37px;
	}
	.symple-skill-bar-percent,
	.symple-skillbar-title span {line-height:25px;}
	
	.symple-skill-bar-percent,
	.symple-skillbar-title span,
	.symple-skillbar-bar,
	.symple-skillbar {height:25px;}
	
	.colio-thumb-padding .colio-thumb {
		border: 4px solid #F2F2F2;
	
	}

	.colio-list .colio-summary {
		padding: 0 5px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {color:#fff;}
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus, 
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus {
		border-bottom: 3px solid #fff;
		  transition: all .05s ease-in-out;
	   -moz-transition: all .05s ease-in-out;
	   -webkit-transition: all .05s ease-in-out;
	   }
	
	.page-header-mini h1 {
		font-family: 'Lato';
		font-size: 38px;
		font-weight: 900;
		padding: 20px 0;
	}
	.message p,
	.message h1 {
		color:#fff !important;

	}
	
	.message .btn-primary {
		background-color:#262626 !important;
		border-color:#262626 !important;
	   font-size: 18px;
		font-weight: 600;
		line-height: 1.429;
		margin-top: 10px;
		margin-bottom:20px;
		padding: 10px 35px;
	}

	span.wpcf7-form-control-wrap {
		position: relative;
		width: 100%;
	}

	.wpcf7-form img {width:auto !important;}
	div.wpcf7-mail-sent-ok {border:none !important}
	.colio-theme-black blockquote p {
		margin:0 !important;
	}

	.colio-theme-black a.visit-link {
		border: 3px solid #CCCCCC;
		font-size: 13px;
		font-weight: 300;
		text-transform: capitalize;
	}

	/* ----------------------------------------------------
		COLOR SCHEMES
	------------------------------------------------------- */

	blockquote {
		border-left-color:#099adb;
	}
	.form-control:focus {
		border-color:#099adb
	}
	.portfolio .filters a.filter-active,
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus, 
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus {
		border-bottom-color: #099adb;
	}
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > li > a:focus, 
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
	.dropdown-menu > .active > a:hover, 
	.dropdown-menu > .active > a:focus,
	.dropdown-menu,
	.symple-skillbar-title span,
	.symple-skillbar-bar {
		background-color:#099adb !important;
	}
	.colio-theme-black .feed li,
	.pager li > a, .pager li > span, 
	.colio-theme-black .colio-navigation a,
	.portfolio .colio-active-item h4 a,
	.tagcloud a,
	.page-numbers > li > a, 
	.page-numbers > li > span,
	.service-icon-circle,
	.orange-section,
	.btn-primary,
	.jquery-bar,
	.dmtop,
	.downbar,
	mark,
	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover,
	p.drop-caps.full:first-child:first-letter {
		background-color:#099adb;
	}
	a:hover, a:focus,
	.check li:before,
	.servicebox .readmore,
	.down {
		color:#099adb;
	}

	/* ----------------------------------------------------
		WordPress Styles
	------------------------------------------------------- */

	.widget_archive li,
	.widget_categories li,
	.widget_meta li,
	#recentcomments li,
	.widget_recent_entries li { 
		list-style:none !important;
		margin-bottom: 5px !important;
		margin-left: 10px !important;
	}
	.gallery-caption {}
	.commentlist .bypostauthor {}
	.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
	.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	.widget_calendar {}
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #333; 
		font-size: 12px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 10px;
	}
	#wp-calendar thead th { 
		padding-bottom: 10px;
	}
	#wp-calendar tbody { 
		color: #aaa; 
	}
	#wp-calendar tbody td { 
		background: #f5f5f5; 
		border: 1px solid #fff; 
		text-align: center; 
		padding:8px;
	}
	#wp-calendar tbody td:hover { 
		background: #fff; 
	}
	#wp-calendar tbody .pad { 
		background: none; 
	}
	#wp-calendar tfoot #next { 
		font-size: 10px; 
		text-transform: uppercase; 
		text-align: right;
	}
	#wp-calendar tfoot #prev { 
		font-size: 10px; 
		text-transform: uppercase; 
		padding-top: 10px; 
	}
	
	.sticky {background: #efefef; border: 3px solid fff; padding: 10px;}
	
	#searchform {}
	.widget_search {}
	.screen-reader-text {}
	
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {  }
	.widget_meta ul li a {}
	
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}
	
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {} 
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}
	
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}
	
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	
	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {} 
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}
	
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}
	
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}
	
	.textwidget {}
	.widget_text {}
	.textwidget p {}
	
	.form-submit {
		display:none;
	}
	
	code {
    white-space: pre-wrap;
	}
	
	.tags {}
	.sticky { }
	.bypostauthor { }
	/*aligns*/
	.aligncenter { display: block; margin: 0 auto; }
	.alignright { float: right; margin: 0 0 10px 20px; }
	.alignleft { float: left; margin: 0 20px 10px 0; }
	/*floats*/
	.floatleft { float: left }
	.floatright { float: right }
	/*text style*/
	.textcenter { text-align: center }
	.textright { text-align: right }
	.textleft { text-align: left }
	/*captions*/
	.wp-caption { max-width: 100% !important }
	.wp-caption p.wp-caption-text { color: #000; margin-top: 10px; box-sizing: border-box; text-align: center; }
	.wp-caption img { display: block; border: 0 none; margin: 0; width: 100%; padding: 0; }
	/*smiley reset*/
	.wp-smiley { margin: 0 !important; max-height: 1em; width:auto !important }
	/*img attachment*/
	#img-attch-page { overflow: hidden; text-align: center; }
	#img-attch-page img { display: inline-block; margin: 0 auto; margin-bottom: 20px; max-width: 100%; }
	/*wp gallery*/
	.gallery { margin: 0 !important; }
	.gallery-caption { text-align: center; }
	.gallery-icon img { border: none !important; }
	.gallery-icon img:hover { opacity: 0.85; }
	/*custom gallery*/
	.gallery-item a { position: relative; }
	.gallery-item a, .gallery-item img { display: block; }
	.gallery-item-overlay { position: absolute; top: 0; left: 0; background: #000; width: 100%; height: 100%; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; transition: all .15s ease-in-out; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; }
	.gallery-item-overlay .fa { position: absolute; top: 50%; left: 50%; height: 40px; line-height: 40px; width: 40px; margin-left: -20px; margin-top: -60px; text-align: center; font-size: 32px; color: #fff; transition: all .15s ease-in-out; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; }
	.gallery-item a:hover .gallery-item-overlay { opacity: 0.76; -moz-opacity: 0.76; -webkit-opacity: 0.76; }
	.gallery-item a:hover .gallery-item-overlay .fa { margin-top: -20px; }
	.gallery-item-caption { text-align: center; font-size: 0.923em; margin-top: 10px; }
	/*custom gallery grid*/
	.gallery { margin: 0 -15px !important; overflow: hidden; }
	.gallery .col { margin: 0 0 20px; padding: 0 10px; }
	.gallery .span_1_of_2 { width: 50%; }
	.gallery .span_1_of_3 { width: 33.33333333333333%; }
	.gallery .span_1_of_4 { width: 25%; }
	.gallery .span_1_of_5 { width: 25%; }
	.gallery .span_1_of_6 { width: 25%; }