
/* Table of Content
==================================================
	#Site Styles
		/* common
		/* top
		/* menu
		/* small menu
		/* footer
		/* footer socio
		/* margins & paddings
		/* sidebar & widgets
		/* post/single post
		/* page
		/* archive
		/* no-result
		/* 404/search
		/* error
		/* post navigation
		/* comments
		/* shortcodes
			
	
/* common
================================================== */
body
{
	font: 14px/1.86em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	color: #8a8f97;
	background-color: #fff; 
}
p
{
	margin-bottom: 10px;
}
a,
a:visited, 
a:active
{
    text-decoration: none;      
	color: #8a8f97;
    border: none;
    outline: none;
}
a:hover 
{
    text-decoration: none;      
	color: #be2844;
    border: none;
    outline: none;
}
h1, h2, h3, h4, h5, h6 
{
	font-weight: normal;
}
h1
{
	font-size: 22px;
}
h2 
{
	font-size: 20px;
}
h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}
h5
{
	font-size: 14px;
}
h6
{
	font-size: 12px;
}
h1.opening_line
{
	font: 90px/1.3em Prata, Helvetica, Arial, sans-serif; 
	letter-spacing: -0.05em;
}
h2.intro 
{
	font: 20px/1.75em "Helvetica Neue", Helvetica, Arial, sans-serif;
	word-wrap: break-word;
	margin-top: 10px;
	text-align: center;
}
blockquote
{
	margin-left: 30%;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #BE2844;
	padding-left: 11.3%;
	font: 20px/1.50em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
	font-style: italic;
	border-left: 3px solid;
}
.center
{
	text-align: center;
}
.center-text
{
	text-align: center !important;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.block
{
	display: block !important;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
iframe 
{
	width: 100%;
}

/* TOP
================================================== */
.top
{
	min-height: 500px;
	padding-bottom: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-color: transparent;
}
.top_no_bg_image
{
	padding-bottom: 50px;
}
.header_container
{
	padding-top: 40px;
}
.logo 
{
	margin-left: auto;
	margin-right: auto;
	width: 113px;
	line-height: 0px;
}
.logo a
{
	display: block;
}

/* menu
	================================================== */
.sf-menu, .sf-menu * 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li 
{
	position: relative;
}
.sf-menu ul 
{
	position: absolute;
	display: none;
	top: 100%;
	left: 10px;
	z-index: 999;
}
.sf-menu > li 
{
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul 
{
	display: block;
}
.sf-menu a 
{
	display: block;
	position: relative;
}
.sf-menu ul ul 
{
	top: 0;
	left: 100%;
}
.sf-menu 
{
	float: left;
	margin-bottom: 60px;
}
.sf-menu ul 
{
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a 
{
	padding: 1.65em 2em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a 
{
	font: 12px/2.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.sf-menu li 
{
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	z-index: 999;
	background-color: #4b433f; 
}
.sf-menu li a
{
	color: #fff;
}
.sf-menu li 
{
    opacity: 0.98;
}
.sf-menu li:hover,
.sf-menu li.sfHover 
{
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	background-color: #3f3b38;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul 
{
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after 
{
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after 
{
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after 
{
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.menu .menu-item-has-children
{
	border-bottom: 0px !important;
	padding-bottom: 0px;
}
.menu .menu-item-has-children > a:first-child
{
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-bottom-color: #8a8f97;
}
/* colors */
.menu_calc .current-menu-item
{
	background-color: #3f3b38 !important;
}
.menu_calc .current_page_item
{
	background-color: #3f3b38 !important;
}

/* small menu
	================================================== */
.small-menu-wrapper
{
	width: 420px;
	margin: 0 auto;
}
.small-menu
{
	width: 100%;
	height: 45px;
	padding: 12px;
	text-align: center;
	letter-spacing: 0.2em;
	border: 0;
	outline: none;	
}
select.small-menu
{
	text-align: left;
}

/* footer
================================================== */
footer
{
	width: 100%;
	height: 305px;
	background-color: #252336;
}
.footer_logo
{
	position: relative;
	width: 118px;
	height: 118px;	
	margin-left: auto;
	margin-right: auto;
}
.footer_logo img 
{
	display: block;
	position: absolute;
	top: -59px;
}
.copyright
{
	text-align: center;
	font: 14px/2em 'Open Sans', sans-serif;
	letter-spacing: -0.03em;
	color: #7d8188;
}
.copyright .socio
{
	margin-bottom: 15px;
}

/* footer socio
	================================================== */
.footer_socio 
{
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: center;
}
.footer_socio ul 
{
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: normal;
	list-style: none;
}
.footer_socio ul li 
{
	display: inline-block;
	margin-right: 7px;
}
.footer_socio ul li a
{	
    display: block;
    height: 33px;
    width: 33px;
}
.footer_socio ul li a:hover 
{
	 background-position: left bottom !important;
}
a.footer_socio_twitter {background: transparent url('../images/footer_socio_icon/twitter_icon.png') no-repeat;}
a.footer_socio_facebook {background: transparent url('../images/footer_socio_icon/facebook_icon.png') no-repeat;}
a.footer_socio_dribbble {background: transparent url('../images/footer_socio_icon/dribbble_icon.png') no-repeat;}
a.footer_socio_behance {background: transparent url('../images/footer_socio_icon/behance_icon.png') no-repeat;}
a.footer_socio_flickr {background: transparent url('../images/footer_socio_icon/flickr_icon.png') no-repeat;}

/* margins & paddings
	================================================== */
.m_bottom_0
{
	margin-bottom: 0px !important;
}
.m_bottom_15
{
	margin-bottom: 15px;
}
.m_bottom_20
{
	margin-bottom: 20px;
}
.m_bottom_25
{
	margin-bottom: 25px;
}
.m_bottom_30
{
	margin-bottom: 30px;
}
.m_bottom_45
{
	margin-bottom: 45px;
}
.m_top_10
{
	margin-top: 10px;
}
.m_top_15
{
	margin-top: 15px;
}
.m_top_35
{
	margin-top: 35px;
}
.m_top_40
{
	margin-top: 40px;
}
.m_top_50
{
	margin-top: 50px;
}
.p_top_0
{
	padding-top: 0px !important;
}

/*** margins for shortcodes positions ***/
.m_top_45
{
	margin-top: 45px;
}
.m_top_70
{
	margin-top: 70px;
}
.m_top_75
{
	margin-top: 75px;
}
.m_top_85
{
	margin-top: 85px;
}

/* sidebar & widgets
	================================================== */
.sidebar
{
	padding-top: 50px;
}
.widget
{
	font: 12px/1.92em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	color: #8a8f97;
}
h3.widget-title
{
	font: 11px/2.46em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.widget
{
	margin-left: 15px;
	margin-right: 15px;
}
.widget ul
{
	list-style-type: none;
	margin: 0;
}
.widget ul li
{
	padding-top: 10px;
	padding-bottom: 10px;
	font: 12px/1.92em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	border-bottom: 1px solid;
	border-bottom-color: #8a8f97;
}
.widget ul li a
{
	color: #8a8f97;
}
.widget ul li a:hover
{
	color: #be2844;
}
.widget a 
{
	color: #8a8f97;
}
.widget a:hover 
{
	color: #be2844;
}
#searchform input[type=text]
{	
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 15px;
	font: 14px/1.86em "Helvetica Neue", Helvetica, Arial, sans-serif;
  	background-color: #e6e6e6;
	color: #8a8f97;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */ 
	border-radius: 5px; /* CSS3 */
	border: none;
	outline: none; 
}
#searchsubmit
{
	display: none;
}	
.widget_tp_widget_recent_tweets	ul li
{
	border-bottom: none !important;
	background-position: 0 10px;
}
#wp-calendar 
{
	width: 100%; 
}
#wp-calendar caption
{
	text-align: left;
}
#wp-calendar tbody td
{
	text-align: center;
}

/* photostream
================================================== */
.DryFlickrWidget
{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
}
.flickr_feed .widget-title
{
	margin-left: 10px;
}
.flickr_content
{
	margin: 0;
	float: left;
	list-style-type: none;
	padding: 0;
}
.flickr_badge_image
{
	float: left;
	width: auto;
	margin-left: 10px;
	margin-bottom: 10px;
}
.flickr_badge_image a img
{
	height: 50px;
	width: 50px;
}
.flickr_badge_image a 
{
	display: block;
	height: 50px;
	width: 50px;
	padding: 4px;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari, Chrome */ 
	border-radius: 2px; /* CSS3 */
}
.flickr_badge_image a:hover 
{
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

/* post / single post
	================================================== */
#content
{
	padding-top: 20px;
	padding-bottom: 200px;
}
.wrapper-single .container
{
	padding-top: 40px;
	padding-bottom: 70px;
}
.post 
{
	padding-top: 50px;
}

/*** post title ***/
h2.entry-title
{
	font: bold 30px/1.33em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	text-align: left;
	color: #27303c;
}
h2.entry-title a
{
	color: #27303c;
}
h2.entry-title a:hover
{
	color: #be2844;
}

/*** single post title **/
.entry-header h2.entry-title
{
	font: bold 24px/1.46em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	text-align: left;
	color: #27303c;
}
.entry-content, .entry-summary
{
	border-bottom: 1px solid #d0d4db;
	padding-bottom: 25px;
	font: 14px/1.78em "Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: -0.03em;
}
.entry-content.single
{
	border-bottom: none;
}
span.cat-links, .edit-link
{
	display: block;
}
.entry-meta
{
	font: 12px/1.67em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
}
.entry-meta a
{
	color: #454545;
	font-weight: bold;
}
.comments-number span
{
	font-weight: bold;
	color: #454545;
}
.entry-content pre
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #8a8f97;
    overflow: auto;
}
.image_caption, .image_description, .wp-caption-text
{
	font-style: italic;
}

/* page
	================================================== */
.wrapper-page
{
	padding-bottom: 115px;
}
.wrapper-page .container
{
	padding-top: 55px;
}
.page img
{
	max-width: 100%;
	height: auto;
}
.map img
{
	max-width: none;
}
.page-id-63 .wrapper-page
{
	padding-bottom: 0px;
}

/* archive
	================================================== */
h1.page-title
{
	padding-top: 50px;
	font: bold 24px/1.46em "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: left;
	color: #27303c;
}
h1.page-title span
{
	color: #8a8f97;
}
.single_cat_tag_title
{
	color: #8a8f97;
}

/* no-result
	================================================== */
.no-results h1
{
	padding-top: 25px;
	padding-bottom: 25px;
	font: bold 24px/1.46em "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: left;
	color: #27303c;
	border-bottom: 1px solid #bcbfc3;
	border-top: 1px solid #bcbfc3;
}
.no-results h1 span
{
	color: #8a8f97;
}

/* 404 / search
	================================================== */
.entry-header h1.entry-title
{
	padding-top: 25px;
	padding-bottom: 25px;
	font: bold 24px/1.46em "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: left;
	color: #27303c;
	border-bottom: 1px solid #bcbfc3;
	border-top: 1px solid #bcbfc3;
}

/* error
	================================================== */
.error h1.entry-title p
{
	color: #8a8f97;
}
.error h1.entry-title strong
{
	text-transform: lowercase;
	color: #27303c;
}

/* post navigation
	================================================== */
.post-navigation
{
	height: 25px;
}
#nav-below
{
	margin-bottom: 70px;
	font: 11px/2.27em "Helvetica", Arial, sans-serif;
	letter-spacing: 0.15em;
}
.post-navigation a
{
	display: block;
    height: 25px;
    text-decoration: none;
    background-repeat: no-repeat;
}
.post-navigation .left a
{	
    padding-left: 30px;
    background-position: left top;
    background-image: url("../images/previous_post.png");
}
.post-navigation .left a:hover
{
    background-position: left bottom;
}
.post-navigation .right a
{
    padding-right: 30px;
    background-position: right top;
    background-image: url("../images/next_post.png");	
}
.post-navigation .right a:hover
{
    background-position: right bottom;
}

/* comments
	================================================== */
.post-author
{
    padding-right: 20px;
    padding-top: 20px;
}
.comment-separator
{    
    font: 20px/1.75em "Helvetica Neue", Helvetica, Arial, sans-serif;
	word-wrap: break-word;
}
.author-about
{
    padding-left: 80px;
}
.single-comment-holder
{
	padding-bottom: 35px;
	border-bottom: 1px solid #bcbfc3;
	overflow: hidden;
}
.comment-meta-holder
{
	display: table;
}
.comments-holder
{
}
.comments-holder ol, .no-comments 
{
	list-style-type: none;
}
.comment
{
   padding-top: 30px;
}
.avatar
{  
    border-width: 5px;
    border-style: solid;
    margin-right: 30px;
	margin-top: 5px;
}
.comment-author
{
    text-decoration: none;
	color: #8A8F97;
}
.comment-date
{
}
.comment-line-separator
{
    padding: 0 10px;
	font-size: 14px;
}
.comment-text 
{
	width: 70%;
	float: left;
}
.comment-text p
{
	font-size: 14px;
}
.comment-reply-link
{	
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
ol.comments_ordered_list
{
	list-style-type: none;
	padding: 70px 0 0 0;
	margin: 0px;
	border-top: #bcbfc3 solid 1px;
	
}
ol .children{
    padding: 0 0 0 50px !important;
    list-style-type: none !important;
}
#commentform input#author, #commentform input#email
{
    width: 300px;
	border: 0;
	margin: 10px 0;
	font: 14px/1.35em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	color: #838383;
	background-color: #DADADA;
	padding-top: 15px;
	padding-bottom: 15px;
	text-indent: 15px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */ 
	border-radius: 5px; /* CSS3 */ 
	border: none;
	outline: none; 
}
#commentform input#submit
{ 	
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	height: 50px;
	background-color: #BE2844;
	color: #fff;
	font: 14px/3.93em "Helvetica Neue", Helvetica, Arial, sans-serif;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */ 
	border-radius: 5px; /* CSS3 */
	border: none;
	outline: none;
	cursor: pointer;
}
#commentform input#submit:hover
{
	background-color: #bcbfc3;
}
#commentform textarea{
    width: 360px;
    padding-top: 10px;
    height: 170px;
	margin-left: 0;
	border: 0;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: auto;
	font: 14px/1.35em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	background-color: #dadada;
	color: #838383;
	text-indent: 15px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */ 
	border-radius: 5px; /* CSS3 */ 
	border: none;
	outline: none; 
}
#comment-nav-below
{
	margin-top: 25px;
	padding-bottom: 70px;
	font: 11px/2.27em "Helvetica", Arial, sans-serif;
	letter-spacing: 0.15em;
}
.logged-in-as a
{
    text-decoration: none;	
	font-weight: bold;
	color: #8a8f97;
}
.logged-in-as a:hover
{
	color: #be2844;
}
#comment-status
{
    margin: 3px 0 5px 0;
    font-style: italic;
    height: 12px;
    line-height: 12px;
}
input#author, input#email
{
}
#reply-title
{
    font-size: 13px;
}
ul.children li
{
	background: none;
	padding: none;
}
ul.children ul.children ul.children .comment-line-separator.separator-second
{
	display: none;
}
	
/* shortcodes
	================================================== */

/*** separator ***/
.separator
{
	padding-top: 15px;
	padding-bottom: 15px;
}
.left_div
{
	float: left;
	padding-right: 15px;
	font-size: 12px;
	line-height: 35px;
	letter-spacing: 0.3em;
	color: #bcbfc3;
}
.right_div
{
	float: left;
	height: 35px;
	background: transparent url('../images/dot.png') repeat-x;
	background-position: center;
}

/*** service ***/
.services_icon
{
	margin-bottom: 20px;
}
.services_icon h3
{
	margin-left: 35px;
}
.services_no_icon
{
	margin-bottom: 10px;
}
h3.services
{
	font: bold 18px/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	word-wrap: break-word;
}
/* colors */
h3.services
{
	color: #27303c;
}

/*** services map ***/
.map_img
{
	height: 305px;
}
.clients
{
	padding-top: 50px;
	margin-left: 18%;
}
.clients_number
{
	width: 41%;
	height: 65px;
	position: relative;
	margin-left: 21%;
	font-size: 72px;
	font-weight: bold;
	line-height: 90px;
	letter-spacing: -0.03em;
	-moz-border-top-left-radius: 5px; /* Firefox */
	-moz-border-top-right-radius: 5px; /* Firefox */
	-webkit-border-top-left-radius: 5px; /* Safari, Chrome */
	-webkit-border-top-right-radius: 5px; /* Safari, Chrome */ 
	border-top-left-radius: 5px; /* CSS3 */
	border-top-right-radius: 5px; /* CSS3 */
	border: none;
	opacity: 0.8;
	z-index: 3;
}
.globe
{
	width: 81%;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: -0.03em;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */ 
	border-radius: 5px; /* CSS3 */
	border: none;
	opacity: 0.8;
	z-index: 2;
}
/* colors */
.clients_number
{
	color: #fff;
}
.globe
{
	color: #fff;
}

/*** description ***/
.summary_description
{
	font: 24px/1.45em Helvetica Neue, Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	font-weight: bold;
	color: #27303c;
}

/*** quote ***/
.quote
{
	font: 30px/1.4em "Prata", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	text-align: center; 
	color: #27303c;
	padding-bottom: 20px;
	padding-top: 20px;
}

/*** button ***/
a.button 
{
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.01em;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: middle;
	text-decoration: none;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */ 
	border-radius: 3px; /* CSS3 */
	outline: none;
}
a.button.regular
{
	width: 85px;
	height: 40px;
	font-size: 14px;
	line-height: 2.86em;
}
a.button.large
{
	width: 220px;
	height: 80px;
	font-size: 20px;
	line-height: 4em;
}
a.button.extra-large
{
	width: 280px;
	height: 80px;
	font-size: 20px;
	line-height: 4em;
}
/* colors */
a.button.mystic-red
{
	background-color: #be2844;
	
}
a.button.mystic-red:hover 
{
	background-color: #b9b9b9;
}
a.button.gray
{
	background-color: #bcbfc3;
}
a.button.gray:hover 
{
	background-color: #b9b9b9;
}

/*** button get another ***/
.button.get_another
{
	float: left;
	width: 29.75%;
	height: 80px;
	margin-top: 10px;
	font-size: 20px;
	line-height: 4em;
}
.header_button
{
	margin-top: 70px !important;
	margin-bottom: 0px !important;
}

/*** caroufredsel ***/
.list_carousel.responsive
{	
	margin-left: 0;
	width: 91%;
}
.list_carousel ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li
{
	text-align: center;		
	padding: 0;
	display: block;
	float: left;
	position: relative;
}	
.list_carousel li img
{
	width: 100%;
	height: auto;
}
.list_carousel li img
{
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
}
a.carousel_prev{background-image: url(../images/navigation_arrows_left.png); width: 50px; height: 50px; z-index: 2; position: absolute; top: 40%;	left: 20px;}
a.carousel_prev:hover{background-position: 0 -50px;}
a.carousel_next{background-image: url(../images/navigation_arrows_right.png); width: 50px; height: 50px; z-index: 2; position: absolute; top: 40%;	right: 20px;}
a.carousel_next:hover{background-position: 0 -50px;}
.carousel_pagination {margin-top: 40px;}
.carousel_pagination a {margin: 0 0 0 5px; float: left;}
.carousel_pagination a:first-child {margin: 0;}
.carousel_pagination a {width: 25px; height: 25px; display: block; background: url(../images/bg_control_nav.png) no-repeat 0 0; background-position: 0 -25px; cursor: pointer; text-indent: -9999px;}
.carousel_pagination a:hover {background-position: 0 0;}
.carousel_pagination a.selected {background-position: 0 0; cursor: default;}
.caroufredsel_wrapper{z-index: 1 !important;}

/*** text slider(words of wisdom) ***/
.text-slider
{
	float: left;
	width: 64.9%;
	margin-right: 5.23%;
}
.text-slider-wrapper
{
	padding-bottom: 20px;
}
.text-slider ul li  
{
	padding-bottom: 10px;
	font: 30px/1.4em "Prata", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	text-align: left;
}
a#wisdoms_next
{
	overflow: hidden;
}
/* colors */
.text-slider ul li
{
	color: #27303c;
}

/*** image slider (latest work) ***/
.image_slider_holder
{
	width: auto;
	position: relative;
	margin-left: 0;
}
.image_slider_item_text
{
	position: absolute;
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 4px;
}
ul.image_slider li
{
	font-size: 0;
	line-height: 0;
}
.shadow
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #474559;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);	/* For IE8 and earlier */
}
a.preview img
{
	visibility: visible;
}
/* colors */
.image_slider_item_text
{
	color: #fff;
}

/*** portfolio filter ***/
ul#filterOptions 
{
	margin-bottom: 70px;
	text-align: center;
	margin-left: 0px;
}
ul#filterOptions li 
{
	display: inline-block;
	margin-top: 20px;  
}
ul#filterOptions li a 
{
	display: block;
	margin-right: 25px;
	height: 20px;
	font: 12px/1.16 Helvetica, Arial, sans-serif;
	letter-spacing: 0.25em;
	font-weight: bold;
	color: #27303c;
	text-decoration: none;
}
ul#filterOptions li.last a 
{
	margin-right: 0px;
}
ul#filterOptions li a:hover 
{  
}
ul#filterOptions li.active a 
{
	border-bottom: 5px solid #d6472b; 
}
ul.gallery_portfolio
{
	display: block;
	height: auto;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
ul.gallery_portfolio li.item
{
	display: block;
	position: relative;
	float: left; 
	width: 30.85%;
	height: auto;
	margin-right: 3.72%;
	margin-bottom: 35px;
	padding: 0px !important;
	font-size: 18px;
	line-height: 0px;
	letter-spacing: -0.03em;
	font-weight: 400;
	text-align: left; 
	color: #f6f6f6;
	overflow: hidden;
}
ul.gallery_portfolio li.item img
{
	width: 100%;
	height: auto;
}

/*** portfolio thumbnail hover ***/
.item-overlay 
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 11px;
	background-color: #be2844;
    z-index: 120;
}
.item-overlay .preview 
{
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 6%;
	right: 7%;
	background: url(../images/view_button.png) center center no-repeat;
    z-index: 110;
}
.item-overlay .preview_video 
{
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 7%;
	right: 4%;
	background: url(../images/play_button.png) center center no-repeat;
	text-indent: -9999px;
    z-index: 110;
}
.item-overlay-text
{
	text-align: center;
	margin-top: 35%;
}
.item-overlay-text a
{
	font: 14px/1.43em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.25em;
	color: #fff !important;
	cursor: pointer;
}
.item-overlay-text a:hover
{
	color: #fff;
}

/*** team member ***/
ul.ch-grid
{
	padding-top: 75px;
	padding-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
}
.ch-item
{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 0 rgba(200,95,66, 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-info h3
{
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 19px;
	line-height: 20px;
	margin: 0 15px;
	padding: 60px 0 0 0;
	height: 65px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p
{
	padding: 15px 5px 0 5px;
	margin: 0 30px;
	font-size: 15px;
	line-height: 15px;
	border-top: 1px solid #fff;
}
.ch-item:hover 
{
	box-shadow: 
		inset 0 0 0 140px rgba(37,35,54, 0.5),
		inset 0 0 0 16px rgba(255,255,255,0.8),
		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);	
}
.ch-grid
{
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before
{
	content: '';
    display: table;
}
.ch-grid:after
{
	clear: both;
}
.ch-grid li
{
	width: 275px;
	height: 275px;
	display: inline-block;
}
.team_member_position
{
	font: 24px/1.46em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
}
/* colors */
.ch-info
{
	color: #fff;
}
.team_member_position
{
	color: #27303C;
}

/*** socio ***/
.socio 
{
	margin-top: 25px;
	margin-bottom: 25px;
}
.socio ul 
{
	line-height: normal;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
}
.socio ul li 
{
	display: inline-block;
	margin-right: 7px;
}
.socio ul li a
{	
    display: block;
    height: 33px;
    width: 33px;
}
.socio ul li a:hover 
{
	 background-position: left bottom !important;
}

/*** skills ***/
.progress_bar
{
    margin-bottom: 25px;
}
.progress_bar_title
{
	position: absolute;
	top: 10px;
	left: 15px;
	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: #be2844;
}
/* colors */
.progress_bar_title
{
	color: #fff;
}

/*** pricing ***/
.pricing-table-small
{
	width: 100%;
	padding-top: 105px;
	padding-bottom: 105px;
}
.pricing-table-small-content-holder
{
	padding: 40px 15px 35px;
	text-align: center;
	line-height: 34px;
}
.pricing-table-small-content-holder ul
{
	margin-top: 25px;
}
.pricing-table-small-content-holder ul li
{
	margin: 10px 0;
}
.pricing-table-small-title
{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}
.pricing-table-small-price
{
	padding: 25px 0;
	font-size: 46px;
	letter-spacing: 0;
	font-weight: bold;
	text-align: center;
}
.pricin-table-small-sign-up
{
	padding: 25px 0;	
	letter-spacing: 0.25em;
	font-weight: bold;
	text-align: center;
}
a.sign-up-link
{
	text-decoration: none;
}
/* colors */
.pricing-table-small-title
{
	color: #484848;
}
.pricing-table-small-price
{
	color: #fff;
}
.pricin-table-small-sign-up:hover
{
	background-color: #b9b9b9 !important;
}
a.sign-up-link
{
	color: #fff !important;
}
a.sign-up-link:hover
{
	color: #fff !important;
}

/*** accordion ***/
.accordion_title
{
	position: relative;
	float: left;
	width: 65%;
	margin-right: 5%;
	margin-bottom: 35px;
}
.accordion_title_icon
{
    position: relative;
	float: left;
	width: 30%;
	margin-bottom: 35px;
}
.title-icon
{
	float: right;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-top: 25px;
	margin-right: 0px;
	vertical-align: middle;
	cursor: pointer;
	background: transparent url(../images/minus_contact_icon.png) no-repeat scroll 0 0 ;
}
.title-icon.hover_effect
{
	background-position: left bottom;
}
.accordion_title h3
{
	margin-top: 17px;
	font: bold 24px/1.46em "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}
/* color */
.accordion_title h3
{
	color: #27303c;
}
.accordion_title h3:hover
{
	color: #d7472c;
}

/*** contact ***/
.contact-form
{
	padding-top: 25px;
}
.form_wrapper
{
	margin-right: 24.6%;
}
.contact-form label
{
    display: block;
	margin-left: 5px;
	font: 14px/2.00em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
	color: #8b999d;		
}
.contact-form input[type=text]
{	
	display: block;
	width: 100%;
    margin-bottom: 3px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-indent: 15px;
	font: 14px/1.86em "Helvetica Neue", Helvetica, Arial, sans-serif;
  	background-color: #e6e6e6;
	color: #606060;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */ 
	border-radius: 5px; /* CSS3 */
	border: none;
	outline: none; 
}
.contact-form textarea
{	
    display: block;
	width: 100%;
    height: 150px;
    margin-bottom: 11px;
	padding-top: 20px;
	font: 14px/1.00em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-indent: 15px;
	background-color: #e6e6e6;
	color: #606060;
	overflow: auto;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */ 
	border-radius: 5px; /* CSS3 */
    border: none;
	outline: none;
}

/*** blog ***/
.latest_news
{
}
.latest_news h3 
{
	margin-bottom: 20px;
}
.latest_news h3 a
{
	font: bold 18px/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
}
/* colors */
.latest_news h3 a
{
	color: #27303c;
}