/*
 *	Table of Contents:
 *
 *	1. Inits
 *	2. Buttons
 *	3. Header
 *	4. Home Fullscreen Image
 *	5. Section
 *	6. About Section
 *	7. Parallax
 * 	8. Resume Section
 *	9. Portfolio Section
 *	10. Portfolio Single Section
 *	11. Clients Section
 *	12. Blog Section
 *	13. Blog Single
 *	14. Contact Section
 *	15. Google Maps
 *	16. Footer
 *	17. Media Queries
 *
*/


/*
===============================================
			1. Inits
===============================================
*/

body{
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	text-transform: normal;
	font-weight: 700;
	margin-top: 0;
	letter-spacing: 2px;
}

h1 {
	font-size: 45px;
}

h2{
	font-size: 33px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 12px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

img{
	border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.uppercase{
	text-transform: uppercase;
}

.morphext > .animated {
    display: inline-block;
}

#wrapper .clear{
	clear: both;
}

#wrapper .nopadding{
	padding: 0 !important;
}

#wrapper .nopaddingtop{
	padding-top: 0 !important;
}

#wrapper .nopaddingbottom{
	padding-bottom: 0 !important;
}

#wrapper .nomargin{
	margin: 0 !important;
}

#wrapper .nomarginbottom{
	margin-bottom: 0 !important;
}

#wrapper .mb30{
	margin-bottom: 30px;
}

#wrapper .mb50{
	margin-bottom: 50px;
}

.features_bg_gray{
	background: #ededed;
	padding: 15px;
}

.fullOpacity{
	opacity: 1 !important;
}

.accordions{
}

.accordions .panel{
	border:none;
	box-shadow: none;
}

.accordions .panel .panel-heading{
	background: transparent;
	border:1px solid #dedede;
	border-radius: 0;
	padding: 15px;
}

.accordions .panel .panel-heading h4{
	font-weight: 300;
}

.accordions .panel .panel-body{
	border: none !important;
}

.accordions .panel .panel-heading a{
	color: #555555;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tabs .nav-tabs>li>a{
	border-radius: 0;
	color: #555555 !important;
}

.tabs .nav-tabs>li.active>a,
.tabs .nav-tabs>li.active>a:focus,
.tabs .nav-tabs>li.active>a:hover{
	border-color:#dedede;
	border-bottom-color: transparent;
}

.tabs .tab-content .tab-pane{
	padding: 15px;
}

.alert{
	border-radius: 0;
}

a{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

/*
===============================================
			2. Buttons
===============================================
*/

.button{
	display: inline-block;
	color: #333333;
	text-decoration: none !important;
	padding: 15px 20px;
	border:1px solid #999999;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.button.invert{
	border:1px solid transparent;
	color: #ffffff;
}

.button.invert:hover{
	background: #ffffff !important;
	color: #111111 !important;
}

.button.invert.bg_dark:hover{
	background: #111111 !important;
	color: #ffffff !important;
}

.button.large{
	padding: 25px 30px;
}

.button.small{
	padding: 10px 15px;
}

.button i{
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
}

.button.light{
	border:1px solid #eeeeee;
	color: #ffffff;
}

.button:hover,
.button.active{
	color: #ffffff !important;
	border:1px solid transparent;
}

.owl-controls .owl-dot span{
	background:transparent !important;
	border:1px solid #333333;
	border-radius: 50%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.owl-controls .owl-dot.active span,
.owl-controls .owl-dot:hover span{
	background:#111111 !important;
	border:1px solid #111111;
}

.scroll_to_top{
	position: fixed;
	text-align: center;
	right: 40px;
	bottom: 40px;
	background: #333333;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.scroll_to_top.visible{
	z-index: 500;
	opacity: 1;
	visibility: visible;
}

.scroll_to_top:hover{
	background: #1d1d1d;
}

a.facebook_bg:hover{
	background: #3B5999 !important;
	color: #ffffff !important;
}

a.wordpress_bg:hover{
	background: #0076A8 !important;
	color: #ffffff !important;
}

a.twitter_bg:hover{
	background: #00BAFF !important;
	color: #ffffff !important;
}

a.googleplus_bg:hover{
	background: #D94835 !important;
	color: #ffffff !important;
}

a.youtube_bg:hover{
	background: #C8302D !important;
	color: #ffffff !important;
}

a.github_bg:hover{
	background: #7197B0 !important;
	color: #ffffff !important;
}

a.dribbble_bg:hover{
	background: #E44D87 !important;
	color: #ffffff !important;
}

a.flickr_bg:hover{
	background: #0062DD !important;
	color: #ffffff !important;
}

a.tumblr_bg:hover{
	background: #35506B !important;
	color: #ffffff !important;
}

a.vk_bg:hover{
	background: #476C98 !important;
	color: #ffffff !important;
}

a.skype_bg:hover{
	background: #00A8E9 !important;
	color: #ffffff !important;
}

a.pinterest_bg:hover{
	background: #C7212D !important;
	color: #ffffff !important;
}

a.instagram_bg:hover{
	background: #BFB4A4 !important;
	color: #ffffff !important;
}

a.linkedin_bg:hover{
	background: #007BB6 !important;
	color: #ffffff !important;
}

a.facebook:hover{
	color: #3B5999;
}


a.wordpress:hover{
	color: #0076A8;
}

a.twitter:hover{
	color: #00BAFF;
}

a.googleplus:hover{
	color: #D94835;
}

a.youtube:hover{
	color: #C8302D;
}

a.github:hover{
	color: #7197B0;
}

a.dribbble:hover{
	color: #E44D87;
}

a.flickr:hover{
	color: #0062DD;
}

a.tumblr:hover{
	color: #35506B;
}

a.vk:hover{
	color: #476C98;
}

a.skype:hover{
	color: #00A8E9;
}

a.pinterest:hover{
	color: #C7212D;
}

a.instagram:hover{
	color: #BFB4A4;
}

a.linkedin:hover{
	color: #007BB6;
}

/*
===============================================
			3. Header
===============================================
*/

#header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 888;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#header .navigation_container{
	display: inline-block;
	padding: 0;
    text-align: center;
    float: right;
}

#header .logo{
	text-align: center;
	margin-top: 25px;
	display: inline-block;
}

.logo{
	float: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	letter-spacing: 4px;
	color: #ffffff !important;
	text-decoration: none !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#header .navigation{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	text-align: center;
}

/* header fixed */

#header.fixed{
	background: #ffffff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#header.fixed .logo{
	color: #111111 !important;
}

#header.fixed .navigation > li > a,
#header.fixed .mobile_nav > li > a{
	color: #B1B1B1;
}

#header.fixed .navigation > li > a{
	color: #555555;
}

#header.fixed .navigation > li:hover > a,
#header.fixed .navigation > li.active > a{
	color: #111111 !important;
}

#header.fixed.mobile .navigation > li > a{
	padding: 15px !important;
	color: #ffffff !important;
}

#header.fixed .navigation > li:hover > a,
#header.fixed .navigation > li.active > a{
	color: #ffffff;
}

#header.fixed .mobile_nav > li > a:hover{
	color: #111111;
}

#header.fixed.mobile .navigation > li:hover > a,
#header.fixed.mobile .navigation > li.active > a{
	color: #111111;
}

#header .navigation > li > a:after,
#header .navigation > li.active > a:after,
#header .navigation > li:hover > a:after{
	background:#888888;
}

#header .navigation > li{
	display: inline-block;
	position: relative;
}

#header .navigation > li ul{
	position: absolute;
	border:1px solid #ededed;
	border-top: none;
	left: 0;
	top: 150%;
	background: #ffffff;
	width: 230px;
	list-style: none;
	padding: 15px 25px;
	margin: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

#header .navigation > li:hover ul{
	top: calc(100% + 1px);
	z-index: 505;
	opacity: 1;
	visibility: visible;
}

#header .navigation > li ul li{
	display: block;
}

#header .navigation > li ul li a{
	display: block;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    color: #888888;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#header .navigation > li ul li + li a{
	padding-top:15px;
}

#header .navigation > li > a{
    font-family: 'Raleway', sans-serif;
    padding: 30px 15px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
    z-index: 2;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#header .navigation_container .mobile_nav_toggle{
	display: none;
}

#header .mobile_nav{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#header .mobile_nav li{
	display: inline;
	position: relative;
	float: left;
}

#header .mobile_nav li a{
    font-family: 'Raleway', sans-serif;
    padding: 30px 15px;
    color: #ffffff;
    font-weight: 700;
    float: left;
    letter-spacing: 1px;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#header .mobile_nav li:hover a{
	opacity: 1;
}

#header .navigation > li > a > i{
	display: inline-block;
	margin-left: 5px;
}

#header .navigation > li:hover > a,
#header .navigation > li.active > a{
	opacity: 1;
}

#header .navigation > li:hover:after,
#header .navigation > li.active:after{
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

#header .navigation > li:after{
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	width: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	height: 1px;
	content: '';
	background:#dedede;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#header .navigation > li:hover:after,
#header .navigation > li.active:after{
	width: 80%;
}

#header.mobile .navigation_container{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background: #1d1d1d;
	color: #ffffff;
	padding: 30px;
	overflow: auto;
}

#header.mobile .navigation_container .mobile_nav_toggle{
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	color: #dedede;
	font-size: 20px;
	z-index: 50;
}

#header.mobile .navigation_container .inner{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

#header.mobile .navigation{
	display: block;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

#header.mobile .navigation > li{
	margin-bottom: 10px;
}
#header.mobile .navigation > li,
#header.mobile .navigation > li > a{
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}

#header.mobile .navigation > li > a,
#header.fixed.mobile .navigation > li > a{
    padding: 10px 5px !important;
    font-size: 17px !important;
    margin-bottom: 5px !important;
}

#header.mobile .navigation > li > a i{
	display: none;
}

#header.mobile .navigation > li > a:after{
	left: calc(50% - 50px);
	bottom: 5px;
}

#header.mobile .navigation > li.active > a:after,
#header.mobile .navigation > li:hover > a:after{
	width: 100px;
}

#header.mobile .navigation > li > ul{
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 5001;
	position: relative;
	left: auto;
	top: auto;
	background: transparent;
	padding: 0;
	border: none;
	width: auto;
}

#header.mobile .navigation > li > ul > li{
	display: block;
}

#header.mobile .navigation > li > ul > li + li{
}

#header.mobile .navigation > li > ul > li > a{
	display: block;
}


/*
===============================================
			4. Home Fullscreen Image
===============================================
*/

.home_fullscreen_image{
    height: 850px;
    overflow: hidden;
    background-color: #242832;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: 0 0;
    background-size: cover !important;
    position: relative;
	background-image: url(../img/fullscreen_image.jpg);
}

.home_fullscreen_image.no_parallax{
    background-attachment: scroll !important;
}

.home_fullscreen_image .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% + 1px);
	height: 100%;
	background:rgba(0,0,0,0.45);
	z-index: 3;
    display: table;
}

.home_fullscreen_image .overlay .social_icons a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	border:2px solid #ffffff;
	text-decoration: none;
}

.home_fullscreen_image .overlay .social_icons a:hover{
	border:2px solid transparent;
}

.home_fullscreen_image .overlay .social_icons a + a{
	margin-left: 10px;
}

.home_fullscreen_image .overlay .outer{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.home_fullscreen_image .overlay .inner{
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: calc(100% - 30px);
}

.home_fullscreen_image .overlay .inner .title{
	font-size: 100px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 4px;
	margin-bottom: 30px;
	margin-top: 0;
	line-height: 1.2;
}

.home_fullscreen_image .overlay .inner .title span{
	display: block;
}

.home_fullscreen_image .overlay .inner .description{
	letter-spacing: 2px;
	margin-bottom: 30px;
    font-weight: 300;
    font-size: 25px;
}

.home_fullscreen_image .overlay .inner .description span{
	display: inline-block;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.home_fullscreen_image .overlay .inner .description span:before{
	position: absolute;
	left: -170px;
	top: calc(50% - 1px);
	height: 1px;
	background: rgba(255,255,255,0.35);
	content: '';
	width: 150px;
}

.home_fullscreen_image .overlay .inner .description span:after{
	position: absolute;
	right: -170px;
	top: calc(50% - 1px);
	height: 1px;
	background: rgba(255,255,255,0.35);
	content: '';
	width: 150px;
}

.home_fullscreen_image a.mouse_icon{
	position: absolute;
	width: 32px;
	height: 32px;
	bottom: 32px;
	left: calc(50% - 16px);
	content: '';
	z-index: 300;
}

/*
===============================================
			5. Section
===============================================
*/

.section{
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.section > .section_title{
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	letter-spacing: 4px;
}

.section > .section_title .title{
	position: relative;
	margin-top: 0;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 40px;
}

.section > .section_title .title:after{
	position: absolute;
	bottom: 0px;
	left: calc(50% - 25px);
	width: 50px;
	height: 1px;
	content: '';
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.section > .section_title .description{
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.5;
	margin: 0;
}

.section > .section_title.ptop{
	padding-top: 100px;
}

/*
===============================================
			6. About Section
===============================================
*/

/* about image */

.about_image{
	background:url(../img/me.jpg);
    background-size: cover !important;
    background-color: #242832;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 400px;
    position: relative;
}

.about_image .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background:rgba(0,0,0,0.5);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about_image:hover .overlay{
	background: rgba(0,0,0,0.65);
}

.about_image:hover .overlay .quote{
	color: #ffffff;
}

.about_image .overlay .quote{
	color: #ededed;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	padding: 50px;
	position: absolute;
	width: calc(100% - 30px);
	left: 50%;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.about_image .overlay .quote i{
	font-size: 35px;
	display: block;
	margin-bottom: 15px;
}

.about_image .overlay .quote span{
	border-bottom:2px solid transparent;
	display: inline;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about_image .overlay .quote .source{
	font-style: italic;
	color:#ededed;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

/* user titles */

.user_titles{
	overflow: hidden;
	text-align: center;
	z-index: 5;
	margin-bottom: 100px;
}

.user_titles .my_avatar{
	width: 200px;
	height: 200px;
	border-radius: 100%;
	margin-bottom: 50px;
}

.user_titles p{
	font-size: 19px;
	color: #757575;
	margin:0;
}

.user_titles p strong{
	color: #111111;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.user_titles p + p{
	margin-top: 30px;
}

.user_titles .actions{
	margin-top: 50px;
	font-size: 0;
}

.user_titles .actions a + a{
	margin-left: 20px;
}

.user_titles .signature{
	text-align: center;
	margin-top: 50px;
}

/* about body */

.about_body{
	padding: 15px;
	color: #ffffff;
	overflow: hidden;
	display: table;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* user personal info */

.user_personal_info{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.user_personal_info > div{
	padding: 20px 0;
}

.user_personal_info .cell{
	position: relative;
}

.user_personal_info .cell .icon{
	margin-bottom: 20px;
	text-align: center;
}

.user_personal_info .cell .icon i{
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	border:1px solid #ffffff;
	font-size: 18px;
}

.user_personal_info .cell .label{
	border-radius: 0;
	margin: 0;
	display: block;
	padding: 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #ffffff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.user_personal_info .cell .value{
	padding: 0;
	color: #f5f5f5;
}

.user_personal_info .cell .value a{
	color: #ffffff;
}

.about_body .actions{
	margin-top: 15px;
}

/* services */

.services .item_outer{
	padding: 0;
}

.services .item{
	padding: 50px 30px;
	text-align: center;
	background: #f9f9f9;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.services .item_outer.bg .item{
	background: #ffffff;
}

.services .item:hover{
	background: #1d1d1d !important;
	color: #ffffff;
}

.services .item i{
    font-size: 50px;
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
    border: 3px solid #555555;
    line-height: 120px;
    border-radius: 100%;
}

.services .item:hover i{
	border:3px solid #ffffff;
}

.services .item h6{
	margin: 0;
	margin-bottom: 10px;
}

.services .item p{
	margin: 0;
}


/* about user bot */

.about_user_bot .col{
	padding: 70px;
}

.about_user_bot .col.awards_box{
	background: #f9f9f9;
}

.about_user_bot .col > .title{
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 45px;
	position: relative;
	padding-bottom: 15px;
	text-align: center;
}

.about_user_bot .col > .title:after{
	position: absolute;
	left: calc(50% - 25px);
	bottom: 0px;
	width: 50px;
	height: 1px;
	content: '';
}

/* skills */

.skills .skill{
	overflow: hidden;
}

.skills .skill + .skill{
	margin-top: 30px;
}

.skills .skill h5{
	color: #555555;
	margin-bottom: 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.skills .skill:hover h5{
	color: #111111;
}

.skills .skill .bar{
	width: 100%;
	position: relative;
	height: 2px;
	background: #ededed;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.skills .skill .bar .barinner{
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	content: '';
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.skills .skill .bar .percent{
    margin: 0;
    color: #333333;
    font-size: 13px;
    font-weight: 300;
    z-index: 10;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    right: 0;
    top: -20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* awards */

.awards .award + .award{
	margin-top: 30px;
}

.awards .award{
	position: relative;
	padding-left: 70px;
}

.awards .award i{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 50px;
}

.awards .award .body{
}

.awards .award .body .title{
	margin-top: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.awards .award .body .title a{
	color: #444444;
}

.awards .award .body .place{
	color: #999999;
}

.awards .award .body .description{
	font-size: 15px;
}

/*
===============================================
			7. Parallax
===============================================
*/

.parallax_item .owl-controls .owl-dots .owl-dot.active span,
.parallax_item .owl-controls .owl-dots .owl-dot:hover span{
	background: #ffffff !important;
	border:1px solid #ffffff !important;
}

.parallax_item{
    display: table;
	position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover !important;
    width: 100%;
    text-align: center;
}

.parallax_item .parallax_content{
	position: relative;
	z-index: 3;
	color: #ffffff;
    display: table-cell;
    vertical-align: middle;
	padding: 100px 20px;
}

.parallax_item .parallax_content a{
	color: #ffffff;
}

.parallax_item .parallax_content .parallax_title{
	letter-spacing: 4px;
	font-size: 35px;
	text-transform: uppercase;
	position: relative;
	margin-top: 0;
	margin-bottom: 50px;
	padding-bottom: 30px;
	font-weight: 700;
}

.parallax_item .parallax_content .parallax_title:after{
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	left: calc(50% - 25px);
	bottom: 0px;
	background: #ffffff;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


.parallax_item .parallax_content .parallax_subtitle{
	font-size: 12px;
	letter-spacing: 4px;
	font-weight: 700;
	line-height: 22px;
}

.parallax_item .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.55);
	z-index: 1;
}

.parallax_item.light .parallax_content,
.parallax_item.light .parallax_content a{
	color: #111111;
}

.parallax_item.light .overlay{
	background: rgba(255,255,255,0.85);
}

.parallax_item.no_parallax{
    background-attachment: scroll !important;
}

/* top parallax */

.parallax_item.top_parallax{
	height: 500px;
	background-image: url('../img/topimage.jpg');
}

.parallax_item.top_parallax .overlay{
	background: rgba(0,0,0,0.45);
}

.parallax_item.top_parallax .top_title{
	margin: 0;
	margin-bottom: 30px;
	font-size: 50px;
	letter-spacing: 3px;
	padding-bottom: 30px;
	position: relative;
}

.parallax_item.top_parallax .top_title:after{
	position: absolute;
	left: calc(50% - 25px);
	bottom: 0;
	height: 1px;
	width: 50px;
	content: '';
	background: #ffffff;
}

.parallax_item.top_parallax .top_links a{
	display: inline-block;
	color: #ffffff;
	letter-spacing: 2px;
}

.parallax_item.top_parallax .top_links .sep{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

/* testimonials */

.parallax_item.testimonials{
	background-image: url('../img/testimonials.jpg');
	display: block;
}

.parallax_item.testimonials .owl-item{
	z-index: 55;
}

.parallax_item.testimonials .parallax_content{
	display: block;
	vertical-align: inherit;
}

.parallax_item.testimonials .testimonials_slider .item{
	overflow: hidden;
	margin-bottom: 15px;
}

.parallax_item.testimonials .testimonials_slider .item .quote_box{
	color: #ffffff;
	position: relative;
}

.parallax_item.testimonials .testimonials_slider .item img{
	display: inline-block;
	width: auto;
	border-radius: 100%;
	margin: 0 auto;
    margin-bottom: 30px;
}

.parallax_item.testimonials .testimonials_slider .item .text{
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 20px;
	padding: 0;
}

.parallax_item.testimonials .testimonials_slider .item .name{
	font-size: 14px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	position: relative;
	padding-top: 20px;
}

.parallax_item.testimonials .testimonials_slider .item .name:before{
	position: absolute;
	top: 0;
	left: calc(50% - 15px);
	width: 30px;
	height: 1px;
	background: rgba(255,255,255,0.25);
	content: '';
}

.parallax_item.testimonials .testimonials_slider .item .position{
	font-size: 10px;
}

.parallax_item.testimonials .testimonials_slider .item .name,
.parallax_item.testimonials .testimonials_slider .item .position{
	letter-spacing: 2px;
}

.parallax_item .owl-controls .owl-dot span{
	border:1px solid #ffffff;
}

/* owl carousel nav */
.slideshow_items .owl-controls .owl-nav{
	font-size: 0;
	padding: 0;
	margin: 0;
}
.slideshow_items .owl-controls .owl-nav .owl-prev,
.slideshow_items .owl-controls .owl-nav .owl-next{
	padding: 0;
	margin: 0;
}

.slideshow_items .owl-controls .owl-nav .owl-prev i{
	left: 0;
}

.slideshow_items .owl-controls .owl-nav .owl-next i{
	right: 0;
}

.slideshow_items .owl-controls .owl-nav .owl-prev i,
.slideshow_items .owl-controls .owl-nav .owl-next i{
	display: inline-block;
	font-size: 50px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	color: #ffffff;
	background: transparent;
	overflow: hidden;
	position: absolute;
	margin: 0;
	top: 0;
	z-index: 99;
	border:1px solid #ffffff;
	border-radius: 50%;
	opacity: 0.8;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.slideshow_items .owl-controls .owl-nav .owl-prev:hover i,
.slideshow_items .owl-controls .owl-nav .owl-next:hover i{
	opacity: 1;
}

.slideshow_items .owl-controls .owl-dots{
	margin-top: 20px;
}

.slideshow_items .owl-controls .owl-dots .owl-dot.active span{
	background: #ffffff;
}

.slideshow_items .owl-controls .owl-dots .owl-dot span{
	border:1px solid #ffffff;
	background: transparent;
}

.slideshow_items .owl-controls{
	margin: 0;
}

/*
===============================================
			8. Resume Section
===============================================
*/

.education_content,
.employment_content{
	padding: 0 15px 50px 15px;
}

.edu_empl_items{
	text-align: center;
}

.edu_empl_items > i{
	font-size: 40px;
}

.edu_empl_items > .title{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 45px;
}

.edu_empl_items > .title:after{
	position: absolute;
	left: calc(50% - 25px);
	bottom: 0px;
	width: 50px;
	height: 1px;
	content: '';
}

.edu_empl_items .items .item{
	position: relative;
	padding: 15px 0;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.edu_empl_items .items .item .body{
	text-align: left;
	position: relative;
}

.edu_empl_items .items .item .body:before{
	position: absolute;
	left: -15px;
	top: 0;
	width: 1px;
	height: calc(100% + 30px);
	content: '';
	background: #dedede;
}

.edu_empl_items .items .item .body:after{
	width: 11px;
	height: 11px;
	border-radius: 100%;
	position: absolute;
	left: -20px;
	top: 0;
	content: '';
}

.edu_empl_items .items .item:last-child{
	margin-bottom: 0;
}

.edu_empl_items .items .item .position{
	margin-top: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
}

.edu_empl_items .items .item .date{
	padding-left: 0;
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
}

.edu_empl_items .items .item .place{
	color: #555555;
	position: relative;
	margin-bottom: 10px;
}

.edu_empl_items .items .item .description{
	margin: 0;
}

/*
===============================================
			8. Some Stats Section
===============================================
*/

.some_stats_section{
	text-align: center;
	background: #f9f9f9;
	padding: 80px 15px;
}

.some_stats_section .item i{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    font-size: 30px;
    margin-bottom: 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.some_stats_section .item h1{
	margin-top: 0px;
	letter-spacing: 2px;
	margin-bottom: 20px;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


.some_stats_section .item .text{
	margin-top: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

/*
===============================================
			9. Portfolio Section
===============================================
*/

.portfolio_grid .grid_item{
	width: 33.33%;
	display: block;
	overflow: hidden;
	position: relative;
}

.portfolio_grid .grid_item .grid_box{
	width: 100%;
    height: 0;
    padding-top: 57%;
    overflow: hidden;
    position: relative;
}

.portfolio_grid .grid_item .grid_box figure{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}

.portfolio_grid .grid_item img{
	display: block;
	width: 100%;
    -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);
   	-webkit-transition: all 550ms linear;
	-moz-transition: all 550ms linear;
	-o-transition: all 550ms linear;
	transition: all 550ms linear;
}

.portfolio_grid .grid_item:hover img{
	-webkit-transform: scale(1.20,1.20);
	-ms-transform: scale(1.20,1.20);
	transform: scale(1.20,1.20);
}

.portfolio_grid .grid_item .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	text-align: center;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_grid .grid_item:hover .overlay{
	z-index: 5;
	opacity: 0.95;
	visibility: visible;
}

.portfolio_grid .grid_item .overlay .inner{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 6;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.portfolio_grid .grid_item .overlay .inner a{
	color: #ffffff;
	text-decoration: none;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_grid .grid_item .overlay .inner a.title{
	display: block;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.portfolio_grid .grid_item:hover .overlay .inner a.title{
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.portfolio_grid .grid_item .overlay .inner a.tag{
	display: block;
	letter-spacing: 2px;
	color: #f5f5f5;
	margin-bottom: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.portfolio_grid .grid_item:hover .overlay .inner a.tag{
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.portfolio_grid .grid_item .overlay .inner .buttons{
	font-size: 0;
}

.portfolio_grid .grid_item .overlay .inner .buttons a + a{
	margin-left: 10px;
}

.portfolio_grid .grid_item .overlay .inner .buttons a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	border:1px solid #ffffff;
	border-radius: 100%;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
   	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.portfolio_grid .grid_item .overlay .inner .buttons a.goto_project{
   	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.portfolio_grid .grid_item:hover .overlay .inner .buttons a.view_portfolio_image,
.portfolio_grid .grid_item:hover .overlay .inner .buttons a.goto_project{
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.portfolio_grid .grid_item .overlay .inner .buttons a:hover{
	background: #ffffff !important;
	color: #111111;
}

.portfolio_grid_filter{
	margin: 0;
	margin-bottom: 40px;
	list-style: none;
	padding: 0;
	text-align: center;
	font-size: 0;
}

.portfolio_grid_filter li{
	display: inline-block;
	padding: 10px 15px;
	font-family: 'Raleway', sans-serif;
	border: 1px solid transparent;
	color: #777777;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_grid_filter li + li{
	margin-left: 15px;
}

/*
===============================================
			10. Portfolio Single Section
===============================================
*/

.sp_page{
	text-align: center;
}

.sp_page .sp_title{
	margin: 0;
	margin-bottom: 40px;
	letter-spacing: 3px;
	position: relative;
	padding-bottom: 20px;
}

.sp_page .sp_title:after{
	position: absolute;
	left: calc(50% - 25px);
	bottom: 0px;
	height: 1px;
	width: 50px;
	content: '';
}

.sp_page .sp_description{
	margin-bottom: 100px;
}

.sp_page .images{
	position: relative;
}

.sp_page .images .portrait_image{
	background:url(../img/portfolio/portfolio1.jpg);
    background-size: cover !important;
    background-color: #242832;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100vh;
}

.sp_page .images .portfolio_cell_image{
    background-size: cover !important;
    background-color: #242832;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    height: 50vh;
}

.sp_page .images .portfolio_cell_image.image1{
	background:url(../img/portfolio/portfolio2.jpg);
}

.sp_page .images .portfolio_cell_image.image2{
	background:url(../img/portfolio/portfolio3.jpg);
}

.sp_page .images .cell{
	padding: 0;
	position: relative;
	overflow: hidden;
}

.sp_page .images .cell .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% + 1px);
	height: 100%;
	background: rgba(0,0,0,0.5);
   	display: table;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.sp_page .images .cell .overlay .inner{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
	color: #ffffff;
	height: 50vh;
}

.sp_page .images .cell .overlay .inner .items{
	margin-bottom: 20px;
}

.sp_page .images .cell .overlay .inner .items .item{
	margin-bottom: 10px;
	position: relative;
}

.sp_page .images .cell .overlay .inner .items .item .title{
	font-weight: bold;
	font-size: 20px;
}

.sp_page .images .cell .overlay .inner .items .item .value{

}

.sp_page .images .cell .overlay .inner .items .item .value a{
	color: #ffffff;
}

.sp_page .images .cell .overlay .inner > a{

}

.sp_page .images .cell:hover .overlay{
	background: rgba(0,0,0,0.6);
}

.sp_page .images img{
	height: 50vh;
}

/* similar projects */
.similar_projects{
}

.similar_projects > h3{
	margin: 50px 0;
}

.similar_projects .items{
	padding: 0;
}

.similar_projects .items .item{
	padding: 0;
}

.similar_projects .items .item .image{
	position: relative;
}

.similar_projects .items .item .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.similar_projects .items .item:hover .overlay{
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.similar_projects .items .item h4{
	margin: 0;
	padding: 30px 0;
}

.similar_projects .items .item h4 a{
	text-decoration: none;
	color: #555555;
}


.similar_projects .items .item h4 a{
	color: #111111;
}

/*
===============================================
			11. Clients Section
===============================================
*/

section.clients{
	background: #f9f9f9;
}

.clients_list .owl-item{
	z-index: 10;
}

.clients_list .item{
	text-align: center;
	opacity: 0.55;
	padding: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
	border:1px solid #cccccc;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.clients_list .item img{
	display: block;
	width: initial !important;
	width: auto !important;
	max-width: 100%;
	overflow: hidden;
	margin: auto;
	cursor: pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
  	-webkit-filter: grayscale(1);
}
.clients_list .item:hover {
	opacity: 1;
}
.clients_list .item:hover img {
	filter: none;
	-webkit-filter: grayscale(0);
}

/*
===============================================
			12. Blog Section
===============================================
*/

/* home blog posts */

.home_blog_posts .post{
	text-align: center;
}

.home_blog_posts .post .top{
	position: relative;
	overflow: hidden;
}

.home_blog_posts .post .top .bg_img{
    background-repeat: no-repeat !important;
    background-position: 0 0;
    background-size: cover !important;
	position: relative;
	height: 300px;
	z-index: 2;
   	-webkit-transition: all 600ms linear;
	-moz-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	transition: all 600ms linear;
}

.home_blog_posts .post.post1 .top .bg_img{
    background-image: url(../img/blog/1.jpg);
}

.home_blog_posts .post.post2 .top .bg_img{
    background-image: url(../img/blog/2.jpg);
}

.home_blog_posts .post.post3 .top .bg_img{
    background-image: url(../img/blog/3.jpg);
}

.home_blog_posts .post.post4 .top .bg_img{
    background-image: url(../img/blog/4.jpg);
}

.home_blog_posts .post:hover .top .bg_img{
	/*background-position-y: -50px;*/
}

.home_blog_posts .post .top .inner{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.home_blog_posts .post .top .inner a{
	display: block;
	color: #ffffff !important;
 	letter-spacing: 2px;
	text-decoration: none;
}

.home_blog_posts .post .top .inner a + a{
	margin-top: 5px;
}

.home_blog_posts .post .top .inner a.date{
	font-weight: 600;
}

.home_blog_posts .post .top .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	background: rgba(0,0,0,0.35);
	content: '';
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.home_blog_posts .post:hover .top .overlay{
	background: rgba(0,0,0,0.55);
}

.home_blog_posts .post .post_title{
	position: relative;
	margin: 0;
	line-height: 1.2;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.home_blog_posts .post .post_title:after{
	position: absolute;
	left: calc(50% - 25px);
	bottom: 0;
	height: 1px;
	width: 50px;
	content: '';
	background: rgba(255,255,255,0.6);
}

.home_blog_posts .post .post_title a{
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


/*
===============================================
			13. Blog Single
===============================================
*/

.blog_page{
	background: #F5F5F5;
}

.sidebar{
	overflow: hidden;
	padding-left: 30px;
}

.blog_posts .post{
	margin-bottom: 60px;
	background: #ffffff;
	padding: 30px;
	border-bottom: 3px solid #ededed;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_page.single_page .blog_posts .post{
	margin-bottom: 0;
}

.blog_posts .post .title{
	margin: 0;
	margin-bottom: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.blog_posts .post .title a{
	color: #555555;
	text-decoration: none;
}

.blog_posts .post .post_media{
	position: relative;
}

.blog_posts .post .post_media .post_video_play_btn{
	width: 85px;
	height: 85px;
	line-height: 85px;
	font-size: 80px;
	position: absolute;
	content: '';
	color: #ffffff;
	left: 50%;
	z-index: 50;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blog_posts .post .post_media.image,
.blog_posts .post .post_media.slideshow{
	-webkit-transform: translateX(-45px);
	-ms-transform: translateX(-45px);
	transform: translateX(-45px);
	width: calc(100% + 90px);
}

.blog_posts .post .post_media.slideshow .owl-controls .owl-dots .owl-dot span{
	border:1px solid #111111;
}

.blog_posts .post .post_media.slideshow .item{
	overflow: hidden;
}

.blog_posts .post .post_media a{
	display: block;
}

.blog_posts .post .quote{
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 20px;
}

.blog_posts .post .quote i{
	font-size: 30px;
}

.blog_posts .post .quote .text{
	font-size: 22px;
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}

.blog_posts .post .quote .source{
	font-style: italic;
	color: #bebebe;
}

.blog_posts .post .post_media .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: -1;
	visibility: hidden;
	opacity: 0;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts .post .post_media .image:hover .overlay{
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.blog_posts .post .meta{
	margin-top: 30px;
	color: #a1a1a1;
	letter-spacing: 1px;
}

.blog_posts .post .excerpt{
	margin: 30px 0;
}

.blog_posts .post .post_body{
	margin: 50px 0;
	letter-spacing: 1px;
	font-size: 14px;
}

.blog_posts .post .post_body img{
	margin: 15px 0;
}

.blog_posts .post .share_tags{
	text-align: left;
}

.blog_posts .post .share_tags h4{
	margin-bottom: 20px;
	margin-top: 0;
}

.blog_posts .post .share_tags a{
	color: #555555 !important;
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts .post .share_tags a:hover{
	color: #111111 !important;
}

.blog_posts .post .share_tags .icons a{
	font-size: 20px;
	text-decoration: none;
}

.blog_posts .post .about_author{
	padding: 30px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin: 30px 0;
	text-align: left;
}

.blog_posts .post .about_author img{
	width: 150px;
	height: 150px;
	float: left;
}

.blog_posts .post .about_author .body {
	padding-left: 170px;
	min-height: 150px;
}

.blog_posts .post .about_author .body .description{
	margin-bottom: 10px;
}

.blog_posts .post .about_author .body h5{
	margin-top: 0;
}

.blog_posts .post .about_author .body .icons a{
	color: #555555 !important;
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
   	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts .post .about_author .body .icons a:hover{
	color: #111111 !important;
}

.blog_posts .post .prev_next_posts{
	margin-bottom: 30px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	text-align: center;
}

.blog_posts .post .prev_next_posts a{
	padding: 10px;
	color: #333333 !important;
	text-decoration: none;
	display: inline-block;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts .post .prev_next_posts a:hover{
	background: #f1f1f1;
}

.blog_posts .post .prev_next_posts a i{
	display: inline-block;
	font-size: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog_posts .post .prev_next_posts a.prev i{
	left: 15px;
}

.blog_posts .post .prev_next_posts a.next i{
	right: 15px;
}

.blog_posts .post .prev_next_posts a .body{
	display: inline-block;
    max-width: 300px;
}

.blog_posts .post .prev_next_posts a .body span{
	display: inline-block;
}

.blog_posts .post #comments{
	text-align: left;
	margin: 40px 0;
}

.blog_posts .post #comments > .title{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

.blog_posts .post #comments .comments_list{
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog_posts .post #comments .comments_list .comment .comment_inner{
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid #f4f4f4;
}

.blog_posts .post #comments .comments_list .comment .comment_inner img{
	position: absolute;
	left: 0;
	top: 25px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.blog_posts .post #comments .comments_list .comment .comment_inner .body{
	padding-left: 100px;
}

.blog_posts .post #comments .comments_list .comment .comment_inner .body .name{
	margin-bottom: 5px;
}

.blog_posts .post #comments .comments_list .comment .comment_inner .body .date{
	color: #999999;
	font-style: italic;
	margin-bottom: 10px;
}

.blog_posts .post #comments .comments_list .comment .comment_inner .body .text{
	margin-bottom: 15px;
}

.blog_posts .post #comments .comments_list .comment .children{
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 100px;
}

.blog_posts .post .comment_form{
	text-align: left;
}

.blog_posts .post .comment_form .title{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

.blog_posts .post .comment_form .form .input{
	margin-bottom: 20px;
}

.blog_posts .post .comment_form .form .input input,
.blog_posts .post .comment_form .form .input textarea{
	padding: 10px;
	width: 100%;
	border: 2px solid #ededed;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts .post .comment_form .form .input textarea{
	min-height: 150px;
}

.blog_posts .post .comment_form .form .input input:hover,
.blog_posts .post .comment_form .form .input textarea:hover,
.blog_posts .post .comment_form .form .input input:focus,
.blog_posts .post .comment_form .form .input textarea:focus{
	border:2px solid #111111;
}

blockquote{
	margin: 30px;
	padding: 20px;
	border-left: 2px solid #dedede;
	font-style: italic;
}

pre{
	text-align: left;
	border-radius: 0;
	border:none;
	white-space: pre-wrap;
	line-height: 1.6;
	overflow: auto;
    -moz-tab-size: 4;
    tab-size: 4;
    padding: 30px;
    font-size: 14px;
    margin-bottom: 30px;
}

.pagination{
	margin: 0;
}

.pagination li.active a,
.pagination li:hover a{
	background: #111111;
	border:1px solid #111111;
	color: #ffffff !important;
}

.pagination li a{
	font-size: 18px;
	padding: 15px 25px;
	border:1px solid #dedede;
	background: transparent;
	color: #555555 !important;
	border-radius: 0 !important;
}

.sidebar{
	text-align: left;
}

.sidebar .widgetbox{
	background: #ffffff;
	padding: 20px;
	margin-bottom: 30px;
	border-bottom: 3px solid #ededed;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.sidebar .widgetbox:hover{
	border-bottom: 3px solid #dedede;
}

.sidebar .widgetbox.search{
	padding: 0;
	background: transparent;
}

.sidebar .widgetbox.search input{
	width: 100%;
	background: transparent;
	padding: 10px;
	border:1px solid transparent;
	background: #ffffff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.sidebar .widgetbox h4{
	margin-top: 0;
	text-transform: uppercase;
	padding-bottom:15px;
	margin-bottom: 20px;
	position: relative;
}

.sidebar .widgetbox h4:after{
	position: absolute;
	left: 0;
	bottom: 0;
	background: #bebebe;
	height: 1px;
	content: '';
	width: 50px;
}

.sidebar .widgetbox.categories ul{
	padding:0;
	list-style: none;
}

.sidebar .widgetbox.categories ul li{
	margin-bottom: 5px;
	display: block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.sidebar .widgetbox.categories ul li:hover{
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.sidebar .widgetbox.categories ul li a{
	display: block;
	font-weight: bold;
	color: #888888;
	font-size: 15px;
	text-decoration: none;
}

.sidebar .widgetbox.top_posts .posts .post{
	margin-bottom: 15px;
}

.sidebar .widgetbox.top_posts .posts .post .image{
	float: left;
	width: 40%;
}

.sidebar .widgetbox.top_posts .posts .post .body{
	width: 55%;
	float: right;
}

.sidebar .widgetbox.top_posts .posts .post .body h5{
	margin-top: 0;
}

.sidebar .widgetbox.tags .tags{
	font-size: 0;
}

.sidebar .widgetbox.tags .tags a{
	display: inline-block;
	color: #555555 !important;
	padding:3px 8px;
	border:1px solid #dedede;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.sidebar .widgetbox.tags .tags a:hover{
	background: #111111;
	color: #ffffff !important;
	border:1px solid #111111;
}

/*
===============================================
			14. Contact Section
===============================================
*/

.contact_image{
	background:url(../img/contact.jpg);
    background-size: cover !important;
    background-color: #242832;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 600px;
    position: relative;
}

.contact_image .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background:rgba(0,0,0,0.4);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact_image:hover .overlay{
	background: rgba(0,0,0,0.6);
}

.contact_image .overlay .contact_info{
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70%;
	content: '';
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.contact_image .overlay .contact_info .item{
	padding: 0;
	text-align: center;
}

.contact_image .overlay .contact_info .item:nth-of-type(1),
.contact_image .overlay .contact_info .item:nth-of-type(2){
	margin-bottom: 60px;
}

.contact_image .overlay .contact_info .item i{
	font-size: 28px;
	margin-bottom: 15px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border:1px solid #bebebe;
	color: #dedede;
	display: inline-block;
}

.contact_image .overlay .contact_info .item div a{
	color: #ffffff;
}

.contact_image .overlay .contact_info .item div{
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.contact_body{
	padding: 30px 150px;
}

.contact_body h2{
	text-align: center;
	margin:0;
	margin-bottom: 30px;
}

.contact_body .inputfield{
	width: 100%;
	margin-bottom: 20px;
	border: 2px solid #ededed;
	padding: 10px;
	letter-spacing: 1px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact_body .inputfield:hover,
.contact_body .inputfield:focus{
	border:2px solid #333333;
}

.contact_body textarea{
	min-height: 180px;
}

.contact_body button{
	background: transparent;
	margin-bottom: 30px;
}

.contact_body .messages{
	border-top:1px solid #EF3F3D;
	border-bottom: 1px solid #EF3F3D;
	background: #f9f9f9;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact_body .messages.visible{
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

/*
===============================================
			15. Google Maps
===============================================
*/

#gmap{
	height: 450px;
	display: block;
}

/* Pricing Tables */

.pricing_tables .item{
	border:1px solid #eeeeee;
	text-align: center;
	margin: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.pricing_tables > div{
	padding: 0;
}

.pricing_tables .item.suggested{
	border:1px solid #555555;
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.pricing_tables .item .title,
.pricing_tables .item .prices,
.pricing_tables .item .actions{
	padding: 20px 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.pricing_tables .item .title h4{
	letter-spacing: 2px;
}

.pricing_tables .item .title i{
	font-size: 40px;
	display: block;
	margin-bottom: 30px;
}

.pricing_tables .item .prices .price_outer .price{
	font-size: 65px;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.pricing_tables .item .prices .price_outer .currency{
	position: absolute;
	left: -17px;
	top: 20px;
	font-size: 13px;
	content: '';
}

.pricing_tables .item .prices .cycle{
	color: #999;
	line-height: 1;
	padding-bottom: 15px;
}

.pricing_tables .item .features ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.pricing_tables .item .features ul li {
	padding: 10px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #666666;
}

.pricing_tables .item.suggested .features ul li{
	color: #111111;
}

/*
===============================================
			16. Footer
===============================================
*/

.footer{
	width: 100%;
	text-align: center;
	background: #1d1d1d;
	padding: 110px 15px;
}

.footer .logo{
	color: #dedede !important;
	margin-bottom: 30px;
	display: block;
	float: none;
}

.footer .contact_info{
	margin-top: 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.footer .contact_info a{
	color: #ffffff !important;
}

.footer .copyright{
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 30px;
	font-size: 13px;
	margin-top: 30px;
	margin-bottom: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.footer .icons a{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #656565 !important;
	font-size: 30px;
	text-decoration: none;
	border-radius: 100%;
	-ms-transform: scale(1.15,1.15); /* IE 9 */
	-webkit-transform: scale(1.15,1.15); /* Safari */
	transform: scale(1.15,1.15);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.footer .icons a:hover{
	color: #ffffff !important;
	-ms-transform: scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Safari */
	transform: scale(1,1);
}

.footer .icons a + a{
	margin-left: 10px;
}

/*
===============================================
			17. Themes
===============================================
*/

/* THEME 1 */

body.theme1 .color,
body.theme1 a:not(.button),
body.theme1 .user_titles:hover p.description strong,
body.theme1 .portfolio_grid_filter li:hover,
body.theme1 .portfolio_grid_filter li.active,
body.theme1 .home_blog_posts .post .post_title a:hover,
body.theme1 #header .navigation > li ul li:hover a,
body.theme1 .blog_posts .post .title a:hover,
body.theme1 .sidebar .widgetbox.categories ul li a:hover,
body.theme1 .awards .award:hover .body .title,
body.theme1 .awards .award .body .title a:hover{
	color:#EF3F3D;
}

body.theme1 .logo:hover{
	color: #EF3F3D !important;
}

body.theme1 a:not(.button):not(.post_title a):hover{
	color: #111111;
}

.theme_configs .themes .theme1,
body.theme1 #header .navigation > li:after,
body.theme1 .button:hover,
body.theme1 .button.active,
body.theme1 .button.invert,
body.theme1 .section > .section_title .title:after,
body.theme1 .bgcolor:after,
body.theme1 .user_personal_info .cellrow .cell:hover .label,
body.theme1 .skills .skill .bar .barinner,
body.theme1 .parallax_item .parallax_content .parallax_title:after,
body.theme1 .about_user_bot .col > .title:after,
body.theme1 .edu_empl_items > .title:after,
body.theme1 .sp_page .sp_title:after,
body.theme1 .portfolio_grid .grid_item .overlay,
body.theme1 .about_body,
body.theme1 .edu_empl_items .items .item .body:after{
	background:#EF3F3D;
}

body.theme1 .user_personal_info .cellrow .cell:after,
body.theme1 .portfolio_grid_filter li:hover:before,
body.theme1 .portfolio_grid_filter li.active:before,
body.theme1 .pricing_tables .item.suggested{
	border:1px solid #EF3F3D;
}

body.theme1 .pricing_tables .item .prices{
	background: rgba(239, 65, 62, 0.05);
}

body.theme1 .contact_body .inputfield.contains_error,
body.theme1 .some_stats_section .item i{
	border:2px solid #EF3F3D;
}

body.theme1 .about_image:hover .overlay .quote span{
	border-bottom:2px solid #EF3F3D;
}

body.theme1 .blog_posts .post:hover{
	border-bottom:3px solid #EF3F3D;
}

/* THEME 2 */

body.theme2 .color,
body.theme2 a:not(.button),
body.theme2 .user_titles:hover p.description strong,
body.theme2 .portfolio_grid_filter li:hover,
body.theme2 .portfolio_grid_filter li.active,
body.theme2 .home_blog_posts .post .post_title a:hover,
body.theme2 #header .navigation > li ul li:hover a,
body.theme2 .blog_posts .post .title a:hover,
body.theme2 .sidebar .widgetbox.categories ul li a:hover,
body.theme2 .awards .award:hover .body .title,
body.theme2 .awards .award .body .title a:hover{
	color:#0087e0;
}

body.theme2 .logo:hover{
	color: #0087e0 !important;
}

body.theme2 a:not(.button):not(.post_title a):hover{
	color: #111111;
}

.theme_configs .themes .theme2,
body.theme2 #header .navigation > li:after,
body.theme2 .button:hover,
body.theme2 .button.invert,
body.theme2 .button.invert,
body.theme2 .section > .section_title .title:after,
body.theme2 .bgcolor:after,
body.theme2 .user_personal_info .cellrow .cell:hover .label,
body.theme2 .skills .skill .bar .barinner,
body.theme2 .parallax_item .parallax_content .parallax_title:after,
body.theme2 .about_user_bot .col > .title:after,
body.theme2 .edu_empl_items > .title:after,
body.theme2 .sp_page .sp_title:after,
body.theme2 .portfolio_grid .grid_item .overlay,
body.theme2 .about_body,
body.theme2 .edu_empl_items .items .item .body:after{
	background:#0087e0;
}

body.theme2 .user_personal_info .cellrow .cell:after,
body.theme2 .portfolio_grid_filter li:hover:before,
body.theme2 .portfolio_grid_filter li.active:before,
body.theme2 .pricing_tables .item.suggested{
	border:1px solid #0087e0;
}

body.theme2 .pricing_tables .item .prices{
	background: rgba(0, 135, 224, 0.05);
}

body.theme2 .contact_body .inputfield.contains_error,
body.theme2 .some_stats_section .item i{
	border:2px solid #0087e0;
}

body.theme2 .about_image:hover .overlay .quote span{
	border-bottom:2px solid #0087e0;
}

body.theme2 .blog_posts .post:hover{
	border-bottom:3px solid #0087e0;
}

/* THEME 3 */

body.theme3 .color,
body.theme3 a:not(.button),
body.theme3 .user_titles:hover p.description strong,
body.theme3 .portfolio_grid_filter li:hover,
body.theme3 .portfolio_grid_filter li.active,
body.theme3 .home_blog_posts .post .post_title a:hover,
body.theme3 #header .navigation > li ul li:hover a,
body.theme3 .blog_posts .post .title a:hover,
body.theme3 .sidebar .widgetbox.categories ul li a:hover,
body.theme3 .awards .award:hover .body .title,
body.theme3 .awards .award .body .title a:hover{
	color:#A08600;
}

body.theme3 .logo:hover{
	color: #A08600 !important;
}

body.theme3 a:not(.button):not(.post_title a):hover{
	color: #111111;
}

.theme_configs .themes .theme3,
body.theme3 #header .navigation > li:after,
body.theme3 .button:hover,
body.theme3 .button.invert,
body.theme3 .button.invert,
body.theme3 .section > .section_title .title:after,
body.theme3 .bgcolor:after,
body.theme3 .user_personal_info .cellrow .cell:hover .label,
body.theme3 .skills .skill .bar .barinner,
body.theme3 .parallax_item .parallax_content .parallax_title:after,
body.theme3 .about_user_bot .col > .title:after,
body.theme3 .edu_empl_items > .title:after,
body.theme3 .sp_page .sp_title:after,
body.theme3 .portfolio_grid .grid_item .overlay,
body.theme3 .about_body,
body.theme3 .edu_empl_items .items .item .body:after{
	background:#A08600;
}

body.theme3 .user_personal_info .cellrow .cell:after,
body.theme3 .portfolio_grid_filter li:hover:before,
body.theme3 .portfolio_grid_filter li.active:before,
body.theme3 .pricing_tables .item.suggested{
	border:1px solid #A08600;
}

body.theme3 .pricing_tables .item .prices{
	background: rgba(160, 134, 0, 0.05);
}

body.theme3 .contact_body .inputfield.contains_error,
body.theme3 .some_stats_section .item i{
	border:2px solid #A08600;
}

body.theme3 .about_image:hover .overlay .quote span{
	border-bottom:2px solid #A08600;
}

body.theme3 .blog_posts .post:hover{
	border-bottom:3px solid #A08600;
}

/* THEME 4 */

body.theme4 .color,
body.theme4 a:not(.button),
body.theme4 .user_titles:hover p.description strong,
body.theme4 .portfolio_grid_filter li:hover,
body.theme4 .portfolio_grid_filter li.active,
body.theme4 .home_blog_posts .post .post_title a:hover,
body.theme4 #header .navigation > li ul li:hover a,
body.theme4 .blog_posts .post .title a:hover,
body.theme4 .sidebar .widgetbox.categories ul li a:hover,
body.theme4 .awards .award:hover .body .title,
body.theme4 .awards .award .body .title a:hover{
	color:#0B7900;
}

body.theme4 .logo:hover{
	color: #0B7900 !important;
}

body.theme4 a:not(.button):not(.post_title a):hover{
	color: #111111;
}

.theme_configs .themes .theme4,
body.theme4 #header .navigation > li:after,
body.theme4 .button:hover,
body.theme4 .button.invert,
body.theme4 .button.invert,
body.theme4 .section > .section_title .title:after,
body.theme4 .bgcolor:after,
body.theme4 .user_personal_info .cellrow .cell:hover .label,
body.theme4 .skills .skill .bar .barinner,
body.theme4 .parallax_item .parallax_content .parallax_title:after,
body.theme4 .about_user_bot .col > .title:after,
body.theme4 .edu_empl_items > .title:after,
body.theme4 .sp_page .sp_title:after,
body.theme4 .portfolio_grid .grid_item .overlay,
body.theme4 .about_body,
body.theme4 .edu_empl_items .items .item .body:after{
	background:#0B7900;
}

body.theme4 .user_personal_info .cellrow .cell:after,
body.theme4 .portfolio_grid_filter li:hover:before,
body.theme4 .portfolio_grid_filter li.active:before,
body.theme4 .pricing_tables .item.suggested{
	border:1px solid #0B7900;
}

body.theme4 .pricing_tables .item .prices{
	background: rgba(10, 122, 0, 0.05);
}

body.theme4 .contact_body .inputfield.contains_error,
body.theme4 .some_stats_section .item i{
	border:2px solid #0B7900;
}

body.theme4 .about_image:hover .overlay .quote span{
	border-bottom:2px solid #0B7900;
}

body.theme4 .blog_posts .post:hover{
	border-bottom:3px solid #0B7900;
}

/* THEME 5 */

body.theme5 .color,
body.theme5 a:not(.button),
body.theme5 .user_titles:hover p.description strong,
body.theme5 .portfolio_grid_filter li:hover,
body.theme5 .portfolio_grid_filter li.active,
body.theme5 .home_blog_posts .post .post_title a:hover,
body.theme5 #header .navigation > li ul li:hover a,
body.theme5 .blog_posts .post .title a:hover,
body.theme5 .sidebar .widgetbox.categories ul li a:hover,
body.theme5 .awards .award:hover .body .title,
body.theme5 .awards .award .body .title a:hover{
	color:#7C2EAA;
}

body.theme5 .logo:hover{
	color: #7C2EAA !important;
}

body.theme5 a:not(.button):not(.post_title a):hover{
	color: #111111;
}

.theme_configs .themes .theme5,
body.theme5 #header .navigation > li:after,
body.theme5 .button:hover,
body.theme5 .button.invert,
body.theme5 .button.invert,
body.theme5 .section > .section_title .title:after,
body.theme5 .bgcolor:after,
body.theme5 .user_personal_info .cellrow .cell:hover .label,
body.theme5 .skills .skill .bar .barinner,
body.theme5 .parallax_item .parallax_content .parallax_title:after,
body.theme5 .about_user_bot .col > .title:after,
body.theme5 .edu_empl_items > .title:after,
body.theme5 .sp_page .sp_title:after,
body.theme5 .portfolio_grid .grid_item .overlay,
body.theme5 .about_body,
body.theme5 .edu_empl_items .items .item .body:after{
	background:#7C2EAA;
}

body.theme5 .user_personal_info .cellrow .cell:after,
body.theme5 .portfolio_grid_filter li:hover:before,
body.theme5 .portfolio_grid_filter li.active:before,
body.theme5 .pricing_tables .item.suggested{
	border:1px solid #7C2EAA;
}

body.theme5 .pricing_tables .item .prices{
	background: rgba(124, 46, 170, 0.05);
}

body.theme5 .contact_body .inputfield.contains_error,
body.theme5 .some_stats_section .item i{
	border:2px solid #7C2EAA;
}

body.theme5 .about_image:hover .overlay .quote span{
	border-bottom:2px solid #7C2EAA;
}

body.theme5 .blog_posts .post:hover{
	border-bottom:3px solid #7C2EAA;
}

/* THEME 6 */

body.theme6 .color,
body.theme6 a:not(.button),
body.theme6 .user_titles:hover p.description strong,
body.theme6 .portfolio_grid_filter li:hover,
body.theme6 .portfolio_grid_filter li.active,
body.theme6 .home_blog_posts .post .post_title a:hover,
body.theme6 #header .navigation > li ul li:hover a,
body.theme6 .blog_posts .post .title a:hover,
body.theme6 .sidebar .widgetbox.categories ul li a:hover,
body.theme6 .awards .award:hover .body .title,
body.theme6 .awards .award .body .title a:hover{
	color:#CE2F86;
}

body.theme6 .logo:hover{
	color: #CE2F86 !important;
}

body.theme6 a:not(.button):not(.post_title a):hover{
	color: #111111;
}

.theme_configs .themes .theme6,
body.theme6 #header .navigation > li:after,
body.theme6 .button:hover,
body.theme6 .button.invert,
body.theme6 .button.invert,
body.theme6 .section > .section_title .title:after,
body.theme6 .bgcolor:after,
body.theme6 .user_personal_info .cellrow .cell:hover .label,
body.theme6 .skills .skill .bar .barinner,
body.theme6 .parallax_item .parallax_content .parallax_title:after,
body.theme6 .about_user_bot .col > .title:after,
body.theme6 .edu_empl_items > .title:after,
body.theme6 .sp_page .sp_title:after,
body.theme6 .portfolio_grid .grid_item .overlay,
body.theme6 .about_body,
body.theme6 .edu_empl_items .items .item .body:after{
	background:#CE2F86;
}

body.theme6 .user_personal_info .cellrow .cell:after,
body.theme6 .portfolio_grid_filter li:hover:before,
body.theme6 .portfolio_grid_filter li.active:before,
body.theme6 .pricing_tables .item.suggested{
	border:1px solid #CE2F86;
}

body.theme6 .pricing_tables .item .prices{
	background: rgba(206, 47, 134, 0.05);
}

body.theme6 .contact_body .inputfield.contains_error,
body.theme6 .some_stats_section .item i{
	border:2px solid #CE2F86;
}

body.theme6 .about_image:hover .overlay .quote span{
	border-bottom:2px solid #CE2F86;
}

body.theme6 .blog_posts .post:hover{
	border-bottom:3px solid #CE2F86;
}

/* THEME 7 */

body.theme7 .color,
body.theme7 a:not(.button),
body.theme7 .user_titles:hover p.description strong,
body.theme7 .portfolio_grid_filter li:hover,
body.theme7 .portfolio_grid_filter li.active,
body.theme7 .home_blog_posts .post .post_title a:hover,
body.theme7 #header .navigation > li ul li:hover a,
body.theme7 .blog_posts .post .title a:hover,
body.theme7 .sidebar .widgetbox.categories ul li a:hover,
body.theme7 .awards .award:hover .body .title,
body.theme7 .awards .award .body .title a:hover{
	color:#111111;
}

body.theme7 .logo:hover{
	color: #111111 !important;
}

body.theme7 a:not(.button):not(.post_title a):hover{
	color: #111111;
}

.theme_configs .themes .theme7,
body.theme7 #header .navigation > li:after,
body.theme7 .button:hover,
body.theme7 .button.invert,
body.theme7 .button.invert,
body.theme7 .section > .section_title .title:after,
body.theme7 .bgcolor:after,
body.theme7 .user_personal_info .cellrow .cell:hover .label,
body.theme7 .skills .skill .bar .barinner,
body.theme7 .parallax_item .parallax_content .parallax_title:after,
body.theme7 .about_user_bot .col > .title:after,
body.theme7 .edu_empl_items > .title:after,
body.theme7 .sp_page .sp_title:after,
body.theme7 .portfolio_grid .grid_item .overlay,
body.theme7 .about_body,
body.theme7 .edu_empl_items .items .item .body:after{
	background:#111111;
}

body.theme7 .user_personal_info .cellrow .cell:after,
body.theme7 .portfolio_grid_filter li:hover:before,
body.theme7 .portfolio_grid_filter li.active:before,
body.theme7 .pricing_tables .item.suggested{
	border:1px solid #111111;
}

body.theme7 .pricing_tables .item .prices{
	background: rgba(17, 17, 17, 0.05);
}

body.theme7 .contact_body .inputfield.contains_error,
body.theme7 .some_stats_section .item i{
	border:2px solid #111111;
}

body.theme7 .about_image:hover .overlay .quote span{
	border-bottom:2px solid #111111;
}

body.theme7 .blog_posts .post:hover{
	border-bottom:3px solid #111111;
}

/* THEME 8 */

body.theme8 .color,
body.theme8 a:not(.button),
body.theme8 .user_titles:hover p.description strong,
body.theme8 .portfolio_grid_filter li:hover,
body.theme8 .portfolio_grid_filter li.active,
body.theme8 .home_blog_posts .post .post_title a:hover,
body.theme8 #header .navigation > li ul li:hover a,
body.theme8 .blog_posts .post .title a:hover,
body.theme8 .sidebar .widgetbox.categories ul li a:hover,
body.theme8 .awards .award:hover .body .title,
body.theme8 .awards .award .body .title a:hover{
	color:#EF6309;
}

body.theme8 .logo:hover{
	color: #EF6309 !important;
}

body.theme8 a:not(.button):not(.post_title a):hover{
	color: #EF6309;
}

.theme_configs .themes .theme8,
body.theme8 #header .navigation > li:after,
body.theme8 .button:hover,
body.theme8 .button.invert,
body.theme8 .button.invert,
body.theme8 .section > .section_title .title:after,
body.theme8 .bgcolor:after,
body.theme8 .user_personal_info .cellrow .cell:hover .label,
body.theme8 .skills .skill .bar .barinner,
body.theme8 .parallax_item .parallax_content .parallax_title:after,
body.theme8 .about_user_bot .col > .title:after,
body.theme8 .edu_empl_items > .title:after,
body.theme8 .sp_page .sp_title:after,
body.theme8 .portfolio_grid .grid_item .overlay,
body.theme8 .about_body,
body.theme8 .edu_empl_items .items .item .body:after{
	background:#EF6309;
}

body.theme8 .user_personal_info .cellrow .cell:after,
body.theme8 .portfolio_grid_filter li:hover:before,
body.theme8 .portfolio_grid_filter li.active:before,
body.theme8 .pricing_tables .item.suggested{
	border:1px solid #EF6309;
}

body.theme8 .pricing_tables .item .prices{
	background: rgba(239, 99, 9, 0.05);
}

body.theme8 .contact_body .inputfield.contains_error,
body.theme8 .some_stats_section .item i{
	border:2px solid #EF6309;
}

body.theme8 .about_image:hover .overlay .quote span{
	border-bottom:2px solid #EF6309;
}

body.theme8 .blog_posts .post:hover{
	border-bottom:3px solid #EF6309;
}

/* THEME 9 */

body.theme9 .color,
body.theme9 a:not(.button),
body.theme9 .user_titles:hover p.description strong,
body.theme9 .portfolio_grid_filter li:hover,
body.theme9 .portfolio_grid_filter li.active,
body.theme9 .home_blog_posts .post .post_title a:hover,
body.theme9 #header .navigation > li ul li:hover a,
body.theme9 .blog_posts .post .title a:hover,
body.theme9 .sidebar .widgetbox.categories ul li a:hover,
body.theme9 .awards .award:hover .body .title,
body.theme9 .awards .award .body .title a:hover{
	color:#25A38A;
}

body.theme9 .logo:hover{
	color: #25A38A !important;
}

body.theme9 a:not(.button):not(.post_title a):hover{
	color: #25A38A;
}

.theme_configs .themes .theme9,
body.theme9 #header .navigation > li:after,
body.theme9 .button:hover,
body.theme9 .button.invert,
body.theme9 .button.invert,
body.theme9 .section > .section_title .title:after,
body.theme9 .bgcolor:after,
body.theme9 .user_personal_info .cellrow .cell:hover .label,
body.theme9 .skills .skill .bar .barinner,
body.theme9 .parallax_item .parallax_content .parallax_title:after,
body.theme9 .about_user_bot .col > .title:after,
body.theme9 .edu_empl_items > .title:after,
body.theme9 .sp_page .sp_title:after,
body.theme9 .portfolio_grid .grid_item .overlay,
body.theme9 .about_body,
body.theme9 .edu_empl_items .items .item .body:after{
	background:#25A38A;
}

body.theme9 .user_personal_info .cellrow .cell:after,
body.theme9 .portfolio_grid_filter li:hover:before,
body.theme9 .portfolio_grid_filter li.active:before,
body.theme9 .pricing_tables .item.suggested{
	border:1px solid #25A38A;
}

body.theme9 .pricing_tables .item .prices{
	background: rgba(37, 163, 138, 0.05);
}

body.theme9 .contact_body .inputfield.contains_error,
body.theme9 .some_stats_section .item i{
	border:2px solid #25A38A;
}

body.theme9 .about_image:hover .overlay .quote span{
	border-bottom:2px solid #25A38A;
}

body.theme9 .blog_posts .post:hover{
	border-bottom:3px solid #25A38A;
}

/* THEME 10 */

body.theme10 .color,
body.theme10 a:not(.button),
body.theme10 .user_titles:hover p.description strong,
body.theme10 .portfolio_grid_filter li:hover,
body.theme10 .portfolio_grid_filter li.active,
body.theme10 .home_blog_posts .post .post_title a:hover,
body.theme10 #header .navigation > li ul li:hover a,
body.theme10 .blog_posts .post .title a:hover,
body.theme10 .sidebar .widgetbox.categories ul li a:hover,
body.theme10 .awards .award:hover .body .title,
body.theme10 .awards .award .body .title a:hover{
	color:#A2121D;
}

body.theme10 .logo:hover{
	color: #A2121D !important;
}

body.theme10 a:not(.button):not(.post_title a):hover{
	color: #A2121D;
}

.theme_configs .themes .theme10,
body.theme10 #header .navigation > li:after,
body.theme10 .button:hover,
body.theme10 .button.invert,
body.theme10 .button.invert,
body.theme10 .section > .section_title .title:after,
body.theme10 .bgcolor:after,
body.theme10 .user_personal_info .cellrow .cell:hover .label,
body.theme10 .skills .skill .bar .barinner,
body.theme10 .parallax_item .parallax_content .parallax_title:after,
body.theme10 .about_user_bot .col > .title:after,
body.theme10 .edu_empl_items > .title:after,
body.theme10 .sp_page .sp_title:after,
body.theme10 .portfolio_grid .grid_item .overlay,
body.theme10 .about_body,
body.theme10 .edu_empl_items .items .item .body:after{
	background:#A2121D;
}

body.theme10 .user_personal_info .cellrow .cell:after,
body.theme10 .portfolio_grid_filter li:hover:before,
body.theme10 .portfolio_grid_filter li.active:before,
body.theme10 .pricing_tables .item.suggested{
	border:1px solid #A2121D;
}

body.theme10 .pricing_tables .item .prices{
	background: rgba(162, 18, 29, 0.05);
}

body.theme10 .contact_body .inputfield.contains_error,
body.theme10 .some_stats_section .item i{
	border:2px solid #A2121D;
}

body.theme10 .about_image:hover .overlay .quote span{
	border-bottom:2px solid #A2121D;
}

body.theme10 .blog_posts .post:hover{
	border-bottom:3px solid #A2121D;
}


/*
===============================================
			17. Media Queries
===============================================
*/

/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (min-width: 768px){
	
}

/* Landscape phone to portrait tablet */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 1199px) {
	.contact_body{
		padding: 30px 100px;
	}

}


@media only screen and (min-width: 991px) and (max-width: 1640px) {
	

}

@media only screen and (min-width: 991px) {

	.mobile_nav{
		display: none;
	}

	.navigation{
		display: block;
	}


}

@media only screen and (max-width: 991px) {

	#header .navigation > li:hover:after,
	#header .navigation > li.active:after{
		width: 50px;
	}

	#header .logo_outer{
		width: auto;
		float: none;
		display: inline-block;
		border-bottom: 1px solid transparent;
	}

	#header .mobile_nav{
		display: inline-block;
	}

	.home_fullscreen_image{
    	/*background-position-x: -400px !important;*/
	}

	.home_fullscreen_image_content{
		height: auto !important;
	}

	.user_titles{
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		width: 100%;
		padding: 50px 15px;
   	 	padding-top: 0;
		margin: 0;
	}

	.user_titles .inner{
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}

	.about_image{
		width: 100%;
		height: 50vh !important;
	}

	.services .item{
		padding: 25px;
	}

	.services .item i{
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 25px;
	}

	.about_box{
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		width: 100%;
	}

	.navigation_container {
		display: none;
	}

	#header.mobile .navigation_container{
		display: block;
	}

	#header .navigation > li:after{
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    width: 50px;
	    left: calc(50% - 25px);
	    top: 45px;
	}

	#header .navigation > li > a{
		margin-bottom: 10px;
	}

	#header.mobile .navigation > li > ul > li > a{
		text-align: center;
	}

	.home_fullscreen_image .overlay .inner{
		width: 80%;
		padding: 30px;
	}

	.home_fullscreen_image .overlay .inner .title{
		font-size: 60px;
	}

	.home_fullscreen_image .overlay .inner .actions a{
		display: inline-block;
		width: 47%;
	}

	.home_fullscreen_image .overlay .inner .actions a + a{
		margin-left: 0;
		margin-top:15px;
		margin-left: 4%;
	}

	.navigation{
		display: none;
	}

	.mobile_nav{
		display: block;
	}

	.about_body .actions{
		text-align: center;
	}

	.about_user_bot .col{
		margin-bottom: 30px;
	}

	.about_user_bot .col.last_child{
		margin-bottom: 0 !important;
	}

	.edu_empl_items{
		margin-bottom: 30px;
	}

	.about_body{
		display: block;
		height: auto !important;
	}

	.about_body .user_personal_info{
		display: block;
	}

	.about_body .user_personal_info .cell{
		text-align: center;
		margin-bottom: 15px !important;
	}

	.about_body .user_personal_info > div:last-child .cell{
		margin-bottom: 0;
	}

	.awards .award{
		text-align: left;
	}

	.edu_empl_items .items .item{
		margin-bottom: 30px;
	}

	.edu_empl_items .items .item .body:before,
	.edu_empl_items .items .item .body:after{
		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}

	.services .item_outer + .item_outer .item{
		border-left: none;
	}

	.services .item_outer .item{
		border-bottom: 4px double rgba(0,0,0,0.1);
	}

	.services .item_outer .item{
		border-left: 4px double transparent;
	}

	.parallax_item.testimonials .testimonials_slider .item i{
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 30px;
	}

	.parallax_item.testimonials .testimonials_slider .item .name{
		text-align: center;
	}

	.some_stats_section .item{
		padding: 30px 10px;
	}

	.edu_empl_items .items .item .body{
		text-align: center;
	}

	.edu_empl_items .items .item .date{
		margin-bottom: 25px;
	}

	.pricing_tables .item{
		margin: 15px;
	}

	.some_stats_section .title_outer,
	.some_stats_section h2.title{
		text-align: center;
	}

	.awards .award .body{
		float: left;
	}

	.about_user_bot .col > .title{
		text-align: center;
	}

	.about_user_bot .col > .title:after{
		left: calc(50% - 25px);
	}

	.home_blog_posts .post .post_title{
		padding-bottom: 10px;
	}

}

@media only screen and (max-width: 767px) {

	.user_titles .actions a{
		display: block;
	}

	#header .mobile_nav li a{
		padding: 15px;
	}

	#header .logo{
		margin-top: 15px;
		padding-left: 15px;
	}

	.home_fullscreen_image .overlay .inner .description span:after{
		width: 60px;
		right: -80px;
	}

	.home_fullscreen_image .overlay .inner .description span:before{
		width: 60px;
		left: -80px;
	}

	.portfolio_grid .grid_item .overlay .inner a.title{
		font-size: 15px;
	}

	.portfolio_grid_filter{
		padding: 0 15px;
	}

	.portfolio_grid_filter li{
		display: block;
		border: 0;
		margin-bottom: 15px;
	}

	.portfolio_grid_filter li + li{
		margin-left: 0;
	}

	.portfolio_grid_filter li:last-child{
		margin-bottom: 0;
	}

	.pricing_tables .item.suggested{
		-webkit-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
	}

	.pricing_tables > div + div{
		margin-top: 30px;
	}

	.about_image{
		height: 100vh !important;
	}

	.services .item{
		padding: 25px;
	}

	section.pricing{
		padding-bottom: 0 !important;
	}

	.services .item i{
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 25px;
	}

	.about_user_bot .col{
		height: auto !important;
	}

	.contact_image{
		height: 100vh;
	}

	.user_titles p{
		font-size: 15px;
	}

}

/* Landscape phones and down */
@media only screen and (max-width: 479px) {

	.home_blog_posts .post .post_title{
		font-size: 20px;
	}

	.section > .section_title .title,
	.contact_body h2{
		font-size: 30px;
	}

	.blog_posts .post .about_author{
		text-align: center;
	}

	.blog_posts .post .about_author img{
		float: none;
	}

	.blog_posts .post .about_author .body{
		width: 100%;
		padding: 0;
	    float: none;
	    margin-top: 20px;
	}

	.parallax_item.top_parallax .top_title,
	.sp_page .sp_title{
		font-size: 35px;
	}

	.blog_posts .post #comments .comments_list .comment .children{
		padding-left: 50px;
	}

	.blog_posts .post .prev_next_posts a i{
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
    	display: inline;
	}

	.blog_posts .post .comment_form .title,
	.blog_posts .post #comments > .title{
		font-size: 17px;
	}

	.portfolio_grid .grid_item .overlay .inner{
		width: 90%;
	}

	.portfolio_grid .grid_item .overlay .inner a.title{
		font-size: 16px;
	}

	.contact_image .overlay .contact_info .item{
		margin-bottom: 30px !important;
	}

	.parallax_item .parallax_content .parallax_title{
		font-size: 25px;
	}

	.home_fullscreen_image .overlay .inner{
		width: 90%;
		padding: 15px;
	}

	.home_fullscreen_image .overlay .inner .description{
		font-size: 15px;
		margin-bottom: 15px;
	}

	.home_fullscreen_image .overlay .inner .title{
		font-size: 35px;
		margin-bottom: 15px;
	}

	.nav-tabs>li{
		width: 100%;
	}

	.tabs .nav-tabs>li.active>a, .tabs .nav-tabs>li.active>a:focus, .tabs .nav-tabs>li.active>a:hover{
		border-bottom-color: #dedede;
	}

	.home_slider .slide .overlay .inner .title{
		font-size: 40px;
	}

	.about_user_bot .col{
		padding: 30px;
	}

	.about_image .overlay .quote{
		font-size: 20px;
	}

	.contact_body{
		padding: 30px 15px;
	}

	.pricing_tables{
		padding: 15px;
	}
	
	#header.mobile .navigation > li > ul > li + li{
		margin: 0;
	}

	.home_fullscreen_image .overlay .inner .actions a{
		display: inline-block;
		width: 100%;
		padding: 10px;
	}

	.home_fullscreen_image .overlay .inner .actions a + a{
		margin-left: 0;
	}

	.home_fullscreen_image .overlay .inner .social_icons{
	}

	.home_fullscreen_image .overlay .inner .social_icons a{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.contact_image{
		height: 650px;
	}

	.user_titles .actions{
		text-align: center;
	}

	.user_titles .actions a{
		margin-left: 0 !important;
	}

	.user_titles .actions a + a{
		margin-top: 15px;
	}

	.pagination{
		display: block;
	}

	.pagination li{
		display: block;
		width: 100%;
		margin-bottom: 10px !important;
	}

	.pagination li a{
		display: block;
		margin: 0;
		width: 100%;
		float: none;
	}

	.sidebar{
		margin-top: 30px;
		padding-left: 0;
	}

	.blog_posts .post .share_tags{
		text-align: center;
	}

	.blog_posts .post .share_tags > div + div{
		margin-top: 15px;
	}

	.contact_body button{
		width: 100%;
	}

	.footer .icons a{
		margin-bottom: 15px;
	}

	#gmap{
		height: 250px;
	}

}

@media only screen and (max-height: 550px) {

	.home_fullscreen_image{
    	/*background-position-x: 0px !important;*/
	}

}

@media only screen and (min-height: 550px) and (max-height: 650px) {

	.home_fullscreen_image{
    	/*background-position-x: -200px !important;*/
	}

}

@media only screen and (max-width: 467px) and (min-height: 450px) {

	.home_fullscreen_image{
    	background-position-x: -400px !important;
	}

}


.theme_configs{
	position: fixed;
	left: -158px;
	top: 15%;
	z-index: 300;
}

.theme_configs.visible{
	display: block !important;
	visibility: visible !important;
}

.theme_configs .body {
	display: inline-block;
	float: left;
	width: 158px;
	border: 1px solid #ededed;
	padding: inherit;
	background: #ffffff;
	text-align: center;
	word-wrap: break-word;
}

.theme_configs .body .head_title,
.theme_configs .body .title{
	width: 100%;
	padding: 4px;
	border-bottom: 1px solid #ededed;
}

.theme_configs .body .head_title{
	background: #f5f5f5;
}

.theme_configs .body .box{
	display: block;
	width: 100%;
	padding: 10px;
	float: left;
}

.theme_configs .btn{
	display: inline-block;
	height: 34px;
	width: 34px;
	line-height: 23px;
	background: #f5f5f5;
	border-radius: 0;
	font-size: 25px;
	cursor: pointer;
	text-align: center;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.theme_configs .box.themes div{
	display: block;
	width: 63px;
	height: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	float: left;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.theme_configs .box.themes div:nth-child(9),
.theme_configs .box.themes div:last-child{
	margin-bottom: 0;
}

.theme_configs .box.themes div:nth-child(2n+0){
	margin-left: 10px;
}

.theme_configs .box.themes div:hover{
	opacity: 1;
}

.theme_configs .box.themes div:hover,
.theme_configs .box.themes div.active{
	opacity: 1;
}

.theme_configs .box.themes div > span{
	display: block;
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
}