
body
{

}
h1
{
	font: 100px/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;
}
h6
{
	font: 100px/1.0em "bebas-neue", Impact, Arial, sans-serif;
	color: #8DC63F;
	letter-spacing: -0.01em;
}
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;
}

.green
{
	font: 100px/1.0em "bebas-neue", Impact, Arial, sans-serif;
	letter-spacing: -0.01em;
	color:#8DC63F;
}
.green1
{
        font: 70px/1.0em "bebas-neue", Impact, Arial, sans-serif;
		letter-spacing: -0.02em;
		word-wrap: break-word;
	    color:#8DC63F;
}
.green2
{
        font: 15px/1.0em "bebas-neue", Impact, Arial, sans-serif;
		letter-spacing: 0.5em;
		word-wrap: break-word;
	    color:#8DC63F;
	    
}
/* navigation
================================================== */
div.main_menu
{
	width: 100%;
	height: 80px;
	background-color: #323130;
	z-index: 999; 
}
.logo
{
	display: inline-block;
	width: 170px;
	height: 80px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
div.main_menu nav
{
	height: 80px;
}
div.main_menu nav ul
{
	height: 100%;
}
div.main_menu nav ul li
{
	display: inline-block;
	height: 100%;
	font: 13px/6.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.5em;
	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: 22px;
	padding-right: 22px;
	text-decoration: none;
	color: #fff; 
}
div.main_menu nav ul li a:hover
{
	color: #8DC63F;
}
div.main_menu nav ul li.active a
{
	color: #8DC63F;
}
	/* 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: 135px;
	margin-bottom: 30px;
}
/* about
================================================== */
.about
{
	background-color: #3C3C3C;
	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: 55px 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 0px 0 0px;
	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);	
}

/* apps
================================================== */
.apps
{
	color: #3c3c3c;
}
.apps_wrapper_top
{
	background-color: #e1dfd4;
	padding-top: 12px;
	margin: 0 auto;
}
.bg_top_apps_img
{
	width: 100%;
	min-height: 260px;
	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: 0px;
}
.bg_apps_img
{
	height: 1620px;
	width: 243px;
	background: transparent url(../images/apps_phone_img.png) no-repeat;
}

	/* feedback work
	================================================== */
.full_width_apps
{
	padding-top: 0px;
	padding-bottom: 35px;
	background-color: #3c3c3c;
}
div.apps_work_image_slider_holder
{
	margin-left: 0;
	width: auto;
	position: relative;
}
.apps_work_image_slider
{
	position: absolute;
	display: block;
	font: 20px/1.36em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
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: #E1DFD4;
}
.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;
}
/* service
================================================== */
.service
{
	background-color: #edebe0;
	color: #3d3d3a;
}
.info
{
	font: 18px/1.94em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
}
.infob
{
	font: 20px/1.94em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	font-weight: bold;
}
.infoc
{
	font: 17px/1.94em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
}

.infod
{
	font: 21px/1.94em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	line-height: 1.3em;
}
.infoq
{
	font: 17px/1.94em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
}
.service_img
{
	width: 100%;
	height: 100px;
	margin-bottom: 0px;
	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;
}

/* 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;
}

		/*  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;
}

.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;
}


/* 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;
}
.contact_info2
{
	font: 19px/1.94em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#edebe0;	
	letter-spacing: -0.02em;
	background:#323130;
	width:650px;
	margin-left: auto;
	margin-right: auto;
}

.divider
{
    width:25px;
    height:auto;
    display:inline-block;
}




.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: #323130;
}

.copyright p
{
	padding-top: 40px;
	padding-bottom: 40px;
	font: 16px/1.94em "Helvetica Neue", Helvetica, Arial, sans-serif;	
	letter-spacing: -0.02em;
	color: #b1ae9e;
}
/* 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;
}
