/*
 *	Table of Contents:
 *
 *	1. Inits
 *	2. Logo
 *	3. Navbar
 *	4. Pages
 *	5. About Page
 *	6. Parallax Items
 *	7. Resume Page
 * 	8. Portfolio Page
 *	9. Blog
 *	10. Blog Sidebar
 *	11. Contact page
 *	12. Footer
 *	13. Tweets Section
 *	14. Call To Action Section
 *	15. Social Icons
 *	16. Misc
 *	17. Theme Colors
 *	18. Media Queries
*/


/*
===============================================
			1. Inits
===============================================
*/

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333333;
	background: #ffffff;
}

body.box_layout{
	background: #F2F2F2 url("../img/patterns/p4.jpg");
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.clear{
	clear: both;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

a,
a:hover,
a:active{
	color: #333333;
}

img{
	max-width: 100%;
}

.anim_element{
	opacity: 0;
}

.anim_element.vis{
	opacity: 1;
}

.fullOpacity{
	opacity: 1 !important;
}

.loading_screen{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #ffffff;
	z-index: 999999;
}

.loading_screen > div{
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
	text-align: center;
}

#wrapper{
	opacity: 0;
}

/*
===============================================
			2. Logo
===============================================
*/

.logo{
	text-align: center;
	float: left;
	margin-top: 8px;
width:185px;height: 30px;
}

.logo a{
	font-size: 24px;
	color: #333333;
	font-weight: 800;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.logo a:hover{text-decoration: none;}

.logo a span{
	border: 2px solid #333333;
	padding: 0px 10px;
}
#logos{background: url(/img/logo.png) left center no-repeat; width:100%; height:36px;float:left;
margin:0px 0px 0 9px;
}
/*
===============================================
			3. Navbar
===============================================
*/

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.95);
	z-index: 500;
height: 51px;
border-bottom: 2px solid #ccc;
}

.header.rel_pos{
	position: relative !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
}

.navbar{
	margin: 0;
}

.navbar .navbar_handle{
	font-size: 30px;
	color: #333333;
	background: #f5f5f5;
	cursor: pointer;
	display: none;
	padding: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.navbar .navbar_handle:hover{
	color: #111111;
}

.navbar .menu{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	display: inline-block;
	float: right;
}

.navbar .menu li{
	display: inline-block;
	position: relative;
}

.navbar .menu li a i{
	margin-left: 15px;
	text-align: right;
}

.navbar .menu li a{
	font-size: 13px;
	text-align: left;
	color: #a1a1a1;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	padding: 15px 25px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.navbar .menu li ul.dropdown{
	position: absolute;
	top: 100%;
	left: -14px;
	z-index: 999;
	display: none;
	padding: 0;
	margin: 0;
	background: #f5f5f5;
}

.navbar .menu li > nav ul.dropdown li ul.dropdown{
	left: 100%;
	top: 0;
}

.navbar .menu li ul.dropdown li{
	display: block;
}

.navbar .menu li ul.dropdown li a{
	display: block;
	white-space: nowrap;
	padding: 5px 50px 5px 18px;
	color: #333333 !important;
}

.navbar .menu li ul.dropdown li a:hover{
	color: #ffffff !important;
}

.navbar .menu li:hover > nav > ul.dropdown{
	display: block;
}


/*
===============================================
			4. Pages
===============================================
*/

.box_layout_container{
	background:#ffffff;
	overflow: hidden;
}

.page{
	padding-bottom: 80px;
	position: relative;
}

.page_title{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
}

.page_title .title{
	font-weight: 800;
	font-size: 50px;
	margin-top: 0;
	margin-bottom: 5px;
}

.page_title .subtitle{
	font-weight: 300;
	font-size: 15px;
	color: #555555;
}

/* home page */

.page#home{
	padding: 0;
}

#home_slider{
	position: relative;
	width: 100%;
}

#home_slider .slide{
	position: relative;
	overflow: hidden;
	height: 900px;
}

#home_slider .slide .captions{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #ffffff;
	z-index: 10;
	text-align: center;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#home_slider .slide .captions h1.title{
	font-size:60px;
	margin:0;
}

#home_slider .slide .captions h1.title .txt1{
	color: #ffffff;
	padding: 30px;
	border: 2px solid #ffffff;
	margin-bottom: 15px;
	display: inline-block;
}

#home_slider .slide .captions .subtitle{
	font-size:20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
}

#home_slider .slide .captions .subtitle span{
	color: #ffffff;
	display: inline-block;
}

#home_slider .slide .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 5;
}

#home_slider .slide .home_slide_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222222;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}

.home_slide_bg_1{
	background-image: url(../img/sliderimages/11.jpg);
}

.home_slide_bg_2{
	background-image: url(../img/sliderimages/22.jpg);
}

.home_slide_bg_3{
	background-image: url(../img/sliderimages/33.jpg);
}


/*
===============================================
			5. About Page
===============================================
*/

.about_block .item .title{
	letter-spacing: 2px;
	margin-bottom: 15px;
	color: #555555;
}

.about_block .item .title i{
	height: 70px;
	width: 70px;
	line-height: 70px;
	font-size: 30px;
	border-radius: 2px;
	border: 1px solid #555555;
	display: inline-block;
	background: #ffffff;
	margin-right: 15px;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about_block .item:hover .title i{
	border:1px solid transparent;
}

.about_block .item .description{
	line-height: 24px;
}

.about_user > div{
	padding: 0;
}

.about_user > div > div{
	padding: 0;
}

.about_user.portfolio .item:hover .info .overlay{
	opacity: 0;
}

.about_user.portfolio .item:hover .info .inner{
	opacity: 1;
	visibility: visible;
}

.about_user.portfolio .item .info .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #333333;
	z-index: 100;
	text-align: center;
	opacity: 1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about_user.portfolio .item .info .overlay span{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transition: translate(-50%, -50%);
	-o-transition: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.about_user .picture{
	padding-left: 0;
	height: 700px;
	position: relative;
}

.about_user.portfolio .pic{
	position: relative;
}

.about_user.portfolio .pic .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about_user.portfolio .item:hover .pic .overlay{
	opacity: 1;
}

.about_user .member1 .picture{
	background: url('../img/member1.jpg') no-repeat 100% center;
	background-size: cover;
}

.about_user.vcard .picture{
	background: url('../img/member1.jpg') no-repeat 100% center;
	background-size: cover;
}

.about_user .member2 .picture{
	background: url('../img/member2.jpg') no-repeat 100% center;
	background-size: cover;
}

.about_user .info{
	padding: 55px;
	overflow: hidden;
	position: relative;
}

.about_user .info .inner{
	opacity: 0;
	visibility: hidden;
	z-index: 250;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.about_user.portfolio .info{
	padding: 15px;
	padding-bottom: 30px;
}

.about_user.portfolio .pic_outer{
	padding-top: 30px;
}

.about_user.vcard .info{
	padding: 100px;
}

.about_user .info .name{
	font-size: 70px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
}

.about_user.portfolio .info .name{
	margin-bottom: 10px;
}

.about_user.portfolio .info .name{
	font-size:45px;
}

.about_user .info .headline{
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}

.about_user.portfolio .info .headline{
	font-size:20px;
}

.about_user .info .description{
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	margin-bottom: 15px;
	margin-bottom: 30px;
}

.about_user.portfolio .info .description{
	font-size:14px;
}

.about_user .info .buttons{
	margin-bottom: 25px;
}

.about_user .info .buttons.social{
	margin-bottom: 0;
}

.about_user .info .buttons.social a{
	font-size: 20px;
	width: 50px;
	margin-right: 20px;
}

.quote_box{
	color: #ffffff;
	margin-top: 50px;
	margin-bottom: 50px;
}

.quote_box .body{
	padding-top:25px;
	padding-bottom: 25px; 
}

.quote_box .body .icon{
	font-size: 35px;
	text-align: right;
}

.quote_box .body .text{
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 15px;
}

.quote_box .body .source{
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
}

.section_block{
	padding-bottom: 50px;
}

.section_block .section_title{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}

.section_block .section_title .title{
	margin-bottom: 30px;
}

.section_block .section_title .title > span{
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 10px 20px;
	display: inline-block;
}

.section_block .section_title .title > span .b1{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 10px;
}

.section_block .section_title .title > span .b2{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 10px;
}

.section_block .section_title .subtitle{
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.about_user_outer,
.personal_info_items,
.services,
.pricing_items{
	background: #fafafa;
}

.phone_section{
	padding-bottom: 50px;
}

.phone_section .description{
	font-size:14px;
	margin-bottom: 15px;
}

.phone_section .list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.phone_section .list li{
	margin-bottom: 15px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
}

.phone_section .list li i{
	display: inline-block;
	margin-right: 10px;
	border:1px solid #dedede;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.phone_section .list li:hover i{
	border:1px solid transparent;
}

.services .item_outer{
	padding: 0;
}

.services .item{
	color: #ffffff;
	padding: 40px;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.services .item .icon{
	margin-bottom: 20px;
	color: #ffffff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.services .item .icon i{
	font-size: 100px;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	line-height: 120px;
	border:1px solid transparent;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.services .item:hover .icon i{
	border:1px solid #ffffff;
	font-size:65px;
}

.services .item .title{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.personal_info_items .item_outer{
	padding: 0;
}

.personal_info_items .item_outer .item{
	text-align: center;
}

.personal_info_items .item_outer .item .icon{
	font-size: 80px;
	padding: 20px 5px;
	color: #555555;
	background: #ffffff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.personal_info_items .item_outer .item .icon i{
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 100px;
	border:1px solid #ffffff;
}

.personal_info_items .item_outer .item:hover .icon{
	color: #ffffff;
	font-size: 60px;
}

.personal_info_items .item_outer .item .data{
	padding: 30px 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.personal_info_items .item_outer .item .data .text{
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}

.personal_info_items .item_outer .item .data .value{
	color: #666666;
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	margin-top:15px;
	word-wrap:break-word;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.personal_info_items .item_outer .item:hover .data .value{
	color: #ffffff;
}

.personal_info_items .item_outer .item:hover .data{
	color: #ffffff;
}

.personal_info_items .item_outer .item .data .value a{
	color: #666666;
}

.personal_info_items .item_outer .item:hover .data .value a{
	color: #ffffff;
}

.section_block.skills_block{
	padding-bottom: 50px;
}

.skill_outer .skill_section .title{
	margin-bottom: 15px;
}

.skill_outer .skill_section .items .item{
	margin-bottom: 20px;
}

.skill_outer .skill_section .items .item .top{
	margin-bottom: 5px;
}

.skill_outer .skill_section .items .item .top .name{
	font-size: 20px;
	padding-top: 10px;
}

.skill_outer .skill_section .items .item .top .percentage{
	font-size: 30px;
	text-align: right;
}

.skill_outer .skill_section .items .item .bars{
	height: 15px;
}

.skill_outer .skill_section .items .item .bars .bar_outer{
	width: 100%;
	height: 5px;
	background: #ededed;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.skill_outer .skill_section .items .item .bars .skill_bar_inner{
	height: 5px;
	width: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.skill_outer .skill_section .items .item:hover .bars .bar_outer,
.skill_outer .skill_section .items .item:hover .bars .skill_bar_inner{
	height: 15px;
}

.work_method_items{
	background: #fafafa;
}

.work_method_items .item{
	text-align: center;
	background: #ffffff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.work_method_items .item > div{
	padding: 0;
}

.work_method_items .item .icon_outer{
	background: #fafafa;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.work_method_items .item.inv{
	background: #fafafa;
}

.work_method_items .item.inv .icon_outer{
	background: #ffffff;
}

.work_method_items .item .icon_outer,
.work_method_items .item .body_outer{
	padding: 30px 15px;
}

.work_method_items .item .body_outer .title{
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.work_method_items .item .body_outer .description{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.work_method_items .item .icon{
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 60px;
	border-radius: 100px;
	border:2px solid #333333;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.work_method_items .item:hover .body_outer,
.work_method_items .item.colored .body_outer{
	color: #ffffff;
}

.work_method_items .item:hover .icon,
.work_method_items .item.colored .icon{
	color: #ffffff;
	border:2px solid #ffffff;
}

/*
===============================================
			6. Parallax Items
===============================================
*/


.owl-controls{
	text-align: center;
}

.owl-theme .owl-controls .owl-page span{
	width:50px;
	height: 6px;
	border-radius: 0;
}

.parallax_item{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	color: #ffffff;
}

.parallax_item.testimonials .parallax_layer{
	background: url('../img/parallax1.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.parallax_item.some_stats .parallax_layer{
	background: url('../img/parallax2.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.parallax_item.newsletter .parallax_layer{
	background: url('../img/parallax4.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.parallax_item .overlay{
	position: absolute;
	opacity: 0.8;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	background: rgba(0,0,0,0.75);
}

.parallax_item .content{
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 100;
}

.parallax_item .content > .title{
	text-align: center;
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
}

.testimonial_items .item .avatar{
	text-align: right;
}

.testimonial_items .item .avatar img{
	width: 150px;
	height: 150px;
	border-radius: 100px;
}

.testimonial_items .item .body{
	font-family: 'Raleway', sans-serif;
}

.testimonial_items .item .body .text{
	font-size: 24px;
	margin-bottom: 15px;
}

.testimonial_items .item .body .source{
	font-size: 20px;
}

.some_stats_items .item{
	text-align: center;
}

.some_stats_items .item .icon{
	margin-bottom: 15px;
}

.some_stats_items .item .icon .border{
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 130px;
	border:7px solid #dedede;
	border-radius: 100px;
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.some_stats_items .item .title{
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
}

.parallax_item .owl-controls .owl-page span{
	background: #ffffff;
}

.client_items .row > div{
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.client_items .row > div:last-child{
	border-right: none;
}

.client_items .row:last-child > div{
	border-bottom: none;
}

.client_items .item img{
	opacity: 0.7;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.client_items .item:hover img{
	opacity: 1;
}

.parallax_item.testimonials .owl-controls .owl-page span{
	background: #ffffff;
}

.parallax_item.tweets .owl-controls .owl-page span{
	background: #ffffff;
}

.parallax_item.newsletter .content{
	text-align: center;
}

.parallax_item.newsletter .title{
	font-size: 35px;
	font-weight: 100;
	margin-bottom: 20px;
}

.parallax_item.newsletter .subtitle{
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.parallax_item.newsletter input{
	width: 100%;
	padding: 15px;
	border:1px solid #dedede;
	background: transparent;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.parallax_item.newsletter input:focus,
.parallax_item.newsletter input:hover{
	border:1px solid #ffffff;
}

.parallax_item.newsletter button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.parallax_item.newsletter button span{
	padding: 15px;
	background: #ffffff;
	color: #333333;
	width: 100%;
}

/*
===============================================
			7. Resume Page
===============================================
*/

#resume .section_block.eduempl{
	padding-top: 0;
}

.eduempl_items{
	background: #fafafa;
}

.eduempl_items .item{
	padding: 25px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.eduempl_items .item_outer.c1{
	background: #efefef;
}

.eduempl_items .item_outer.c2{
	background: #f5f5f5;
}

.eduempl_items .item_outer.c3{
	background: #fafafa;
}

.eduempl_items .item > div{
	margin-bottom: 15px;
}

.eduempl_items .item .date{
	font-size: 35px;
	font-weight: 300;
}

.eduempl_items .item .title{
	font-size: 35px;
	font-weight: 700;
}

.eduempl_items .item .subtitle{
	font-size: 15px;
	font-weight: 300;
}

.eduempl_items .item .text{
	font-size: 14px;
	font-weight: 300;
}

/*
===============================================
			8. Portfolio Page
===============================================
*/

.portfolio_sidebar .title{
	font-weight: bold;
	margin-top: 0;
}

.portfolio_sidebar ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.portfolio_sidebar ul li{
	padding: 10px;
	display: block;
	text-align: left;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_items .item{
	padding: 0;
	position: relative;
	overflow: hidden;
}

.portfolio_items .item .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	color: #ffffff;
	background: rgba(0,0,0,0.7);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_items .item .overlay .title,
.portfolio_items .item .overlay .subtitle{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -65px;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.portfolio_items .item .overlay .subtitle{
	margin-top:-8px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.portfolio_items .item .overlay .title span{
	display: inline-block;
	border: 2px solid #ffffff;
	padding: 10px;
	font-size: 16px;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
}

.portfolio_items .item:hover .overlay{
	opacity: 1;
}

.portfolio_items .item:hover .overlay .title,
.portfolio_items .item:hover .overlay .subtitle{
	opacity: 1;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.portfolio_items .item .overlay .actions{
	position: absolute;
	left: 0%;
	top: 50%;
	width: 100%;
	margin-top:20px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(40px);
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.portfolio_items .item .overlay .actions a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100px;
	color: #ffffff;
	border:1px solid #ffffff;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.portfolio_items .item .overlay .actions a:hover{
	background: #ffffff;
	color: #333333;
}

.portfolio_items .item:hover .overlay .actions{
	opacity: 1;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.portfolio_items .item .popup_data{
	display: none;
}

.single_project_page .body{
	margin-top: 15px;
}

.single_project_page .body .title{
	padding-top: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

.single_project_page .body .share h5{
	font-weight: 700;
	display: inline-block;
	margin-right: 15px;
	margin-top: 14px;
	float: left;
}

.single_project_page .body .description{
	font-size:15px;
	margin-bottom: 25px;
}

.single_project_page .body .separator{
	height: 1px;
	width: 100%;
	background: #dedede;
	margin-top: 15px;
	margin-bottom: 15px;
}

.single_project_page .body .other .itm h5{
	display: inline-block;
	font-weight: 700;
	margin-right: 5px;
}

.single_project_page iframe{
	border:0;
	width:100%;
	height:650px;
}

.similar_projects_box{
	background: #fafafa;
	margin-top: 50px;
	padding-bottom: 25px;
}

.similar_projects_details .title{
	margin-bottom: 20px;
}

.similar_projects_details .items > div{
	padding: 0;
}


.similar_projects_details .items .item a{
	display: block;
	position: relative;
}

.similar_projects_details .items .item .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.similar_projects_details .items .item:hover .overlay{
	opacity: 1;
}

/* portfolio full width page */

.portfolio_full_width .portfolio_selector{
	text-align: center;
	margin-bottom: 30px;
}

.portfolio_full_width .portfolio_selector li{
	margin-right: 10px;
}

/*
===============================================
			9. Blog
===============================================
*/

.home_blog_posts .post{
	position: relative;
}

.home_blog_posts .post.post1 .bg{
	background: url('../img/blog1.jpg') no-repeat 100% center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.home_blog_posts .post.post2 .bg{
	background: url('../img/blog2.jpg') no-repeat 100% center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.home_blog_posts .post.post3 .bg{
	background: url('../img/blog3.jpg') no-repeat 100% center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.home_blog_posts .post.post4 .bg{
	background: url('../img/blog4.jpg') no-repeat 100% center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.home_blog_posts .post .overlay{
	position: absolute;
	opacity: 0.8;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: rgba(0,0,0,0.7);
}

.home_blog_posts .post .content{
	position: relative;
	padding: 40px 15px;
	z-index: 100;
	color: #ffffff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.home_blog_posts .post .content a{
	color: #ffffff;
}

.home_blog_posts .post .content .title{
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
}

.home_blog_posts .post .content .meta{
	font-size: 14px;
	margin-bottom: 25px;
}

.home_blog_posts .post .content .buttons a{
	background: transparent;
	border:1px solid #ffffff;
	margin-right: 15px;
}

.home_blog_posts .post .content .buttons a:hover{
	background: #ffffff !important;
	color: #333333 !important;
}

.home_blog_posts .post:hover .content{
	padding-top: 100px;
	padding-bottom: 100px;
}

#blog .home_actions{
	text-align: center;
	margin-top: 80px;
}

.blog_outer > div{
	padding: 0;
}

.blog_posts .post{
	padding: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.blog_posts .post iframe{
	border:0;
	width:100%;
	height:800px;
}

.blog_posts .blog_row .row > div{
	padding: 0;
}

.blog_posts .post .inner{
	padding: 50px;
}

.blog_posts .post.c1{
	background: #F1F1F1;
}

.blog_posts .post.c2{
	background: #fafafa;
}

.blog_posts .post.c3{
	color: #ffffff;
}

.blog_posts .post.c3 a{
	color: #ffffff;
}

.blog_posts .post.c3 .actions .btn{
	border:1px solid #ffffff;
}

.blog_posts .post.c3 .actions .btn:hover{
	background: #ffffff;
	color: #333333;
}

.blog_posts .post .categories{
	margin-top: 15px;
}

.blog_posts .post .title{
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 25px;
	font-weight: 300;
}

.blog_posts .post .description{
	margin-bottom: 15px;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.blog_posts .post .meta{
	margin-bottom: 15px;
	font-size:14px;
	font-weight: bold;
}

.blog_posts .post .meta .item{
	margin-right: 5px;
}

.blog_posts .post .meta .separator{
	margin-right: 5px;
}

.blog_posts .post .meta span i{
	margin-right: 7px;
	display: inline-block;
}

.post_view .media img{
	width: 100%;
}

.slideshow .owl-controls .owl-buttons .owl-prev,
.slideshow .owl-controls .owl-buttons .owl-next{
	font-size: 50px;
	height: 75px;
	width: 40px;
	color: #ffffff;
	background: transparent;
	overflow: hidden;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 99;
}

.slideshow .owl-controls .owl-buttons .owl-prev{
	left: 0;
}

.slideshow .owl-controls .owl-buttons .owl-next{
	right: 0;
}

.slideshow .owl-controls{
	margin: 0;
}

#home_slider .owl-pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	z-index: 10;
	text-align: center;
}

#home_slider .owl-controls .owl-page span{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #ffffff;
	border:1px solid transparent;
}

#home_slider .owl-controls .owl-page.active span{
	border:1px solid #ffffff;
	background: transparent;
}

.post_view .post_text{
	margin-bottom: 25px;
}

.post_view .tags{
	margin-bottom: 25px;
}

.post_view .tags .title{
	font-weight: bold;
	margin-bottom: 10px;
}

.post_view .about_author .title{
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}

.post_view .about_author{
	border: 1px solid #dedede;
	padding: 20px;
	margin-bottom: 25px;
}

.post_view .about_author img{
	width: 80px;
	height: 80px;
}

.post_view .comments{
	margin-top: 10px;
}

.post_view .comments > .title{
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-weight: bold;
}

.post_view .comments_list .comment img{
	width: 80px;
	height: 80px;
}

.post_view .comments_list .comment .title{
	font-weight: bold;
}

.post_view .comments_list .comment .title span{
	color: #777777;
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
}

.post_view .comments_list{
	margin-bottom: 25px;
}

.comment_form{
	padding: 0;
}

.comment_form .title{
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	font-weight: bold !important;
}

.comment_form .title i{
	margin-right: 10px;
}

.comment_form input[type="text"],
.comment_form textarea{
	width: 100%;
	padding:20px;
	border:1px solid #bebebe;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.comment_form textarea{
	min-height: 150px;
}

.comment_form input[type="text"]:hover,
.comment_form textarea:hover,
.comment_form input[type="text"]:focus,
.comment_form textarea:focus{
	border:1px solid #111111;
}

.comment_form form > div{
	margin-bottom: 30px;
}

.comment_form input[type="submit"]{
	float: right;
}

/*
===============================================
			10. Blog Sidebar
===============================================
*/

.sidebar .widgetbox{
	border-bottom: 1px solid #ededed;
}

.sidebar .widgetbox .body{
	padding: 15px;
}

.sidebar .widgetbox.search{
	padding:0;
	border-bottom: none;
}

.sidebar .widgetbox.search form{
	position: relative;
}

.sidebar .widgetbox.search input{
	width: 100%;
	border: none;
	padding: 20px;
	padding-right: 80px;
	color: #333333;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.sidebar .widgetbox.search input:hover,
.sidebar .widgetbox.search input:focus{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.sidebar .widgetbox.search button{
	border:none;
	background: transparent;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.sidebar .widgetbox.search button i{
	font-size: 20px;
	color: #333333;
	border-left: 1px solid #ededed;
	padding: 19px;
}

.sidebar .widgetbox.search form:hover button i,
.sidebar .widgetbox.search form:focus button i{
	border-left: 1px solid #999999;
}

.sidebar .widgetbox .title{
	font-weight: 700;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #ededed;
}

.sidebar .widgetbox ul{
	padding-left: 15px;
	list-style-type: square;
}

.sidebar .widgetbox ul li{
	margin-bottom: 15px;
}

.sidebar .widgetbox ul li a{
	font-size: 15px;
}

/*
===============================================
			11. Contact page
===============================================
*/

#gmap{
	height:500px;
}

#gmap img {
    max-width: none;
}

.contact_body{
	background: #fafafa;
}

.contact_body .leftside .item.c1{
	background: #f5f5f5;
}

.contact_body .leftside .item.c2{
	background: #ffffff;
}

.contact_body .leftside .item{
	padding: 40px 5px;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact_body .leftside .item i{
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 2px solid #111111;
	border-radius: 100px;
	font-size: 40px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact_body .leftside .item .title{
	font-weight: 600;
	margin-top: 15px;
}

.contact_body .leftside .item .text{
	font-size: 14px;
}

.contact_body .leftside .item:hover i{
	border:2px solid #ffffff;
	-moz-transform: rotate(360deg) translate(0px);
	-webkit-transform: rotate(360deg) translate(0px);
	-o-transform: rotate(360deg) translate(0px);
	transform: rotate(360deg) translate(0px);
}

.contact_body .leftside .item:hover a{
	color: #ffffff;
}

.contact_body .row > div{
	padding: 0;
}

.contact_body .social_icons{
	padding: 70px !important;
	text-align: center;
}

.contact_body .social_icons .response{
	border:0;
	border-radius: 0;
	margin-bottom: 30px;
	display: none;
}

.contact_body .social_icons a{
	margin-bottom: 10px;
	font-size: 25px;
	margin-right: 10px;
	font-weight: normal;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding:0;
	background: #ffffff;
	color: #999999;
}

.contact_body .social_icons a.facebook:hover{
	background: #3B5999 !important;
	color: #ffffff !important;
	border:1px solid transparent !important;
}

.contact_body .social_icons a.twitter:hover{
	background: #00BAFF !important;
	color: #ffffff !important;
	border:1px solid transparent !important;
}

.contact_body .social_icons a.googleplus:hover{
	background: #D94835 !important;
	color: #ffffff !important;
	border:1px solid transparent !important;
}

.contact_body .social_icons a.youtube:hover{
	background: #C8302D !important;
	color: #ffffff !important;
	border:1px solid transparent !important;
}

.contact_body .social_icons a.github:hover{
	background: #7197B0 !important;
	color: #ffffff !important;
	border:1px solid transparent !important;
}

.contact_body .social_icons a.dribbble:hover{
	background: #E44D87 !important;
	color: #ffffff !important;
	border:1px solid transparent !important;
}

.contact_body .social_icons a.linkedin:hover{
	background: #007BB6 !important;
	color: #ffffff !important;
	border:1px solid transparent !important;
}

.contact_body .social_icons a.skype:hover{
	background: #00A8E9 !important;
	color: #ffffff !important;
	border:1px solid transparent !important;
}

.contact_body .rightside .title{
	margin: 0;
	font-weight: 700;
	text-align: center;
	padding: 70px 0;
}

.contact_body .rightside .contact_form{
	padding: 64px;
}

.contact_body .rightside .contact_form > div{
	padding: 0;
}

.contact_body .rightside .contact_form input[type="text"],
.contact_body .rightside .contact_form textarea{
	width: 100%;
	border:2px solid #bebebe;
	background: #ffffff;
	padding: 25px;
	margin-bottom: 25px;
	font-size: 16px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact_body .rightside .contact_form input[type="text"].contains_error,
.contact_body .rightside .contact_form textarea.contains_error{
	border:2px solid #ff0000;
}

.contact_body .rightside .contact_form textarea{
	min-height: 145px;
	min-width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}

.contact_body .rightside .contact_form textarea:hover,
.contact_body .rightside .contact_form input[type="text"]:hover,
.contact_body .rightside .contact_form textarea:focus,
.contact_body .rightside .contact_form input[type="text"]:focus{
	border:2px solid #111111;
}

.contact_body .rightside .send_message{
	width: 100%;
	padding: 25px;
}

.contact_body .rightside .contact_form .name_outer{
	padding-right: 12.5px;
}

.contact_body .rightside .contact_form .email_outer{
	padding-left: 12.5px;
}

#contact{
	padding-bottom: 0;
}

/*
===============================================
			12. Footer
===============================================
*/

#footer{
	text-align: center;
	padding: 40px;
	background: #38857f;
	color: #ffffff;
}

#footer a{
	color: #ffffff;
}

/*
===============================================
			13. Tweets Section
===============================================
*/

.tweets_section{
	padding-top: 70px;
	padding-bottom: 70px;
	background: #fafafa;
}

.tweets_feed{
	text-align: center;
	padding: 25px;
}

.tweets_feed .tweet{
	position: relative;
	text-align: center;
}

.tweets_feed .tweet .icon{
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #999999;
	background: #ffffff;
	color: #2dbcff;
	border-radius: 100px;
	font-size: 60px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.tweets_feed .tweet .text{
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 15px;
}

.tweets_feed .tweet .date{
	font-size: 16px;
}

/*
===============================================
			14. Call To Action Section
===============================================
*/

.call_to_action{
	padding: 70px;
	text-align: center;
}

.call_to_action .text{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 30px;
	letter-spacing: 3.2px;
}

.call_to_action .btns a{
	border: 1px solid #ffffff;
	background: transparent;
	color: #ffffff;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2.2px;
}

.call_to_action .btns a:hover{
	border:1px solid transparent;
	background: #111111;
}


.scroll_to_top {
	position: fixed;
	bottom: 90px;
	right: 15px;
	background: #ffffff;
	border: 1px solid #bebebe;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #333333;
	font-size: 25px;
	z-index: 9999;
	display: none;
	cursor: pointer;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.scroll_to_top:hover{
	background: #111111;
	color: #ffffff;
	border:1px solid transparent;
}

.blog_header{
	padding:70px;
	text-align: center;
background: #419cae;height:40px;padding-top: 30px;
}
.blog_header .text{
	font-family: 'Raleway', sans-serif;font-weight: 300;
	margin-bottom: 30px;letter-spacing: 1px;
	font-size: 9pt;padding-top: 34px;text-align: right;
	padding-right:33px; 
}
.textlink{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	margin-bottom: 1px;
font-size: 12pt;text-align: center;
}
/*
===============================================
			15. Social Icons
===============================================
*/


.social_icon{
	font-size: 15px;
	padding: 10px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

a.facebook_bg:hover{
	background: #3B5999 !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.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;
}

/*
===============================================
			16. Pricing Tables
===============================================
*/

.pricing_items{
	padding-top: 25px;
	padding-bottom: 25px;
}

.pricing_tables .ititle{
	text-align: center;
	margin-bottom: 60px;
}

.pricing_tables .items .item{
	text-align: center;
	border:1px solid #dedede;
}

.pricing_tables .items .item > div{
	padding: 15px;
}

.pricing_tables .items .item .title{
	background: #ffffff;
	margin: 0;
	padding: 15px;
}

.pricing_tables .items .item .price{
	background: #fafafa;
	font-size:40px;
	font-weight: 700;
	padding-bottom: 0;
}

.pricing_tables .items .item .cycle{
	background: #fafafa;
	font-size: 14px;
	color: #999999;
	padding-top: 0;
}

.pricing_tables .items .item .features{
	background: #ffffff;
}

.pricing_tables .items .item .features ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.pricing_tables .items .item .features ul li{
	padding: 10px;
}

.pricing_tables .items .item .features ul li i{
	display: inline-block;
	margin-right: 10px;
}

.pricing_tables .items .item .actions{
	padding: 0;
}

.pricing_tables .items .item .actions a.get_it{
	width: 100%;
}

.pricing_tables .items .item.promote .title{
	color: #ffffff;
}

.pricing_tables .items .item.promote .price{
	color: #ffffff;
}

.pricing_tables .items .item.promote .cycle{
	color: #ededed;
}


/*
===============================================
			16. Misc
===============================================
*/

.tabs_selector{
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
	font-size: 0;
}

.tabs_selector li{
	display: inline-block;
	font-size: 13px;
}

.tabs_selector a{
	padding: 15px;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}

.tabs_selector a.active,
.tabs_selector a:hover{
	background: #dedede;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	color: #111111;
}

.tabs .tab{
	display: none;
	padding: 15px;
}

.tabs .tab.active{
	display: block;
}


.alert{
	border-radius: 0;
}

.alert .close_alert{
	float: right;
	color: #333333;
	text-decoration: none;
}

.alert .close_alert:hover{
	color: #111111;
}

.accordion .atitle{
	padding: 13px;
	font-size: 15px;
	border: 1px solid #dddddd;
	background: #ffffff;
	margin-bottom: -1px;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.accordion .atitle i{
	float: right;
	color: #000000;
	opacity: 0.7;
	font-size: 22px;
	background: transparent !important;
}

.accordion .atitle:hover{
	cursor: pointer;
	background: #f5f5f5;
}

.accordion .atitle:hover i{
	opacity: 1;
}

.accordion .atitle.active{
	display: block;
	color: #ffffff;
}

.accordion .atitle.active i{
	color: #ffffff;
	opacity: 1;
}

.accordion .atext{
	display: none;
	padding:13px;
}

.accordion .atext.active{
	display: block;
}

.dropcaps {
	float: left;
	display: inline-block;
	margin-right: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 1em;
	font-style: normal;
	padding: 20px;
	background: #333333;
	color: #ffffff;
	width: 85px;
	height: 85px;
	text-align: center;
}

.btn{
	text-align: center;
	border-radius: 0;
	padding: 10px 15px;
	background: transparent;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btn.active,
.btn:hover{
	background: #111111 !important;
	color: #ffffff !important;
	box-shadow: none !important;
}


.iconbtn i{
	margin-right: 15px;
}

.btn.small{
	padding:5px 10px;
}

.btn.large{
	padding:15px 20px;
}

.btn.blue,
.btn.red,
.btn.yellow,
.btn.green,
.btn.purple,
.btn.pink,
.btn.black,
.btn.carrot,
.btn.darkturqoise,
.btn.darkred{
	background: #555555 !important;
}

.btn.blue:hover,
.btn.blue.active{
	background: #0087e0 !important;
	color:#ffffff !important;
}

.btn.blue.reverse{
	background: #0087e0 !important;
	color:#ffffff !important;
}

.btn.red:hover,
.btn.red.active{
	background: #FF443A !important;
	color:#ffffff !important;
}

.btn.red.reverse{
	background: #FF443A !important;
	color:#ffffff !important;
}

.btn.yellow:hover,
.btn.yellow.active{
	background: #F3E800 !important;
	color:#333333 !important;
}

.btn.yellow.reverse{
	background: #F3E800 !important;
	color:#333333 !important;
}

.btn.green:hover,
.btn.green.active{
	background: #4DD530 !important;
	color:#ffffff !important;
}

.btn.green.reverse{
	background: #4DD530 !important;
	color:#ffffff !important;
}

.btn.purple:hover,
.btn.purple.active{
	background: #7C2EAA !important;
	color:#ffffff !important;
}

.btn.purple.reverse{
	background: #7C2EAA !important;
	color:#ffffff !important;
}

.btn.pink:hover,
.btn.pink.active{
	background: #CE2F86 !important;
	color:#ffffff !important;
}

.btn.pink.reverse{
	background: #CE2F86 !important;
	color:#ffffff !important;
}

.btn.black:hover,
.btn.black.active{
	background: #333333 !important;
	color:#ffffff !important;
}

.btn.black.reverse{
	background: #333333 !important;
	color:#ffffff !important;
}

.btn.carrot:hover,
.btn.carrot.active{
	background: #FF883A !important;
	color:#ffffff !important;
}

.btn.carrot.reverse{
	background: #FF883A !important;
	color:#ffffff !important;
}

.btn.darkturqoise:hover,
.btn.darkturqoise.active{
	background: #25A38A !important;
	color:#ffffff !important;
}

.btn.darkturqoise.reverse{
	background: #25A38A !important;
	color:#ffffff !important;
}

.btn.darkred:hover,
.btn.darkred.active{
	background: #A2121D !important;
	color:#ffffff !important;
}

.btn.darkred.reverse{
	background: #A2121D !important;
	color:#ffffff !important;
}

.btn.reverse:hover,
.btn.reverse.active{
	background: #111111 !important;
	color:#ffffff !important;
}


/*
===============================================
			17. Theme Colors
===============================================
*/

/* THEME 1 */

.theme_configs .themes .theme_1{
	background: #0087e0;
}

body.theme_1 .color,
body.theme_1 .navbar .menu li a:hover,
body.theme_1 .navbar .menu li.active a{
	color: #0087e0;
}


body.theme_1 .parallax_item.newsletter button span:hover,
body.theme_1 .contact_body .leftside .item:hover,
body.theme_1 .contact_body .rightside .title,
body.theme_1 .call_to_action,
body.theme_1 .navbar .menu li ul.dropdown li a:hover,
body.theme_1 .accordion .atitle:hover,
body.theme_1 .accordion .atitle:hover i,
body.theme_1 .accordion .atitle.active,
body.theme_1 .tabs_selector a.active,
body.theme_1 .about_block .item:hover .title i,
body.theme_1 .phone_section .list li:hover i{
	background: #0087e0;
	color: #ffffff;
}

body.theme_1 .quote_box,
body.theme_1 .services .item.c1,
body.theme_1 .personal_info_items .item_outer .item:hover .icon,
body.theme_1 .skill_outer .skill_section .items .item .bars .skill_bar_inner,
body.theme_1 .work_method_items .item:hover .icon_outer,
body.theme_1 .work_method_items .item.inv:hover,
body.theme_1 .work_method_items .item.colored .icon_outer,
body.theme_1 .work_method_items .item.inv.colored,
body.theme_1 .blog_posts .post.c3,
body.theme_1 .pricing_tables .items .item.promote .title{
	background: #0087e0;
}

body.theme_1 .services .item.c2,
body.theme_1 .personal_info_items .item_outer .item:hover .data,
body.theme_1 .work_method_items .item:hover,
body.theme_1 .work_method_items .item.inv:hover .icon_outer,
body.theme_1 .work_method_items .item.colored,
body.theme_1 .work_method_items .item.inv.colored .icon_outer,
body.theme_1 .pricing_tables .items .item.promote .price,
body.theme_1 .pricing_tables .items .item.promote .cycle{
	background: #0f91e7;
}

body.theme_1 .services .item.c3{
	background: #1a9aee;
}

body.theme_1 .section_block .section_title .title > span .b1{
	border-left: 1px solid #0087e0;
	border-bottom: 1px solid #0087e0;
}

body.theme_1 .section_block .section_title .title > span .b2{
	border-right: 1px solid #0087e0;
	border-top: 1px solid #0087e0;
}

body.theme_1 .navbar .menu li ul.dropdown{
	border-left: 4px solid #0087e0;
}

body.theme_1 .some_stats_items .item:hover .icon .border{
	border: 7px solid #0087e0;
}
/*body.theme_1 .btn-group a{background: none;}
body.theme_1 .btn-group a:hover {background: #ededed !important;}*/

/* THEME 2 */

.theme_configs .themes .theme_2{
	background: #FF443A;
}

body.theme_2 .color,
body.theme_2 .navbar .menu li a:hover,
body.theme_2 .navbar .menu li.active a{
	color: #FF443A;
}

body.theme_2 .btn,
body.theme_2 .parallax_item.newsletter button span:hover,
body.theme_2 .contact_body .leftside .item:hover,
body.theme_2 .contact_body .rightside .title,
body.theme_2 .call_to_action,
body.theme_2 .navbar .menu li ul.dropdown li a:hover,
body.theme_2 .accordion .atitle:hover,
body.theme_2 .accordion .atitle:hover i,
body.theme_2 .accordion .atitle.active,
body.theme_2 .tabs_selector a.active,
body.theme_2 .about_block .item:hover .title i,
body.theme_2 .phone_section .list li:hover i{
	background: #FF443A;
	color: #ffffff;
}

body.theme_2 .quote_box,
body.theme_2 .services .item.c1,
body.theme_2 .personal_info_items .item_outer .item:hover .icon,
body.theme_2 .skill_outer .skill_section .items .item .bars .skill_bar_inner,
body.theme_2 .work_method_items .item:hover .icon_outer,
body.theme_2 .work_method_items .item.inv:hover,
body.theme_2 .work_method_items .item.colored .icon_outer,
body.theme_2 .work_method_items .item.inv.colored,
body.theme_2 .blog_posts .post.c3,
body.theme_2 .pricing_tables .items .item.promote .title,
body.theme_2 #home_slider .slide .captions h1.title .txt1{
	background: #FF443A;
}

body.theme_2 .services .item.c2,
body.theme_2 .personal_info_items .item_outer .item:hover .data,
body.theme_2 .work_method_items .item:hover,
body.theme_2 .work_method_items .item.inv:hover .icon_outer,
body.theme_2 .work_method_items .item.colored,
body.theme_2 .work_method_items .item.inv.colored .icon_outer,
body.theme_2 .pricing_tables .items .item.promote .price,
body.theme_2 .pricing_tables .items .item.promote .cycle{
	background: #FF665E;
}

body.theme_2 .services .item.c3{
	background: #FF8E88;
}

body.theme_2 .section_block .section_title .title > span .b1{
	border-left: 1px solid #FF443A;
	border-bottom: 1px solid #FF443A;
}

body.theme_2 .section_block .section_title .title > span .b2{
	border-right: 1px solid #FF443A;
	border-top: 1px solid #FF443A;
}

body.theme_2 .navbar .menu li ul.dropdown{
	border-left: 4px solid #FF443A;
}

body.theme_2 .some_stats_items .item:hover .icon .border{
	border: 7px solid #FF443A;
}

/* THEME 3 */

.theme_configs .themes .theme_3{
	background: #A08600;
}

body.theme_3 .color,
body.theme_3 .navbar .menu li a:hover,
body.theme_3 .navbar .menu li.active a{
	color: #A08600;
}

body.theme_3 .btn,
body.theme_3 .parallax_item.newsletter button span:hover,
body.theme_3 .contact_body .leftside .item:hover,
body.theme_3 .contact_body .rightside .title,
body.theme_3 .call_to_action,
body.theme_3 .navbar .menu li ul.dropdown li a:hover,
body.theme_3 .accordion .atitle:hover,
body.theme_3 .accordion .atitle:hover i,
body.theme_3 .accordion .atitle.active,
body.theme_3 .tabs_selector a.active,
body.theme_3 .about_block .item:hover .title i,
body.theme_3 .phone_section .list li:hover i{
	background: #A08600;
	color: #ffffff;
}

body.theme_3 .quote_box,
body.theme_3 .services .item.c1,
body.theme_3 .personal_info_items .item_outer .item:hover .icon,
body.theme_3 .skill_outer .skill_section .items .item .bars .skill_bar_inner,
body.theme_3 .work_method_items .item:hover .icon_outer,
body.theme_3 .work_method_items .item.inv:hover,
body.theme_3 .work_method_items .item.colored .icon_outer,
body.theme_3 .work_method_items .item.inv.colored,
body.theme_3 .blog_posts .post.c3,
body.theme_3 .pricing_tables .items .item.promote .title,
body.theme_3 #home_slider .slide .captions h1.title .txt1{
	background: #A08600;
}

body.theme_3 .services .item.c2,
body.theme_3 .personal_info_items .item_outer .item:hover .data,
body.theme_3 .work_method_items .item:hover,
body.theme_3 .work_method_items .item.inv:hover .icon_outer,
body.theme_3 .work_method_items .item.colored,
body.theme_3 .work_method_items .item.inv.colored .icon_outer,
body.theme_3 .pricing_tables .items .item.promote .price,
body.theme_3 .pricing_tables .items .item.promote .cycle{
	background: #C4A400;
}

body.theme_3 .services .item.c3{
	background: #F5D00F;
}

body.theme_3 .section_block .section_title .title > span .b1{
	border-left: 1px solid #A08600;
	border-bottom: 1px solid #A08600;
}

body.theme_3 .section_block .section_title .title > span .b2{
	border-right: 1px solid #A08600;
	border-top: 1px solid #A08600;
}

body.theme_3 .navbar .menu li ul.dropdown{
	border-left: 4px solid #A08600;
}

body.theme_3 .some_stats_items .item:hover .icon .border{
	border: 7px solid #A08600;
}

/* THEME 4 */

.theme_configs .themes .theme_4{
	background: #0B7900;
}

body.theme_4 .color,
body.theme_4 .navbar .menu li a:hover,
body.theme_4 .navbar .menu li.active a{
	color: #0B7900;
}

body.theme_4 .btn,
body.theme_4 .parallax_item.newsletter button span:hover,
body.theme_4 .contact_body .leftside .item:hover,
body.theme_4 .contact_body .rightside .title,
body.theme_4 .call_to_action,
body.theme_4 .navbar .menu li ul.dropdown li a:hover,
body.theme_4 .accordion .atitle:hover,
body.theme_4 .accordion .atitle:hover i,
body.theme_4 .accordion .atitle.active,
body.theme_4 .tabs_selector a.active,
body.theme_4 .about_block .item:hover .title i,
body.theme_4 .phone_section .list li:hover i{
	background: #0B7900;
	color: #ffffff;
}

body.theme_4 .quote_box,
body.theme_4 .services .item.c1,
body.theme_4 .personal_info_items .item_outer .item:hover .icon,
body.theme_4 .skill_outer .skill_section .items .item .bars .skill_bar_inner,
body.theme_4 .work_method_items .item:hover .icon_outer,
body.theme_4 .work_method_items .item.inv:hover,
body.theme_4 .work_method_items .item.colored .icon_outer,
body.theme_4 .work_method_items .item.inv.colored,
body.theme_4 .blog_posts .post.c3,
body.theme_4 .pricing_tables .items .item.promote .title,
body.theme_4 #home_slider .slide .captions h1.title .txt1{
	background: #0B7900;
}

body.theme_4 .services .item.c2,
body.theme_4 .personal_info_items .item_outer .item:hover .data,
body.theme_4 .work_method_items .item:hover,
body.theme_4 .work_method_items .item.inv:hover .icon_outer,
body.theme_4 .work_method_items .item.colored,
body.theme_4 .work_method_items .item.inv.colored .icon_outer,
body.theme_4 .pricing_tables .items .item.promote .price,
body.theme_4 .pricing_tables .items .item.promote .cycle{
	background: #16920A;
}

body.theme_4 .services .item.c3{
	background: #2CB41E;
}

body.theme_4 .section_block .section_title .title > span .b1{
	border-left: 1px solid #0B7900;
	border-bottom: 1px solid #0B7900;
}

body.theme_4 .section_block .section_title .title > span .b2{
	border-right: 1px solid #0B7900;
	border-top: 1px solid #0B7900;
}

body.theme_4 .navbar .menu li ul.dropdown{
	border-left: 4px solid #0B7900;
}

body.theme_4 .some_stats_items .item:hover .icon .border{
	border: 7px solid #0B7900;
}

/* THEME 5 */

.theme_configs .themes .theme_5{
	background: #7C2EAA;
}

body.theme_5 .color,
body.theme_5 .navbar .menu li a:hover,
body.theme_5 .navbar .menu li.active a{
	color: #7C2EAA;
}

body.theme_5 .btn,
body.theme_5 .parallax_item.newsletter button span:hover,
body.theme_5 .contact_body .leftside .item:hover,
body.theme_5 .contact_body .rightside .title,
body.theme_5 .call_to_action,
body.theme_5 .navbar .menu li ul.dropdown li a:hover,
body.theme_5 .accordion .atitle:hover,
body.theme_5 .accordion .atitle:hover i,
body.theme_5 .accordion .atitle.active,
body.theme_5 .tabs_selector a.active,
body.theme_5 .about_block .item:hover .title i,
body.theme_5 .phone_section .list li:hover i{
	background: #7C2EAA;
	color: #ffffff;
}

body.theme_5 .quote_box,
body.theme_5 .services .item.c1,
body.theme_5 .personal_info_items .item_outer .item:hover .icon,
body.theme_5 .skill_outer .skill_section .items .item .bars .skill_bar_inner,
body.theme_5 .work_method_items .item:hover .icon_outer,
body.theme_5 .work_method_items .item.inv:hover,
body.theme_5 .work_method_items .item.colored .icon_outer,
body.theme_5 .work_method_items .item.inv.colored,
body.theme_5 .blog_posts .post.c3,
body.theme_5 .pricing_tables .items .item.promote .title,
body.theme_5 #home_slider .slide .captions h1.title .txt1{
	background: #7C2EAA;
}

body.theme_5 .services .item.c2,
body.theme_5 .personal_info_items .item_outer .item:hover .data,
body.theme_5 .work_method_items .item:hover,
body.theme_5 .work_method_items .item.inv:hover .icon_outer,
body.theme_5 .work_method_items .item.colored,
body.theme_5 .work_method_items .item.inv.colored .icon_outer,
body.theme_5 .pricing_tables .items .item.promote .price,
body.theme_5 .pricing_tables .items .item.promote .cycle{
	background: #924CBC;
}

body.theme_5 .services .item.c3{
	background: #B176D3;
}

body.theme_5 .section_block .section_title .title > span .b1{
	border-left: 1px solid #7C2EAA;
	border-bottom: 1px solid #7C2EAA;
}

body.theme_5 .section_block .section_title .title > span .b2{
	border-right: 1px solid #7C2EAA;
	border-top: 1px solid #7C2EAA;
}

body.theme_5 .navbar .menu li ul.dropdown{
	border-left: 4px solid #7C2EAA;
}

body.theme_5 .some_stats_items .item:hover .icon .border{
	border: 7px solid #7C2EAA;
}

/* THEME 6 */

.theme_configs .themes .theme_6{
	background: #CE2F86;
}

body.theme_6 .color,
body.theme_6 .navbar .menu li a:hover,
body.theme_6 .navbar .menu li.active a{
	color: #CE2F86;
}

body.theme_6 .btn,
body.theme_6 .parallax_item.newsletter button span:hover,
body.theme_6 .contact_body .leftside .item:hover,
body.theme_6 .contact_body .rightside .title,
body.theme_6 .call_to_action,
body.theme_6 .navbar .menu li ul.dropdown li a:hover,
body.theme_6 .accordion .atitle:hover,
body.theme_6 .accordion .atitle:hover i,
body.theme_6 .accordion .atitle.active,
body.theme_6 .tabs_selector a.active,
body.theme_6 .about_block .item:hover .title i,
body.theme_6 .phone_section .list li:hover i{
	background: #CE2F86;
	color: #ffffff;
}

body.theme_6 .quote_box,
body.theme_6 .services .item.c1,
body.theme_6 .personal_info_items .item_outer .item:hover .icon,
body.theme_6 .skill_outer .skill_section .items .item .bars .skill_bar_inner,
body.theme_6 .work_method_items .item:hover .icon_outer,
body.theme_6 .work_method_items .item.inv:hover,
body.theme_6 .work_method_items .item.colored .icon_outer,
body.theme_6 .work_method_items .item.inv.colored,
body.theme_6 .blog_posts .post.c3,
body.theme_6 .pricing_tables .items .item.promote .title,
body.theme_6 #home_slider .slide .captions h1.title .txt1{
	background: #CE2F86;
}

body.theme_6 .services .item.c2,
body.theme_6 .personal_info_items .item_outer .item:hover .data,
body.theme_6 .work_method_items .item:hover,
body.theme_6 .work_method_items .item.inv:hover .icon_outer,
body.theme_6 .work_method_items .item.colored,
body.theme_6 .work_method_items .item.inv.colored .icon_outer,
body.theme_6 .pricing_tables .items .item.promote .price,
body.theme_6 .pricing_tables .items .item.promote .cycle{
	background: #D9509B;
}

body.theme_6 .services .item.c3{
	background: #E67BB5;
}

body.theme_6 .section_block .section_title .title > span .b1{
	border-left: 1px solid #CE2F86;
	border-bottom: 1px solid #CE2F86;
}

body.theme_6 .section_block .section_title .title > span .b2{
	border-right: 1px solid #CE2F86;
	border-top: 1px solid #CE2F86;
}

body.theme_6 .navbar .menu li ul.dropdown{
	border-left: 4px solid #CE2F86;
}

body.theme_6 .some_stats_items .item:hover .icon .border{
	border: 7px solid #CE2F86;
}

/* THEME 7 */

.theme_configs .themes .theme_7{
	background: #222222;
}

body.theme_7 .color,
body.theme_7 .navbar .menu li a:hover,
body.theme_7 .navbar .menu li.active a{
	color: #222222;
}

body.theme_7 .btn,
body.theme_7 .parallax_item.newsletter button span:hover,
body.theme_7 .contact_body .leftside .item:hover,
body.theme_7 .contact_body .rightside .title,
body.theme_7 .call_to_action,
body.theme_7 .navbar .menu li ul.dropdown li a:hover,
body.theme_7 .accordion .atitle:hover,
body.theme_7 .accordion .atitle:hover i,
body.theme_7 .accordion .atitle.active,
body.theme_7 .tabs_selector a.active,
body.theme_7 .about_block .item:hover .title i,
body.theme_7 .phone_section .list li:hover i{
	background: #222222;
	color: #ffffff;
}

body.theme_7 .quote_box,
body.theme_7 .services .item.c1,
body.theme_7 .personal_info_items .item_outer .item:hover .icon,
body.theme_7 .skill_outer .skill_section .items .item .bars .skill_bar_inner,
body.theme_7 .work_method_items .item:hover .icon_outer,
body.theme_7 .work_method_items .item.inv:hover,
body.theme_7 .work_method_items .item.colored .icon_outer,
body.theme_7 .work_method_items .item.inv.colored,
body.theme_7 .blog_posts .post.c3,
body.theme_7 .pricing_tables .items .item.promote .title,
body.theme_7 #home_slider .slide .captions h1.title .txt1{
	background: #222222;
}

body.theme_7 .services .item.c2,
body.theme_7 .personal_info_items .item_outer .item:hover .data,
body.theme_7 .work_method_items .item:hover,
body.theme_7 .work_method_items .item.inv:hover .icon_outer,
body.theme_7 .work_method_items .item.colored,
body.theme_7 .work_method_items .item.inv.colored .icon_outer,
body.theme_7 .pricing_tables .items .item.promote .price,
body.theme_7 .pricing_tables .items .item.promote .cycle{
	background: #5E5E5E;
}

body.theme_7 .services .item.c3{
	background: #929191;
}

body.theme_7 .section_block .section_title .title > span .b1{
	border-left: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

body.theme_7 .section_block .section_title .title > span .b2{
	border-right: 1px solid #222222;
	border-top: 1px solid #222222;
}

body.theme_7 .navbar .menu li ul.dropdown{
	border-left: 4px solid #222222;
}

body.theme_7 .some_stats_items .item:hover .icon .border{
	border: 7px solid #222222;
}

/* THEME 8 */

.theme_configs .themes .theme_8{
	background: #EF6309;
}

body.theme_8 .color,
body.theme_8 .navbar .menu li a:hover,
body.theme_8 .navbar .menu li.active a{
	color: #EF6309;
}

body.theme_8 .btn,
body.theme_8 .parallax_item.newsletter button span:hover,
body.theme_8 .contact_body .leftside .item:hover,
body.theme_8 .contact_body .rightside .title,
body.theme_8 .call_to_action,
body.theme_8 .navbar .menu li ul.dropdown li a:hover,
body.theme_8 .accordion .atitle:hover,
body.theme_8 .accordion .atitle:hover i,
body.theme_8 .accordion .atitle.active,
body.theme_8 .tabs_selector a.active,
body.theme_8 .about_block .item:hover .title i,
body.theme_8 .phone_section .list li:hover i{
	background: #EF6309;
	color: #ffffff;
}

body.theme_8 .quote_box,
body.theme_8 .services .item.c1,
body.theme_8 .personal_info_items .item_outer .item:hover .icon,
body.theme_8 .skill_outer .skill_section .items .item .bars .skill_bar_inner,
body.theme_8 .work_method_items .item:hover .icon_outer,
body.theme_8 .work_method_items .item.inv:hover,
body.theme_8 .work_method_items .item.colored .icon_outer,
body.theme_8 .work_method_items .item.inv.colored,
body.theme_8 .blog_posts .post.c3,
body.theme_8 .pricing_tables .items .item.promote .title,
body.theme_8 #home_slider .slide .captions h1.title .txt1{
	background: #EF6309;
}

body.theme_8 .services .item.c2,
body.theme_8 .personal_info_items .item_outer .item:hover .data,
body.theme_8 .work_method_items .item:hover,
body.theme_8 .work_method_items .item.inv:hover .icon_outer,
body.theme_8 .work_method_items .item.colored,
body.theme_8 .work_method_items .item.inv.colored .icon_outer,
body.theme_8 .pricing_tables .items .item.promote .price,
body.theme_8 .pricing_tables .items .item.promote .cycle{
	background: #FF883A;
}

body.theme_8 .services .item.c3{
	background: #FF9D5E;
}

body.theme_8 .section_block .section_title .title > span .b1{
	border-left: 1px solid #EF6309;
	border-bottom: 1px solid #EF6309;
}

body.theme_8 .section_block .section_title .title > span .b2{
	border-right: 1px solid #EF6309;
	border-top: 1px solid #EF6309;
}

body.theme_8 .navbar .menu li ul.dropdown{
	border-left: 4px solid #EF6309;
}

body.theme_8 .some_stats_items .item:hover .icon .border{
	border: 7px solid #EF6309;
}

/* THEME 9 */

.theme_configs .themes .theme_9{
	background: #25A38A;
}

body.theme_9 .color,
body.theme_9 .navbar .menu li a:hover,
body.theme_9 .navbar .menu li.active a{
	color: #25A38A;
}

body.theme_9 .parallax_item.newsletter button span:hover,
body.theme_9 .contact_body .leftside .item:hover,
body.theme_9 .contact_body .rightside .title,
body.theme_9 .call_to_action,
body.theme_9 .navbar .menu li ul.dropdown li a:hover,
body.theme_9 .accordion .atitle:hover,
body.theme_9 .accordion .atitle:hover i,
body.theme_9 .accordion .atitle.active,
body.theme_9 .tabs_selector a.active,
body.theme_9 .about_block .item:hover .title i,
body.theme_9 .phone_section .list li:hover i{
	background: #25A38A;
	color: #ffffff;
}

body.theme_9 .quote_box,
body.theme_9 .services .item.c1,
body.theme_9 .personal_info_items .item_outer .item:hover .icon,
body.theme_9 .skill_outer .skill_section .items .item .bars .skill_bar_inner,
body.theme_9 .work_method_items .item:hover .icon_outer,
body.theme_9 .work_method_items .item.inv:hover,
body.theme_9 .work_method_items .item.colored .icon_outer,
body.theme_9 .work_method_items .item.inv.colored,
body.theme_9 .blog_posts .post.c3,
body.theme_9 .pricing_tables .items .item.promote .title,
body.theme_9 #home_slider .slide .captions h1.title .txt1{
	background: #25A38A;
}

body.theme_9 .services .item.c2,
body.theme_9 .personal_info_items .item_outer .item:hover .data,
body.theme_9 .work_method_items .item:hover,
body.theme_9 .work_method_items .item.inv:hover .icon_outer,
body.theme_9 .work_method_items .item.colored,
body.theme_9 .work_method_items .item.inv.colored .icon_outer,
body.theme_9 .pricing_tables .items .item.promote .price,
body.theme_9 .pricing_tables .items .item.promote .cycle{
	background: #43B7A0;
}

body.theme_9 .services .item.c3{
	background: #6FD0BD;
}

body.theme_9 .section_block .section_title .title > span .b1{
	border-left: 1px solid #25A38A;
	border-bottom: 1px solid #25A38A;
}

body.theme_9 .section_block .section_title .title > span .b2{
	border-right: 1px solid #25A38A;
	border-top: 1px solid #25A38A;
}

body.theme_9 .navbar .menu li ul.dropdown{
	border-left: 4px solid #25A38A;
}

body.theme_9 .some_stats_items .item:hover .icon .border{
	border: 7px solid #25A38A;
}

/* THEME 10 */

.theme_configs .themes .theme_10{
	background: #A2121D;
}

body.theme_10 .color,
body.theme_10 .navbar .menu li a:hover,
body.theme_10 .navbar .menu li.active a{
	color: #A2121D;
}

body.theme_10 .btn,
body.theme_10 .parallax_item.newsletter button span:hover,
body.theme_10 .contact_body .leftside .item:hover,
body.theme_10 .contact_body .rightside .title,
body.theme_10 .call_to_action,
body.theme_10 .navbar .menu li ul.dropdown li a:hover,
body.theme_10 .accordion .atitle:hover,
body.theme_10 .accordion .atitle:hover i,
body.theme_10 .accordion .atitle.active,
body.theme_10 .tabs_selector a.active,
body.theme_10 .about_block .item:hover .title i,
body.theme_10 .phone_section .list li:hover i{
	background: #A2121D;
	color: #ffffff;
}

body.theme_10 .quote_box,
body.theme_10 .services .item.c1,
body.theme_10 .personal_info_items .item_outer .item:hover .icon,
body.theme_10 .skill_outer .skill_section .items .item .bars .skill_bar_inner,
body.theme_10 .work_method_items .item:hover .icon_outer,
body.theme_10 .work_method_items .item.inv:hover,
body.theme_10 .work_method_items .item.colored .icon_outer,
body.theme_10 .work_method_items .item.inv.colored,
body.theme_10 .blog_posts .post.c3,
body.theme_10 .pricing_tables .items .item.promote .title,
body.theme_10 #home_slider .slide .captions h1.title .txt1{
	background: #A2121D;
}

body.theme_10 .services .item.c2,
body.theme_10 .personal_info_items .item_outer .item:hover .data,
body.theme_10 .work_method_items .item:hover,
body.theme_10 .work_method_items .item.inv:hover .icon_outer,
body.theme_10 .work_method_items .item.colored,
body.theme_10 .work_method_items .item.inv.colored .icon_outer,
body.theme_10 .pricing_tables .items .item.promote .price,
body.theme_10 .pricing_tables .items .item.promote .cycle{
	background: #CA2632;
}

body.theme_10 .services .item.c3{
	background: #DC515C;
}

body.theme_10 .section_block .section_title .title > span .b1{
	border-left: 1px solid #A2121D;
	border-bottom: 1px solid #A2121D;
}

body.theme_10 .section_block .section_title .title > span .b2{
	border-right: 1px solid #A2121D;
	border-top: 1px solid #A2121D;
}

body.theme_10 .navbar .menu li ul.dropdown{
	border-left: 4px solid #A2121D;
}

body.theme_10 .some_stats_items .item:hover .icon .border{
	border: 7px solid #A2121D;
}



/*
===============================================
			18. 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) {


}


@media only screen and (min-width: 991px) and (max-width: 1640px) {
	.about_user .info,
	.about_user.vcard .info{
		padding: 25px;
	}

}

@media only screen and (min-width: 991px) {

	.navbar > ul{
		display: block !important;
	}

	.navbar .navbar_handle{
		display: none;
	}

	.navbar{
		display: block !important;
	}
}

@media only screen and (max-width: 991px) {

	.about_user.vcard .info{
		padding: 15px;
	}

	.about_user .info{
		height: auto !important;
		padding: 15px;
		text-align: center;
	}

	.about_user .info .buttons.social a{
		margin-right: 7px;
		margin-bottom: 7px;
	}

	.about_user .info .name{
		font-size: 50px;
	}

	.about_user .info .headline{
		font-size: 25px;
	}

	.about_user .info .buttons.social{
		margin-bottom: 0;
	}

	.testimonial_items .item{
		text-align: center;
	}

	.testimonial_items .item .avatar{
		text-align: center;
		margin-bottom: 15px;
	}

	.some_stats_items .item{
		margin-bottom: 25px;
	}

	.parallax_item.newsletter input{
		margin-bottom: 15px;
	}

	.contact_body .rightside .contact_form .name_outer,
	.contact_body .rightside .contact_form .email_outer{
		padding: 0;
	}

	.contact_body .rightside .contact_form{
		padding: 25px;
	}

	.navbar .menu{
		display: none;
		width: 100%;
		float: none;
	}

	.navbar .menu li{
		width: 100%;
		text-align: center;
	}

	.navbar .menu li a{
		width: 100%;
	}

	.navbar .navbar_handle{
		display: block;
		text-align: center;
	}

	.navbar .menu li ul.dropdown{
		display: block !important;
		left: 0 !important;
		position: relative !important;
	}

	.navbar .menu li ul.dropdown li{
		display: block;
	}

	.navbar .menu li ul.dropdown li a{
		padding: 18px;
	}

	.pricing_tables .items .item{
		margin-bottom: 30px;
	}

	.logo{
			visibility: hidden;
			height:0px;
	}
	#logos{
			margin-top:-57px;
	}

	#home_slider .slide .captions h1.title{
		font-size: 25px;
	}

	#home_slider .slide .captions .subtitle span{
		font-size:25px;
	}

	.blog_posts .post .categories a{
		margin-bottom: 5px;
	}

	.blog_posts .post .inner{
		padding: 15px;
	}

	.post_view .comments_list .comment img{
		width: 40px;
		height: 40px;
	}

	.post_view .comments_list .comment .title span{
		width: 100%;
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}

	.post_view .comments_list .comment .actions{
		margin-top: 10px;
	}

	.about_block .item{
		margin-bottom: 30px;
	}

	.blog_posts .post iframe,
	.single_project_page iframe{
		height: 350px;		
	}
.blog_header .text{text-align: center;}
.forms-navigation{visibility: hidden;height: 0px;}
}

@media only screen and (max-width: 767px) {

}

/* Landscape phones and down */
@media only screen and (max-width: 479px) {
	.about_block .item{
		text-align: center;
	}
}






.theme_configs{
	display: none;
	position: fixed;
	left: -153px;
	top: 10%;
	z-index: 99999;
}

.theme_configs.visible{
	display: block !important;
	visibility: visible !important;
}

.theme_configs .body {
	display: inline-block;
	float: left;
	width: 151px;
	border: 1px solid rgba(23,24,26,0.15);
	padding: inherit;
	background: #ffffff;
	text-align: center;
	word-wrap: break-word;
	box-shadow: 0 2px 9px 2px rgba(0,0,0,0.14);
}

.theme_configs .body .head_title,
.theme_configs .body .title{
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #dedede;
}

.theme_configs .body .head_title{
	background: #f5f5f5;
}

.theme_configs .body .box{
	display: block;
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	float: left;
}

.theme_configs .body .box img{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	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 .body .box.bg_img img{
	margin: 0;
}


.theme_configs .body .box img:hover{
   -webkit-transform: scale(2,2);
   -moz-transform: scale(2,2);
   -o-transform: scale(2,2);
   -ms-transform: scale(2,2);
   transform: scale(2,2);
	opacity: 1;
}

.theme_configs .body .box img:nth-child(3n){
	margin-right: 0;
}

.theme_configs .button{
	display: inline-block;
	height: 34px;
	width: 34px;
	line-height: 34px;
	
	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: 50%;
	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:hover{
   -webkit-transform: scale(1.3,1.3);
   -moz-transform: scale(1.3,1.3);
   -o-transform: scale(1.3,1.3);
   -ms-transform: scale(1.3,1.3);
   transform: scale(1.3,1.3);
}

.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: 7px;
	margin-bottom: 5px;
}

.ft_columns h3{
	text-align: center;
	font-size: 16px;
}

.ft_row{
	margin-bottom: 30px;
}

.ft_row .title{
	text-align: center;
}

.ft_buttons{
	text-align: center;
}

.ft_buttons .btn{
	margin-right: 5px;
	margin-bottom: 5px;
}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
#flashMessenger { display:none; }
.quieter { color: #dedede; }
.border-bottom { border-bottom:1px solid gray; }
.noborder { border-bottom:none; }
.error-blink{ background:url(../img/eloquence-icons/error-blinking.gif) no-repeat right; }
form#default-report > div {clear: none;}
ul.errors { margin:0; padding-left:0.3em; color:red; list-style:none; text-decoration:none; font-weight:normal; font-size:0.85em; }
.error { background-image: url(../img/eloquence-icons/button-alert-alt.png); background-repeat: no-repeat; background-position: left; padding-left:3em; }
.success { background-image: url(../img/eloquence-icons/button-tick-alt.png); background-repeat: no-repeat; background-position: left; padding-left:3em; }
.paginationControl { clear:both; color:gray; }
.paginationControl .disabled { color:#ccc; }
a.navbutton { display:block; border:2px solid; color:#0088cc; padding:1em;  border-radius:5px 5px 5px 5px;}
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;
height:26px;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
.btn {height:25px;padding-top: 2px !important; margin-top: 6px !important;}
.btn-lg {height:33px !important;}
select  {height:28px !important; padding-top:1px !important; }
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}