/*------------------------------------------------------------------
[Table of contents]

1. Basic WP stlyes 
2. Content
3. Header
4. Shortcodes
5. Posts
6. Footer
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Basic WP styles ]
*/

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

html, body, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
{
	border: 0;
	font: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	letter-spacing: 0;
	
	font-family: 'Raleway', sans-serif;
	color: #888;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

html, body {
	margin:0;
   	padding:0;
   	height:100%;
   	-webkit-font-smoothing: antialiased; 
}

body {
	background: #fff;
}

.rev-btn {
	text-shadow: 2px 2px 2px #888;
}
.shadow {
	text-shadow: 2px 2px 2px #888;
}

.entry-content img { margin: 0 0 20px 0; }
.alignleft, img.alignleft { float: left; margin: 10px 20px 10px 0; }
.alignright, img.alignright { display: block; float: right; margin: 10px 0 10px 20px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 10px auto 10px auto; }
.wp-caption { background: #fff; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text { margin: 0; padding: 5px; font-family: Georgia, "Times New Roman", Times, serif; color: #1b1b1b; 	line-height: 1.9; font-size: 12px; }
.wp-smiley { max-height: 12px; margin: 0 !important; }
.gallery img, .gallery dl { margin: 0; }
.gallery-caption { margin: -20px 0 0 0; }
.sticky { }
.bypostauthor { }
.textaligncenter { text-align: center; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }

p {
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
	color: #888;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

strong {
	font-weight: 700;
	color: #000;
}

a {
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	color: #000;
}

a:hover {
	color: #888;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 36px;
	letter-spacing: 0;
	margin-bottom: 30px;
}
h2 {
	font-size: 28px;
	letter-spacing: 0px;
	margin-bottom: 30px;
}
h3 {
	font-size: 24px;
	letter-spacing: 0px;
	margin-bottom: 30px;
}
h4 {
	font-size: 20px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
h5 {
	font-size: 18px;
	margin-bottom: 20px;
}
h6 {
	font-size: 16px;
	margin-bottom: 20px;
}

.linefix {
	line-height: 110px !important;
}
.page-subtitle {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 1;
	margin-top: -10px;
	z-index: 2;
	position: relative;
}
.page-title .subtitle-for-h1,
.page-title .subtitle-for-h2,
.page-title .subtitle-for-h3,
.page-title .subtitle-for-h4,
.page-title .subtitle-for-h5 { 
	font-size: 14px; 
	margin-top: 0;
	font-family: 'Raleway', sans-serif;
	color: #888;
	font-weight: 400;
	line-height: 25px;
	text-transform: none;
}

.shrink-bottom { margin-bottom: -80px !important; }

.has-subtitle {
	margin-bottom: 0;
}

/* Heading H1 */
h1.title-sh {
	font-size: 72px;
	position: relative;
	text-transform: none;
	font-style: normal;
	color: #B7B7B7;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -2px;
	z-index: 1;
}
h1.title-sh.title-normal {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0;
	color: #000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.subtitle-for-h1.subtitle-normal { 
	font-size: 14px; 
	margin-top: 0;
	font-family: 'Raleway', sans-serif;
	color: #888;
	font-weight: 400;
	line-height: 25px;
	text-transform: none; 
}

/* Heading H2 */
h2.title-sh {
	font-size: 62px;
	position: relative;
	text-transform: none;
	font-style: normal;
	color: #e7e7e7;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -2px;
	z-index: 1;
}
.subtitle-for-h2 {
	font-size: 32px;
}
h2.title-sh.title-normal {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	color: #000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.subtitle-for-h2.subtitle-normal { 
	font-size: 14px; 
	margin-top: 0;
	font-family: 'Raleway', sans-serif;
	color: #888;
	font-weight: 400;
	line-height: 25px;
	text-transform: none; 
}

/* Heading H3 */
h3.title-sh {
	font-size: 52px;
	position: relative;
	text-transform: none;
	font-style: normal;
	color: #e7e7e7;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -2px;
	z-index: 1;
}
.subtitle-for-h3 {
	font-size: 26px;
	margin-top: -15px;
}
h3.title-sh.title-normal {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	color: #000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.subtitle-for-h3.subtitle-normal { 
	font-size: 14px; 
	margin-top: 0;
	font-family: 'Raleway', sans-serif;
	color: #888;
	font-weight: 400;
	line-height: 25px;
	text-transform: none; 
}

/* Heading H4 */
h4.title-sh {
	font-size: 42px;
	position: relative;
	text-transform: none;
	font-style: normal;
	color: #e7e7e7;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -2px;
	z-index: 1;
}
.subtitle-for-h4 {
	font-size: 20px;
	margin-top: -13px;
}
h4.title-sh.title-normal {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	color: #000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.subtitle-for-h4.subtitle-normal { 
	font-size: 14px; 
	margin-top: 0;
	font-family: 'Raleway', sans-serif;
	color: #888;
	font-weight: 400;
	line-height: 25px;
	text-transform: none; 
}

/* Heading H5 */
h5.title-sh {
	font-size: 36px;
	position: relative;
	text-transform: none;
	font-style: normal;
	color: #e7e7e7;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -2px;
	z-index: 1;
}
.subtitle-for-h5 {
	font-size: 18px;
	margin-top: -8px;
}
h5.title-sh.title-normal {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	color: #000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.subtitle-for-h5.subtitle-normal { 
	font-size: 14px; 
	margin-top: 0;
	font-family: 'Raleway', sans-serif;
	color: #888;
	font-weight: 400;
	line-height: 25px;
	text-transform: none; 
}


h3.other-posts-title {
	font-size: 24px;
	margin-bottom: 70px;
	position: relative;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-style: normal;
}

h3.other-posts-title:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #000;
    width: 50px;
    bottom: -25px;
    left: 0;
}

.title_align_center h3.other-posts-title:after {
	left: 50%;
	margin-left: -25px;
}

.title_align_right h3.other-posts-title:after {
	left: auto;
	right: 0;
}

h3.prev-next-post-title {
	font-size: 24px;
	margin-bottom: 70px;
	position: relative;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-style: normal;
	color: #fff;
}
h3.prev-next-post-title:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #fff;
    width: 30px;
    bottom: -25px;
    left: 0;
}
h3.prev-next-post-title:after {
	left: 50%;
	margin-left: -15px;
}

h3.sidebar-title {
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	font-style: normal;
	text-align: left;
}

.has_border { line-height: 1; }
.title-sh.has_border { margin-bottom: 0px; }
.subtitle_bottom.subtitleh2,
.subtitle_bottom.subtitleh3,
.subtitle_bottom.subtitleh4,
.subtitle_bottom.subtitleh5 { font-size: 14px; }




.main-with-sidebar {
	width: 777px;
	float: left;
	padding-right: 27px;
	border-right: 1px solid red;
}


/* SIDEBAR & WIDGETS */
.sidebar {
	width: 336px;
	float: right;
}
.widget {
	margin-bottom: 50px;
}

/* widget lists */
.widget ul {
	margin: 0;
	
}
.widget ul li {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style: none;
	color: #000;
	margin-left: 0;
}

.widget ul li.cat-item:after {
	font-family: "fontAwesome";
	content: "\f105";
	font-size: 16px;
	color: #000;
	float: right;
}

.widget ul li a {
	color: #888;
	padding-left: 0 !important;
	font-size: 14px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.widget ul.children li {
	border: none;
}
.widget ul li a:hover {
	color: #000;
	padding-left: 15px;
}


.widget select {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	min-width: 150px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	color: #fff;
	outline: none;
	cursor: pointer;
	max-width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	background: #000;
	padding: 15px 20px 15px 30px;
	font-weight: 700 !important;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	margin-left: 0;
}
.widget select:hover {
	background: #e10883;
}

/* calendar */
#calendar_wrap caption {
	color: #000;
	background: #f7f7f7;
	padding: 10px 6px;
	text-transform: uppercase;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
#calendar_wrap #today {
	color: #23282f;
	font-weight: 700;
}
#calendar_wrap th {
	color: #000;
	font-weight: 700;
	border: none;
	font-size: 14px;
}
#calendar_wrap td {
	text-align: center;
 	font-weight: 400;
	color: #888;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}
#calendar_wrap td.pad {
	color: #153e78;
	border: none;
}
#calendar_wrap a {

	font-weight: 400;
	color: #23282f;
	text-decoration: none;
}
table#wp-calendar { border: none; }

/* sidebar search widget */
.widget_search .screen-reader-text {
	display: none;
}

.widget_search .search-form > div:after {
	position: absolute;
	font-family: "fontAwesome";
	content: "\f002";
	font-size: 16px;
	right: 25px;
	top: 13px;
	color: #55595f;
}
.search-form { position: relative; }
div.widget_search.search_page_search_form { margin: 20px 0; }

.widget_search input#s {
	width: 100%;	
	background: #fff;
	border: none;
	color: #888;
	padding: 15px 35px 15px 15px;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 400;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	outline: none;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	font-family: 'Raleway', sans-serif;
}
input#searchsubmit {
	background: #000;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	padding: 8px 15px 8px;
	border: none;
	margin-left: 0;
	cursor: pointer;
}
input#searchsubmit:hover {
	background: #e10883;
	color: #fff;
}

/*recent posts*/
.widget_recent_entries {

}

.widget_recent_entries ul {

}

.widget_recent_entries ul li {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style: none;
	color: #4ebdeb;
	margin-left: 0;
}
.widget_recent_entries ul li a {
	color: #888;
	padding-left: 0 !important;
	font-size: 14px;
}
.widget_recent_entries ul li a:hover {
	color: #000;
}

.widget_recent_entries span.post-date {
	color: #bbbbbb;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
}

.widget_rss ul li {
	margin-bottom: 30px;
    list-style-position: inside;
  
	list-style: none;
	color: #000;
}
.widget_rss ul li a {
	color: #000;
	padding-left: 0 !important;
	font-size: 16px;
	display: block;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.widget_rss ul li a:hover {
	color: #888;
}

.widget_rss span.rss-date {
	font-size: 12px;
	color: #e10883;
	display: inline-block;
	width: auto;
	margin-bottom: 5px;
}

.widget_rss .rssSummary {
	font-size: 14px;
	line-height: 1.8;
	color: #888;
	margin-bottom: 5px;
}

/* sidebar tags widget */

.tagcloud a {
	color: #fff;
	background: #e10883;
	padding: 1px 15px 0px;
	text-transform: uppercase;
	font-size: 10px !important;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.tagcloud a:hover {
	background: #000;
	color: #fff;
}

/*------------------------------------------------------------------
[2. Content ]
*/

.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.vc_row:after {
    clear: both;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
    content: " ";
    display: table;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 50px;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}



.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2,
.vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3,
.vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4,
.vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5,
.vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7,
.vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8,
.vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9,
.vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10,
.vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12,
.vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.vc_row-no-padding > div  {
	padding: 0 !important;
}

.vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5,
.vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10,
.vc_col-sm-11, .vc_col-sm-12 {
    float: left;
 }

 .vc_col-sm-12 {
     width: 100%;
 }

.vc_col-sm-11 {
    width: 91.66666667%;
}

.vc_col-sm-10 {
    width: 83.33333333%;
}

.vc_col-sm-9 {
    width: 75%;
}

.vc_col-sm-8 {
	width: 66.66666667%;
}

.vc_col-sm-7 {
  width: 58.33333333%;
 }

.vc_col-sm-6 {
    width: 50%; 
}

.vc_col-sm-5 {
    width: 41.66666667%;
}

.vc_col-sm-4 {
     width: 33.33333333%;
 }
 
.vc_col-sm-3 {
    width: 25%;
}

.vc_col-sm-2 {
    width: 16.66666667%;
}

.vc_col-sm-1 {
     width: 8.33333333%;
}

.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
    margin-bottom: 0;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 35px;
}

.portfolio-row {
	overflow: visible !important;
}

.display-none { 
	display: none;
}
.display-block {
	display: block;
}

img {
	border: 0 none;
    height: auto;
    max-width: 100%;
}

body {
	word-break: break-word;
}

.global-wrapper {
	min-height:100%;
	position: relative;
	overflow: hidden;
}

.container-wrapper {
	position: relative;
	padding-top: 0px;   
	/*margin-bottom: 50px; */
}

#container {
}

.center, .inner-container {
	width: 1170px;
	margin: 0 auto;
}

.inner-container.small-container {
	width: 1000px;
}

.inside-section {
	padding-top: 30px;
}

.first-onepage-section .inside-section {
	padding-top: 0;
}


ul li {
	margin-left: 18px;
}
ul li li {
	margin-left: 36px;
}

ol li {
	margin-left: 25px;
}

ol li li {
	margin-left: 50px;
}


 blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
 blockquote p:last-child {
	margin-bottom: 0;
}
 code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
 pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
 pre code {
	display: block;
}
 abbr
 dfn
 acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
 address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

 embed,
 iframe,
 object,
 video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
 dl {
	margin: 0 1.714285714rem;
	margin-bottom: 30px;
}
 dt {
	font-weight: bold;
	line-height: 1.714285714;
	color: #000;
}
 dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
 table {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

  table,
  th,
  td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
 table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
 td {
	padding: 6px 10px 6px 6px;
}
table th {
	color: #000;
	font-weight: 700;
}

 embed,  iframe,  object,  video {
    max-width: 100%;
}

 dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.gallery-caption {
	margin-top: 15px;
}

.pagination-wrapper .alignleft {
	margin-left: 10px; 
	margin-bottom: 20px;
}

.pagination-wrapper .alignright {
	margin-right: 10px;  
	margin-bottom: 20px;
}

.pagination-wrapper .alignleft a, .pagination-wrapper .alignright a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}
.pagination-wrapper .alignleft a:hover, .pagination-wrapper .alignright a:hover {
	text-decoration: underline;
	color: #888;
}

.inner-with-vertical-title > .vc_row:first-child , .inner-container > .vc_row:first-child, .wpb_revslider_element.wpb_content_element  { margin-bottom: 0 !important;}

/*------------------------------------------------------------------
[3. Header ]
*/

.header-wrapper {
	width: 100%; 
	padding: 20px 0;
	background: #f7f7f7;
	position: absolute;
	top: 0;
	z-index: 9;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.header-wrapper .header-inside {
	display: table; 
	vertical-align: middle; 
	width: 100%;
	padding: 0 10% 0 10%;
}

.header-wrapper.header2 {
	top: -300px;
	visibility: hidden;
	position: fixed;
	width: 100%;
	padding: 0;
	background: #fafafa;
	z-index: 9;
}

.header-wrapper.header2.shown {
	top: 0;
	visibility: visible;
}

.admin-bar .header-wrapper.header2.shown {
	top: 32px;
}

.header-wrapper .logo {
	display: table-cell; 
	vertical-align: middle;
	padding: 10px 0;
}

.header-wrapper .logo a {
	line-height: 0;
	display: block;
	float: left;
}

.header-wrapper .logo img.logoImage {
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    display: block;
}

.logoImageRetina {
	display: none;
}

.menu-wrapper {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.menu-icons-inside {
	float: left;
}

.menu-icons {
	float: right;
	top: 50%;
	position: absolute;
	right: 0;
	margin-top: -14px;
}

.menu-icon {
	position: relative;
	cursor: pointer;
	color: #000;
	float: left;
	height: 26px;
	margin-right: 20px;
}

.menu-icon:hover {
	color: #fff;
}

.menu-icon-close {
	display: none;
}

.menu-icon.menu-icon-close {
	font-size: 48px;
	top: 3px;
	right: 25px;
}

.menu-icon-create {
	display: inline-block;
	width: 23px;
	height: 2px;
	position: relative;
	top: 12px;
	vertical-align: bottom;
	background: #000;
	white-space: nowrap;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	float: left;
}

.menu-icon-create:after, .menu-icon-create:before {	
	position: absolute;
	content: '';
	display: inline-block;
	width: 23px;
	height: 2px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	outline: 1px solid transparent;
	left: 0;
	background: #000;	
}
.menu-icon-create:before {
	top: -8px;
}

.menu-icon-create:after {
	top: 8px;
}

.menu-icon.opened .menu-icon-create:before {
	top: 100%;
	-webkit-transform: rotate(-48deg) translate(2px, 0);
	-moz-transform: rotate(-48deg) translate(2px, 0);
	-ms-transform: rotate(-48deg) translate(2px, 0);
	-o-transform: rotate(-48deg) translate(2px, 0);
	transform: rotate(-48deg) translate(2px, 0)
}


.menu-icon.opened .menu-icon-create:after{
	-webkit-transform: rotate(45deg) translate(0, 1px);
	-moz-transform: rotate(45deg) translate(0, 1px);
	-ms-transform: rotate(45deg) translate(0, 1px);
	-o-transform: rotate(45deg) translate(0, 1px);
	transform: rotate(45deg) translate(0, 1px);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.menu-icon.opened  .menu-icon-create { 
	background: none;
}

/* menu */
.main-menu {
	display: table-cell;
	vertical-align: middle;
	float: right;
	margin-right: 70px;
}



.main-menu .sf-menu {
	float: right;
	margin-top: 3px;
}

.main-menu ul {
    list-style: none;
	text-align: center;
}

.main-menu ul.sf-menu > li {
    display: inline-block;
	margin: 0 20px;
	position: relative;
	float: left;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.main-menu ul.sf-menu > li > a {
	font-size: 12px;
	-webkit-font-smoothing: antialiased; 
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}

.main-menu ul.sf-menu > li > a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .3s;
}

.main-menu ul.sf-menu > li > a:hover::after {
    width: 100%;
    transition: width .3s;
}

span.sf-sub-indicator {
	display: none;
}


/* submenu  */
.main-menu .sf-menu ul {
    position: absolute;
    min-width: 240px;
    background: #e10883;
    z-index: 1000;
	visibility: hidden;
	display: none;
	padding: 10px 25px;
}
.main-menu .sf-menu ul li {
	text-align: left;
	margin: 15px 0;
	padding: 0;
}

.main-menu .sf-menu ul li a {
	font-size: 13px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased; 
	padding-bottom: 0px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
}

.main-menu .sf-menu ul li:first-child a {
	border: none;
}
.sf-menu > li > ul { 
	top: 30px;
	left: 0;
}

.main-menu .sf-menu ul ul {
	margin-top: -30px;
	left: 220px;
} 

.main-menu ul.sf-menu > li li.current-menu-item > a::after, .main-menu .sf-menu ul li > a:hover::after, .main-menu .sf-menu ul li.sfHover > a::after, .main-menu .sf-menu ul li.sfHover > a::after, .main-menu .sf-menu ul li li.current-menu-item > a::after, .main-menu .sf-menu ul li.current-menu-parent >  a::after, .main-menu .sf-menu ul li.current-menu-ancestor >  a::after,
.main-menu ul.sf-menu > li > a:hover::after, .main-menu ul.sf-menu > li.sfHover > a::after, .main-menu ul.sf-menu > li.current-menu-item > a::after, .main-menu ul.sf-menu > li.current-menu-parent > a::after, .main-menu ul.sf-menu > li.current-menu-ancestor > a::after  { 
	width: 100%;
    transition: width .3s;
}

.main-menu .sf-menu ul li > a:hover::after,  .main-menu .sf-menu ul li li.current-menu-item > a::after, .main-menu ul.sf-menu > li li.current-menu-item > a::after { 
	width: 100%;
    transition: width .3s;
}


.main-menu ul.sf-menu > li {
	position: relative;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.main-menu ul.sf-menu > li {
    opacity: 0;
    -webkit-animation: fadein 0.6s 0.5s 1 forwards ease-in-out;
    -moz-animation: fadein 0.6s 0.5s 1 forwards ease-in-out;
    animation: fadein 0.6s 0.5s 1 forwards ease-in-out;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.main-menu.showmenu ul.sf-menu > li { 
    visibility: visible;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.main-menu ul.sf-menu > li:nth-child(n+1) {
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.main-menu ul.sf-menu > li:nth-child(n+2) {
	-webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-menu ul.sf-menu  > li:nth-child(n+3) {
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.main-menu ul.sf-menu > li:nth-child(n+4) {
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.main-menu ul.sf-menu > li:nth-child(n+5) {
    -webkit-transition-duration: 600ms;
    -moz-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.main-menu.showmenu ul.sf-menu > li:nth-last-child(n+1) {
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.main-menu.showmenu ul.sf-menu > li:nth-last-child(n+2) {
	-webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-menu.showmenu ul.sf-menu  > li:nth-last-child(n+3) {
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.main-menu.showmenu ul.sf-menu > li:nth-last-child(n+4) {
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.main-menu.showmenu ul.sf-menu > li:nth-last-child(n+5) {
    -webkit-transition-duration: 600ms;
    -moz-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.header-wrapper.shrink {
	padding: 0;
}

/* set in JS */
.first-page-item {
	padding-top: 116px; 
}

.other-page-item {
	padding-top: 82px; 
}

.other-page-item .inside-section {
	padding-bottom: 82px;
}


/* mobile menu */

.menu-icon.menu-icon-mobile {
	display: none;
}


.mobile-menu-show, .mobile-menu-wrapper {
       display: none;
}

.mobile-menu-wrapper {
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.85);
	display: none;
	position: absolute;
	height: auto;
	z-index: 2;
	float: left;
	top: 108px;
	display: none;
}

.mobile-menu-wrapper ul {
	list-style: none;
}

.mobile-menu-wrapper ul.mobile-menu  li {
	display: block;
	margin: 0;
}

.mobile-menu-wrapper ul.mobile-menu  li:before {
	content: '';
}

.mobile-menu-wrapper ul.mobile-menu  li a {
	padding-left: 40px;
}

.mobile-menu-wrapper ul.mobile-menu  li li a {
	padding-left: 60px;
}

.mobile-menu-wrapper ul.mobile-menu  li li  li a  {
	padding-left: 80px;
}

.mobile-menu-wrapper ul.mobile-menu  li  a {
	width: 100%;
	padding: 10px 20px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #000;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.mobile-menu-wrapper ul.mobile-menu  li a:hover, .mobile-menu-wrapper ul.mobile-menu  li.current_page_item a {
	color:#e10883;
	background: rgba(0,0,0,0.6); 
}
/*------------------------------------------------------------------
[4. Shortcodes ]
*/

/* Portfolio slideshow */

.slideshow {
	position: relative;
	width: 100vw;
	/* margin: 10vh 0 5em; */
}

.slide {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-align-items: center;
	align-items: center;
	width: 100vw;
}

.js .slide {
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	visibility: hidden;
	pointer-events: none;
}

.js .slide.slide--open {
	z-index: 10;
}

.slide.slide--current {
	position: relative;
	visibility: visible;
}

.deco--circle {
	position: absolute;
	top: 0;
	background: #fff;
}

.deco--circle-left {
	right: calc(100% - 140px);
}

.deco--circle-right {
	left: calc(100% - 140px);
}

.deco--circle,
.slide__inner {
	width: 850px;
	height: 450px;
}

.slide__item {
	position: relative;
	width: 100%;
}

.no-js .slide__item {
	display: none;
}

.slide__inner {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
	padding: 20px;
	pointer-events: auto;
}

.deco--expander {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -425px;
	background: #fff;
}

.slide__title {
	position: relative;
	text-indent: 4px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #b2b2b4;
}

.slide__title--preview {
	font-size: 16px;
	margin: 2em 0 0 0;
	padding: 0;
	opacity: 0;
	text-align: center;
	color: #000;
	letter-spacing: 0;
	font-family: 'Montserrat', sans-serif;
}

.slide--current .slide__title--preview {
	opacity: 1;
}

.slide--open .slide__title--main {
	opacity: 1;
}

.slide__price {
	font-weight: bold;
	display: inline-block;
	color: #464653;
}

.slide__price--large {
	font-size: 1.3em;
	vertical-align: middle;
}

.slide__img {
	position: relative;
	display: block;
	margin: 0 auto;
}

.action {
	font-size: 1.5em;
	line-height: 54px;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
	background: none;
}

.action:focus {
	outline: none;
}

.action--open {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 40px 40px 0;
	color: #000;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	padding-top: 4px;
	padding-left: 3px;
}

.action--open:focus,
.action--open:hover {
	background: #000;	
}

.folio-read-more-button .fa:before {
	content: "+";
	color: #000;
	font-size: 37px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1;
    margin-left: -1px;
}
.action--open:focus .fa-plus:before,
.action--open:hover .fa-plus:before {
       color: #fff; 
}

.slide--open .action--open {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale3d(0.3, 0.3, 1);
	transform: scale3d(0.3, 0.3, 1);
}

.action--close {
	position: fixed;
	z-index: 11;
	top: 10px;
	right: 15px;
	color: #6cd84e;
	-webkit-transition: -webkit-transform 0.1s, opacity 0.1s, color 0.1s;
	transition: transform 0.1s, opacity 0.1s, color 0.1s;
	cursor: pointer;
}

.action--close:focus,
.action--close:hover {
	color: #464653;
}

.slide--open ~ .action--close {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0.5s, 0.5s, 0s;
	transition-delay: 0.5s, 0.5s, 0s;
}

.action--close,
.slide--close ~ .action--close {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 1);
	transform: scale3d(0.3, 0.3, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.js .slide__content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	opacity: 0;
}

.js .slide--open .slide__content {
	pointer-events: auto;
	opacity: 1;
}

.slide__content-scroller {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0;
	position: relative;
}

.js .slide__content-scroller {
	position: fixed;
	min-height: 100vh;
	width: 100vw;
}

.slide__description {

}

.button {
	font-weight: bold;
	margin: 0 1em;
	padding: 0.5em 1em;
	color: #fff;
	border: none;
	border-radius: 2px;
	background: #6cd84e;
}

.button:focus,
.button:hover {
	outline: none;
	background: #464653;
}

.navbutton {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 40px;
	margin: 0;
	margin: -50px 0 0 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	bottom: 0px;
}

.navbutton__line {
	-webkit-transition: stroke 0.2s;
	transition: stroke 0.2s;
}

.navbutton:focus {
	outline: none;
}

.navbutton:hover .navbutton__line {
	stroke: #464653;
}

.navbutton--next {
	-webkit-transform: translate3d(420px,-125px,0);
	transform: translate3d(420px,-125px,0);
}

.navbutton--prev {
	-webkit-transform: translate3d(-100%, 0, 0) translate3d(-420px,137px,0);
	transform: translate3d(-100%, 0, 0) translate3d(-420px,137px,0);
} /* +12 of difference */


i.portfolio-slider-icon.pe-7s-angle-right,
i.portfolio-slider-icon.pe-7s-angle-left {
	color: #000;
	font-size: 48px;
}

i.portfolio-single-close {
	color: #000;
	font-size: 48px;
}

.scrollable { 
	background: #fff;  /*BG COLOR FOR SINGLE FOLIO*/
}
.inner-slider-wrap { 
	width: 1170px; 
	margin: 0 auto; 
}
.inner-slider-wrap .small-container { 
	width: 740px; 
	margin: 0 auto; 
}

.slide__description.portfolio-type1  .single-portfolio-title, .single-portfolio-image {
	text-align: center;
	margin-bottom: 30px;
}

.single-portfolio-slide img.single-portfolio-thumbnail {
	margin-bottom: 30px;
}

.slide__description.portfolio-type2 .single-portfolio-title-item.slide__title--main {
	text-align: left;
	margin-left: 20%;
	max-width: 500px;
	text-transform: none;
	color: #fff;
	float: left;
	display: inline-block;
}


.slide__description.portfolio-type2 > div.vc_row {
	left: 0 !important;
	right: 0 !important;
}


.slide__description.portfolio-type2 > div.vc_row  div.vc_parallax-inner.skrollable.skrollable-between,
.slide__description.portfolio-type2 > div.vc_row  div.vc_parallax-inner.skrollable.skrollable-after { 
	height: 100% !important;
	top: 0 !important;
}

.single-portfolio-title-wrapper{
  width: 450px;
  margin: 50px auto;
}

h1.padded-title{
  line-height: 1.8;
  font-size: 40px;
  text-transform: none;
  font-weight: 400;
}

h1.padded-title span{
  display: inline-block;
  background: #5e9dc7;
  color: #fff;
  padding: 8px 5px 8px;
  word-spacing: -10px;
  line-height: 1;
}

h1.padded-title2{
  line-height: 1.8;
  font-size: 40px;
  text-transform: none;
  font-weight: 400;
}

h1.padded-title2 span{
  display: inline-block;
  background: #1e3773;
  color: #fff;
  padding: 8px 5px 8px;
  word-spacing: -10px;
  line-height: 1;
}

.lockscroll {
	position: fixed;
	overflow-y: scroll;
	height: 100vh;
}

.noscroll {
	overflow: hidden;
}

.noscroll .deco--expander {
	display: none;
}

.scrollable {
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	
}

.scrollable .slide__content-scroller {
	position: relative;
}

/* Helper classes */
/*
@media screen and (max-width: 50em) {
	.deco--title {
		right: -50px;
		left: -50px;
	}
	.deco--circle,
	.slide__inner {
		width: 260px;
		height: 260px;
	}
	.deco--expander {
		margin: -130px 0 0 -130px;
	}
	.deco--circle-left {
		right: calc(100% - 50px);
	}
	.deco--circle-right {
		left: calc(100% - 50px);
	}
	.slideshow {
		margin-top: 0;
	}
	.action--open {
		margin: 0 12px 12px 0;
	}
	.slide__content-scroller {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.slide__img--large {
		margin: 0 auto 2em;
	}
	.slide__title--preview,
	.slide__title--main {
		font-size: 0.85em;
	}
	.slide__description {
		font-size: 0.5em;
	}
	.navbutton--next {
		-webkit-transform: translate3d(75px,-90px,0) scale3d(0.5,0.5,1);
		transform: translate3d(75px,-90px,0) scale3d(0.5,0.5,1);
	}
	.navbutton--prev {
		-webkit-transform: translate3d(-100%, 0, 0) translate3d(-75px,115px,0) scale3d(0.5,0.5,1);
		transform: translate3d(-100%, 0, 0) translate3d(-75px,115px,0) scale3d(0.5,0.5,1);
	}
}
*/

/* Portfolio grid */
.vc_portfolio_grid .slideshow {
	position: relative;
}
			
.vc_portfolio_grid .slideshow > .deco--circle {
	display: none;
}

.vc_portfolio_grid .slideshow  .slide {
	position: relative;
	float: left;
	width: 25%;
	visibility: visible;
}

.vc_portfolio_grid .slideshow .slide__title {
	opacity: 1;
	padding: 0 20px;
	margin: 10px 0 20px;
} 

.vc_portfolio_grid .slideshow .slide__item {
	position: relative;
	width: 100%;
}

.vc_portfolio_grid .slideshow .slide__item .deco--expander {
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	width: auto;
	margin: 0;
	height: auto;
	background: #fff;
}

.vc_portfolio_grid .slideshow .slide__item .slide__inner {
	width: auto;
	height: auto;
}

.vc_portfolio_grid .slideshow .navbutton {
	display: none !important;
}

.clear4 {
	clear: both;
}


/* Page titles */

.title_align_center { 
	text-align: center; 
}

.title_align_right { 
	text-align: right; 
}

.vertical-page-title {
	width: 100px;
	float: left;
}

.inner-with-vertical-title {
	margin-left: 120px;
}

.vertical-page-title h1 {
	-moz-transform: rotate(90deg) translate(51%, 540px);
	-ms-transform: rotate(90deg) translate(51%, 540px);
	-o-transform: rotate(90deg) translate(51%, 540px);
	-webkit-transform: rotate(90deg) translate(51%, 540px);
	transform: rotate(90deg) translate(51%, 540px);
	width: 1170px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 5px;
	font-weight: 700;
}
.vertical-page-title .page-title h1 {
	width: 1170px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 5px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

/* Button */
.vc_altos_button a {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
}

.vc_altos_button a strong {
	background: #000;
	color: #fff;
	padding: 3px 10px 4px;
	font-weight: 400;
	border: 1px solid #000;
	text-decoration: none;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	margin-right: 3px;
}

.vc_altos_button a:hover span {
	background: #fff;
	border-bottom: 1px solid #000;
	color: #000;
}

/* Counter */

.vc_altos_counter {
	text-align: center;
	float: left;
}

.vc_altos_counter .counter-description {
	padding: 30px 30px 40px;
	border: 3px solid #000;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #444;
	line-height: 1.4
}

.vc_altos_counter .counter_execute {
	color: #000;
	font-size: 150px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1;
}


.vc_altos_counter:hover span {
  color: #5a5a5a;
}

/* Contact */

.contact-info {
	margin-top: -200px;
	background: #fff;
	padding: 30px !important;
	border: 1px solid red;
}
div.wpb_content_element.vc_altos_google_maps { 
	margin-bottom: 0 !important;
}

/* Contact form */

.pego-contact-form {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.pego-contact-form input,
.pego-contact-form textarea {
	background: none;
	border: 1px solid #eaeaea;
	padding: 15px 20px;
	font-family: 'Montserrat', serif;
	color: #b9b8b8;
	font-size: 11px;
	text-transform: uppercase;
	outline: none;
	width: 100%;
	margin-bottom: 10px;  
	-webkit-appearance: none;
}

.pego-contact-form textarea {
	max-height: 150px;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

.pego-contact-form input.wpcf7-submit {
	font-family: 'Montserrat', serif;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #000;
	background: #000;
	padding: 15px 30px;
	-webkit-appearance: none;
	width: auto;
	font-weight: 700;
}
.pego-contact-form input.wpcf7-submit:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	cursor: pointer;
}

div.wpcf7 {
	width: 100%;
	margin: 0 auto;
}
span.wpcf7-form-control-wrap.your-name {
    width: 49%;
    float: left;
}

span.wpcf7-form-control-wrap.your-email {
    width: 49%;
    float: right;
}
.wpcf7 p {
    margin-bottom: 0;        
}
input.wpcf7-captchar {
	
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 13px !important;
	display: block !important;
	top: -10px;
	position: relative;
}
.wpcf7-response-output {
	margin: 10px 0 !important;
	padding: 10px 30px !important;
}
.wpcf7-validation-errors {
	background: #eee;
	border: none !important;
	font-size: 13px !important;
}
.wpcf7-mail-sent-ng {
	border: none !important;
	background: #e1776d;
	font-size: 13px !important;
	font-style: italic !important;
	color: #fff;
}
div.wpcf7-mail-sent-ok {
	border: none !important;
	background: #eaeaea;
	font-size: 13px !important;
	color: #000;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
	position: absolute;
   bottom: -20px;
   left: 50%;
   margin-left: -10px;
}

/* Portfolio details */

.portfolio_details_wrapper { 
	margin-left: -15px; 
	margin-right: -15px; 
	text-align: center;
	padding: 0 15%;
}

.portfolio_detail_single { 
	padding-left: 5px; 
	padding-right: 5px; 
	float: left;
	width: 25%; 
	border-right: 1px solid #eeecec;
	min-height: 85px;
	margin-bottom: 30px;
}

.portfolio_detail_single:last-child {
	border-right: none;
}

.single-portfolio-title-page {
	font-size: 72px;
	position: relative;
	text-transform: none;
	font-style: normal;
	color: #e7e7e7;
	font-family: 'Raleway', sans-serif;
	letter-spacing: -2px;
	z-index: 1;
	font-weight: 700;
	margin-top: 60px;
}

.single-portfolio-title-item.slide__title--main {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 1;
	margin-top: -5px;
	z-index: 2;
	position: relative;
}

.single-portfolio-title-subtitle {
	margin-bottom: 30px;
}

.portfolio_detail_single_title {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: uppercase;
}


/* Hover border */

.borderBefore,
.borderAfter {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border: solid #e32831;
  border-width: 0;
  border-radius: 0;
  transition: 0;
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  -ms-transition: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-color: #000;
  z-index: 0;
}

.animate-hover-border {
	position: relative;
	
}
.animate-hover-border .borderBefore {
  right: 0;
  bottom: 0;
}

.animate-hover-border .borderAfter {
  left: 0;
  top: 0;
}

.animate-hover-border:hover .borderBefore {
  border-width: 0 0 5px 5px;
	right: -20px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
}

.animate-hover-border:hover .borderAfter {
  border-width: 5px 5px 0 0;
	left: -20px;
}

.animate-hover-border:hover .borderAfter,
.animate-hover-border:hover .borderBefore {
  height: 100%;
  width: 100%;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  transition: width 0.2s ease, height 0.2s ease 0.2s, border-top-right-radius 0.2s ease 0.4s, border-bottom-left-radius 0.2s ease 0.4s, border-bottom-right-radius 0.2s ease 0.9s, border-top-left-radius 0.2s ease 0.9s;
  -webkit-transition: width 0.2s ease, height 0.2s ease 0.2s, border-top-right-radius 0.2s ease 0.4s, border-bottom-left-radius 0.2s ease 0.4s, border-bottom-right-radius 0.2s ease 0.9s, border-top-left-radius 0.2s ease 0.9s;
  -moz-transition: width 0.2s ease, height 0.2s ease 0.2s, border-top-right-radius 0.2s ease 0.4s, border-bottom-left-radius 0.2s ease 0.4s, border-bottom-right-radius 0.2s ease 0.9s, border-top-left-radius 0.2s ease 0.9s;
  -o-transition: width 0.2s ease, height 0.2s ease 0.2s, border-top-right-radius 0.2s ease 0.4s, border-bottom-left-radius 0.2s ease 0.4s, border-bottom-right-radius 0.2s ease 0.9s, border-top-left-radius 0.2s ease 0.9s;
  -ms-transition: width 0.2s ease, height 0.2s ease 0.2s, border-top-right-radius 0.2s ease 0.4s, border-bottom-left-radius 0.2s ease 0.4s, border-bottom-right-radius 0.2s ease 0.9s, border-top-left-radius 0.2s ease 0.9s;
	
}


/* Services */

.single-service-item {
	display: none;
	position: relative;
}
.list-service-items { 
	margin-left: -20px;
	margin-right: -20px;
 }
.list-service-items .list-service-single {
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	margin-bottom: 30px;
	float: left;
}
.list-service-items .list-service-single a {
	padding: 50px 0 5px 10px;
	display: block;
	border: 1px solid #000;
	font-weight: 400;
	color: #000;
	line-height: 1;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	position: relative;
	z-index: 1;
}

a.close-service {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: -30px;
}

a.close-service i {
	font-size: 30px;
	color: #000;
}

.single-service-item > .vc_row {
	margin-bottom: 0 !important;
}


/* Page separator */

.page-separator {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

.page-separator-inside {
	width: 300px;
	height: 4px;
	position: absolute;
	top: 0;
	left: -100px;
	top: -2px;
	background: #000;
}


.vc_parallax {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}


/* Counter */

.vc_altos_counter2 .counter-description {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-transform: none;
	color: #fff;
	line-height: 1.4
}

.vc_altos_counter2 .counter_execute {
	color: #fff;
	font-size: 60px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1;
}

.vc_altos_counter2:hover span {
  color: #5a5a5a;
}

.vc_altos_counter2 .counter-title {
	background: #b20a0a;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 5px 3px;
}

/* testimonials */
.testimonials-content-area {
	text-align: center;
}

.testimonials-content-area .testimonial-content {
	margin-bottom: 20px;
	color: #888;
	font-size: 26px;
	line-height: 1.6;
}


.testimonials-content-area .testimonial-author {
	color: #000; 
	font-weight: 700;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

.testimonials-wrapper .owl-controls {
	text-align: center;
	margin-top: 30px;
}

.testimonials-wrapper .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.testimonials-wrapper  .owl-controls .owl-page span{
	display: block;
	width: 5px;
	height: 5px;
	margin: 0px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #e7e7e7;
}

.testimonials-wrapper .owl-controls .owl-page.active span,
.testimonials-wrapper .owl-controls.clickable .owl-page:hover span{
	background: #000;
}


/* Team members */

.vc_altos_team {
	text-align: center;
	margin: 0 auto;
	max-width: 1500px;
}
.team-member-single {
	width: 500px;
	display: inline-block;
	vertical-align: middle;
}
.team-member-single.team-item-first-line {
	
}
.team-member-single.team-item-second-line {
	
}

.team-member-details {
	width: 50%;
	display: table-cell;
	background: #e10883;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.team-member-single-thumb {
	width: 50%;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	position: relative;
}

.team-member-single-thumb img {
	float: left;
}

ul.team-member-socials {
	list-style: none;
}
ul.team-member-socials li {
	display: inline-block;
	margin: 0 3px;
}

.team-member-single .arrow-right {
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #e10883;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.team-member-single .arrow-left {
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #e10883;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

.team-member-name {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
.team-member-position {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
ul.team-member-socials {
	margin-top: 30px;
}
ul.team-member-socials li a {
	color: #fff;
	font-size: 18px;
	margin: 0 5px;
}

/* Clients */

.grey-clients {
	padding: 50px 0;
	background: #f7f7f7;
}

.clients_wrapper {
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.clients_row {
	width: 100%;
	display: table-row;
}

.clients_single {
	display: table-cell;
	vertical-align: middle;
	height: 180px;
	width: 20%;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 20px;
}

.clients_row:last-child .clients_single {
	border-bottom: none;
}

.clients_single:last-child {
	border-right: none;
}

a.client_single_url {
	display: inline-block;
}
a.client_single_url img { 
	max-height: 100%;
}


/* dropcap */
.vc_dropcap {
	margin-bottom: 15px !important;
}

.vc_dropcap .dropcap.type1 span.first_letter {
    float: left;
    font-size: 65px !important;
    margin-right: 10px;
   	line-height: 0.1;
	color: #000;
	font-weight: 400;
	margin-top: 20px;
	margin-left: -5px;
}
.vc_dropcap .dropcap.type1, .vc_dropcap .dropcap.type1 span {
	font-size: 16px;
	color: #888;
	font-weight: 400;
	line-height: 1.6;
}

.vc_dropcap .dropcap.type2 span.first_letter {	
	float: left;
   	font-size: 32px !important;
   	margin-right: 15px;
	background: #e10883;
	color: #fff;
	font-weight: 700;
	padding: 10px 25px;
}

.vc_dropcap .dropcap.type2 {
	color: #888;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
/* Blockquote */
.blockquote.type1 {
    border-left: 3px solid #e10883;
    padding: 0px 0 0px 20px;
}

.blockquote.type1 p {
	font-size: 18px;
	color: #000;
	line-height: 1.4;
	font-weight: 400;
}

.blockquote.type2 {
    padding: 25px 30px 25px 50px;
    background: #f9f9f9 url(images/blockquote-icon-type2.png) no-repeat 40px center;
}

.blockquote.type2 p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #888;
    margin-left: 60px;
    line-height: 1.6;
}

.blockquote.type3 { padding: 0 80px; }
.blockquote.type3 .icon_holder {
    background: url(images/blockquote-icon-type3.png) no-repeat center center #e10883;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.blockquote.type3 p {
	font-size: 16px;
	color: #000;
	line-height: 1.6;
	font-weight: 400;
	margin-left: 120px;
}

.blockquote.type4 {
    padding: 0 50px;
    margin: 70px 0 !important;
}


.blockquote.type4 p {
	font-size: 14px !important;
	letter-spacing: 0.5px;
	color: #000;
	line-height: 1.6;
	position: relative;
	text-align: left;
	font-weight: 400;
	border-left: 1px solid #f3f3f3;
	padding-left: 40px;
}

.blockquote.type4 .blockquote4_quote_sign_start {
	color: #b4293c;
	font-size: 18px;
	font-weight: 700;
	top: -15px;
	left: 30px;
	position: absolute;
}

.blockquote.type4 .blockquote4_quote_sign_end {
	color: #b4293c;
	font-size: 18px;
	font-weight: 700;
	padding-left: 10px;
	padding-top: 5px;
	position: absolute;
}

/* search */

.popup-search-wrapper {
	top: 50%;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
	
.popup-search-wrapper form#searchform.search-form  > div {
	border-bottom: 1px solid #555;
}
	
.popup-search-wrapper #searchform .screen-reader-text,
.popup-search-wrapper #searchform #searchsubmit {
	display: none;
}
.popup-search-wrapper #searchform #s {
	background: none;
	border: none;
	padding: 12px 0 8px;
	vertical-align: middle;
	width: 100%;
	outline: none;
	text-align: center;
	font-size: 32px;
	color: #757574;
	font-family: 'Raleway', sans-serif;
}

/* Overlay style */
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.95);
	z-index: 999;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 48px;
	height: 48px;
	position: absolute;
	right: 70px;
	top: 50px;
	overflow: hidden;
	border: none;
	color: #757574;
	outline: none;
	z-index: 100;
	font-size: 48px;
	cursor: pointer;
}

.overlay .overlay-close:hover {
	color: #fff;
	cursor: pointer;
}

/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}

/* error page */
.vc_error_page_contruct { text-align: center; }
.error-content1 {
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	font-size: 300px;
	text-transform: uppercase;
	line-height: 1;
	
}
.error-content2 {
	font-weight: 700;
	color: #000;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 50px;
	font-style: italic;
}
.error-content3 {
	font-weight: 400;
	color: #888;
	font-size: 18px;
}

a.error-page-url {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: #b4293c;
	padding: 10px 40px;
	display: inline-block;;
	margin-top: 40px;
	font-weight: 700;
	border-radius: 25px;
	font-family: 'Montserrat', sans-serif;
}

a.error-page-url:hover {
	color: #fff;
	background: #000;
}



/* search */

.header-search {
	position: relative;
	cursor: pointer;
	right: 0;
	font-size: 28px;
	color: #000;
	float: left;
}

.search-item {
	margin-bottom: 30px;
}

.search-item .search-results-icon {
	font-size: 42px;
	margin-top: 52px;
	display: inline-block;
}

.search-item .search-thumb {
	width: 150px;
	height: 150px;
	background: #fafafa;
	text-align: center;
	float: left;
	position: relative;
}

.search-item .single-search-item-details {
	margin-left: 190px;
}

.search-item .single-search-item-details  h1.search-item-title {
	margin-bottom: 0;
}

.search-item .single-search-item-details  h1.search-item-title a {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	line-height: 1;
	 -webkit-font-smoothing: antialiased;
	text-transform: none;
}
.search-item .single-search-item-details  h1.search-item-title a:hover {
	color: #e10883;
}

.search-item .single-search-item-details ul.search-item-details {
	list-style: none;
}

.search-item .single-search-item-details ul.search-item-details li.search-item-detail-single, .search-item .single-search-item-details ul.search-item-details li.search-item-detail-single a {
	color: #888;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	margin-top: 5px;
	display: inline-block;
}

.search-item .single-search-item-details ul.search-item-details li.search-item-detail-single::after {
	content: "/";
	padding-left: 6px;
}

.search-item .single-search-item-details ul.search-item-details li.search-item-detail-single:last-child::after {
	content: "";
}

.view-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: #fff;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
}

.view-overlay-bg  {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;	
    display: block;
	top: 0;
}


a:hover .view-overlay-bg,
a:hover .view-overlay-icon {
	opacity: 1;
	visibility: visible;
}

		
/*------------------------------------------------------------------
[5. Posts ]
*/

.altos_posts_big_article_wrapper {
	width: 40%;
	float: left;
	position: relative;
	text-align: center;
	min-height: 150px;
}

.altos_posts_big_article.relative_pos {
	position: relative;
}

.altos_posts_big_article {
	position: absolute;
	top: 260px;
	padding: 22px 30px 30px 30px;
	background: rgba(0,0,0,0.8);
}

a.altos_post_big_article_title {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.altos_post_big_article_categories a, .altos_post_big_article_categories {
	color: #e10883;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

a.altos_post_big_article_read_more {
	background: #e10883;
	text-align: left;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding: 0 8px;
	letter-spacing: -1px;
	margin-top: 20px;
}

.altos_post_articles {
	width: 60%;
	float: right;
	margin-left: -15px;
}

.altos_post_article {
	width: 50%;
	float: left;
	padding: 0 35px 0 35px;
	margin-bottom: 40px;
}

.altos_post_article_categories a, .altos_post_article_categories {
	color: #e10883;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.altos_post_article_categories {  }

.altos_post_big_article_date {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.altos_post_article_date {
	color: #000;
	font-size: 13px;
	font-weight: 400;
}
a.altos_post_article_title {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
}

a.altos_post_article_read_more {
	background: #e10883;
	text-align: left;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding: 0 8px;
	letter-spacing: -1px;
	margin-top: 20px;
}

.altos_post_article_excerpt {
	margin-bottom: 10px;
	color: #888;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
}

.button-arrow-right {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	border-left: 5px solid #000; 
	float: right;
}

/* Single post */

.post-header-wrap {
	padding: 0 200px;
}
.post-content-wrap {
	padding: 0 200px;
}

ul.post-details {
	list-style: none;
	margin-left: -10px;
}
ul.post-details  li.post-detail-single {
	float: left;
	margin-left: 10px;
	margin-bottom: 30px
}

ul.post-details  li.post-detail-single:after {
	content: "/";
	padding-left: 10px;
}

ul.post-details  li.post-detail-single:last-child:after {
	content: "";
}

.post-categories-names {
	color: #e10883;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.post-categories-names a {
	color: #e10883;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

h1.post-title {
	font-size: 48px;
	padding-right: 100px;
	margin-bottom: 15px;
}

.post-title-link {
	font-weight: 700;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	padding-right: 100px;
	margin-bottom: 15px;
}

.post-title-link:hover {
	color: #444;
}

.post-image {
	margin-bottom: 20px;
}
/* COMMENTS */
.single-post-comments h1 {
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: 700;
	color: #000;
}
#respond input[type="text"], #respond textarea {
	color: #888;
	font-size: 14px;
	border: none;
	background: #f7f7f7;
	line-height: 1.6;
	width: 100%;
	padding: 10px 20px;
	outline: none;
	-webkit-appearance: none;
	font-family: 'Raleway', sans-serif;
}
#commentform #submit {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: #e10883;
	padding: 10px 20px;
	-webkit-appearance: none;
	margin-left: 0;
	border: none;
	margin-top: 15px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
#commentform #submit:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
} 

#respond label {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
p.form-allowed-tags,
p.form-allowed-tags abbr {
	color: #888;
	text-transform: uppercase;
	font-size: 12px;
}
p.form-allowed-tags {display: none;}
p.form-allowed-tags code {
	text-transform: none;
	color: 888;
	display: block;
	font-size: 10px;
}
p.comment-notes {
	color: 888;
}

.all-comments {
	list-style-type: none !important;
	counter-reset:li;
	margin-top: 30px;
}
.all-comments li {
	position: relative;
	float: left;
	width: 100%;
    padding: 0 0 30px 0;
    border-bottom: solid 1px #f2f2f2;
    position: relative;
    list-style:none;
    margin-bottom: 50px;
    margin-left: 0;
}
.children {
	margin-top: 120px;
}

.children li { 
	padding-left: 5%;
	border-left: solid 1px #e7e7e7;
}

.children li:last-child {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
}

.reply a {
	font-size: 12px;
	font-weight: 400;
	background: #f7f7f7;
	color: #888;
	padding: 6px 15px 6px;
	position: absolute;
	right: 0;
	top: 0;
	letter-spacing: 0px;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	margin-top: 8px;
}
li.comment p {
	float: left;
	margin-left: 80px;
	
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.7;
	color: #888;
}
	
.reply a:hover {
	color: #fff;
	background: #e10883;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

p.logged-in-as,
p.logged-in-as a {
	color: #888;
}

span.says {
	display: none;
}

h3#reply-title { 
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 700;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 0;
	color: #000;
}

.comment-notes .required {
	position: relative !important;
	top: auto !important;
	right: auto !important;
}

.comment-awaiting-moderation {
    color: #555;
    font-weight: 400;
    font-size: 12px;
}

.vcard {
	width: 100%;
    
}

.vcard img {
    float: left;
	height: 60px;
	width: 60px;
	margin-right: 20px;
}

.fn {
	font-size: 14px;
	color: #000;
	font-style: normal;
	-webkit-font-smoothing: antialiased; 
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

.fn a { 
	font-size: 14px;
	color: #000;
	font-style: normal;
	-webkit-font-smoothing: antialiased; 
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

.fn a:hover {
	background: none;
	color: #e10883;
}

.comment-info {
	margin-bottom: 20px;
	position: relative;
}

.comment-meta a {
	font-size: 13px;
	color: #888;
	position: relative;
	top: -7px;
	position: relative;
}

a.comment-edit-link {
	font-size: 12px;
}

.comment-form-author, .comment-form-email {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.comment-form-url {
	width: 32%;
	margin-right: 0;
	float: left;
}

span.required {
	display: none;
}

p.comment-form-comment {
	width: 100%;
	float: left;
}

.pagination {
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.pagination a {
	color: #b4293c;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 7px 10px 10px 11px;
	font-weight: 700;
}
.pagination span.current {
	color: #fff;
	background: #b4293c;
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 7px 10px 10px 11px;
	font-weight: 700;
	margin: 0 5px;
}
.pagination a:hover{
	color: #fff;
	background: #000;
}

.post_content .column4 {
    width: 33.3333%;
    float: left;
}

.comment-respond { 
	float: left; 
	width: 100%;
}

div#respond.comment-respond {
    width: 100%;
    clear: both;
    margin-top: 40px;
}

div#respond.comment-respond p {
    margin-left: 0;
	font-size: 14px;
}

.post-tags {
	margin-bottom: 50px;
}
.post-tags a {
	background: #f7f7f7;
	padding: 5px 15px 7px;
	margin-right: 10px;
	color: #888;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}
.post-tags a:hover {
	color: #555;
}

.index-post-wrap {
	width: 820px;
	float: left;
}

.sticky .post-wrap {
	border: 3px solid #000;
	margin-bottom: 40px;
	padding-top: 30px;
}

.sticky .post-wrap .post-separator {
	display: none;
}

.index-post-wrap .post-header-wrap, 
.index-post-wrap .post-content-wrap {
	padding: 0 100px;
}

.index-post-wrap .post-content-wrap {
	margin-bottom: 50px;
}

.post-wrap.archive-item {
	margin-bottom: 50px;
}

.sidebar {
	width: 300px;
	float: left;
	margin-left: 50px;
}
a.post-read-more-link {
	background: #000;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	padding: 5px 15px 5px;
	margin-top: 10px;
	display: inline-block;
}
a.post-read-more-link:hover {
	background: #e10883;
	color: #fff;
}
.post-separator {
	height: 1px;
	background: #ebe9e9;
	margin: 0 100px 40px;
}

.archive-post-separator {
	height: 1px;
	background: #ebe9e9;
	margin: 50px 100px 40px;
}

.post_excerpt { margin-top: 10px; }

/*------------------------------------------------------------------
[6. Footer ]
*/

#logoFooterImageRetina { 
	display: none;
}

.footer {
	background: #272727;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 30px 0 0px;
}

.footer-inner {
	width: 1170px;
	margin: 0 auto;
	display: table;
}

.footer-left {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}

.footer-right {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.footer-right span,
.footer-right a {
	color: #e10883;
}
.footer-right a:hover {
	color: #fff;
}

.footer-under-center {
	background: #000;
	padding: 10px 0;
	text-align: center;
	margin: 20px 0 0;
	color: #888;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.footer-under-center a {
	color: #e10883;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.footer-under-center a:hover {
	color: #fff;
}

.scroll_to_top {
	font-size: 60px;
	margin-left: 35px;
	color: #e10883;
	cursor: pointer;
}
.scroll_to_top:hover {
	color: #fff;
}

.first-page-item {
    padding-top: 0 !important;
}

.header-wrapper {
    background: none;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.first-page-item {
    padding-top: 0 !important;
}

.header-wrapper {
    background: none;
}

.logoImageRetina {
    width: 233px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
    .logoImageRetina {
        display: inline-block;
    }
    .logoImage {
        display: none !important;
    }
}

#logoFooterImageRetina,
.header-wrapper .logo {
    width: 233px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
    #logoFooterImageRetina {
        display: inline-block;
    }
    #logoFooterImage {
        display: none;
    }
}


 .mapStyleClass {
    height: 400px;
}