@charset "utf-8";
/* CSS Document */


/*RESET */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody,  article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	/*vertical-align: baseline;*/
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/* ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container-fluid {
	padding: 0px;
}
.row {
	padding: 0px;
	margin: 0px;	
	}
td {
  vertical-align: top;
}
/*RESET END*/

a.pdf,.single_page a[href$=".pdf"], .sidebar a[href$=".pdf"], .news a[href$=".pdf"] {
	padding-left: 20px;
	background: transparent url(../images/icon_pdf.gif) 0 50% no-repeat;
}
a, a:hover {
	color: #2fa1a0;
}
.main_container {
	padding-left: 0px!important;
	padding-right: 0px!important;
	
}
/*INFO*/
.info {
	color: #FFFFFF;
	background-color:#2fa1a0;
}
.info ol, .info ul {
	list-style: none;
	}
.info li{
	display: inline;
	}


.info img{
	padding: 5px 10px;

	}
.logo {
	padding: 10px 5px;
}


/*MENU*/
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/**/
.dropdown-submenu {
	position: relative;
  }
  
  .dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
  }
  
  .dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
  }
  /* to show the arrow */
  .dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
  }
  .dropdown-toggle a::after{
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
  }

/**/
 .navbar {
	padding: 0 0 0 0;
	margin:0 0 0 0;
 }

.navbar-toggler-icon{
	background-color: #F2D022;	
}
.header {
	background-color: #FFFFFF;
	border-top: solid 1px #2fa1a0;
	border-bottom: solid 1px #2fa1a0;
	padding: 0 0 0 0;


}
.navbar-nav>li>a, .navbar-toggler, .dropdown-item{
	color: #3f4a52;
	font-family: "Titillium Web";
	text-transform: uppercase;
	/*font-size: 1.2857em;*/
	line-height: 1.2857em;
	font-weight: 400;
	/*letter-spacing: 1px;	*/
	border-right: solid 1px #2fa1a0;
}
.navbar-nav>li:first-child{
	border-left: solid 1px #2fa1a0;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active {
	color: #2fa1a0;
	
}
.dropdown-menu {
	padding: 0px;
}
.dropdown-item, .dropdown-menu>li>a {
	background-color:#FFFFFF;
	color: #3f4a52;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.2857em;
	font-weight: 400;
	letter-spacing: 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
.dropdown-menu>li>a:hover,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-menu>li>a:active {
	color: #2fa1a0;
	background-color:#FFFFFF;
}


/* MAIN */
.name {
	font-family: "Titillium Web";
	color: #2fa1a0;
	font-size: 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:30px;
}
.main img {
	float: left;
	margin: 0 20px 10px 0;
}
.slider{
	border-bottom: solid 1px #2fa1a0;
	margin-bottom: 30px;
 }
.list_name {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #cecece;
}

.list_name a{
	font-family: "Titillium Web";
	color: #2fa1a0;
	font-size: 1.25em;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.list_content p{
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	line-height: 1.5;
	padding-bottom: 20px;
}	

.moretag, .moretag:hover {
	font-family: "Titillium Web";
	color: #2fa1a0;
	font-style: italic;
}
.all_news a, .all_news{
	font-family: "Titillium Web";
	color: #2fa1a0;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.logo_bar{
	font-family: "Titillium Web";
	color: #2fa1a0;
	text-align: center;
	border-top: solid 1px #2fa1a0;
}

.logo_bar h3{
	padding:10px 0px;
	margin:30px 0px;	
}
.main_sidebar{
	font-family: "Titillium Web";
	color: #3f4a52;
}
.main_sidebar h3{
	text-transform: uppercase;
	font-size: 1.4em;
}
.search-title{
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 1.4em;
}
.single_page, .search {
	font-family: "Titillium Web";
	padding-top:30px;
	line-height: 1.5;
	
}
.single_page img {
	float: right;
	margin: 10px 0px 10px 20;
	border: 1px solid #2FA1A0;
	border-radius: 4px;
	padding: 5px;
}
.single_page h1 a{
	text-decoration: none;
	color: #3f4a52;
	font-size: 0.6em;
	text-transform: uppercase;
	}

.single_page p, .single_page ul, .single_page li{
	color: #3B3B3B;
	font-style: normal;
	line-height: 25.9px;
	padding: 5px;
}
/*#black-studio-tinymce-6 p{
	color: #3B3B3B;
	font-style: normal;
	line-height: 25.9px;
	padding: 5px;
	}*/
#black-studio-tinymce-15 p, #black-studio-tinymce-6 p{
	color:#2FA1A0;
	font-style: normal;
	line-height: 25.9px;
	 padding: 5px;
}

.single_page p a, .single_page li a {
	color: #2fa1a0;
	
	}
.category_ a{
	text-decoration: none;
	color: #3f4a52;
	font-size: 1.2em;
	text-transform: uppercase;
	}

.category_name {
	text-decoration: none;
	color: #3f4a52;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 20px 0px;
	}		

.pagination h2, .search-page-title{
	color: #3f4a52;
	font-size: 1.2em;
}

.pagination a{
	color: #2fa1a0;

}
/*ABOUT*/

.about{
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1.8;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #2fa1a0;
	
}
.about h3{
	text-align: center;
	font-family: "Titillium Web";
	color: #2fa1a0;
	font-size: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.other{
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1.8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

		/*SIDEBAR*/

.sidebar {
	font-family: "Titillium Web";
	color: #3f4a52;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.5em;

}
.sidebar h3 {
	font-family: "Titillium Web";
	color: #2FA1A0;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
.sidebar .widget{
	padding-bottom: 20px;
	border-bottom: solid 1px #cecece;
}
.sidebar a, .sidebar ul, .sidebar p {
	text-decoration: none;
	color: #414141;
	margin-left: 10px;	
}
.sidebar img{
	display: block;
 	margin-left: auto;
	margin-right: auto;
	/*width: 50%;*/
}

.textwidget {
	padding-top:20px;
	padding-bottom:20px;
}

/*FOOTER*/
.footer_bg {
	background-color: #2fa1a0;
}
.footer, .footer a {
	color: #FFFFFF;
	padding:30px 0px;
}
.footer-left img{
	display: block;
	margin-left: auto;	
}

.footer-right{
	padding: .3rem;
	padding-top:1rem;
}
.footer-right p, .footer-right a,.footer-center p, .footer-center a{
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	line-height: 2;
	
}
.footer-right img, .footer-center img {
	padding: 2px 2px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}