/*
Theme Name: Meris
Theme URI: http://www.mageewp.com/meris-theme.html
Description: Meris is a free WordPress theme that can be use for various purposes, for business, travel, food, service and more. The clean homepage layout is very flexible due to it allows to add widgets. Meris theme comes with full-width sliders in the homepage and small featured sliders in the sidebar(optional), portfolios, social icons, slogon, and other popular widgets. More options are given to the sidebar setting: no sidebar, left sidebar, right sidebar, and sidebar on both sides. Furthermore, Font Awesome Icons are avaible in the theme to add icons aywhere. This theme is built with the latest HTML5 and CSS3 website standard (from the Twitter Bootstrap), and fully responsive in different browsers and displays. Meris is the ideal theme to create your personal websites and business websites for company.
Version: 1.1.2
Author: MageeWP
Author URI: http://www.mageewp.com
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, yellow, green, dark,light,gray, responsive-layout, custom-background, custom-header, custom-menu, theme-options, left-sidebar, right-sidebar, translation-ready, editor-style, featured-images, full-width-template

Meris Wordpress Theme has been created by mageewp.com, Copyright 2015 mageewp.com.
Meris Wordpress theme is released under the terms of GNU GPL.
*/

/*
 * 1.0 Reset
 * Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
div{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #888;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	outline: none;
}

input:invalid {
	box-shadow: none;
}

body {
	background: #fff;
}

a {
	color: #2da445;
	text-decoration: none;
}

a:focus {
	/*outline: thin dotted;*/
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

a:active,
a:hover {
	color: #2da445;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
	color: #333;
}

h1 {
	font-size: 30px;
	line-height: 1;
  margin: 0px 0px;
  color: #2da445;
}

h2 {
	font-size: 22px;
	line-height: 1.2;
}

h3 {
	font-size: 20px;
	line-height: 1;
}

h4 {
	font-size: 18px;
	line-height: 1;
}

h5 {
	font-size: 16px;
	line-height: 1;
}

h6 {
	font-size: 14px;
	line-height: 1;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #2da445;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	width: inherit;
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: center;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

::selection {
	background: #2da445!important;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #2da445!important;
	color: #fff;
	text-shadow: none;
}

:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.required {
	color: #F00;
}

.clear {
	clear: both;
}

nav li {
	list-style-type: none;
}

.wp-caption {
	}.wp-caption-text {
	}.sticky {
	}.gallery-caption {
	}.alignright {
	}.alignleft {
	}.aligncenter {
	}.bypostauthor > .comment-body .fn:before {
	vertical-align:text-top;
}
/*
 * 2.0 Header
 */

.homepage {
	position: relative;
}

/*
 * 2.1 Header logo
 */

header {
	//top: 80px;
	left: 0;
	z-index: 9;
	background-color: rgba(0,0,0,.2);
  background-color: #fff !important;
  //background-image: none !important;
	color: #fff;
	min-height: 100px;
	text-transform: uppercase;
	//border-bottom: 1px solid #382f25;
	width: 100%;
	position: relative;

}

.homepage header {
	position: absolute;
}

header .container {
        z-index: 9;
}

header .block {
        position: absolute;
        top: 0;
	left: 0;
        height: 133px;
        width: 100%;
        //background-image: url(images/header-back.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        //background-color: #F1F3EE !important;
        //-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 30%, 50% 60%, 0 30%);
        //clip-path: polygon(0% 0%, 100% 0, 100% 30%, 50% 60%, 0 30%);
}

.logo-box {
	position:absolute;
  display:block;
  -webkit-clip-path:none;
  top:90%;
  left:20%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%,-50%);
}

.site-logo {
	float: left;
}

.name-box {
	float: left;
	margin-left: 10px;
}

.site-name {
	margin: 0;
	color: #fff;
	font-size: 28px;
	letter-spacing: .05em;
}

.name-box a {
	text-decoration: none
}

.site-tagline {
	font-size: 12px;
	color: #fff;
}

/*
 * 2.2 Header Search
 */

.search-form {
	float: right;
	background-color: rgba(0,0,0,.18);
	overflow: hidden;
	width: 240px;
	margin-top: 20px;
	margin-right: 15px;
	padding: 3px;
}

.search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
	background: none;
	color: #fff;
}

.search-form input[type="submit"] {
	background: url(images/search.png);
	float: right;
	border: none;
	width: 20px;
	height: 20px;
}

/*
 * 2.3 Header navigation
 */

.site-nav {
  //-webkit-clip-path:none;
  top:60%;
  left:29%;
  //-webkit-transform: translate(-50%,-50%);
  //-moz-transform: translate(-50%,-50%);
  //-ms-transform: translate(-50%,-50%);
  //-o-transform: translate(-50%, -50%);
  //transform: translate(-50%,-50%);
  position:absolute;
  //width:780px;
  list-style:none;
	display: block;
	z-index: 9;
}

.site-nav ul {
	margin: 0;
	float: left;
}

.site-nav > ul > li {
	float: left;
	position: relative;
}

.site-nav > ul > li + li {
	//margin-left: 3px;
}

.site-nav > ul > li a {
	display: block;
	font-size: 15px;
	//line-height: 57px;
	color: #2470b7;
  text-transform: capitalize;
  padding:10px 8px;
	text-shadow: 0 1px 0 #bed4ea;
}

.site-nav > ul > li:hover > a {
	color:#2da445;
	background-color:transparent;
	background-image:none;
	box-shadow:none;
	text-shadow: 0 1px 0 #c4fdd5;
}

.site-nav > ul > li a i {
	font-size: 6px;
	margin-left: 5px;
}

.site-nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
  float: left;
  //width:100%;
  min-width: 200px;
  padding: 5px 0;
  //margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.site-nav li:hover > ul {
	display: block;
}

.site-nav li ul li {
	float: none;
	margin: 0;
  position: relative;
	//border-bottom: 1px solid #e6e7e7;
}

.site-nav li ul li a {
  text-shadow: none;
  line-height: 1em;
  color: #2470b7;
	font-size: 14px;
}

.site-nav li ul li:hover > a {
	background-color: #2da445;
  color: #fff!important;
}

.site-nav li ul li ul {
	//margin-top: -30%;
  margin-top: -40px;
	left: 100%;
}

.site-search-toggle {
	display: none;
	float: right;
	margin-top: 25px;
	background-color: transparent;
	border: none;
	color: #2da445;
}

.site-nav-toggle {
	display: none;
	float: right;
	margin-top: 25px;
	background-color: transparent;
	border: none;
	color: #2470b7;
  left: 5%;
}

.menu-item-974 a{
 color: #2da445 !important;
}

@media screen and (max-width: 1100px){
	.site-nav-toggle {
    position:absolute;
		display: block;
	}
	.site-nav {
		display: none;
		//width: 100%;
		margin-top: 0;
		position: absolute;
		top: 100%;
		left: 0;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

	}
	.site-nav > ul > li {
		float: none;
    //padding: 5px 0;
	}
	.site-nav > ul > li + li {
		margin-left: 0;
	}
	.site-nav > ul > li a {
		line-height: 30px;
	}
	.site-nav li ul {
		position: absolute;
		margin-left: 20px;
		z-index: 200;
    display: none;
	  left: 0;
	  margin-top: -10px;
    float: left;
    min-width: 160px;
    padding: 10px 0;
	}
	.site-search-toggle {
		display: block;
	}
	.search-form {
		display: none;
	}
	header {
		min-height: 75px;
	}
	.logo-box {
		top: 50%;
    left: 50%;
	}
  .site-logo {
		height: 70px;
	}
	.search-form {
		position: absolute;
		top: 100%; right: 0;
		background-color: rgba(0,0,0,.18);
		overflow: hidden;
		width: 240px;
		margin-top: 5px;
		margin-right: 15px;
		padding: 3px;
	}
}

/*
 * sticky header
 */

header.sticky-header {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	//background-color: rgba(0,0,0,.5);
  //background-color: #F1F3EE !important;
	z-index: 9999;
	width: 100%;
	opacity: 1;
	//box-shadow: 1px 0 5px #333;
	min-height: 0;
}

.sticky-header .block {
  //position: absolute;
  top: 0;
	left: 0;
  height: 70px;
  width: 100%;
  //background-image: url(images/header-back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #FFF !important;
}

.sticky-header .site-nav > ul > li > a {
	//line-height: 45px;
}

.sticky-header .logo-box {
	margin-top: 35px;
}

.sticky-header .site-logo {
	height: 50px;
}

.sticky-header .name-box {
	margin-top: 5px;
}

.sticky-header .site-nav-toggle,
.sticky-header .site-search-toggle {
	margin-top: 15px;
}




/*
 * 3.0 Home Sections
 */

section[class^="homepage-section-"]
{

}
section.home-section .container{
	padding: 0px;
}

section.home-section-banner{
	padding: 0px;
  margin-top: -20px;
}

section.home-section-banner .container{
   //padding-bottom: 20px;
   padding: 0px;
}

section.home-section-carousel {
  margin-top: 50px;
  //height: 20px;
  //background-color: #fff !important;
  //background-image: url(images/header-back.png);
  //background-repeat: no-repeat;
  //background-position: center;
  //background-size: cover;
}

section .homepage-icon{
  color:#2da445;
  font-weight: normal;
  font-size:32px;
  margin-top:0px;
  margin-bottom:0px;
  padding-left:20px;
  padding-bottom:0px;
}

section .homepage-icon i{
  font-size:24px;
}


section .widget{
	width:100%;
	clear:both;
  position:static;
}

@media screen and (max-width: 919px){
  section.home-section-banner{
	  padding: 0 !important;
  }
}
/*
 * 3.1 Section Slider
 */

.pages-slider img{
  display: block;
  padding-top:100px;
  margin-right:auto;
  margin-left:auto;
}

.pages-slider .carousel-caption {
  position:absolute;
	bottom: 5%;
	right: 15%;
	left: 15%;
	color: #fff;
	z-index: 3;
}

.pages-slider .carousel-caption h1 {
	color: #fff;
	font-size: 4em !important;
	text-transform: uppercase;
	font-weight: normal;
}

.homepage-static-banner img{
  display: block;
  padding-top:100px;
  margin-right:auto;
  margin-left:auto;
}

.homepage-static-text{
  float: right;
  position: relative;
  display: inline-block;
  margin-top: -12%;
  margin-right: 5%;
  color: #fff;
  text-transform: uppercase;
}

.homepage-static-holiday{
  float: left;
  position: relative;
  display: inline-block;
  margin-top: -14%;
  margin-left: 10%;
}

.homepage-static-holiday img{
  height: 160px;
}


.homepage-slider .item img{
  margin-top:1000 px;
}

.homepage-slider .carousel-caption {
  position:absolute;
	bottom: 10%;
	right: 15%;
	left: 15%;
	color: #fff;
	z-index: 3;
}

.homepage-slider .carousel-caption h1 {
	color: #fff;
	font-size: 6em;
	text-transform: uppercase;
	font-weight: normal;
}

.homepage-slider .carousel-caption strong {
	font-weight: bold;
}

.homepage-slider .carousel-caption s {
	color: #2da445;
	text-decoration: none;
}

.homepage-slider .carousel-caption button {
	border: none;
	background-color: #2da445;
	color: #fff;
	width: 220px;
	height: 50px;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 40px;
	font-weight: bold;
}

.homepage-slider .carousel-indicators li {
	border-width: 3px;
	height: 18px;
	width: 18px;
	border-radius: 18px;
	margin: 5px;
}

.homepage-slider .carousel-indicators li.active {
	background-color: #2da445;
	margin: 5px;
}

.homepage-slider .carousel-control .fa {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	font-size: 50px;
}

.homepage-slider .carousel-control .fa-angle-left {
	left: 50%;
}

.homepage-slider .carousel-control .fa-angle-right {
	right: 50%;
}

/*
 * Header social
 */

.social-header_top, .social-header_bottom {
  float: right;
  position: absolute;
	display: inline-block;
  right:10px;
}

.social-header_top {
  top: 60px;
}

.social-header_bottom {
  top: 28px;
}

.social-header_top i, .social-header_bottom i  {
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	margin: 2px;
	width: 30px;
	height: 30px;
	//background-color: #444;
	border-radius: 15px;
	padding-top: 10px;
	text-align: center;
}

.social-header_top i:hover, .social-header_bottom i:hover {
	color: #2da445;
	//background-color: #fff;
}

.social-header_top .fa-flickr, .social-header_bottom .fa-flickr {background-color: #1e75ce;}
.social-header_top .fa-facebook, .social-header_bottom .fa-facebook {background-color: #3b5998;}
.social-header_top .fa-linkedin, .social-header_bottom .fa-linkedin {background-color: #3b5998;}
.social-header_top .fa-twitter, .social-header_bottom .fa-twitter {background-color: #007bb6;}
.social-header_top .fa-youtube, .social-header_bottom .fa-youtube {background-color: #bb0000;}
.social-header_top .fa-instagram, .social-header_bottom .fa-instagram {background-color: #f09433;}
.social-header_top .fa-flickr:hover, .social-header_bottom .fa-flickr:hover {background-color: #ff0084; color:#fff;}
.social-header_top .fa-facebook:hover, .social-header_bottom .fa-facebook:hover {background-color: #fff; color:#3b5998;}
.social-header_top .fa-linkedin:hover, .social-header_bottom .fa-linkedin:hover {background-color: #fff; color: #007bb6;}
.social-header_top .fa-twitter:hover, .social-header_bottom .fa-twitter:hover {background-color: #fff; color: #00aced;}
.social-header_top .fa-youtube:hover, .social-header_bottom .fa-youtube:hover {background-color: #fff; color: #bb0000;}
.social-header_top .fa-instagram:hover, .social-header_bottom .fa-instagram:hover {background-color: #fff; color: #f09433;}



/*
 * Button Brochure
 */
.myButton a {
  float: left;
  position: absolute;
  left:10px;
  top: 110px;
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#444;
	//font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:7px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
  text-shadow:1px 1px 1px #000;
}
.myButton a:active {
	//position:relative;
	//top:1px;
}



.brochure {
    float: right;
    position: relative;
    display: inline-block;
    margin-top: -5%;
    margin-right: 5%;



}

.brochure-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width:100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
    //background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

}

.brochure-content a {
    color: #2470b7;
    padding: 6px 6px;
    text-decoration: none;
    display: block;
}

.brochure a:hover {
  background-color: #2da445;
  color: #fff;
}

.brochure .dropbtn {
    background-color: #2da445;
    color: white;
    padding: 6px 50px;
    font-size: 14px;
    line-height: 20px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #3e8e41);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#3e8e41));
    background-image: -webkit-linear-gradient(top, #62c462, #3e8e41);
    background-image: -o-linear-gradient(top, #62c462, #3e8e41);
    background-image: linear-gradient(to bottom, #62c462, #3e8e41);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

}



.brochure .dropbtn:hover {
    background-color: #3e8e41;
    background-image: -moz-linear-gradient(top, #3e8e41, #62c462);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3e8e41), to(#62c462));
    background-image: -webkit-linear-gradient(top, #3e8e41, #62c462);
    background-image: -o-linear-gradient(top, #3e8e41, #62c462);
    background-image: linear-gradient(to bottom, ##3e8e41, #62c462);
    background-repeat: repeat-x;
}

.brochure .dropbtn:focus {
    background-color: #3e8e41;
}

.brochure-show {display:block;}

.brochure .caret {
    display: inline-block;
    margin-top: 8px;
    margin-left: 2px;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}





/*
 * Button Brochure
 */
.greetings a {
  width:300px;
  height: 120px;
  float: left;
  position: absolute;
  left:50%;
  top: 170%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%,-50%);
  background-image: url(images/natale.png);
  background-repeat: no-repeat;
  background-position: center;
}




@media screen and (max-width: 1100px) {
	.homepage-slider .carousel-caption h1 {
		font-size: 4em;
	}
	.homepage-slider .carousel-caption {
		bottom: 20%;
	}
	.carousel-indicators {
		display: none;
	}
	.homepage-slider .carousel-caption button {
		width: 180px;
		height: 40px;
		font-size: 18px;
		margin-top: 30px;
	}
  .greetings a {
    background-size: 300px auto;
  }
  .homepage-static-text img{
    margin-top: -15%;
  }
  .homepage-static-holiday{
  margin-top: -16%;
  margin-left: 5%;
  }
  .homepage-static-holiday img{
  height: 120px;
  }
  .site-nav li ul li ul {
	top: 10px;
	margin-left: 0;
  }

}
@media screen and (max-width: 919px) {
	.site-nav .sub-menu,
	.site-nav .children{
		display:none;
	}
	.site-nav li ul li a{
		//color:#fff;
	}
	.site-nav > ul > li {
		//position:static;
	}
  .pages-slider img {
    margin-top: 10%;
  }
  .pages-slider .carousel-caption h1 {
    font-size: 4em !important;
  }
  .greetings a {
    background-size: 200px auto;
    top: 230%;
  }
	.homepage-static-text img{
    height: 50px;

  }

}
@media screen and (max-width: 767px) {
	.homepage-slider .carousel-caption h1 {
		font-size: 3em;
	}
	.homepage-slider .carousel-caption {
		bottom: 5%;
	}
	.homepage-slider .carousel-caption button {
		width: 150px;
		height: 34px;
		font-size: 16px;
		margin-top: 20px;
	}
  .homepage-static-text img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20%;
    height: 30px;
    float: center;
  }
  .homepage-static-holiday img{
  height: 90px;
  }
  .brochure {
    float: center;
    margin-top: -12%;
    margin-right: 5%;
    }
  .brochure-content {
    width:100%;
  }
  .brochure-content a {
    padding: 6px 6px;
  }
  .brochure .dropbtn {
    background-color: #2da445;
    color: white;
    padding: 6px 6px;
    font-size: 12px;
    line-height: 20px;
  }


}

@media screen and (max-width: 500px) {
  .pages-slider .carousel-caption h1 {
    font-size: 1.5em !important;
    margin-bottom: 0px!important;
  }
  .pages-slider img {
    margin-top: 30%;
  }
  .homepage-slider img {
    margin-top: 30%;
  }
  .greetings a {
    background-size: 150px auto;
    top: 250%;
  }
  .homepage-static-holiday img{
  height: 40px;
  }
  .brochure .dropbtn {
    font-size: 10px;
  }
  .social-header_top i, .social-header_bottom i {
	height: 25px;
  width: 25px;
  font-size:10px;
  }
}

@media screen and (max-width: 320px) {
  .pages-slider .carousel-caption h1 {
    margin-bottom: 0px!important;
  }
  .pages-slider img {
    margin-top: 40%;
  }
  .homepage-static-holiday{
  margin-top: -12%;
  margin-left: 5%;
  }
  .homepage-static-holiday img{
  height: 25px;
  }
  .greetings a {
    background-size: 100px auto;
  }

}


/*
 * 3.2 Section Service
 */

.service {
	/*background-color: #fff;*/
	padding: 20px 0;
}

.service-box {
	padding: 5px;
	overflow: hidden;
}

.service-box h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.service-box i {
	font-size: 150px;
	color: #b5b5b5;
}

.service-box:hover i {
	color: #2da445;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.service-box p {
	text-align: left;
	margin-bottom: 15px;
}

.service-box a {
	float: right;
	font-size: 12px;
	color: #888;
}

.service-box:hover a {
	color: #2da445;
}

/*
 * 3.3 Section Slogan
 */

.slogan {
	padding: 25px 0;
}

.slogan-wrapper {
	background-color: #2da445;
}

.slogan .container {
	position: relative;
}

.slogan-box {
	color: #fff;
	font-size: 20px;
	padding: 15px 0;
}

.slogan-box h3 {
	color: #fff;
	font-size: 35px;
}

.slogan .quote i {
	color: #2da445;
}

.slogan .quote {
	position: absolute;
}

.slogan .quote i {
	font-size: 50px;
}

.slogan .quote.left {
	left: 0;
	top: -15px;
}

.slogan .quote.right {
	right: 0;
	bottom: -20px;
}

.slogan .quote-slit {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 30px;
	left: 0;
	z-index: 999;
}

.slogan .quote-slit i {
	color: #fff!important;
}

.slogan .quote.left .quote-slit {
	height: 35px;
	top: 15px;
}

.slogan .quote.left .quote-slit i {
	position: absolute;
	top: -15px;
}

.slogan .quote.right .quote-slit {
	bottom: 20px;
}

/*
 * 3.4 Section Portfolio
 */

.title-wrapper::after {
	content: "";
	display: table;
	clear: both;
}

.module-title {
	font-size: 36px;
	float: left;
	font-weight: normal;
	margin-right: 5px;
	text-transform: uppercase;
}

.module-description {
	float: left;
	margin-top: 75px;
}

.portfolio-box img {
	border: 1px solid transparent;
	padding: 5px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	_filter:none;
}

.portfolio-box img:hover {
	border-color: #2da445;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
}

.portfolio-box h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.portfolio-box ul {
	display: inline-block;
	margin-left: 0;
}

.portfolio-box li {
	list-style-type: none;
	float: left;
}

.portfolio-box li a {
	color: #737373;
}

.portfolio-box li a:hover {
	color: #2da445;
}

.portfolio-box li + li::before {
	content: "\, ";
}

/*
 * 3.5 Section About and Contact
 */


.contact-form {
	margin-left: 10px;
}

.contact-form fieldset {
	border: none;
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	border-radius: 2px;
}

.contact-form input[type="submit"] {
	color: #fff;
	background-color: #2da445;
	float: right;
	width: 200px;
	border: none;
	font-weight: bold;
	font-size: 18px;
}

/*
 * 3.6 Section footer
 */

footer {
	background-color: #2da445 !important;
  //min-height: 170px;
  //background-image: url(images/footer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  //background-attachment: ;
  //-webkit-clip-path: polygon(0% 0%, 50% 50%, 100% 0, 100% 100%, 0 100%);
  //clip-path: polygon(0% 0%, 50% 50%, 100% 0, 100% 100%, 0 100%);
}

footer .container {
	//height: 0px;
}

.site-sns {
	display: block;
	float: left;
  margin-top:2%;
	padding: 3px 10px;
}

.site-sns i {
	display: block;
	float: left;
	font-size: 18px;
	color: #fff;
	margin: 0px;
  margin-right:5px;
	width: 38px;
	height: 38px;
	background-color: #2470b7;
	border-radius: 50%;
	padding-top: 9px;
	text-align: center;
  border:2px solid #2470b7;
}

.site-sns i:hover {
  color: #2470b7 !important;
	background-color: #fff;
}

//.site-sns .fa-flickr {background-color: #1e75ce;}
//.site-sns .fa-facebook {background-color: #3b5998;}
//.site-sns .fa-linkedin {background-color: #3b5998;}
//.site-sns .fa-twitter {background-color: #007bb6;}
//.site-sns .fa-youtube {background-color: #bb0000;}
//.site-sns .fa-flickr:hover {background-color: #ff0084; color:#fff;}
//.site-sns .fa-facebook:hover {background-color: #fff; color:#3b5998;}
//.site-sns .fa-linkedin:hover {background-color: #fff; color: #007bb6;}
//.site-sns .fa-twitter:hover {background-color: #fff; color: #00aced;}
//.site-sns .fa-youtube:hover {background-color: #fff; color: #bb0000;}




.site-social {
  //position: absolute;
	//margin: 20px auto 0;
	display: inline-block;
  //margin-top:5%;
  //right:0px;
  //height: 0px;
}

.site-social i {
	display: block;
	float: left;
	font-size: 22px;
	color: #2470b7;
	margin: 0px;
  margin-right:5px;
	width: 30px;
	height: 30px;
	//background-color: #2470b7;
	//border-radius: 50%;
	padding-top: 9px;
	text-align: center;
  //border:2px solid #2470b7;
}

.site-social i:hover {
  color: #2da445 !important;
}



.site-info-img {
  display: block;
	float: left;
	padding-top: 10px;
  padding-bottom: 20px;
  margin-top:2%;
}


.site-info {
  //position: absolute;
  float:left;
  margin-left:20px;
  padding: 0;
	font-size: 13px;
  color: #fff;
  margin-top:3.5%;
}

.site-info a {
	color: #fff;
}

.site-info a:hover {
	color: #fff;
	text-decoration: underline;
}

.site-info .field{
	display: table-cell;
	padding: 3px 10px;
  color: #fff;
	border-right: 1px solid #fff;
  text-align:left;
}


@media (max-width: 1300px) {
	.site-sns {
		display: block;
		float: none;
		width:300px;
	  margin:0 auto;
		margin-top: 10px;
	}
	.site-info-img {
		float: none;
	}
	.site-info {
		float: none;
		width:80%;
		margin: 0 auto;
	}
}

/*
 * 4.0 Blog List Main
 */

.blog-list-page header {
	background-image: url(images/banner-1.jpg);
	background-position: top center;
}

.blog-main {
	padding: 50px 0;
}

.breadcrumb-box {
	/*font-family: "Calibri",sans-serif;*/
	font-size: 18px;
	//text-transform: uppercase;
  //font-weight: bold;
	/*margin-bottom: 50px;*/
}

.breadcrumb-box a,
.breadcrumb-box span,
.breadcrumb-box i {
	margin-right: 5px;
  color: #2470b7;
}

.breadcrumb-box a{
	color: #2470b7;
}

.breadcrumb-box a:hover{
	color: #2da445!important;
}

.breadcrumb-box .current_crumb{
  font-size: 18px;
	color: #2470b7;
}

.entry-box {
	padding: 0 0 0px;
	margin-top: 20px;
}

.entry-box {
	border-bottom: 1px solid #2da445;
}
.blog-list-wrap article.entry-box:last-child,
.entry-box.last {
	border-bottom: none!important;
}

.blog-list-wrap article {
  border-bottom: 1px #2da445 solid;
}

.entry-date {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #2470b7 !important;
	color: #fff;
}

.entry-date .day {
	font-size: 50px;
	line-height: 1;
	margin-top: -8px;
	margin-left: -3px;
}

.entry-date .month {
	text-transform: uppercase;
	/*font-family: 'Calibri',sans-serif;*/
	font-size: 10px;
	margin-top: -6px;
}

.entry-meta {
	/*font-family: 'Calibri',sans-serif;*/
	font-size: 11px;
	text-transform: uppercase;
	overflow: hidden;
	margin-bottom: 0px;

}

.entry-author,
.entry-category,
.entry-comments,
.entry-edit {
	float: left;
	margin-right: 15px;
  margin-top:10px;
}

.entry-meta i {
	color: #000;
	margin-right: 5px;
}

.entry-title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,.1);
	color: #2470b7;
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry-subtitle {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,.1);
	color: #999999;
	margin-top: 1em;
	margin-bottom: 0px;
}

.entry-meta a {
	color: #949392;
}

.entry-meta a:hover {
	color: #2da445;
}

.entry-main {
}

.entry-main p a{
  color:#2470b7;
}


.entry-title:hover {
	color: #2da445!important;
}

.entry-main img {
	border-radius: 10px;
}

.entry-footer {
	overflow: hidden;
	margin-top: 0px;
  background-color: #fff;
}

.entry-more {
	float: right;
	background-color: #fff !important;
	color: #863600;
	font-size: 16px;
  font-weight: bold;
	//font-style: italic;
	text-transform: uppercase;
	padding: 0px 0px;
}

.list-pagition {
}

.list-pagition a {
	color: #000;
}

.list-pagition a,
.list-pagition span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 5px;
	font-size: 16px;
	line-height: 20px;
}

.list-pagition a:hover {
	color: #fff;
	background-color: #2da445 !important;
}


/*
 * 4.1 Blog Detail Main
 */

.post-entry {
	padding: 20px 0;
}
.entry-content{
	overflow:hidden;
	}

.entry-summary a,
.entry-content a {
	color: #2da445;
}

.entry-content table a {
	color: #2da445;
}

.entry-summary a:hover,
.entry-content a:hover {
	text-decoration: underline;
}

.entry-summary img {
	max-width: 100%;
	margin-bottom: 12px;
}

.entry-summary img {
	height: 150px;
	margin-bottom: 12px;
  margin-right: 10px;
  float: left;
}

.comments-area {
	border-top: 1px #ccc dashed;
}

.comments-area h2 {
	text-transform: uppercase;
}

.comment-respond {
	border-top: 1px #ccc dashed;
}

.comment-form {
	width: 100%;
}

.comment-body {
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

.comment-avatar {
	float: left;
	height: 45px;
}

.comment-avatar img {
	border-radius: 3px;
}

.comment-box {
	float: left;
	margin-left: 20px;
	background: #f7f7f7;
	padding: 15px;
	border-radius: 3px;
	max-width: 80%;
}

@media screen
and (max-width: 430px){
	.comment-box {
		max-width: 60%;
	}
}

.comment-box::after {
	content: "";
	position: absolute;
	border: 10px solid;
	border-color: transparent;
	border-right-color: #f7f7f7;
	margin-left: -18px;
	width: 0;
	height: 0;
	left: 72px; top: 15px;
}

.comment-info {
	font-weight: bold;
}

.comment-content {
	clear: both;
	font-style: italic;
}

.comments-list li {
	list-style-type:none;
}

.comment-form section {
	overflow: hidden;
	margin-bottom: 20px;
}

.comment-form label {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	float: left;
	width: 100px;
}

.comment-form input,
.comment-form textarea {
	padding: 6px;
	outline: none;
	border: 1px solid #ccc;
	float: left;
	/*width: 400px;*/
	width: 100%;
	max-width: 100%;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: #2da445;
	color: #2da445;
}

.form-submit {
	/*width: 500px;*/
	max-width: 100%;
	overflow: hidden;
}

.form-submit input {
	background-color: #2da445;
	color: #fff;
	width: 140px;
	border: none;
	float: right;
}

/*
 * 4.1 Blog Side
 */

.blog-side {
	padding: 50px 0;
}

.widget-area {

}

.widget-area ul a{
	  color: #2470b7;

}

.widget-area ul a:hover{
    color: #2da445;
	  text-decoration: underline;
}

.widget-area ul li{
	  margin-left:-10px;
    margin-top:10px;
}

.widget-box {
	margin-bottom: 30px;
	overflow: hidden;
	/*font-family: "Calibri",sans-serif;*/
	font-size: 12px;
}

.widget-title {
	//font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
  padding: 2px;
  padding-left: 10px;
	color: #fff;
  background-color: #2da445;
}

.widget-sns {
}
.widget-sns a{
	padding-right:5px;
	}
.widget-sns i {
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	background-color: #eee;
}

.widget-sns i:hover {
	background-color: #2da445;
	color: #fff;
}


.widget-box ul {
	margin-left: 10px;
}

.widget-box li {
	list-style-type: none;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.widget-box .nav-tabs{
	border-bottom:none;
	}
.widget-box .nav-tabs li {
margin-bottom: 0;
}

.widget-box a {
	color: #949392;
}

.widget-box a:hover {
	color: #2da445;
}

.searchform,
.widget-search {
	border: 1px solid #ccc;
	padding: 4px;
	overflow: hidden;
	max-width: 200px;
}
.widget_search .screen-reader-text {
    display: none;
}
.searchform input[type="text"],
.widget-search input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
}

.searchform input[type="submit"],
.widget-search input[type="submit"] {
	background: url(images/search.png);
	float: right;
	border: none;
	width: 20px;
	height: 20px;
}
.searchform label{
	display:none;
	}
.searchform #searchsubmit{
	text-indent:-99999px;
	}

.search-no-results .searchform{
	 margin: 20px auto 0;
     max-width: 400px;
	}
.search-no-results .blog-list-wrap{
	padding:30px 0;
	}
.widget-slider {
	position: relative;
}

.widget-slider .carousel-bg {
	background-color: #eee;
	width: 100%;
	height: 50px;
}

.widget-slider .carousel-indicators {
	bottom: -65px;
}

.widget-slider .carousel-indicators li {
	border-width: 2px;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	margin: 3px;
	border-color: #2da445;
}

.widget-slider .carousel-indicators li.active {
	background-color: #2da445;
	margin: 3px;
}

.widget-box .tagcloud a {
	padding: 3px 7px;
	background-color: #2da445;
	border-radius: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	display: inline-block;
}

.widget-box .tagcloud a:hover {
	color: #fff;
}

.widget-post .tab-pane ul {
	margin-left: 0;
}

.widget-post .tab-pane li {
	list-style-type: none;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

.widget-post .tab-pane img {
	display: block;
	float: left;
	width: 20%;
	margin-right: 3%;
	border-radius: 5px;
}

.widget-post .tab-pane .tab-inner-box {
	float: left;
	width: 75%;
	margin-top: -5px;
}

.widget-post .tab-pane .tab-inner-box a {
	color: #000;
}

.widget-post .tab-pane .tab-inner-box a:hover {
	color: #2da445;
}

.widget-post .nav-tabs {
	margin-left: 0;
}

.widget-post .nav-tabs > li {
	width: 50%;
	text-align: center;
}

.widget-post .nav-tabs > li > a {
	background-color: #eee;
	border: 1px solid #dedede;
	border-radius: 0;
	font-size: 14px;
	//font-family: "Open Sans", sans-serif;
	padding: 12px 0;
	color: #000;
	text-align: center;
}

.widget-post .nav-tabs > li > a:hover {
	color: #2da445;
}

.widget-post .nav-tabs > li.active > a {
	border-color: transparent;
	background-color: #2da445;
	color: #fff;
}

/*
 * 5.0 404
 */

.page-404 i {
	margin-top: 20px;
	font-size: 70px;
	color: #2da445;
}

.page-404 p {
	margin-top: 30px;
	font-size: 30px;
	color: #777;
}

.page-404 p strong {
	font-size: 40px;
}

/**/
.divider{
	width:100%;
	clear:both;
	}
.fa-2 {
    font-size: 2em;
}
.fa-3 {
    font-size: 4em;
}
.fa-4 {
    font-size: 7em;
}
.fa-5 {
    font-size: 12em;
}
.fa-6 {
    font-size: 20em;
}

#loading i{
   height:35px;
   width:35px;
}
.contact-form #loading{
	float:left;
	display:inline-block;
	}
.alignleft {
	text-align:left;
	float:left;
	margin-right:10px;
}
.alignright {
	text-align:right;
	float:right;
	margin-left:10px;
}
.aligncenter {
	text-align:center;
}


/****team****/

.team-box {
  text-align: center;
  margin: 0 auto;
  max-width: 240px;
}

.team-img-box {
  position: relative;
  margin-bottom: 10px;
}

.team-img-box img {
  width: 100%;
  height: auto;
}

.team-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  border:2px solid #ccc;
  opacity: 0;
  z-index: -1;
  text-align: center;
}

.team-img-box:hover .team-info {
  opacity: 1;
  z-index: 2;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}

.team-info img {
  width: 45%;
  height: auto;
}

.team-info h4 {
  color: #000;
  font-size: 18px;
  margin: 10% 0 5%;
}

.team-info h5 {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5%;
}

.team-sns {
  text-align: center;
  display: inline-block;
  margin: 5% 0;
}

.team-sns a {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #eee;
  color: #595959;
  margin: 3px;
  padding-top: 3px;
  font-size: 16px;
}

.team-sns a:hover {
  color: #2da445;
}


.noradius-img{
  border-radius: 0px !important;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

blockquote a {
    color: #2470b7;
}




/*
  GOVDIAGRAM
*/

#imageMap_govdiagram{
    position:relative;
}

#imageMap_govdiagram button.maplink, #imageMap_govdiagram span.maplink{
    background:red;
    opacity:0;
    //opacity:0.3;

    width: 27%;
    height: 8%;
    position:absolute;
    top:0;
    left:0;
    display:block;
}

#imageMap_govdiagram .maplink.assembly{ top: 0.5%; left: 36.5%; }

#imageMap_govdiagram .maplink.auditors{ top: 0.5%; left: 72%; }

#imageMap_govdiagram .maplink.president{ top: 13.25%; left: 36.5%; }

#imageMap_govdiagram .maplink.advisory{ top: 13.25%; left: 5%; }

#imageMap_govdiagram .maplink.strategy{ top: 31.5%; left: 2%; width: 30%; }

#imageMap_govdiagram .maplink.steering-committee{ top: 31.5%; left: 38%; }

#imageMap_govdiagram .maplink.budget{ top: 31.5%; left: 72%; }

#imageMap_govdiagram .maplink.secretary{ top: 44%; left: 36.5%; }

.hidden{
    display:none;
}

.modal.fade.in{
    top:42%;
}

.modal-dialog{
    border: none;
    background:transparent;
    //left:40%;
}

.modal-dialog div{
    background: transparent;
    border-color: transparent;
    box-shadow:none;
    position: relative;
    color:white;
}

.modal-dialog h2{
    color:white;
}

.modal-dialog .modal-background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2470b7;
    opacity: .9;
    border-radius: 5px;
}

.modal-dialog .modal-body img{
    height: 50px;
    margin: 5px 9px;
}



@media screen and (max-width: 1100px) {
#imageMap_govdiagram .maplink.assembly{ top: 0.5%; left: 36.5%; }

#imageMap_govdiagram .maplink.auditors{ top: 0.5%; left: 72%; }

#imageMap_govdiagram .maplink.president{ top: 13.25%; left: 36.5%; }

#imageMap_govdiagram .maplink.advisory{ top: 13.25%; left: 4.5%; }

#imageMap_govdiagram .maplink.strategy{ top: 30.5%; left: 2%; width: 30%; }

#imageMap_govdiagram .maplink.steering-committee{ top: 30.5%; left: 36.5%; }

#imageMap_govdiagram .maplink.budget{ top: 30.5%; left: 72%; }

#imageMap_govdiagram .maplink.secretary{ top: 41%; left: 36.5%; }
}

@media screen and (max-width: 1000px) {
#imageMap_govdiagram .maplink.assembly{ top:0.5%; left: 36%; }

#imageMap_govdiagram .maplink.auditors{ top: 0.5%; left: 71.5%; }

#imageMap_govdiagram .maplink.president{ top: 10.5%; left: 36%; }

#imageMap_govdiagram .maplink.advisory{ top: 10.5%; left: 5%; }

#imageMap_govdiagram .maplink.strategy{ top: 27%; left: 2%; width: 30%; }

#imageMap_govdiagram .maplink.steering-committee{ top: 27%; left: 36%; }

#imageMap_govdiagram .maplink.budget{ top: 27%; left: 71.5%; }

#imageMap_govdiagram .maplink.secretary{ top: 37%; left: 36%; }
}

@media screen and (max-width: 800px) {
#imageMap_govdiagram .maplink.assembly{ top:0.5%; left: 36%; }

#imageMap_govdiagram .maplink.auditors{ top: 0.5%; left: 71.5%; }

#imageMap_govdiagram .maplink.president{ top: 12%; left: 36%; }

#imageMap_govdiagram .maplink.advisory{ top: 12%; left: 5%; }

#imageMap_govdiagram .maplink.strategy{ top: 31%; left: 2%; width: 30%; }

#imageMap_govdiagram .maplink.steering-committee{ top: 31%; left: 36%; }

#imageMap_govdiagram .maplink.budget{ top: 31%; left: 71.5%; }

#imageMap_govdiagram .maplink.secretary{ top: 43%; left: 36%; }
}

@media screen and (max-width: 767px) {
#imageMap_govdiagram .maplink.assembly{ top: 0.25%; left: 36%; }

#imageMap_govdiagram .maplink.auditors{ top: 0.25%; left: 71.5%; }

#imageMap_govdiagram .maplink.president{ top: 13%; left: 36%; }

#imageMap_govdiagram .maplink.advisory{ top: 13%; left: 5%; }

#imageMap_govdiagram .maplink.strategy{ top: 31%; left: 2.5%; width: 30%; }

#imageMap_govdiagram .maplink.steering-committee{ top: 31%; left: 36%; }

#imageMap_govdiagram .maplink.budget{ top: 31%; left: 71.5%; }

#imageMap_govdiagram .maplink.secretary{ top: 42%; left: 36%; }
}

@media screen and (max-width: 650px) {
#imageMap_govdiagram .maplink.assembly{ top: 0%; left: 36%; }

#imageMap_govdiagram .maplink.auditors{ top: 0%; left: 71.5%; }

#imageMap_govdiagram .maplink.president{ top: 12%; left: 36%; }

#imageMap_govdiagram .maplink.advisory{ top: 12%; left: 5%; }

#imageMap_govdiagram .maplink.strategy{ top: 30%; left: 2.5%; width: 30%; }

#imageMap_govdiagram .maplink.steering-committee{ top: 30%; left: 36%; }

#imageMap_govdiagram .maplink.budget{ top: 30%; left: 71.5%; }

#imageMap_govdiagram .maplink.secretary{ top: 40%; left: 36%; }
}

@media screen and (max-width: 550px) {
#imageMap_govdiagram .maplink.assembly{ top: 0%; left: 36%; }

#imageMap_govdiagram .maplink.auditors{ top: 0%; left: 71.5%; }

#imageMap_govdiagram .maplink.president{ top: 10.5%; left: 36%; }

#imageMap_govdiagram .maplink.advisory{ top: 10.5%; left: 5%; }

#imageMap_govdiagram .maplink.strategy{ top: 28%; left: 2.5%; width: 30%; }

#imageMap_govdiagram .maplink.steering-committee{ top: 28%; left: 36%; }

#imageMap_govdiagram .maplink.budget{ top: 28%; left: 71.5%; }

#imageMap_govdiagram .maplink.secretary{ top: 38%; left: 36%; }
}

@media screen and (max-width: 450px) {
#imageMap_govdiagram .maplink.assembly{ top: 0%; left: 36%; }

#imageMap_govdiagram .maplink.auditors{ top: 0%; left: 71.5%; }

#imageMap_govdiagram .maplink.president{ top: 10%; left: 36%; }

#imageMap_govdiagram .maplink.advisory{ top: 10%; left: 5%; }

#imageMap_govdiagram .maplink.strategy{ top: 25%; left: 2.5%; width: 30%; }

#imageMap_govdiagram .maplink.steering-committee{ top: 25%; left: 36%; }

#imageMap_govdiagram .maplink.budget{ top: 25%; left: 71.5%; }

#imageMap_govdiagram .maplink.secretary{ top: 35%; left: 36%; }
}

@media screen and (max-width: 400px) {
#imageMap_govdiagram .maplink.assembly{ top: 0%; left: 36%; }

#imageMap_govdiagram .maplink.auditors{ top: 0%; left: 71.5%; }

#imageMap_govdiagram .maplink.president{ top: 10%; left: 36%; }

#imageMap_govdiagram .maplink.advisory{ top: 10%; left: 5%; }

#imageMap_govdiagram .maplink.strategy{ top: 24%; left: 2.5%; width: 30%; }

#imageMap_govdiagram .maplink.steering-committee{ top: 24%; left: 36%; }

#imageMap_govdiagram .maplink.budget{ top: 24%; left: 71.5%; }

#imageMap_govdiagram .maplink.secretary{ top: 34%; left: 36%; }
}

@media screen and (max-width: 350px) {
#imageMap_govdiagram .maplink.assembly{ top: 0%; left: 36%; }

#imageMap_govdiagram .maplink.auditors{ top: 0%; left: 71.5%; }

#imageMap_govdiagram .maplink.president{ top: 10%; left: 36%; }

#imageMap_govdiagram .maplink.advisory{ top: 10%; left: 5%; }

#imageMap_govdiagram .maplink.strategy{ top: 22%; left: 2.5%; width: 30%; }

#imageMap_govdiagram .maplink.steering-committee{ top: 22%; left: 36%; }

#imageMap_govdiagram .maplink.budget{ top: 22%; left: 71.5%; }

#imageMap_govdiagram .maplink.secretary{ top: 32%; left: 36%; }
}




 /*
  Country Profile
*/

#imageMap_country_profile{
    position:relative;
    height:260px;
}

#imageMap_country_profile button.maplink, #imageMap_country_profile span.maplink{
    background:red;
    opacity:0;
    //opacity:0.3;
    width: 15%;
    height: 11%;
    position:absolute;
    top:0;
    left:0;
    display:block;
}

#imageMap_country_profile .maplink.algeria{ top: 12%; left: 35.5%; }

#imageMap_country_profile .maplink.egypt{ top: 33%; left: 35.5%; }

#imageMap_country_profile .maplink.jordan{ top: 54%; left: 35.5%; }

#imageMap_country_profile .maplink.turkey{ top: 75%; left: 35.5%; }

#imageMap_country_profile .maplink.libya{ top: 12%; left: 83%; }

#imageMap_country_profile .maplink.morocco{ top: 33%; left: 83%; }

#imageMap_country_profile .maplink.tunisia{ top: 54%; left: 83%; }

#imageMap_country_profile .maplink.region{ top: 75%; left: 83%; }


@media screen and (max-width: 1100px) {
#imageMap_country_profile{ height:212px;}
}


@media screen and (max-width: 990px) {
#imageMap_country_profile{ height:280px; }

#imageMap_country_profile button.maplink{ width: 13%; }

#imageMap_country_profile .maplink.algeria{ left: 29.5%; }

#imageMap_country_profile .maplink.egypt{ left: 29.5%; }

#imageMap_country_profile .maplink.jordan{ left: 29.5%; }

#imageMap_country_profile .maplink.turkey{ left: 29.5%; }

#imageMap_country_profile .maplink.libya{ left: 69%; }

#imageMap_country_profile .maplink.morocco{ left: 69%; }

#imageMap_country_profile .maplink.tunisia{ left: 69%; }

#imageMap_country_profile .maplink.region{ left: 69%; }
}

@media screen and (max-width: 730px) {


#imageMap_country_profile .maplink.algeria{ left: 33.5%; }

#imageMap_country_profile .maplink.egypt{ left: 33.5%; }

#imageMap_country_profile .maplink.jordan{ left: 33.5%; }

#imageMap_country_profile .maplink.turkey{ left: 33.5%; }

#imageMap_country_profile .maplink.libya{ left: 77.5%; }

#imageMap_country_profile .maplink.morocco{ left: 77.5%; }

#imageMap_country_profile .maplink.tunisia{ left: 77.5%; }

#imageMap_country_profile .maplink.region{ left: 77.5%; }
}


@media screen and (max-width: 650px) {

#imageMap_country_profile .maplink.algeria{ left: 37.5%; }

#imageMap_country_profile .maplink.egypt{ left: 37.5%; }

#imageMap_country_profile .maplink.jordan{ left: 37.5%; }

#imageMap_country_profile .maplink.turkey{ left: 37.5%; }

#imageMap_country_profile .maplink.libya{ left: 83.5%; }

#imageMap_country_profile .maplink.morocco{ left: 83.5%; }

#imageMap_country_profile .maplink.tunisia{ left: 83.5%; }

#imageMap_country_profile .maplink.region{ left: 83.5%; }
}

@media screen and (max-width: 600px) {
#imageMap_country_profile{ height:250px; }
}

@media screen and (max-width: 550px) {
#imageMap_country_profile{ height:230px; }
}

@media screen and (max-width: 500px) {
#imageMap_country_profile{ height:200px; }
}

@media screen and (max-width: 450px) {
#imageMap_country_profile{ height:170px; }
}

@media screen and (max-width: 400px) {
#imageMap_country_profile button.maplink{ height: 9%; }
}

@media screen and (max-width: 380px) {
#imageMap_country_profile{ height:150px; }
}

@media screen and (max-width: 350px) {
#imageMap_country_profile{ height:130px; }
}









/*
  Email Subscriber
*/

#singlebannerwidget-6{
   background-image: url(images/newsletter-background.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;


}

#email-subscribers-3{
   background-image: url(images/newsletter-background.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   margin-top:35px;
   height: 230px;
}

#email-subscribers-3 h3{
	font-size: 28px;
	color: #3db1ff;
	margin-left: 5px;
	margin-top: 5px;
}


#email-subscribers-3 .es_widget_form{
   //position:relative;
   //padding-top:2px;
   display: inline-block;
   position:relative;
   width:100%;
   //height:50%;
   //background-color:#ebebeb;
}

#email-subscribers-3 .es_widget_form .es_caption{
	margin-left: 5px;
}

#email-subscribers-3 .es_widget_form .gdpr-label{
	margin-left: 5px;
}

#email-subscribers-3 .es_widget_form table{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 0px solid #000;
}

#email-subscribers-3 .es_widget_form table p{
  color: #2470b7;
  text-transform: uppercase;
  font-size: 32px;
  margin-left:15px;
  padding-top:0px;

}

#email-subscribers-3 .es_widget_form table td{
  text-align: left;
  border: 0px solid #000;
  width:50%;
  margin-right:20px;
}

#email-subscribers-3 .es_widget_form .es_lablebox{
  color: #3db1ff;
  margin-left:20px;
  margin-top:5px;
  font-weight: bold;
}

#email-subscribers-4 .es_widget_form .es_lablebox{
  color: #3db1ff;
  font-weight: bold;
}

#email-subscribers-3 .es_widget_form .es_textbox input{
  border: none;
  border-bottom: 1px solid #999;
  background-color: #f4f4f4;
  margin-left:20px;
}

#email-subscribers-4 .es_widget_form .es_textbox input{
  border: none;
  border-bottom: 1px solid #999;
  //background-color: #f4f4f4;
	width: 100%;
}

#email-subscribers-3 .es_widget_form .es_button {
  text-align: right;
  margin-right:20px;
	margin-top:-100px;
}

#email-subscribers-3 .es_widget_form .es_button input{
  background: #3db1ff;
  background-image: -webkit-linear-gradient(top, #3db1ff, #3ba9ed);
  background-image: -moz-linear-gradient(top, #3db1ff, #3ba9ed);
  background-image: -ms-linear-gradient(top, #3db1ff, #3ba9ed);
  background-image: -o-linear-gradient(top, #3db1ff, #3ba9ed);
  background-image: linear-gradient(to bottom, #3db1ff, #3ba9ed);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 10px #999999;
  -moz-box-shadow: 0px 3px 10px #999999;
  box-shadow: 0px 3px 10px #999999;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
}

#email-subscribers-3 .es_widget_form .es_button input:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#email-subscribers-4 .es_widget_form .es_button input{
  background: #3db1ff;
  background-image: -webkit-linear-gradient(top, #3db1ff, #3ba9ed);
  background-image: -moz-linear-gradient(top, #3db1ff, #3ba9ed);
  background-image: -ms-linear-gradient(top, #3db1ff, #3ba9ed);
  background-image: -o-linear-gradient(top, #3db1ff, #3ba9ed);
  background-image: linear-gradient(to bottom, #3db1ff, #3ba9ed);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 10px #999999;
  -moz-box-shadow: 0px 3px 10px #999999;
  box-shadow: 0px 3px 10px #999999;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px 5px 5px;
  text-decoration: none;
  border: none;
}

#email-subscribers-4 .es_widget_form .es_button input:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#es_widget_msg {
  position:relative;
  text-align: right;
  margin-right:20px;
}

@media screen and (max-width: 1200px) {
   #email-subscribers-3{
   	height: 190px;
   }
   #email-subscribers-3 .es_widget_form table p{
   	font-size: 22px;
   	margin-bottom: 10px;
   }
	 #email-subscribers-3 h3{
	 	font-size: 20px;
	 }
   #email-subscribers-3 .es_widget_form .es_lablebox{
   	margin-top: 0px;
	 	font-size: 12px;
   }
	 #email-subscribers-3 .es_widget_form .es_textbox{
		font-size: 12px;
	 }
   #email-subscribers-3 .es_widget_form .es_button {
   	margin-top:-110px;
   }
   #email-subscribers-3 .es_widget_form .es_button input{
   	font-size: 14px;
   }
	 #email-subscribers-3 .es_widget_form .es_caption{
	 	font-size: 12px;
	 }
	 #email-subscribers-3 .es_widget_form .gdpr-label{
	 	font-size: 12px;
	 }

}

@media screen and (max-width: 990px) {
   #email-subscribers-3 .es_widget_form{
   position:static;
   padding-top: 0%;
   margin-top:0px;
   }
   #email-subscribers-3 .es_widget_form table{
   position: static;
   }
}

@media screen and (max-width: 550px) {
  #email-subscribers-3 .es_widget_form{
    height:400px;
  }
  #email-subscribers-3{
   height: 270px;
   }
  #email-subscribers-3 .es_widget_form table .es_caption {
    position:absolute;
    margin-top:120px;
    left: 35px;
    width: 160px;
  }
  #email-subscribers-3 .es_widget_form table .es_button {
    position:absolute;
    margin-top:100px;
    right: 35px;
  }
  #es_widget_msg {
    position:absolute;
    bottom:-10px;
    right:35px;
  }

}

@media screen and (max-width: 400px) {
	#email-subscribers-3{
	 height: 330px;
	 }
  #email-subscribers-3 .es_widget_form{
    height:450px;
  }
  #email-subscribers-3 .es_widget_form .es_button {
   margin-top:0px;
  }
}




/*
	CATEGORY POSTS
*/


#category-posts-3-internal .cat-post-title {
    color: #0088cc;
    font-weight: bold;
    text-transform: uppercase;
}



  /*
    COUNTRY PROFILE
  */

#is-default {
    display: block;
}

#is-mobile {
    display: none;
}

#footer_is-mobile {
    display: none;
}

#footer-social_is-mobile {
    display: none;
}

@media (max-width: 1300px) {
		#footer-social_is-default {
				display: none;
		}
	  #footer-social_is-mobile {
				display: block;
				text-align: center;
				float: none;
		}
}

@media (max-width: 767px) {
    #is-default {
        display: none;
    }
    #is-mobile {
        display: block;
    }

}

@media (max-width: 600px) {
    #footer_is-default {
        display: none;
    }
    #footer_is-mobile {
        display: block;
    }
}


  /*
    COUNTRY PROFILE
  */

.download-attachments h3{
  font-size: 22px;
	line-height: 1;
  margin: 0px 0px;
  color: #2da445;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.border-gradient{
   border-style: solid;
    border-width: 1px;
    -webkit-border-image: -webkit-linear-gradient(
        left,
        rgb(255,255,255) 1%,
        rgb(153,153,153) 50%,
        rgb(255,255,255) 100%
    ) 0 0 100% 0/0 0 1px 0 stretch;
    -moz-border-image: -moz-linear-gradient(
        left,
        rgb(255,255,255) 1%,
        rgb(153,153,153) 50%,
        rgb(255,255,255) 100%
    ) 0 0 100% 0/0 0 1px 0 stretch;
    -o-border-image: -o-linear-gradient(
        left,
        rgb(255,255,255) 1%,
        rgb(153,153,153) 50%,
        rgb(255,255,255) 100%
    ) 0 0 100% 0/0 0 1px 0 stretch;
    border-image: linear-gradient(
        to left,
        rgb(255,255,255) 1%,
        rgb(153,153,153) 50%,
        rgb(255,255,255) 100%
    ) 0 0 100% 0/0 0 1px 0 stretch;
}


  /*
    List Category Posts
  */

	#text-2 .textwidget .lcp_paginator li {
    border: 0px solid;
}
