/* Table of Content
==================================================
		/* common
		/* navigation
		/* home
		/* service
		/* apps
		/* portfolio
		/* about
		/* blog
		/* prices
		/* skills
		/* contact
		/* buttons
		/* footer
		/* single
/* common
================================================== */
body
{

}
h1
{
	font: 150px/1.0em "bebas-neue", Impact, Arial, sans-serif;
	letter-spacing: -0.01em;
}
h2
{
	font: 80px/1.025em 'PT Serif', serif, Arial, sans-serif;
	letter-spacing: -0.02em;
	word-wrap: break-word;
}
h3
{
	font: 70px/1.0em "bebas-neue", Impact, Arial, sans-serif;
	letter-spacing: -0.02em;
	word-wrap: break-word;
}
h4
{
	font: 28px/1.43em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	word-wrap: break-word;
}
h5
{
	font: bold 18px/1.11em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
}
p
{
}
a,
a:visited, 
a:active
{
    text-decoration: none;
    border: none;
    outline: none;
}
a:hover 
{
    text-decoration: none;
    border: none;
    outline: none;
}
.doc-loader 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;	
}
.doc-loader td 
{   
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}
/* navigation
================================================== */
div.main_menu
{
	width: 100%;
	height: 70px;
	background-color: #323130;
	z-index: 999; 
}
.logo
{
	display: inline-block;
	width: 70px;
	height: 70px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
div.main_menu nav
{
	height: 70px;
}
div.main_menu nav ul
{
	height: 100%;
}
div.main_menu nav ul li
{
	display: inline-block;
	height: 100%;
	font: 11px/6.36em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.25em;
	list-style-type: none;
	text-transform: uppercase;
}
div.main_menu nav ul li.first a
{
	padding-left: 0px;
}
div.main_menu nav ul li.last a
{
	padding-right: 0px;
}
div.main_menu nav a
{
	display: block;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	color: #fff; 
}
div.main_menu nav ul li a:hover
{
	color: #c15961;
}
div.main_menu nav ul li.active a
{
	color: #c15961;
}
	/* small menu
	================================================== */
.small-menu-wrapper
{
	width: 100%;
	margin: 0 auto;
}
.small-menu
{
	width: 100%;
	height: 45px;
	margin-top: 12px;
	padding: 13px;
	text-align: center;
	font: 14px/2.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	color: #3c3c3c;
	border: 0;
	outline: none;	
}
/* home
================================================== */
.home
{
	width: 100%;
	color: #fff;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover; /* Safari and Chrome */
	-moz-background-size: cover; /* Firefox */
	-o-background-size: cover; /* Internet Explorer */
	background-size: cover; /* CSS3 */ 
}
.top_background
{
	background-image: url('../images/home_bg.jpg');
}
.home_nav_img_content
{
	margin-top: 260px;
	margin-bottom: 260px;
}
a.home_nav_img
{
	display: inline-block;
	width: 100px;
	height: 64px;
	background-image: url('../images/home_arrow.png');
    background-repeat: no-repeat; 
}
a.home_nav_img:hover 
{
	 background-position: left bottom;
}
.section_icon
{
	margin-top: 145px;
	margin-bottom: 50px;
}
/* service
================================================== */
.service
{
	background-color: #edebe0;
	color: #3d3d3a;
}
.info
{
	font: 18px/1.94em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
}
.service_img
{
	width: 100%;
	height: 370px;
	margin-bottom: 155px;
	background: transparent url(../images/service_image_01.png) scroll 0 0 no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
ul.check_list
{
	margin-left: 30px;
}
.check_list
{
	font: 18px/1.94em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
}
.check_list li
{
	padding-left: 40px;
	background: transparent url(../images/service_check.png) scroll 0 8px no-repeat;
}
/* apps
================================================== */
.apps
{
	color: #3d3d3a;
}
.apps_wrapper_top
{
	background-color: #e1dfd4;
	padding-top: 145px;
	margin: 0 auto;
}
.bg_top_apps_img
{
	width: 100%;
	min-height: 560px;
	background: transparent url(../images/apps_bg_image.png) no-repeat;
	background-position: center; 
	-webkit-background-size: contain; /* Safari and Chrome */
	-moz-background-size: contain; /* Firefox */
	-ms-background-size: contain; /* Internet Explorer */
	-o-background-size: contain; /* Opera */
	background-size: contain; /* CSS3 */ 
}
.bg_apps
{
	padding-top: 50px;
}
.bg_apps_img
{
	height: 1320px;
	background: transparent url(../images/apps_phone_img.png) no-repeat;
}
.app_store_google_play
{
	width: 100%;
	margin-top: 175px;
	margin-bottom: 190px;
}
a.app_store
{
	display: inline-block;
	margin-left: 12%;
	width: 250px;
	height: 85px;
	margin-right: 6.5%;
	background-image: url('../images/app_store_button.png');
    background-repeat: no-repeat; 
}
a.app_store:hover 
{
	 background-position: left bottom;
}
a.google_play
{
	display: inline-block;
	width: 250px;
	height: 85px;
	background-image: url('../images/google_play_button.png');
    background-repeat: no-repeat; 
}
a.google_play:hover 
{
	 background-position: left bottom;
}
	/* apps work
	================================================== */
.full_width_apps
{
	padding-top: 250px;
	padding-bottom: 55px;
	background-color: #2bab91;
}
div.apps_work_image_slider_holder
{
	margin-left: 0;
	width: auto;
	position: relative;
}
.apps_work_image_slider
{
	position: absolute;
	display: block;
	font: 22px/1.36em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
}
ul#apps_work_image_slider li
{
	font-size: 0;
	line-height: 0;
}
a#apps_work_prev
{
	position: absolute;
	top: 40%;
	left: 20px;	
}
a#apps_work_next
{
	position: absolute;
	top: 40%;
	right: 20px;	
}
.apps_work_image_slider
{
	color: #ffffff;
}
.apps_full_screen_image
{
	width: 100%;
	height: 990px;
	color: #fff;
	background-image: url("../images/slide_apps_bg.jpg");	
	background-position: center top;
    background-repeat: no-repeat;
}
.apps_full_screen_title
{
	padding-top: 320px;
}
/* portfolio
================================================== */
.portfolio
{
	background-color: #edebe0;
	color: #3d3d3a;
}
.portfolio .info
{
	line-height: 40px;
}
.portfolio-section-title-right
{
	line-height: 38px;
}
#portfolio-items
{
	height: auto !important;
}
#portfolio-items li
{	
	float: left;
	font-size: 0;
	position: relative;
	line-height: 0;
}
#portfolio-items li img
{
	width: 100%;
	height: auto;
}
.work_item_text
{
	font: 26px/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	position: absolute;
	color: #fff;
}
#filter
{
	margin: 0 0 110px 0;
}
#filter li
{
	display: inline-block;
    list-style-type: none;
    margin: 15px;
	font: 20px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	color: #3d3d3a;
	padding-left: 3px;
}
#filter li:hover
{
	cursor: pointer;
}
#filter li.current
{
	border-bottom: 5px solid;
	border-color: #3d3d3a;
}
.portfolio_full_screen_image
{
	background-image: url("../images/slide_bg_portfolio.jpg");	
	background-position: center top;
    background-repeat: no-repeat;
    height: 990px;
    width: 100%;
}
.portfolio_gallery_bottom
{
	width: 100%;
	height: 140px;
	background-color: #b1afa4;
}
/* about
================================================== */
.about
{
	background-color: #3f3a39;
	color: #b8afad;
}
.about h3
{
	color: #b8afad;
}
	/* circle hover
	==================================================*/
ul.ch-grid
{
	margin-top: 75px;
	margin-bottom: 5px;
}
.ch-item
{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 0 rgba(0,0,0, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-info
{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */
}
.ch-img-1
{ 
	background-image: url(../images/circle_hover/about_profile_01.jpg);
}

.ch-img-2
{ 
	background-image: url(../images/circle_hover/about_profile_02.jpg);
}

.ch-img-3
{ 
	background-image: url(../images/circle_hover/about_profile_03.jpg);
}

.ch-info h5
{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 19px;
	line-height: 20px;
	margin: 0 15px;
	padding: 90px 0 0 0;
	height: 65px;
	
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p
{
	color: #fff;
	padding: 0 5px 0 5px;
	margin: 0 30px;
	font: 15px/1.25em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
}
.ch-item:hover 
{
	box-shadow:
		inset 0 0 0 140px rgba(0,0,0, 0.5),
		inset 0 0 0 16px rgba(255,255,255, 0.5),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
		/*  our team
        ================================================== */
.team_member_position
{
	padding-top: 25px;
	font: bold 24px/1.46em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	text-align: center;
}
.socio
{
	margin-top: 25px;
	margin-bottom: 25px;
}
.socio ul
{
	margin: 0 auto;
	width: 119px;
	line-height: normal;
}
.socio ul li
{
	float: left;
	margin-right: 10px;
}
.socio ul li a
{	
    display: block;
    height: 33px;
    width: 33px;
}
.socio ul li a:active
{
    background-position: left bottom;
}
.socio ul li a:hover 
{
	 background-position: left bottom;
}
a.socio_twitter {background: transparent url('../images/twitter_icon.png') no-repeat;}
a.socio_facebook {background: transparent url('../images/facebook_icon.png') no-repeat;}
a.socio_linkedin {background: transparent url('../images/linkedin_icon.png') no-repeat;}
a.socio_mail {background: transparent url('../images/mail_icon.png') no-repeat;}
a.socio_dribbble {background: transparent url('../images/dribbble_icon.png') no-repeat;}
a.socio_pinterest {background: transparent url('../images/pinterest_icon.png') no-repeat;}
a.socio_flickr {background: transparent url('../images/flickr_icon.png') no-repeat;}

.tem_description
{
	font: 16px/1.56em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	margin-bottom: 200px;
	text-align: center;
	word-wrap: break-word;
}
/* blog
================================================== */
.blog
{
	background-color: #c15961;
	color: #f9e3e4;
}
p.blog_section_title
{
	font: bold 24px/1.33em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	color: #563a3c;
}
p.blog_section_title a
{
	text-decoration: none;
	color: #563a3c;
}
p.blog_section_title a:hover
{
	color: #813a3f;
}
p.blog_date_holder
{
	font: 14px/1.86em 'Open Sans',sans-serif,Arial;
	letter-spacing: -0.03em;
}
p.blog_section_bottom
{
	font: 16px/1.56em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
}
.blog_full_screen_image
{
	width: 100%;
	height: 1154px;
	color: #fff;
	background-image: url("../images/slide_bg_blog.jpg");	
	background-position: center top;
    background-repeat: no-repeat;
}
.blog_full_screen_title
{
	padding-top: 320px;
}
/* prices
================================================== */
.prices
{
	background-color: #edebe0;
	color: #3d3d3a;
}
.pricing_table_wrapper
{
	margin-bottom: 200px;
}
.pricing-table-small
{
	width: 29%;
	margin-top: 170px;
	font: 18px/2.22em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
}
.pricing-table-small-content-holder
{
	padding: 40px 15px 35px;
	background-color: #e1dfd4;
}
.pricing-table-small-title
{
	font: 30px/1.0em "bebas-neue", Impact, Arial, sans-serif;
	letter-spacing: 0;
	color: #3d3d3a;
}
ul.pricing-table-small-content
{
	margin-top: 25px;
}
ul.pricing-table-small-content li
{
	margin: 10px 0;	
}
.pricing-table-small-price
{
	padding: 15px 0;
	font: bold 46px/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	background-color: #b4aba0;
	color: white;
}
.pricin-table-small-sign-up
{
	padding: 30px 0;
	font: 20px/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif;	
	letter-spacing: 0;
	background-color: #68625a;
}
.pricin-table-small-sign-up:hover
{
	background-color: #b3b1a7;
}
a.sign-up-link
{
	text-decoration: none;
	color: white;
}
.pricing-table-big
{
	width: 42%;
	margin-top: 105px;
}
.pricing-table-big-content-holder
{
	padding: 50px 15px 26px;
	background-color: #68625a;
	font: 18px/2.22em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
}
.pricing-table-big-title
{
	font: 30px/1.0em "bebas-neue", Impact, Arial, sans-serif;
	letter-spacing: 0;
	color: #fff;
}
ul.pricing-table-big-content
{
	margin-top: 40px;
	margin-bottom: 35px;
	color: white;
}
ul.pricing-table-big-content li
{
	margin: 10px 0;
}
.pricing-table-big-price
{
	padding: 17px 0;
	font: bold 46px/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;	
	background-color: #37302d;
	color: white;
}
.pricin-table-big-sign-up
{
	padding: 30px 0;
	font: 20px/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif;	
	letter-spacing: 0;
	background-color: #c15961;
}
.pricin-table-big-sign-up:hover
{
	background-color: #b3b1a7;	
}
/* skills
================================================== */
.skills
{
	background-color: #2bab91;
	color: #fff;
}
.skills_title
{
	letter-spacing: -0.03em;
}
.progress_bar
{
    margin-bottom: 25px;
}
.progress_bar_title
{
	position: absolute;
	top: 10px;
	left: 15px;
	font: 18px/1.44em "Helvetica Neue", Helvetica, Arial, sans-serif;	
	letter-spacing: 0;
	color: white;
	z-index: 1;
}
.progress_bar_field_holder
{
    height: 45px;
    position: relative;
	background-color: #e3dcd7;
}
.progress_bar_field_perecent
{
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
	background-color: #227766;
}
.info_details
{
	margin-bottom: 185px;
}
.skills_full_screen_image
{
	width: 100%;
	height: 1154px;
	color: #fff;
	background-image: url("../images/slide_bg_skills.jpg");	
	background-position: center top;
    background-repeat: no-repeat;
}
.skills_full_screen_title
{
	padding-top: 320px;
}
/* contact
================================================== */
.contact
{
	color: #3d3d3a;
}
.contact_wrapper
{
	padding-bottom:120px;
	background-color: #edebe0;
}
.m_left_cotact_info
{
	margin-left: 17%;
}
.contact_info
{
	font: 18px/1.94em "Helvetica Neue", Helvetica, Arial, sans-serif;	
	letter-spacing: -0.02em;
}
.socio_contact 
{
	margin-bottom: 20px;
	height: 33px;
}
.socio_contact ul 
{
	width: 253px;
	line-height: normal;
	margin-left: auto;
	margin-right: auto; 
}
.socio_contact ul li 
{
	float: left;
	margin-right: 11px;
}
.socio_contact ul li a
{	
    display: block;
    height: 33px;
    width: 33px;
}
.socio_contact ul li a:active
{
    background-position: left bottom;
}
.socio_contact ul li a:hover 
{
	 background-position: left bottom;
}
a.socio_contact_mail {background: transparent url('../images/mail_icon.png') no-repeat;}
a.socio_contact_twitter {background: transparent url('../images/twitter_icon.png') no-repeat;}
a.socio_contact_facebook {background: transparent url('../images/facebook_icon.png') no-repeat;}
a.socio_contact_dribbble {background: transparent url('../images/dribbble_icon.png') no-repeat;}
a.socio_contact_pinterest {background: transparent url('../images/pinterest_icon.png') no-repeat;}
a.socio_contact_flickr {background: transparent url('../images/flickr_icon.png') no-repeat;}

.contact-form input[type=text]
{	
	display: block;
	width: 100%;
	margin-right: 20px;
    margin-bottom: 25px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-indent: 15px;
	font: 16px/1.86em "Helvetica Neue", Helvetica, Arial, sans-serif;
  	background-color: #fff;
	color: #3d3d3a;
	border: none;
	outline: none; 
}
.contact-form textarea
{	
    display: block;
	width: 100%;
    height: 220px;
    margin-bottom: 11px;
	padding-top: 20px;
	font: 16px/1.00em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-indent: 15px;
	background-color: #fff;
	color: #3d3d3a;
	overflow: auto;
    border: none;
	outline: none;
}
#mail-message 
{
	width: 200px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	color: #f05c45;
}
/* buttons
================================================== */
.button
{
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	vertical-align:middle;
	border: none;
	outline: none;
	cursor: pointer;
}
.button:hover 
{
	text-decoration: none;
}
a.button.single_button 
{
	width: 135px;
	height: 40px;
	font: 16px/2.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;	
	background-color: #553a3c;		
}
a.button.single_button:hover 
{
	background-color: #813a3f;
}
.submit-btn
{
	display: inline-block;
    float: right;
	width: 135px;
	height: 50px;
	margin-top: 20px;
	font: 20px/2.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	text-decoration: none;
	background-color: #3d3d3a;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
}
.submit-btn:hover
{
	background-color: #b1ae9e;
}
/* footer
================================================== */
footer
{
	background-color: #edebe0;
}

.copyright p
{
	padding-top: 40px;
	padding-bottom: 40px;
	font: 16px/1.94em "Helvetica Neue", Helvetica, Arial, sans-serif;	
	letter-spacing: -0.02em;
	color: #3d3d3a;
}
/* single
================================================== */
.single
{
	color: #3d3d3a;
}
.single_wrapper
{
	color: #76665E;
}
p.single_section_title
{
	font: bold 24px/1.33em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	color: #563a3c;
}
p.single_section_title a
{
	text-decoration: none;
	color: #563a3c;
}
p.single_section_title a:hover
{
	color: #786a65;
}
p.single_date_holder
{
	font: 14px/1.86em 'Open Sans',sans-serif,Arial;
	letter-spacing: -0.03em;
}
p.single_section_bottom
{
	font: 16px/1.56em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
}
.single_post_item
{
	margin-top: 20px;
	margin-bottom: 45px;
	border-left: 3px solid #be2844;
}
.single_post_item h5
{
	padding-left: 11.3%;
	line-height: 36px;
	font-style: italic;
	color: #c15961;
}
.single_contact_wrapper
{
	background-color: #edebe0;
}
