/*********************************
 Editor Styles
*/

.editor p,
.editor q,
.editor ol,
.editor ul,
.editor h1,
.editor h2,
.editor blockquote
{
	margin-top: 0px;
	margin-bottom: 21px;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
	line-height: 1em;
	font-weight: 400;
	text-transform: uppercase;
}
.editor h1{
	font-size: 28px;
}
.editor h2{
	font-size: 24px;
}
.editor h3{
	font-size: 22px;
	margin-bottom: 20px;
}
.editor h4{
	font-size: 18px;
	margin-bottom: 18px;
}
.editor h5{
	font-size: 16px;
	margin-bottom: 17px;
}
.editor h6{
	font-size: 14px;
	margin-bottom: 16px;
}
.editor p + h1,
.editor p + h2,
.editor p + h3,
.editor p + h4{
	margin-top: 32px;
}

.editor b,
.editor strong {
	font-weight: 700;
}
.editor dfn,
.editor cite,
.editor em,
.editor i {
	font-style: italic;
}
.editor hr{
	height: 5px;
	display: block;
	border-style: dashed;
	border-width: 1px 0px;
	background-color: transparent;
	margin-top: 20px;
	margin-bottom: 38px;
}

.editor address {
	font-style: italic;
	margin: 0 0 21px;
}

.editor code,
.editor kbd,
.editor tt,
.editor var,
.editor samp,
.editor pre {
	font-family: Inconsolata, monospace;
}

.editor pre {
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	font-size: 17px;
	line-height: 1.2353;
	margin-bottom: 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.editor abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	cursor: help;
}

.editor mark,
.editor ins {
	background-color: #fff9c0;
	text-decoration: none;
}

.editor sup,
.editor sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.editor sup {
	bottom: 1ex;
}

.editor sub {
	top: .5ex;
}

.editor small {
	font-size: 75%;
}

.editor big {
	font-size: 125%;
}

.editor img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.editor figure {
	margin: 0;
}

.editor del {
	opacity: 0.8;
}

/* Editor: Components */
.editor-box{
	margin-bottom: 55px;
}
.editor-line-sm{
	height: 2px;
}
.editor-subtitle {
	font-size: 21px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

/* Editor: Alignment */
.editor .alignleft {
	float: left;
	margin: 7px 28px 28px 0;
}

.editor .alignright {
	float: right;
	margin: 7px 0 28px 28px;
}

.editor .aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}

/* Editor: Caption */
.editor .wp-caption {
	background: transparent;
	border: none;
	margin: 0 0 28px 0;
	max-width: 100%;
	padding: 0;
	text-align: inherit;
}

.editor .wp-caption.alignleft {
	margin: 7px 28px 21px 0;
}

.editor .wp-caption.alignright {
	margin: 7px 0 21px 28px;
}

.editor .wp-caption.aligncenter {
	margin: 7px auto;
}

.editor .wp-caption .wp-caption-text,
.editor .wp-caption-dd {
	font-size: 11px;
	line-height: 1.5;
	padding: 7px 0;
}

/* Editor: DropCap */
.editor .dropcap:first-letter{
	float: left;
	line-height: 1;
	font-weight: 400;
	font-size: 42px;
	margin-top: -2px;
	margin-right: 11px;			
}
.editor .dropcap-sq:first-letter{
	float: left;
	line-height: 1;
	font-size: 20px;
	font-weight: 400;	
	padding: 7px 9px;	
	margin-top: 6px;
	margin-right: 5px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.editor .dropcap.bold:first-letter,
.editor .dropcap-sq.bold:first-letter{
	font-weight: 700;
}

/* Editor: Blockquote */
.editor q:before,
.editor blockquote:before{
	content: '“';	
	line-height: 1;
	font-size: 80px;
	font-family: Georgia, sans-serif;	
	position: absolute;
	left: 0;
	top: 0;
}
.editor q,
.editor blockquote{
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	font-family: "PT Serif", sans-serif;
	line-height: 25px;
	position: relative;
	padding-left: 55px;
	min-height: 40px;
}
.editor q p:last-child,
.editor blockquote p:last-child,
.editor .quote p:last-child{
	margin-bottom: 0;
}
.editor .quote:before {
	content: '';
	display: none;
}
.editor .quote {
	font-size: 14px;
	line-height: 23px;
	font-style: italic;
	font-family: "Open Sans", sans-serif;
	padding: 19px 10px 21px 0px;
	border-width: 3px 0px;
	border-style: solid;	
	width: 100%;
	max-width: 252px;
	float: left;
	margin-top: 6px;
	margin-right: 35px;
	min-height: 0px;
}

/* Editor: Highlight */
.editor .highlight {
	margin: 1px 0px;
	padding: 0px 5px;
	display: inline-block;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	
/* Editor: Tooltip */
.editor .tooltip {
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px dashed #bdbdbd;
}
.editor .tooltip > span{
	top: 20px;
	left: 0px;
	display: none;
	line-height: 1;
	padding: 5px 6px;
	position: absolute;		
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.editor .tooltip > span:before{	
	left: 50%;
	top: -5px;
	width: 0;
	height: 0;
	content: '';
	display: block;
	position: absolute;	
	margin-left: -2.5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.editor .tooltip:hover{
	z-index: 10;
	text-decoration: none;
	border-color: transparent;
}
.editor .tooltip:hover > span{
	display: block;
}

/* Editor: Accordion */
.editor .editor-accordion{
	list-style: none;
	margin-left: 0;
}
.editor-accordion .accordion-top{
	cursor: pointer;
	display: inline-block;
}
.editor-accordion .accordion-top .fa{
	float: left;
	width: 35px;
	height: 35px;
	color: #b4b4b4;
	font-size: 10px;
	line-height: 35px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	font-style: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.editor-accordion .accordion-top h6{
	padding-top: 12px;
	margin-left: 55px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.editor-accordion .accordion-body{
	display: none;
	margin-top: 7px;
	margin-left: 55px;
	padding-bottom: 1px;	
}
.editor-accordion li{
	margin-bottom: 8px;
}
.editor-accordion li.active{
	margin-bottom: 0;
}
.editor-accordion li.active .accordion-top .fa{
	color: #535f61;
	border-color: #f1f4f4;
	background-color: #f1f4f4;
}

/* Editor: Toggle */
.editor .editor-toggle{
	list-style: none;
	margin-left: 0;
}
.editor-toggle .toggle-top{
	cursor: pointer;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.editor-toggle .toggle-top .fa{
	float: left;
	color: #b4b4b4;
	font-size: 15px;
	font-style: normal;
}
.editor-toggle .toggle-top h6{	
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 25px;
	text-transform: uppercase;
}
.editor-toggle .toggle-body{
	display: none;
	margin-left: 25px;
	padding: 20px 5px 0px 12px;
}
.editor-toggle  li{
	margin-bottom: 8px;
}
.editor-toggle  li.active{
	margin-bottom: 0;
}
.editor-toggle  li.active .toggle-top,
.editor-toggle  li.active .toggle-top h6,
.editor-toggle  li.active .toggle-top .fa{
	color: #ffffff;
}
	
/* Editor: Tab */
.editor-tab{
	margin-bottom: 21px;
}
.editor .editor-tab ul{
	margin-bottom: 18px;
	list-style: none;
	margin-left: 0;
}
.editor-tab ul li{
	float: left;
	margin-right: 6px;
}
.editor-tab li a{
	display: block;
	padding: 13px 27px;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;		
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.15s linear 0s;
	-moz-transition: all 0.15s linear 0s;
	transition: all 0.15s linear 0s;
}
.editor-tab li.active a,
.editor-tab li:hover a{
	color: #ffffff !important;
}
@media (max-width: 979px) {
	.editor-tab li a{
		padding: 13px 10px;
		font-size: 11px;
	}
}
	
/* Editor: MessageBox */
.alert {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	line-height: 1.1em;
	position: relative;		
	padding: 13px 33px;
	margin-bottom: 11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.alert .fa-info-circle{
	top: 14px;
	left: 13px;	
	position: absolute;
	display: block;
	font-size: 13px;
	font-style: normal;
}
.alert .fa-times{
	top:14px;
	right: 13px;
	position: absolute;		
	font-size: 11px;
	display: block;
	cursor: pointer;
	font-style: normal;
}
.alert-info{background-color: #51a9e5;}
.alert-danger {background-color: #f3412b;}
.alert-warning{background-color: #f6c70c;}
.alert-success{background-color: #61d793;}

/* Editor: List */
.editor ul,
.editor ol ,
.editor dl{
	margin: 0 0 21px 0;
	padding: 0;
}
.editor dt {
	font-weight: bold;
}

.editor dd {
	margin: 0 0 10px;
}
.editor ul,
.editor ol{
	margin-left: 18px;
}
.editor ul {
	list-style: disc;
}

.editor ol {
	list-style: decimal;
}
.editor li > ul,
.editor li > ol {
	margin: 0 0 0 23px;
}

.editor .pan-list,
.editor .star-list,
.editor .heart-list {
	list-style: none;
	margin-left: 0;
}
.pan-list li,
.star-list li,
.heart-list li{
	line-height: 1;
	position: relative;
	padding-left: 22px;	
	margin-bottom: 20px;	
}
.pan-list li:before,
.star-list li:before,
.heart-list li:before{
	top: 0;
	left: 0;
	position: absolute;
	line-height: 1;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pan-list li:before{content: "\f040";}
.star-list li:before{content: "\f006";}
.heart-list li:before{content: "\f08a";}

/* Editor: Table */
.editor table,
.editor th,
.editor td,
.editor .mce-item-table,
.editor .mce-item-table th,
.editor .mce-item-table td {
	border: 1px solid #eaeaea;
}
.editor table,
.editor .mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}
.editor table th,
.editor .mce-item-table th,
.editor table caption {
	border-width: 0 1px 1px 0;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}
.editor table td,
.editor .mce-item-table td {
	border-width: 0 1px 1px 0;
	padding: 7px;
	vertical-align: baseline;
}

.editor .editor-table{
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
.editor .editor-table th,
.editor .editor-table td{
	border-style: solid;
	border-width: 1px;
	line-height: 1.1;
	padding: 12px;
	vertical-align: top;
	text-align: left;
}
.editor .editor-table th{
	font-size: 12px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;	
	text-transform: uppercase;
}
.editor .editor-table-nobrd th:first-child,
.editor .editor-table-nobrd td:first-child{
	border-left: none;
}
.editor .editor-table-nobrd th:last-child,
.editor .editor-table-nobrd td:last-child{
	border-right: none;
}
.editor .editor-table-brd{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Editor: Galleries */
.editor .gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.editor .gallery-item img{
	width: 100%;
}

.editor  .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.editor .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.editor .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.editor .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.editor .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.editor .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.editor .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.editor .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.editor .gallery .gallery-caption {
	color: #707070;
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}

.editor .gallery-columns-6 .gallery-caption,
.editor .gallery-columns-7 .gallery-caption,
.editor .gallery-columns-8 .gallery-caption,
.editor .gallery-columns-9 .gallery-caption {
	display: none;
}

@media (max-width: 979px) {
	.editor .gallery-item{
		max-width: 33.33% !important;
	}
}
@media (max-width: 767px) {
	.editor .quote {
		margin-right: 25px;
		padding-right: 0px;
		max-width: 210px;
	}
	.editor-tab li a{
		font-size: 12px;
		padding: 12px 10px;
	}
	.editor .gallery-item{
		max-width: 50% !important;
	}
}
@media (max-width: 480px){
	.editor .quote{
		max-width: 100%;
	}
	.editor q,
	.editor blockquote{
		padding-left: 30px;
	}
	.editor q:before,
	.editor blockquote:before{
		font-size: 50px;
	}
	.editor .gallery-item{
		max-width: 100% !important;
	}	
}

/******************************************
 Page: General Styles
*/
.page-title{  
  position: relative;    
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 31px;
}


/******************************************
 Page: About Us
*/

.staff{
  margin-top: 3px;
}
.staff .col-4{
    margin-bottom: 20px;
}

.staff .thumbnail{
	margin-bottom: 28px;
}
.staff .member-info{
	text-align: center;
}
.staff .member-name{
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 6px;
}
.staff .member-position{
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    font-family: 'Open Sans';
    text-transform: none;
	font-weight: 400;
}

/******************************************
 Page: Autor
*/

.autor-box{
	margin-top: 40px;
    padding-bottom: 30px;
    border-width: 0 0 2px 0;
    border-style: solid;
    margin-bottom: 50px;
}
.autor-box .autor-thumb{
    width: 96px;
    height: 96px;
    float: left;
}
.autor-box .autor-info{
    margin-left: 117px;
}
.autor-box .autor-btns{
    margin-bottom: 19px;
    margin-top: -3px;
}
.autor-box .autor-btns .btn-grey,
.autor-box .autor-btns .btn-grey:hover{
    background-color: #a0a8aa;
}
.autor-box .autor-btns .btn{
    font-size: 9px;
    line-height: 9px;
    padding: 5px 9px;
    margin-right: 5px;
    font-weight: 700;
    cursor: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.autor-box .post-social{
    float: none;
    margin-top:20px;
}
.autor-box .post-social li{
    margin-left: 0;
    margin-right: 20px;
}

/******************************************
 Page: Contact
*/
.contact-box{
    border-width: 2px 0 0 0;
    border-style: solid;
    margin-top: 35px;
    padding-top: 38px;
}
.contact-box h2{
	font-size: 18px;
}

#map_canvas {
    margin-top: 35px;
	margin-bottom: 60px;
    width: 100%;
    height: 360px;
    background-color: #d2d7d9;
}

.marker-label,
.marker-icon {
    z-index: 99;
    position: absolute;
    display: block;
    margin-top: -50px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    font-size: 40px !important;
    text-align: center;
    white-space: nowrap;
}

/******************************************
 Page: Search
*/
.search-nores{
    color: #a1a7a7;
}
.search-nores h3{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 13px;
}
.search-nores p{
    margin-bottom: 30px;
}
.search-nores .search-box{
    height: 40px;
}
.search-nores .search-box input[type="text"],
.search-nores .search-box input[type="submit"]{
    height: 36px;
    line-height: 22px;
}
.search-nores .num{
    font-family: 'Signika', sans-serif;
    font-size: 190px;
    line-height: 1;
    color: #30353a;
    margin-top:25px;
    margin-bottom: 15px;
    letter-spacing: -5px;
}

@media (max-width: 979px) {
    #map_canvas{height: 246px}
}

@media (max-width: 767px) {
    #map_canvas{height: 210px}
}

@media (max-width: 480px){
    #map_canvas{height: 150px}
}

/*********************************
 Skin: Light
*/
.light_skin .editor q,
.light_skin .editor blockquote{color: #181a1c;}
.light_skin .editor hr{border-color: #e8e8e8;}
.light_skin .editor q:before,
.light_skin .editor blockquote:before{color: #bdc1c3;}
.light_skin .editor .quote{color: #000000;}
.light_skin .editor .highlight{color: #FFFFFF; background-color: #000000;}
.light_skin .editor .tooltip{color: #000000;}
.light_skin .editor .tooltip > span:before{border-bottom: 5px solid #000000;}
.light_skin .editor .tooltip > span{color: #ffffff; background-color: #000000;}
.light_skin .editor .dropcap:first-letter{color: #000000;}
.light_skin .editor .dropcap-sq:first-letter{color: #fff; background-color: #000000;}

.light_skin .editor-tab li a{border-color: #e3e3e3; color: #30353a;}
.light_skin .editor-table th,
.light_skin .editor-table td{border-color: #e6e6e6;}
.light_skin .editor-table th{color: #2f3341;}
.light_skin .editor-table > tbody > tr:nth-child(2n+1) > td{background-color: #fcfcfc;}
.light_skin .editor-toggle .toggle-top{border-color: #e3e3e3;}
.light_skin .editor-accordion .accordion-top .fa{border-color: #e3e3e3;}

.light_skin .pan-list li:before,
.light_skin .star-list li:before,
.light_skin .heart-list li:before{color: #1a2a2d;}

.light_skin .editor .quote { border-color: #dadfe1;}

/*********************************
 Skin: Dark
*/
.dark_skin .editor q,
.dark_skin .editor blockquote{color: #ffffff;}
.dark_skin .editor q:before,
.dark_skin .editor blockquote:before{color: #2e2f31;}
.dark_skin .editor hr{border-color: #2e2f31;}
.dark_skin .editor .quote{color: #ffffff;}
.dark_skin .editor .highlight{color: #000000; background-color: #ffffff;}
.dark_skin .editor .highlight.colored{color: #ffffff;}
.dark_skin .editor .tooltip{color: #ffffff;}
.dark_skin .editor .tooltip > span{color: #000000; background-color: #ffffff;}
.dark_skin .editor .tooltip > span:before{border-bottom: 5px solid #ffffff;}
.dark_skin .editor .dropcap:first-letter{color: #ffffff;}
.dark_skin .editor .dropcap-sq:first-letter{color: #ffffff; background-color: #181a1c;}

.dark_skin .editor-tab li a{border-color: #2e2f31; color: #ffffff;}
.dark_skin .editor-table th,
.dark_skin .editor-table td{border-color: #2e2f31;}
.dark_skin .editor-table th{color: #ffffff;}
.dark_skin .editor-table > tbody > tr:nth-child(2n+1) > td{background-color: #2e3134;}
.dark_skin .editor-toggle .toggle-top{border-color: #2e2f31;}
.dark_skin .editor-accordion .accordion-top .fa{border-color: #2e2f31;}

.dark_skin .pan-list li:before,
.dark_skin .star-list li:before,
.dark_skin .heart-list li:before{color: #ffffff;}

.dark_skin .editor .quote { border-color: #2e2f31;}

