/*
Theme Name: People to People International
Version: 1.2.2
Author: People to People International
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;

}

body {
	margin: 0;
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
    color: #4f5050;
    font: 18px/28px 'Merriweather',Arial,Helvetica,sans-serif;
    background: #fff;
    overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
.wl_pagination_box a {
	background: #d5d4d4;
    color: #fff !important;
    font-size: 13px;
}

.chapters.type-chapters {
		 max-width: 1120px;
		margin: 20px auto;
		padding: 0 30px 0 30px;
	}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	DISPLAY:NONE !IMPORTANT;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}
.huge_it_slideshow_description_text_1 {
	font-size:25px;
}


img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1{font-size:44px;}

p {
	margin-bottom: 1.5em;
	font-size:18px;
}

h1.entry-title {
	font-size:18px;
	display:none;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.main-navigation a{
	font-weight: normal !important;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: normal;
}

.main-navigation li:hover > a,
.main-navigation li:focus > a{
	border-radius: 0 !important;
	color: #e06138 !important;
	background: #fff !important;
}

.main-navigation li:last-child{
	border-right: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	background:#fff;
	float: left;
	left: -999em;
	z-index: 99999;
	/* border-radius: 0 5px 5px 5px; */
    width: 240px;
    /* overflow: hidden; */
    position: absolute;
    top: 100%;
    padding: 4px 0 4px;
	/* color:#2689a0 !important; */
	color:#626769 !important;
	/* transition:all 1s linear; */
}

.main-navigation ul ul li{
	width:240px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul li:last-child{
	border-bottom: 0 !important;
}

ul.sub-menu li{
	border-right: 0;
}

ul.sub-menu li a {
	color:#2689a0 !important ;
}

ul.sub-menu li a:hover {
    /* color: #0b3a45 !important;	*/
	color: #e06138 !important;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 100%;
	font-weight: normal;
}

.main-navigation a:hover {
	   color: #2689a0 !important;
}

.main-navigation li:hover > a,
.main-navigation li:focus > a {
 	background:#fff;
	opacity: 1;
    color: #2689a0 !important;
	border-radius: 5px 5px 0 0;
}

.main-navigation ul ul a {
	display:block;
    width: 100% !important;
}

/*3lvl menu*/
/*
ul.sub-menu li.menu-item-has-children a:after{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 8px;
    border-color: transparent transparent transparent #238299;
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 18px;
    right: 17px;
}
*/

ul.sub-menu li.menu-item-has-children a:hover {
    color: #0b3a45 !important;
}

ul.sub-menu li.menu-item-has-children:hover ul{
	border: 1px solid rgba(0,0,0,0.1);
	display: block;
    left: 240px;
    top: -1px;
    padding: 0px;
    position: absolute;
}
/*
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left:13%;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	background:#fff;
	float: left;
	left: -999em;
	z-index: 99999;
	border-radius: 0 5px 5px 5px;
    width: 318px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    padding: 24px 0 4px;
	color:#2689a0 !important ;


}

ul.sub-menu li a {
	color:#2689a0 !important ;
}

ul.sub-menu li a:hover {
    color: #0b3a45 !important;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

ul.sub-menu li.menu-item-has-children a:after{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 8px;
    border-color: transparent transparent transparent#238299;
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 18px;
    right: 17px;
}

ul.sub-menu li.menu-item-has-children a:hover {
    color: #0b3a45 !important;
}

ul.sub-menu li.menu-item-has-children:hover ul{
	display: block;
    left: 135px;
    top: -25px;
    position: absolute;
}
*/


/**form**/
.wpcf7 label {
	color: #2689a0;
	font-weight:500;
	font-size:15px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	text-shadow: none;
    border-radius: 2px !important;
    padding: 10px;
    width: 100px;
	background: #E06137;
	text-transform:uppercase;
}

input[type="button"]:hover {
	background: rgba(224, 97, 55, 0.78) !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"],
 input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"],
 input[type="datetime-local"], input[type="color"], textarea {
	border-radius: 2px;
    padding: 15px;
}




.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle{ display: none; }
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	/* .menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	} */
}

@media (min-width: 1200px){
.image-hover-page-container .col-lg-3 {
    width: 25%;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/**top-menu**/

.top-cnt{
    background: #f2eac4;
	width:100%;
}

#menu-menu-top ul{
	width:100%;
	display:inline-block;
}

#menu-menu-top li{
	float:none;
	display:block;
}

#menu-menu-top li a {
    color: #626769;
	font: 15px/21px 'Roboto Condensed',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
	text-decoration:none;
}

#menu-menu-top li a:hover {color: #e06138;}

/* .btn-basket {
    float: right;
    font: 18px/21px 'Roboto Condensed',Arial,Helvetica,sans-serif;
    color: #fff;
    background: #2689a0;
    border-radius: 4px;
    width: 113px;
    height: 38px;
    text-align: center;
    padding: 7px 5px;
    margin: 0 0 0 5.1%;
} */


.logo-container {
	margin: 15px 0;
}
.section-top-phone {
	margin-bottom:10px;
	margin-top: -15px;
}
.section-top-phone a{
	text-decoration: none;
    color: #2689a0;
    font-size: 16px;
    font-weight: 600;
	padding-bottom:8px;
	vertical-align: middle;
}

.section-top-phone .fa {
	display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 16px;
    color: #2689a0;
}


.menu-container {
	margin-top: 17px;
    float: right;
}


a.-cart{
	float: right;
    color: rgb(255, 255, 255);
    width: 130px;
    height: 50px;
    text-align: center;
    font: 18px "Roboto Condensed", Arial, Helvetica, sans-serif;
    background: rgb(38, 137, 160);
    border-radius: 4px;
    padding: 14px;
    margin: 25px 12px 0px 0px;
    transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	text-decoration:none;
}

/**Top menu***/
.top-bar {
	margin-top:15px;
	margin-bottom:15px;
}
.icon-top .fa {
	color: #e06138;
	vertical-align:middle;
    font-size:18px;
	padding-right:5px;
}

.fa.fa-bars {
	color:#fff;
	text-align:center;
}

.icon-top a {
      font-size: 15px;
    color: #151717;
    font-weight: 600;
	text-decoration: none;
    vertical-align: middle;
	 transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}

.btn-cart-holder {
	border: 2px solid #2689a0;
    border-radius: 4px;
    padding: 15px;
	 transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}

.btn-cart-holder:hover {
	-moz-box-shadow:0 0 6px rgba(119, 119, 119, 0.44);
   -webkit-box-shadow:0 0 6px rgba(119, 119, 119, 0.44);
   box-shadow:0 0 6px rgba(119, 119, 119, 0.44);

}


.icon-top a:hover {
	text-decoration: none;
	color: rgba(38, 137, 160, 0.71);
}

.icon-top a:hover i {
	color: rgba(38, 137, 160, 0.71);
}

.icon-top a.mobile-top {
    padding-right: 8px;
}

.icon-top a.email-top {
	padding-right:10px;
}

.icon-top .fa-envelope-o {
	padding-left:10px;
}


#menu-menu-top li:last-child a:after {
	content: "";
}

i.fa.fa-shopping-cart {
	padding-right: 8px;
}
/* a.btn-cart:hover {
   color: rgb(255, 255, 255);
   background: rgb(33, 105, 122);
   text-transform:none;
} */

.main-navigation {
	background: #e06138;
	padding: 10px 0;
}
#top-nav > div > ul > li > a, #top-nav > div > ul > li > a:link, #top-nav > div > ul > li > a:visited, #top-nav > div > div > ul > li > a, #top-nav > div > div > ul > li > a:link, #top-nav > div > div > ul > li > a:visited {
    font-size: 18px;
    display: block;
    font-weight: bold;
    margin: 0px;

	}

#top-nav > div > ul > li > a {
	color: #2689a0 !important;
}

.main-navigation a {
	font: 700 18px 'Roboto Condensed',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
	padding: 12px 35px 15px 18px;
	color: #f2eac4 !important;
}

.main-navigation .menu-item-has-children a:after{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4.5px 0 4.5px;
    border-color: #ebb48c transparent transparent transparent;
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 18px;
    right: 17px;
}

.main-navigation li:hover > a:after,
.main-navigation li:focus > a:after {
	border-color: #7db8c6 transparent transparent transparent;
}
.main-navigation .sub-menu li:hover > a:after,
.main-navigation .sub-menu li:focus > a:after,
.main-navigation .sub-menu li > a:after{
	border-color: transparent transparent transparent transparent;
}

#top-nav > div > ul > li:after {
    width: 0px;
    height: 0px;
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 21px;
    right: 17px;
    border-width: 8px 4.5px 0px;

}

/**slider**/
.huge_it_slideshow_thumbs_container_1 {
    display: none !important;
}

.vh-owl-prev:after {
 	content: "\f104";
	 font-family: FontAwesome;
	 display: block;
}
.vh-owl-next:after {
	 content: "\f105";
	 font-family:FontAwesome;
	 display: block;
}

.owl-nav {
	display:none;
}

.chapters .post-navigation .nav-previous {
	padding: 0 14% !important;
}

/* .news-holder {
	max-width: 1170px;
    margin: 0 auto;
} */

#asamodule_search_results  input.submit-button.button{
	width:50%;
}



.mymail-form {
	margin-top:10px !important;
}

.mymail-form .mymail-wrapper {
	margin-top:10px !important;
 }

.mymail-form .submit-button {
	width:50%;
}

#asamodule_search_results label {
	font-size:15px;
}

#jp-carousel-comment-form-container,
.jp-carousel-image-meta {
	display:none !important;
}

tr.header-table {
	background: #2689a0;
}

tr.header-table th {
    color: #fff;
	padding:10px;
	font: 12px/10px 'Merriweather',Arial,Helvetica,sans-serif;
	line-height: 19px;
	border-right: 2px solid white;
}

table.accomodation-conf tr{
	border:1px solid #ddd;
}

.form-register #send {
	transition:all ease-in .4s;
	-webkit-transition:all ease-in .4s;
	-moz-transition:all ease-in .4s;
}
.form-register #send:hover {
	background: rgba(224, 97, 55, 0.71);
}

table.accomodation-conf td {
	padding: 3px 10px;
    font-size: 13px;
    line-height: 20px;
	color:#4f5050;
	font-family:'Merriweather',Arial,Helvetica,sans-serif;
}

#cont-accomodation {
	clear:both;
	max-width:1230px;
	width:100%;
	margin:0 auto;
	padding:0 20px;
}

#news-holder-page {

}

#img-holder-news {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#img-holder-news:hover  {
	opacity: .8;
}

.thumb-bckg {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/**general-content**/



#asamodule_search_results > div.content-column.one_third{
	margin-top:95px;
}

#wpcf7-f2495-p2448-o1 > form > div.form-register > div.register-info > div:nth-child(20) {
	 margin-top: 38px;
}


#group-719,
#group-290{
	display: block !important;
}

/**Homestay plugin***/


#jomres_alternate_menu_position .nav > li {
	display:inline-block !important;
	font-size: 14px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	color: #e06138;
    font-weight: 400;



}

#jomres_alternate_menu_position .navbar-default {
	min-height: 310px;
}

.dropdown-menu {
	display: block;
}

.nav>li>a {
	padding: 0 20px;
    text-align: center;
    display: block;
}

.editable-click, a.editable-click, a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #2689a0;
    color: #2689a0;
}

.btn-warning {
	background: #e06138;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
	transition:all ease-in .4s;
	-webkit-transition:all ease-in .4s;
	-moz-transition:all ease-in .4s;
}

#jomres-item-toolbar .btn.btn-success.btn-sm,
a.btn.btn-warning,
.jomres-propertylist-toolbar.well .btn btn-small{
	 color: #fff !important;
}

.photoview-ptitle a {
	color: #fff !important;
    text-decoration: none;
    font-weight: 600;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #ffffff !important;
    border-color: #e06138 !important;
}

.photoview-ptitle a:hover {
	 color: #f5f5f5 !important;

}



.fileinput-button {
	color:#fff;
}
#files a.btn-danger {
	color:#fff !important;
}
#files .btn.btn-primary.start {
	width:30% !important;
}

a.label.label-grey {
	color:#fff;
	padding:6px;
}

#jomres_content_area > ul {
	font-size: 13px;
}

.form-actions {
	margin:20px 0;
}

a.btn-warning:hover {
	color: #e06138 !important;
    background-color: #fff !important;
    border-color: #e06138 !important;
}

.btn {
	color: #2689a0 !important;
}

.btn-primary {
	color: #2689a0 !important;
    background-color: #ffffff;
    border-color: #2689a0;
	transition:all ease-in .4s;
	-webkit-transition:all ease-in .4s;
	-moz-transition:all ease-in .4s;
}


.btn-primary:hover {
	color: #fff !important;
    background-color:  #2689a0;
    border-color:  #2689a0;
}

#jomres_alternate_menu_position .nav > li a {
	color:#555;
	text-align: left;
}
.hidden-phone,
.small.photoview-paddress{
	font-size:14px;
}
.span1.hidden-phone{
	margin-top:10px;
}
.btn.btn-small.dropdown-toggle{
	margin-right:10px;
}
.btn.btn-small.dropdown-toggle{
	background-color:#2689a0 !important;
}
.photoview-ptitle a{
	color:#b0b475 !important;
	text-decoration:none;

}
.photoview-ptitle a:hover{
	color:#666752 !important;
}
.small.photoview-paddress a:hover{
	text-decoration:none;
}
#jomres_content_area > div.jomres-propertylist-toolbar.well > div > div.span1.hidden-phone > div > button:nth-child(1),
#jomres_content_area > div.jomres-propertylist-toolbar.well > div > div.span7.hidden-phone > div > button:nth-child(1){
	    background-color: #2689a0 !important;
}
#jomres_content_area > div.jomres-propertylist-toolbar.well > div > div.span7.hidden-phone > a:nth-child(2),
#jomres_content_area > div.jomres-propertylist-toolbar.well > div > div.span7.hidden-phone > a:nth-child(4){
	background-color:#2689a0 !important;
	color:#fff;
	margin-left:10px;
}
/* Newsletter Section */
.newsletter-container input[type="submit"]{
	width: auto;
	padding: 15px;
	background: #e06138;
	font-size: 14px;
}
.newsletter-container input[type="email"]{
	padding: 10px;
}
#newsletter-mailchimp{
	background-color: #f8f4f4ad;
	padding: 30px 0px;
}
#newsletter-mailchimp p{
	margin-bottom:0px;
	padding-top: 12px;
}
.content-newsletter i{
	font-size: 35px !important;
    text-align: center;
	padding-top: 22px;
}
.content-newsletter{
	text-align: center;
}
.content-newsletter a:hover{
	text-decoration: none;
}
.content-newsletter h4,
.form-mailchimp h4{
	font-weight: 600;
	color: #2689a0;
}
.box-section-links{
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	padding: 20px 10px;
	-webkit-box-shadow: 0px 0px 15px 0px #757575;
    -moz-box-shadow: 0px 0px 15px 0px #757575;
    box-shadow: 0px 0px 15px 0px #757575;

}
.links-general{
	display: inherit;
}
.box-section-links img{
	width: 64px;
}
/***Register style***/

.form-register h2 {
	background: #f5f5f5;
    /* font-size: 26px; */
    padding: 15px;
    font: 23px/21px 'Roboto Condensed',Arial,Helvetica,sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
}

.main-container {
	max-width:1200px;
	margin:0px;
}

.form-register p,
.form-register table td,
.form-register table tr,
.form-register table th,
.form-register span,
.form-register div{
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
}
.red {color:#e06138;}

#wpcf7-f2348-p2346-o1 > form > div.form-register > div.register-conference > div:nth-child(15) > span > span > span > input[type="checkbox"] {
	margin-left:29px;
}

.register-info {
	margin-bottom: 15px;
}

#wpcf7-f2348-p2346-o1 > form > div.form-register > div.register-conference > div:nth-child(2) > label {
	margin-bottom:30px;
}
.register-info .col-right{
    width:85%;
	float:left;
}
/* .register-conference .col-right {
	width:60%;
	float:left;
} */

.register-info .col-right input{
	border: 0;
    border-bottom: 1px solid #5a6570;
	vertical-align:middle;
	border-radius: inherit;
}

.register-info .col-right input:focus {
	outline: none;
}

/* .register-conference .col-right input[type="checkbox"] {
	vertical-align:middle;
} */




.register-info .col-left{
	width:15%;
    float: left;
	font-size:15px;
    vertical-align: middle;
    margin-top: 38px;
}
#wpcf7-f2348-p2346-o1 > form > div.register-payment > p:nth-child(2) > span.wpcf7-form-control-wrap.checkbox-420 > span > span > input[type="checkbox"] {
	    margin-left: 23px;
}

.register-conference .col-left {
	width:40%;
    float: left;
	font-size:15px;
    vertical-align: middle;

}

#wpcf7-f2348-p2346-o1 > form > div.register-conference > div:nth-child(2) > label {
	margin-bottom:28px;
}

.register-conference .wpcf7-list-item.first.last {
	font-size:14px;
}

.registration-programms .col-left {
	float:left;
	width:15%;
	vertical-align:middle;
}

table.table-prog {
	line-height: 25px;
}

.table-prog th,
.table-prog td {
	font-size:15px;
}

table.table-prog input[type="checkbox"] {
	margin-left: 8px;
}

#wpcf7-f2348-p2311-o1 > form > div.form-register > div.register-payment > p:nth-child(2) > span.wpcf7-form-control-wrap.checkbox-351 > span > span > input[type="checkbox"] {
	margin-left: 36px;
}


wpcf7-list-item-label {
	font-size: 16px !important;
}
/* Registration-test */
.table-prog.pre-table label,
.register-conference label{
	color:#404040 !important;
	font-size: 16px;
}
.table-prog.pre-table .wpcf7-list-item-label,
.register-conference .wpcf7-list-item-label{
	display: none;
}
/* End registration test */
ul.info-program {
	margin-left: 0;
    font-size: 14px;
    line-height: 25px;
}

table.pre-table input[type="checkbox"] {
	left:280px;
}

.p {
	margin-bottom:0;
}

.text-conf {
	  line-height: 25px;
}

table.table-prog span.wpcf7-list-item {
	margin:0;
}

.registration-programms .col-right {
	width:85%;
	font-size:14px;
}

.registration-programms,
.register-conference,
.register-payment {
	line-height:25px;
}

.register-payment input[type="checkbox"] {
	vertical-align: middle;
    margin-left: 30px;
}

#wpcf7-f2348-p2346-o1 > form > div.form-register > div.register-payment > p:nth-child(2) > span.wpcf7-form-control-wrap.checkbox-420 > span > span > input[type="checkbox"] {
    margin-left: 23px;
}

span.wpcf7-form-control-wrap.checkbox-127,
span.wpcf7-form-control-wrap.checkbox-156{
    top: 35px;
    vertical-align: middle;
	position: relative;
	font-size: 14px;

}

.wpcf7-list-item-label {
	vertical-align:middle;
	font-size: 16px;
}

/**footer widget***/

#footer-sidebar {
display:block;
height: 250px;
}

#footer-sidebar1 {
float: left;
width: 340px;
margin-left:5px;
margin-right:5px;
}

#footer-sidebar2 {
float: left;
width: 340px;
margin-right:5px;
}

#footer-sidebar3 {
float: left;
width: 340px;
}


/* .container-mission {
	background: url('https://www.ptpi.eu/wp-content/uploads/2017/09/bg-mission.jpg');
	overflow: hidden;

} */
.container-mission-image-slider{
	background: url('https://www.ptpi.eu/wp-content/uploads/2021/02/amsterdam-1611725-scaled.jpg');
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}
.overlay-banner{
	background-color:#00000075;
	height: 307px;
}
.container-mission-image-slider h1,
/* .container-mission h1, */
.history-holder h1 {
    margin: 0 0 17px;
    font: 44px/53px Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black",sans-serif !important;
    color: #f2eac4;
}

.mission-holder {
	margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
    color: #fdfdfd;
    font-size: 18px;
    line-height: 28px;
    padding: 35px 16px 53px;
}

.image-hover-page-container strong  {
	    color: #e06138;
    font-size: 20px;
}
.ih-item.square.effect11 .info p {
	line-height:20px;
}
.mission-holder  p{
    color: #fdfdfd;
    font-size: 20px;
    line-height: 28px;
}

.history-holder p {
	  color: #fdfdfd;
    font-size: 16px;
    line-height: 28px;
}
span.link-mission,
span.link-history {
	text-decoration: none;
	display: inline-block;
    border-radius: 4px;
    border: 1px solid #DD5F37!important;
    background: #e06138;
    border: none;
    color: #fff !important;
    text-align: center;
    padding: 10px;
    width: 200px;
    moz-transition: all 0.8s;
    webkit-transition: all 0.8s;
    transition: all 0.8s;
    cursor: pointer;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
}
span.link-mission.youth-button{
	width: 100px;
    background: rgb(38, 137, 160);
    border: 1px solid rgb(38, 137, 160) !important;
}
span.link-mission.youth-button:hover{
	background:rgb(38, 137, 160);
}

span.link-mission  a,
span.link-history  a{
	color:#fff;
	text-decoration:none;
}

span.link-mission:hover,
span.link-history:hover{

	background: #d77150;
}

.container-images {
	margin:0 auto;
}

.ih-item.square {
	width: 285px !important;
    height: 285px !important;
}

.container-chapter{
	background: url("https://www.ptpi.eu/wp-content/uploads/2017/09/bckg.jpg") no-repeat center;
    background-size: cover;
    border-bottom: 1px solid rgba(102, 102, 102, 0.39);
    border-top: 1px solid rgba(102, 102, 102, 0.39);

}


.container-chapter a {
	text-decoration:none;
	display: inline-block;
    vertical-align: top;
    color: #e06138;
    font: 30px/43px Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black",sans-serif;
}
.container-chapter h1,
 .section-location  h1{
    color:#2689a0 !important;
    font-weight: bold;
     font-size: 55px;
    text-align: center;
}
 .section-location  h1{
    color: #DD5F37!important;
    font-weight: bold;
     font: 44px/53px Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black",sans-serif !important;
    text-align: center;
}
.section-location h1:after {
    content: "\f041";
    font-family: FontAwesome;
    padding-left: 20px;
    font-size: 33px;
    color: #DD5F37 !important;
}

.text-contact p {
    color: #666666 !important;
     font-size: 16px !important;
    padding-top: 20px;
}


.section-contact h1 {
	color: #DD5F37!important;
    font-weight: bold;
    font: 44px/53px Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black",sans-serif !important;
    text-align: center !important;
}


.chapter-holder {
	margin: 0 auto;
    overflow: hidden;
    max-width: 1000px;
    color: #fdfdfd;
    font-size: 18px;
    line-height: 28px;
    padding: 42px 16px 53px;
}
.chapter-holder p,
.text-contact p{
	color: #000;
    font-size: 18px;
    line-height: 28px;
}

#main-content > div.chapter-holder > a > h1{
 color: #e06138  !important;
    font-size: 25px !important;
    font-weight: 600 !important;
}

.container.section-history {
    background-color: #fff !important;
    background: url('https://www.ptpi.eu/wp-content/uploads/2017/09/bg-mission.jpg');
	width:100%;
	min-height:350px;
}

#wpgmza_map {
	width:100% !important;
}
.map{
	background:url('/wp-content/themes/ptpi-eu/images/maps.png') no-repeat;
	background-size: cover;
    height: 480px;
    background-position: center;
}
.history-holder {
	overflow: hidden;
    color: #f2eac4;
    font-size: 18px;
    line-height: 28px;
    padding: 46px 36px 0 15.5%;

}

.title-h1 {
	font-weight:bold;
}


.container.contact-holder {
	background:url('/wp-content/uploads/2017/09/Contact_us.jpg') no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    BACKGROUND-color: #FFF !IMPORTANT;
	width: 100%;
    height: 282px !important;
	background-size:cover;

}

.image-holder{ position: relative;}

.image-holder img {
	max-width:100%;
	float:right;
	width:55%;
	position: absolute;
	bottom:0;
    right: 30px;
}

.row.our-history {
	margin-bottom:0;
}

#huge_it_gallery_container_2 {
	width: 1140px !important;
    margin: 0 auto;
}

.element_2 .image-block_2 a {
	 position: relative;
    transition: 0.4s all;

}

#mdocs-list-table .mdocs-sort-option {
	font-size:12px;
}

.page-general .post-navigation{display:none;}

.element_2 .image-block_2 img {
    width: 100%;
    max-width: 275px !important;
    height: auto;
    display: block;
    border-radius: 0 !important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.element_2 .image-block_2 a:hover:after {
    content: "\f055";
	    font-family: FontAwesome;
    background: rgba(255,255,255,.8);
    z-index: 9999;

}

.element_2 .image-block_2 img:hover {
    cursor: pointer !important;
}

.element_2 .image-block_2 a:after{
	content: "";
    font-family: FontAwesome;
    color: #424c84 !important;
    font-size: 20px;
    color: #000;
    background: rgba(255,255,255,.0);
    top: 0;
    left: 0;
    display: back;
    padding: 103px 140px;
    position: absolute;
    transition: 0.4s all;

}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	font-size:16px;
}

.involved-section h1 {
    text-align: center;
    padding-bottom: 35px;
    color: #2689a0 !important;
    font: 44px/53px Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black",sans-serif;

}

#responsiveTabs-251 ul.tabs-nav li.r-tabs-state-active, #responsiveTabs-251 ul.tabs-nav li.tabs-nav-items {
    background: rgba(255, 255, 255, 0.41) !important;
    padding-left: 15px;
}
i.fa.fa-group {
	color: #DD5F37 !important;
}
#tabs-251 li a {
	color: #555 !important;
    font-size: 20px !important;
}

.tabs-content.r-tabs-panel.r-tabs-state-active, #responsiveTabs-251 .r-tabs-panel {
    background: url('https://www.ptpi.eu/wp-content/uploads/2017/09/BAC.jpg') !important;
    background-color: transparent !important;
    background-size: cover !important;
}


i.fa.fa-group,
i.fa .fa-smile-o {
	    font-size: inherit;
}
.tabs-flat ul.tabs-nav li.tabs-nav-items a {
	color:#e06138 !important;
	line-height:50px !important;
	transition:all 0.9s;
	-webkit-transition: all 0.9s;
	-mozkit-transition: all 0.9s;

}
i.fa.fa-pencil {
	display:none;
}

i.fa.fa-gift {
	 color: #252F50;
    font-size: 35px;

}

.tabs-flat ul.tabs-nav {
	text-align: center !important;
}

.tabs-flat ul.tabs-nav li:nth-child(2).tabs-nav-items a{
	    color: #f7972a !important;
	transition:all 0.9s;
	-webkit-transition: all 0.9s;
	-mozkit-transition: all 0.9s;
	    -ms-transform: rotate(41deg);
    -webkit-transform: rotate(41deg);
    transform: rotate(41deg);
}

h1.vh-involv {
	text-align: center;
    padding-bottom: 35px;
    color: #2689a0 !important;
	font: 44px/53px Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black",sans-serif;
}

.tabs-flat ul.tabs-nav {
	text-align:center !important;
}
.tabs-flat ul.tabs-nav li:nth-child(3).tabs-nav-items a {
	color: #2f9631 !important;
	transition:all 0.9s;
	-webkit-transition: all 0.9s;
	-mozkit-transition: all 0.9s;
	background: url("https://www.ptpi.eu/wp-content/uploads/2016/08/cc-2.png") 6px 6px no-repeat !important;
    display: block;
    padding-left: 50px;
    width: 100%;
	display: block;

}
#tabs-251 > li:nth-child(1) > a,
#tabs-251 > li:nth-child(2) > a,
#tabs-251 > li:nth-child(5) > a {
	width:100%;
}


.tabs-flat ul.tabs-nav li:nth-child(4).tabs-nav-items a{
	 color: #3883af !important;
	 transition:all 0.9s;
	-webkit-transition: all 0.9s;
	-mozkit-transition: all 0.9s;
}
.tabs-flat ul.tabs-nav li:nth-child(5).tabs-nav-items a{
	color: #c35c5c !important;
	transition:all 0.9s;
	-webkit-transition: all 0.9s;
	-mozkit-transition: all 0.9s;
}
.tabs-flat ul.tabs-nav li:nth-child(6).tabs-nav-items a{
    color: rgba(13, 72, 64, 0.6) !important;
	transition:all 0.9s;
	-webkit-transition: all 0.9s;
	-mozkit-transition: all 0.9s;
}

#tabs-251 > li > a:hover{
	color: rgba(0, 0, 0, 0.52) !important;
}

#responsiveTabs-251 ul.tabs-nav li.r-tabs-state-active ,
#responsiveTabs-251 ul.tabs-nav li.tabs-nav-items{
	background: rgba(255, 255, 255, 0.41) !important;
  	padding-left: 15px;
}
#tab-251-0 > p:nth-child(1) {
	text-align: left;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(0, 0, 0) !important;
    font-size: 17px;
    padding-left: 50px;
}



i.fa.fa-check-circle {
	color:#555;
}


#tab-251-0 > p:nth-child(2) {
	padding: 10px 0 23px 45px;

}


ul.why li {

	font-size:17px;
	line-height:30px;
	list-style:none;
	margin-left:0;
	padding-left:0;

}

ul.why li:before {
	   content: "\f14a";
    font-family: fontawesome;
    color: #e06138;
    font-size: 18px;
}

ul.why {
	text-align:left !important;
}

#tabs-251 > li:nth-child(4) a{
    background: url("https://www.ptpi.eu/wp-content/uploads/2016/08/story-e1473002391459.png") 20px 2px no-repeat !important;
	display: block;
	padding-left:50px;
	width:100%;

}

#tab-251-0 > p:nth-child(2) a {
    color: #F79528 !important;
    font-weight: bold;
    border: 1px solid #F79528;
    padding: 10px 10px;
    font-size: 16px;
    text-transform: uppercase;
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
	-moz-transition: 0.8s all;
}

#tab-251-0 > p:nth-child(2) a{
    display: inline-block;
    border-radius: 4px;
	border: 1px solid #e06138!important;
    background: #e06138;
    border: none;
    color: #fff !important;
    text-align: center;
    /* font-size: 28px; */
    padding: 15px;
    width: 200px;
	-moz-transition:all 0.8s;
	-webkit-transition:0.8s;
    transition:0.8s;
    cursor: pointer;
    margin: 5px;
}

#tab-251-0 > p:nth-child(2) a:hover{
    background: #e06138;
	color:#fff !important;
	border-radius:inherit !important;
}

#tab-251-0 > p:nth-child(2) a > span{
	cursor: pointer;
	display: inline-block;
	position: relative;
	-moz-transition:all 0.8s;
	-webkit-transition:0.8s;
    transition:0.8s

}
#tab-251-0 a span:after{
	content: "\f101";
    position: absolute;
    font-family: fontawesome;
    top: -1px;
    right: -5px;
	-moz-transition:0.8s;
	-webkit-transition:0.8s;
    transition: 0.8s;
    font-size: 18px;
	display:none;
}

#tab-251-0 a:hover span:after {
	display:block;
	color:#fff !important;
}

#tab-251-0 > p:nth-child(2) a:hover span{
	padding-right:25px;
}
#main-content > div.involved-section > h1 {
	padding-top:30px !important;
}

#tab-251-1466531077580 > h1 {
	font-size: 28px;
    padding-bottom: 10px;
    color: #000 !important;

	text-align:left;
}
#tab-251-1466531077580 > p{
    margin: 0 auto;
    /* padding-top: 20px; */
    padding-bottom: 20px;
    color: rgb(0, 0, 0) !important;
    font-size: 18px;
    padding-left: 0;

}


#tab-251-1466531077580 > p,
#tab-251-1466533554683 > p,
#tab-251-1466534875234 > p,
#tab-251-1466534163247 > p{
	padding: 10px 0 23px 45px;

}


#tab-251-1466531077580 > p > a,
#tab-251-1466533554683 > p > a,
#tab-251-1466534875234 > p > a,
#tab-251-1466534163247 > p > a{
    color: #F79528 !important;
    font-weight: bold;
    border: 1px solid #F79528;
    padding: 10px 10px;
    font-size: 16px;
    text-transform: uppercase;
	transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	position: relative;
}

#tab-251-1466534042744 > p > a {
	    display: inline-block;
	font-weight: bold;
    border-radius: 4px;
    border: 1px solid #DD5F37!important;
    background: #e06138;
    border: none;
    color: #fff !important;
    text-align: center;
    padding: 15px;
    width: 200px;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
    transition:all 0.8s;
    cursor: pointer;
    margin: 5px;
	position: relative;
		text-decoration:none;
}

#tab-251-1466531077580 > p > a,
#tab-251-1466533554683 > p > a,
#tab-251-1466534875234 > p > a,
#tab-251-1466534163247 > p > a,
#tab-251-1466534042744 > p:nth-child(2) > a {
    display: inline-block;
	font-weight: bold;
    border-radius: 4px;
    border: 1px solid #DD5F37!important;
    background: #e06138;
    border: none;
    color: #fff !important;
    text-align: center;
    padding: 15px;
    width: 200px;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
    transition:all 0.8s;
    cursor: pointer;
    margin: 5px;
	position: relative;
		text-decoration:none;
}



#tab-251-1466531077580 > p > a:hover,
#tab-251-1466533554683 > p > a:hover,
#tab-251-1466534875234 > p > a:hover,
#tab-251-1466534163247 > p > a:hover,
#tab-251-1466531077580 > p:nth-child(3) > a:hover,
#tab-251-1466531077580 > p:nth-child(6) > a:hover,
#tab-251-1466533554683 > p:nth-child(2) > a:hover,
#tab-251-1466534163247 > p:nth-child(2) > a:hover,
#tab-251-1466534875234 > p:nth-child(2) > a:hover ,
#tab-251-1466534042744 > p:nth-child(2) > a:hover{
    background: rgba(221, 95, 55, .8);
	color:#fff !important;
	border-radius:inherit !important;
	text-decoration:none;
}


#tab-251-1466531077580 > p > a > span,
#tab-251-1466533554683 > p > a > span,
#tab-251-1466534875234 > p > a > span,
#tab-251-1466534163247 > p > a  > span,
#tab-251-1466534042744 > p > a span{
	cursor: pointer;
	display: inline-block;
	position: relative;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
    transition:all 0.8s;
	text-decoration:none;
}

#tab-251-1466531077580 > p > a:after,
#tab-251-1466533554683 > p > a:after,
#tab-251-1466534875234 > p > a:after,
#tab-251-1466534163247 > p > a:after{
	content: " ";
     position: absolute;
    font-family: FontAwesome;
    top: 15px;
    right: 30px;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
    transition:all 0.8s;
    font-size: 18px;
}



#tab-251-1466531077580 > p > a:hover > span,
#tab-251-1466533554683 > p > a:hover > span,
#tab-251-1466534875234 > p > a:hover > span,
#tab-251-1466534163247 > p > a:hover  > span{
	padding-right:25px;
}



#responsiveTabs-251 ul.tabs-nav li{
	width:20% !important;
	text-align:center;
}

#tabs-251 > li:nth-child(6){

	border-right:inherit !important;
}

.section-contact h1 {
	color: #DD5F37!important;
	text-align: center !important;
    text-transform: uppercase !important;
}
.section-contact p{
    font-size: 16px;
    color: #666666 !important;
    text-align: center;

}

.cont h1,
.email h1,
.adress h1 {
	color: #fff !important;
    font-weight: bold;
    font-size: 22px;
}

#huge_it_gallery_content_2 {
	background-color: rgba(0, 0, 0, 0.08) !important;
    height: 639px;
    margin-top: 35px;
	max-width:100%;
	overflow: hidden;
}

p.text-contact{
	color: #fff !important;
    font-size: 18px;
    padding: 0;
    line-height: 0;
}
.bx-wrapper {
	display: none !important;
}

span.img-contact img {
    margin:20px auto;
}
.contact-details {
	padding: 3% 0% 0%;
}

.circle {
    border-radius: 100px;
	 border: 3px solid #fff;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.container.footer-bottom {
	border-top: 1px solid rgba(197, 197, 197, 0.5);
    background: rgba(0, 0, 0, 0.08) !important;
	width: 100%;

}

.footer-bottom-pages {
	padding: 15px;
}

.footer-bottom ul {
	margin: 0 !important ;
	padding: 0 !important ;
	text-align:center;


}

.footer-bottom ul li {
	display:inline-block;

}

.footer-bottom ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 15px;
    color: #0c0b0b!important;
    text-align: center;
}

.footer-bottom ul li a:hover {
	color: #c7282b!important;
    opacity: 0.7;
}


#tab-251-1466533554683 > p:nth-child(1),
#tab-251-1466534042744 > p:nth-child(1),
#tab-251-1466534163247 > p:nth-child(1),
#tab-251-1466534875234 > p:nth-child(1){
    font-size: 16px;
	color: rgb(0, 0, 0) !important;
}

#second-sidebar-footer {
    width: 100% !important;
	margin-bottom: 28px;
	    clear: both;
}

#first-sidebar-footer .widget-container, #second-sidebar-footer .widget-container {
    padding: 20px 0px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

#business_elite_social-2 > h3 {
    color: #c7282b!important;
    font-weight: 600 !important;
    font-size: 22px !important;
}
#social_description {
    margin: 15px auto;
    width: 100%;
    text-align: center;
    color: #111 !important;
    font-style: italic;
	font-size: 15px;
}

.social-widg-cont .front i, .right_home .front i {
	font-size: 36px;
    padding-top: 9px;
    color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.facebook_home {
	background: #3A589A;
	transition: 0.5s;
}
.twitter_home {
    background: #005E82;
	transition: 0.5s;
}

.twitter_home:hover {
    opacity: 0.8;
}

.google-plus_home {
    background: #DC4A39;
	transition: 0.5s;
}

.google-plus_home:hover {
	 opacity: 0.8;
}
.instagram_home {
    background: #795151;
	transition: 0.5s;
 -webkit-transition:0.5s;
-moz-transition:0.5s;
}

.instagram_home:hover {
	 opacity: 0.8;
}
.youtube_home {
    background: #D82B25;
	transition: 0.5s;
}
.youtube_home:hover {
	 opacity: 0.8;
}
.button {
    background-color: #e0724d;
    border: none;
    padding: 5px;
    font-weight: bold;
    font-size: 22px;
    border-radius: 5px;
    width: 235px;
    color: #FFFFFF;
      margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;

    cursor: pointer;
}

.button:hover {
	  box-shadow: 0 0 1em rgba(224, 114, 77, 0.53);
}

.btn-grant {
	background-color: #e0724d;
    border: none;
    padding: 5px;
    font-weight: bold;
    font-size: 22px;
    border-radius: 5px;
    width:192px;
    color: #FFFFFF;
      margin: 0 auto;
    text-align: center;
    float: left;
    display: block;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;

    cursor: pointer;
}

span.btn-grant  a {color:#fff;text-decoration:none;}

.button-btn :hover ,
.btn-grant:hover{box-shadow: 0 0 1em rgba(224, 114, 77, 0.53);}
.button-btn {
	    background-color: #e0724d;
    border: none;
    padding: 5px;
    font-weight: bold;
    font-size: 22px;
    border-radius: 5px;
    width: 235px;
    color: #FFFFFF;
      margin: 0 auto;
    text-align: center;
    float: left;
    display: block;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;

    cursor: pointer;
}

span.button-btn a{color:#fff; text-decoration:none;}
span.button a {color:#fff; text-decoration:none;}

.button:hover {
    box-shadow: 0 0 1em rgba(224, 114, 77, 0.53);
}






.element_6 .image-block_6 img,
.element_3 .image-block_3 img,
.element_4 .image-block_4 img,
.element_5 .image-block_5 img,
.element_7 .image-block_7 img,
.element_9 .image-block_9 img,
.element_10 .image-block_10 img,
.element_11 .image-block_11 img,
.element_12 .image-block_12 img,
.element_12 .image-block_13 img,
.element_16 .image-block_16 img,
.element_13 .image-block_13 img,
.element_13 .image-block_13 img,
.element_15 .image-block_15 img,
.element_17 .image-block_17 img,
.element_14 .image-block_14 img,
.element_19 .image-block_19 img{
	cursor:pointer !important;
}

.element_19 .image-block_19 img a:hover {
	box-shadow:none !important;
}

.element_19 .image-block_19 a {
	padding: 0 !important;
}

.element_6 .image-block_6 img:hover,
.element_3 .image-block_3 img:hover,
.element_4 .image-block_4 img:hover,
.element_5 .image-block_5 img:hover ,
.element_7 .image-block_7 img:hover,
.element_9 .image-block_9 img:hover,
.element_10 .image-block_10 img:hover,
.element_11 .image-block_11 img:hover,
.element_12 .image-block_12 img:hover,
.element_12 .image-block_13 img:hover,
.element_16 .image-block_16 img:hover,
.element_13 .image-block_13 img:hover,
.element_15 .image-block_15 img:hover,
.element_13 .image-block_13 img:hover,
.element_17 .image-block_17 img:hover,
.element_19 .image-block_19 img:hover{
	cursor:pointer !important;
}
.linkedin_home {
    background: #0077B5;
	transition: 0.5s;
}
.element_12 .title-block_12 {
	background: #f5f5f5 !important;
	font-weight:700;
}


.element_12 .title-block_12 a, .element_12 .title-block_12 a:link, .element_12 .title-block_12 a:visited, .element_12 .title-block_12 {color:#fff !important;}
.linkedin_home:hover {
	opacity: 0.8;
}
.facebook_home:hover {
    opacity: 0.8;

}

ul.donate {
	font-size:18px;
	margin-left: 0;
}
ul.donate li {
	list-style:none;

}

/***blog**/
.blog_template .blog_header img {
    width: 70%;
    height: 250px;
    margin: 0 auto;
    display: block;


}

.icon_category a:hover {
	color: #e06138;
}

.icon_category  {

color: #2689a0;
    font-size: 14px;
    font-weight: normal;
	}

	.glyphicon-tag:before {color: #2689a0;}
.lightbreeze .icon_category {
	border: 1px solid #f2eac4;
    border-radius: 2px;
}

.lightbreeze .blog_header h2 {
    min-height: 30px

}

.lightbreeze .blog_header h2 a {font-size:16px;}
.lightbreeze .blog_header span.mdate {
	left: 15% !important;
	font-size: 15px !important;
}
.lightbreeze .blog_header { max-height: 475px !important;}
.lightbreeze .bottom_box .icon_box.icon_readmore {background: #e06138 !important; border-radius: 2px !important;    padding-top: 4px !important;
    color: #fff !important;
    padding-bottom: 5px !important;font: 15px 'Merriweather',Arial,Helvetica,sans-serif !important;
	}
	.blog_template {background: rgba(238, 238, 238, 0.1) !important;}
	.blog_template .post_content p {font: 16px 'Merriweather',Arial,Helvetica,sans-serif !important;}
.lightbreeze .bottom_box .icon_box.icon_cmt {
	background: #747474  !important;
    border-radius: 2px !important;
    color: #fff;
    padding: 10px;font: 15px 'Merriweather',Arial,Helvetica,sans-serif;
	}
	.lightbreeze .bottom_box .icon_box.icon_readmore:hover {background: rgba(224, 97, 56, 0.66) !important;}
	.lightbreeze .bottom_box .icon_box.icon_cmt:hover {background: #beb7b7 !important;}

	.lightbreeze .bottom_box .icon_box.icon_cmt a {color:#fff !important; font: 15px 'Merriweather',Arial,Helvetica,sans-serif;}
.lightbreeze .blog_header span.mdate {
	    background: #2689a0 !important;
		font: 20px 'Merriweather',Arial,Helvetica,sans-serif;
		font-weight: 600;
}

.status-publish.format-standard.has-post-thumbnail.hentry.category-blog {
	width: 100%;
    padding: 44px;
   /*  border: 4px solid #e06138; */
    border-top: 0;
    border-bottom: 0;
}

 .category-blog h1.entry-title  {
	display:block !important;
	color: #2689a0;
	font-size: 20px;
    font-weight: 500;
}

span.byline {
	display:none;
}

div.wpcf7-mail-sent-ok  {
    border: 2px solid #398f14;
    width: 245px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
div.wpcf7-validation-errors  {
   border: 2px solid #e06137;
    width: 245px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

span.posted-on a {
	color: #2689a0;
 }

#respond.comment-respond {
	padding: 3%;
	padding-top: 0;
}
.nav-previous a,
.nav-next a {
	padding:2%;
	text-decoration: none;
	color: #e06138;
	font-size: 12px;

}

.nav-previous a:before{
	content: "\f100";
	font: normal normal normal 14px/1 FontAwesome;
	padding-right: 5px;
}

.nav-next a:after {
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	padding-left: 5px;
}
/**programs-page**/
.box-program {
	width:100%;
	border:2px solid #fff;
	box-sizing:border-box;
	color: #a88d8d;
	margin-bottom:10px;

}
.content-program:last-child {
	border-bottom:0;
}
.last-p {
	padding-left: 13px;
    color: #e06138;
}
 i.fa.fa-info-circle {
	 color: #e06138;
}
.general-program {
	width: 100%;
   color: rgba(245, 245, 245, 0.02);
    background-color: currentcolor;
    transition: opacity,background-color,border 100ms ease-in;
}
.content-program {
	font-size: 15px;
    padding: 10px;
    color: rgba(119, 119, 119, 0.82);
	border-bottom: 1px solid rgba(95, 168, 184, 0.18);
}

.title-program {
	background-color: rgba(38, 137, 160, 0.73);
    color: rgba(255,255,255,1);
    padding: 5px;
    font-size: 22px;
    font-weight: 600;
    font-family: Roboto;

}

/***Eventes-custom-post**/
/* .eventes-section-date {
	background: #1d4683;
	position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 6px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 2px;
}

.eventes-bottom-template h3 {
	    font-size: 22px;
    text-align: center;
}
 */
 .page-template-travelg-template .content-column.one_third.custom-class{
	 margin-top:0px !important;
 }
/***News**/
.events-section {
	width:25%;
	float:left;
	margin: 50px;
	position: relative;
	max-height: 600px;
	box-shadow: 0 0px 10px -5px rgba(166,184,191,1);
	-webkit-box-shadow:0 0px 10px -5px rgba(166,184,191,1);
	-moz-box-shadow:0 0px 10px -5px rgba(166,184,191,1);
}

.news-container {
	width:100%;
	float:left;
	margin:40px 0;
	max-height: 630px;
	box-shadow: 0 0px 10px -5px rgba(166,184,191,1);
	-webkit-box-shadow:0 0px 10px -5px rgba(166,184,191,1);
	-moz-box-shadow:0 0px 10px -5px rgba(166,184,191,1);
}

.news-container:hover,
.events-section:hover {
	box-shadow: 0 0px 10px -5px #e06138;;
	-webkit-box-shadow:0 0px 10px -5px #e06138;;
	-moz-box-shadow:0 0px 10px -5px #e06138;;
}

.content-bottom-news {
	/* background: rgba(238, 238, 238, 0.12);
    border-radius: 4px; */
    padding: 10px 25px 10px 23px;
    padding-bottom: 35px;
   /*  border: 1px solid rgba(221, 221, 221, 0.14);
	max-height: 300px; */

}



.content-bottom-news  h3,
.content-bottom-events-section h3 {
    font-size: 22px;
    text-align: center;
    color: #2689a0;
}

.content-news span {
    color: #e06138;
    font-weight: 600;
}
.content-news {
    font-size: 14px;
    color: #555;
    color: #75737f;
    text-rendering: optimizeLegibility;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.75;
}

img.news-img,
img.events-section-img {
	display:block;
	width: 165px;
    height: 165px;
	margin:0 auto;
}
.news-date{
	font-size: 14px;
    color:#e06138;
    letter-spacing: 0.05em;
    position: inherit;
	vertical-align: middle;
}

#date-news-page{
	position: absolute;
    top: 0;
    padding:13px;
	height:auto !important;
    background: rgb(224, 97, 56);
    left: 15px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3)

}
.information-event {
	margin: 10px 0;
}
.information-event .fa {
	margin-right: 5px;
	color: #e06138;
	font-size:14px;
	vertical-align: middle;

}

.content-bottom-news a:hover {
    background: #e06138;
    color: #fff;
    border: 2px solid transparent;
}

.content-bottom-news a {
    padding: 10px 0;
    border: 2px solid #e06138;
    font-size: 14px;
    font-weight: bold;
    color: #e06138;
    display: block;
    width: 110px;
    text-align: center;
	text-decoration:none;
    margin: 20px 0;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
}

.content-bottom-news h3 {
	margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height:22px;
	text-align: left;
	color: #27262c;
	transition: all .4s;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
}

.content-bottom-news h3:hover {
	color: #e06138;
}



.events-section-date {
    position: absolute;
    top: 0;
    left: 0;
    background: #e06138;
    color: #fff;
    padding: 6px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 2px;
}

/**description-news**/
.ptpi_news .entry-title,
.ptpi_events .entry-title {
	display:block ;
	color: #2689a0;
    font-size: 20px;

}

.title-chapter {
	font-size: 28px !important;
    color: #2689a0;
}

.ptpi_news ,
.ptpi_events {
	 padding: 20px;
}

.ptpi_events {
	width: 1170px;
    margin: 0 auto;
}

input.submit {
	padding: 20px;
    width: 12%;
}
textarea#comment {
	width:50%;
	display:block;
}

footer.entry-footer {
	display:none;
}
input.submit:hover {
	background: rgba(224, 97, 56, 0.69);
}

.status-publish.format-standard.has-post-thumbnail.hentry.category-blog p {
	font-size: 14px;
    line-height: 24px;
}

.entry-meta {
	font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.comment-reply-title,
.logged-in-as {
	font-size:14px;
}


.lightbreeze .blog_header {
	    max-height: 475px;
}
.blog_template .post_content p {
	font: 15px 'Merriweather',Arial,Helvetica,sans-serif !important;
    color: #2c2c33;
    height: 200px;
    line-height: 25px !important;
	margin-top: 10px  !important;
}

ul.donate li :before {
	content:"\f098";
	font-family:fontawesome;
	color:#2689a0;
	padding-right:5px;
}

.widget_business_elite_social .flip-container, .widget_business_elite_social .flip-container-soc {
    height: 48px;
    width: 48px;
}
.flip-container-soc {
    float: none;
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.front {
    width: 50px;
    height: 50px;
    z-index: 0;
    float: left;
    text-align: center;
}

.footer-sidbar {
	text-align:center;
}


.row.image-hover-page-container {
	margin-right:0;
	margin-left:0;
}

#main-content > div.container-images > div > div > div {
	margin:0 auto;
}

.con-copy {
	color: #6f6b6b;
    font-weight: 600;
    border-top: 1px solid #c4c4c447;
    padding-top: 10px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.12) !important;
    padding-bottom: 5px;
}

.con-copy a{
	color:#2689a0;
}

.huge_it_slideshow_title_text_1 {
	color: #f5f5f5;
	font-size:20px !important;
    background: rgba(12, 34, 52, 0.27) !important; left: 10%;
}

.huge_it_slideshow_description_text_1 {
	text-decoration: none;
    position: absolute;
    z-index: 11;
    border-style: solid;
    display: inline-block;
    width: 45% !important;
	left: 30% !important;
    bottom: 37% !important;
    padding: 2%;
    text-align: center !important;
    color: #000;
    background: rgba(238, 238, 238, 0.58) !important;
    border-style: solid;
    border-width: 0px;
    border-color: #ffffff;
    border-radius: 4px;
	text-transform:uppercase;
	font: 700 25px 'Roboto Condensed',Arial,Helvetica,sans-serif !important;

}

.huge_it_slideshow_dots_container_1 {
	display:none !important;
}



.history-holder {
	padding:50px 0px !important;
}

span.link-history{
	    margin-left: 15px;
		margin-bottom:20px;
	}

	 .history-holder p {

		padding-left: 15px;
	 }
	  .history-holder h1 {
		  padding-left: 15px;
	  }

	 .huge_it_slideshow_image_wrap_1 {
		 max-height:280px !important;
	 }


	button, input[type="button"], input[type="reset"], input[type="submit"] {

    /* border: 2px solid #f5f5f5; */
    /* border-color: #ccc #ccc #bbb; */
    /* border-radius: 3px; */
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
    color: #ffffff;
    font-size: 12px;
    font-size: 16px;
    line-height: 1;
    border-color: inherit;
    border-radius: 0;
    box-shadow: inherit;
    font-weight: 600;
    outline: none;

	}

	button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {

  border-color: inherit;
    box-shadow: inherit;
    outline: none;

	}


	 button.menu-toggle {
		width: 165px;
	 }

	 	i.fa.fa-bars {
		display:none;
		}

/*slider*/
.slider{
	width: 100%;

}

.slider h1 {
	text-align: center;
	color:#fff;
	font-size: 30px;
}

.text-slider {
       width: 50%;
    display: block;
    left: 24%;
    top: 40%;
    position: absolute;
    background: rgba(0, 0, 0, 0.81);
}



/*end - slider*/


	 /***template-education***/
.education-holder h1 {
	 color: #2689a0;
	 font-weight:bold;
}

.holder-text ul {
	font-size:18px;
}
.holder-text a {
	text-decoration: none;
    color: #dd5f37;
    outline: none;
}
.holder-text h3 {
    margin: 0;
    color: #b0b43f;
    font: 22px/25px 'open_sansbold',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
	font-weight: bold;
	float: left;
    clear: both;
    margin-top: -34px;
}
.holder-text p {
    clear: both;
    padding-top: 7px;
}
.motto {
	color: rgb(113, 140, 62);
	font-style:italic !important;
	font: 18px/28px 'Merriweather',Arial,Helvetica,sans-serif;
	width: 67%;
    float: right;
    margin-top: -162px;
    padding: 18px;
}

.btn-donate p {
	background-color: #e0724d;
    border: none;
    padding: 5px;
    font-weight: bold;
	font-size:22px;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    bottom: 0px;
    cursor: pointer;
	    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-donate a {
	color:#fff;
}

.btn-donate p:hover {
	box-shadow: 0 0 1em rgba(224, 114, 77, 0.53);
}

.btn-top a  {
    background-color: #e0724d;
    border: none;
    padding: 5px;
    font-weight: bold;
	font-size:22px;
    border-radius: 5px;
    width: 235px;
    color: #FFFFFF;
       float: right;
    /* margin-right: 30px; */
    position: relative;
    right: 20%;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    bottom: 0px;
    cursor: pointer;
}

.btn-top a:hover {
	box-shadow: 0 0 1em rgba(224, 114, 77, 0.53);
}

/**footer-related-post**/
.wp_rp_footer {
	text-align: left !important;
}

.wp_rp_wrap .related_post_title {
	    clear: both;
    padding: 0 !important;
    margin: 20px 0 !important;
    color: #2689a0 !important;
    font-size: 18px;
    font-weight: 500;
    margin: 43px;
    border-bottom: 1px solid #e06138;
    text-transform: uppercase;
}
div.wp_rp_footer a.wp_rp_edit:hover {
	background: rgba(224, 97, 56, 0.69);
}


#travel-vh-menu {
	margin-top:105px;
    padding: 0;
    list-style: none;

}

#event-menu{
	width:100%;
    margin: 25px 0 10px;
    padding: 0;
    list-style: none;
}
#event-menu li,
#travel-vh-menu li{
	width:100%;
	margin:0 0 3px;
	padding:0;
}

#event-menu li a,
#travel-vh-menu li a{
	display: block;
	width: 100%;
	padding: 11px 21px;
	color: #f2eac4;
    background: #e06138;
	text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	-webkit-transition:ease-in-out.8s;
	-moz-transition:ease-in-out.8s;
	-o-transition:ease-in-out.8s;
	transition:ease-in-out.8s;
}

#event-menu li a:hover,
#event-menu li:active a,
#travel-vh-menu li a:hover,
#travel-vh-menu li:active a{
	background: #2689a0;
}

#event-information,
#conference-information{
	width:100%;
    margin: 0;
    padding: 15px 10px;
	background: url(https://www.ptpi.eu/wp-content/uploads/2016/11/background-1785337_1920-1.jpg);
    margin-top: 35px;
    background-size: cover;
}

#event-information h2,
#conference-information h2{
	margin: 0 0 8px;
    color: #e06138;
    font: 19px/25px 'Roboto Condensed',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

#event-information .information-categories,
#conference-information .information-categories {
	width:100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#event-information .information-categories,
#conference-information .information-categories{
	width:100%;
    margin: 0;
    padding: 0;
    list-style: none;
	margin-top: 15px;
}

.image-holder fa {vertical-align:middle;}
#event-information .information-categories li,
#conference-information .information-categories li{
    overflow: hidden;

}

#event-information .information-categories li a,
#conference-information .information-categories li a {
    display: block;
	text-decoration: none;
	font: 16px/20px 'Roboto Condensed',Arial,Helvetica,sans-serif;
	color: #4f5050;
}

#event-information .information-categories .image-holder,
#conference-information .information-categories .image-holder {
    background: #b0b43f;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    padding: 11px 0 0 0;
    margin: 0 8px 0 0;
}
#event-information .information-categories li:hover,
#conference-information .information-categories li:hover{opacity:.9%;}
#event-information .information-categories .title,
#conference-information .information-categories .title{
    margin: 0;
    color: #2689a0;
    font: 18px 'Roboto Condensed',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    display: block;
}
#event-container h1.entry-title{
	text-decoration: none;
    font-size: 50px;
    line-height: 53px;
    color: #2689a0;
    margin: 0;
}
.information-categories p {
    color: #555;
    font-size: 17px;
	padding-left: 43px;
}

.left-title-academy {float:left;}
.contact-right-academy {float:right;}
.content-holder-academy {clear:both;}
.page-template-event-template .entry-title {display:none;}
.left-title-academy h1,
 h1.program-academy-h1,
 .hi-criteria,
 .elibility,
 .h1-academy-phase{
	color:#2689a0;
	font-weight:600;
	font: 44px/53px Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black",sans-serif;
	margin-bottom:0;
	line-height:50px;

}

.program-conf-h1.conf {
	color:#2689a0;
	font-weight:600;
	font: 44px/53px Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black",sans-serif;
	margin:20px 0;
	line-height:50px;
}
.fa.fa-map-marker{
	color: #fff;

}

.text-people {
	font-size: 14px;
    padding: 10px;
    margin-bottom: 15px;
	border-bottom: 2px solid rgba(245, 245, 245, 0.51);
	min-height:200px;
}

.text-people-last{
	font-size: 14px;
    padding: 10px 10px 15px 10px;
	min-height:165px;
    margin-bottom: 15px;

}
.box-program:hover {
	opacity: 0.8;
}

.e-eligible-img {
	float:left;
}

.e-img-people {
	max-height:300px;
	width:auto !important;
	display:block;
	margin:0 auto;
}

.e-last-img-people {
    width: auto;
    height: 183px;
    display: block;
    margin: 0 auto;
}

.text-people {
	font-size: 14px;
    padding: 2px;
}

.e-link-criteria {
	background: none !important;
    color: #2689a0 !important;
    font-size: 17px !important;
    font-family: inherit !important;
    padding: 0 !important;
    font-weight: 600 !important;
}

h1.program-academy-h1,
 .elibility,
 .h1-academy-phase{
	margin-top:0 !important;

}

.element_19 .image-block_19 a {
	background:none;
}
.left-title-academy h3 {
    display: block;
    color: #b0b43f;
    text-transform: uppercase;
    margin: 0 0 2px;
    font: 28px 'open_sansbold',Arial,Helvetica,sans-serif;
	font-weight:500;
}
.content-holder-academy a {
	color: #fff;
    background: #e06138;
    padding: 15px 20px 15px 20px;
    font: 35px Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black",sans-serif;
    border-radius: 3px;
	text-decoration: none;
	box-sizing: border-box;
	transition:all 0.9s;
	-webkit-transition:all 0.9s;
	-moz-transition:all 0.9s;
	-o-transition:all 0.9s;

}

.content-holder-academy a:hover{
	box-shadow: 0px 0px 10px #e06138;
}

.content-holder-academy ul {
	font-size: 16px;
    padding-left: 0;
    line-height: 28px;
	color: #4f5050;
}

.content-holder-academy p {
    color: #4f5050;
}

.ptpi-single-events .posted-on .updated{ display: none;}

/***Homestay page***/
.col-40 {
	float:left;
	width:20%;
}

.col-60 {
	width:80%;
    float: right;
    clear: both;
}

#event-menu-homestay li{
	display: block;
	width: 100%;
	padding: 11px 21px;
	color: #f2eac4;
    background: #e06138;
	text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	-webkit-transition:ease-in-out.8s;
	-moz-transition:ease-in-out.8s;
	-o-transition:ease-in-out.8s;
	transition:ease-in-out.8s;
}

#event-menu-homestay li:hover,
#event-menu-homestay li:active{
	background: #2689a0;
}

.homestay-holder {
	width:100%;
	padding:0 30px 0 30px;
}

.content-center .content-column.two_third {
	padding:0 20px 0 20px;
}

#general-content-homestay,
#travelg-content-homestay{
	width: 75%;
    float: right;

}
#general-content-homestay .north-macedonia p{
	font-size:13px;
}

#travel-vh-menu > li:nth-child(7) {
	display: none;
}

#menu-js-top,
i.fa.fa-bars{
display: inline-block;
    margin-left: 9px;
    background: #2689a0;
    padding: 7px;
    border-radius: 4px;
    cursor: pointer;
}

#menu-js-top span{
	display:none;
}

#conference-information {
	display:none;
}

/*====Trusteees page====*/
span.img-right img {
    width: 120px;
    float: left;
    margin:10px;
    box-sizing: border-box;
        transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;


}

span.img-right img:hover {
    border: 1px solid transparent;
    padding: 5px;
}
.all-trustees {

	font-family: sans-serif;
}
#content_trustees{
    padding: 0 60px 0 60px;
}
.text_trustees em {
	    color: #716969;
}
.full-container-trustees p {
	margin:0;
}

.full-container-trustees .col-md-4 {
	    border-bottom: 1px solid #ddd;
	        height: 200px;
}


#all-trustees .content-trustees{
	margin-top:35px !important;
}

.content-trustees strong {
	    color:#2689a0 !important;
}

.h1-t {
	color: #b0b43f !important;
    font-weight: bold !important;
}

/*#all-trustees > div.full-container-trustees > div > div:nth-child(14) > div:nth-child(1),
#all-trustees > div.full-container-trustees > div > div:nth-child(14) > div:nth-child(2),
#all-trustees > div.full-container-trustees > div > div:nth-child(14) > div:nth-child(3){
	    border-bottom: 0;
}*/

#all-trustees .col-md-4:nth-last-child(3),
#all-trustees .col-md-4:nth-last-child(2),
#all-trustees .col-md-4:nth-last-child(1) {
   border-bottom: 0;
}
/*==Document library==*/
#title > div > a{
	  color: #2689a0;
    text-transform: uppercase;
    font-weight: 600;
	font-size:14px;
	padding-left: 5px;

}
#download-btn > b > a{
	font-size: 13px;
	color:  #2689a0 !important;
}
.table-hover>tbody>tr{
    background-color: rgba(0, 0, 0, 0.17);
}
.mdocs-red{
	font-size: 13px;
}
.mdocs-green {
    color: #461c3d!important;
}
.mdocs-orange{
	font-size: 13px;
	color: #e06138 !important;
}
.mdocs-blue{
	font-size: 13px;
	color:  #2689a0 !important;
}
.text-muted{
	display: block;
	font-size: 13px;
	color: #000 !important;
    padding-left: 5px;
}
.table>tbody>tr.mdocs-success>td, .table>tbody>tr.mdocs-success>th,
.table>tbody>tr>td.mdocs-success, .table>tbody>tr>th.mdocs-success,
.table>tfoot>tr.mdocs-success>td, .table>tfoot>tr.mdocs-success>th,
.table>tfoot>tr>td.mdocs-success, .table>tfoot>tr>th.mdocs-success,
.table>thead>tr.mdocs-success>td, .table>thead>tr.mdocs-success>th,
 .table>thead>tr>td.mdocs-success, .table>thead>tr>th.mdocs-success {
    background-color: #f5f5f5;
}
 .table-hover>tbody>tr.mdocs-success:hover>td,
 .table-hover>tbody>tr.mdocs-success:hover>th,
 .table-hover>tbody>tr:hover>.mdocs-success,
 .table-hover>tbody>tr>td.mdocs-success:hover,
 .table-hover>tbody>tr>th.mdocs-success:hover {
    background-color: rgba(238, 238, 238, 0.22);}

/*#mdocs-list-table > thead > tr > th:nth-child(6){
	display: none;
}*/
#title > div > a:hover{
	text-decoration: none;
	color: #e06138;
}
#mdocs-list-table .mdocs-sort-option{
	text-align:left;
}
.hidden-sm hidden-xs{
    background: #d4d4d4;
}
.donate-form{
	margin-top: -50px;
}
/***mobile styling**/

@media screen and (max-width:1550px) {
	.row.image-hover-page-container .col-lg-3.col-sm-6{
		padding:0 !important;
	}

	.image-holder img {
	    width: auto;
		max-height: 300px;
	}
	.menu-container {
		z-index:9999;
	}

	.main-navigation ul ul {
		width:300px;
	}
}
@media screen and (max-width:1236px){

    .all-trustees{
		padding:0px;
	}

	.main-navigation ul {
		padding-left:14px;
	}


}
@media screen and (max-width:1201px){
	.contact-right-academy {
	float: right;
    width: 30%;
    margin-left: 10px;
    box-sizing: border-box;
	}
	.left-title-academy {
    float: left;
    width: 60%;
	}
	.box-section-links{
		height: 190px;;
	}
}
@media screen and (max-width:1218px) {
	.news-container {
		margin:25px auto;
		width:100%;
		max-height:680px !important;
	}
}

@media screen and (min-width:990px)and (max-width:1200px) {
	#menu-menu-top li a::after {
		padding:0 3px !important;
	}
}



@media screen and (min-width:1084px) and (max-width:1350px) {

	.container-mission h1 {
		margin-top:40px;
	}
}

@media screen and (max-width:768px){
.container {
    width: 100% !important;
	}

	.text-slider p {
		font-size:16px;
	}

	.text-slider {
		top:27%;
	}
}
@media screen and (min-width:690px)and (max-width:990px) {
	a.btn-cart {
		float:none !important;
	}
	.logo-container {
		text-align:left;
		float:left;
	}
}




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

	.image-holder img {
		max-width: 100%;
		float:none;
		width: 65%;
		max-height: initial;
/* 		max-height: 100%;
		position: initial;
 */
	}
	.image-holder {
		text-align:center;
	}


	#huge_it_gallery_container_2 {
		width:100% !important;
	}

	#huge_it_gallery_content_2 {
		height:auto;
	}

	.container.contact-holder {
		height:auto !important;
	}

	 .huge_it_slideshow_description_text_1 {
		    font: 700 25px 'Roboto Condensed',Arial,Helvetica,sans-serif !important;
	 }



	 #tabs-251 li a {
		color: #555 !important;
		font-size: 16px !important;
	}
}
@media screen and (max-width: 1399px){
	.huge_it_slideshow_description_text_1 {
    font-size: 25px  !important;

	}
}

@media (max-width: 992px){
	#all-trustees .col-md-4:nth-last-child(3)  {
	    border-bottom: 1px solid #ddd;
	}
	#all-trustees .col-md-4:nth-last-child(2),
	#all-trustees .col-md-4:nth-last-child(1) {
	    border-bottom: 0;
	}
}

@media screen and (width:991px) {
	a.btn-cart {
		float:none !important;
	}
	.logo-container {
		text-align:center !important;
	}


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

	.menu-footer .menu-menu-top-container {
		background: transparent;
		width: 100%;
	}
	.box-section-links{
		height: 150px;
		margin-bottom: 20px;
	}
	.chapter1 a{
		margin-bottom: 20px;
	}

.col-md-6v.menu-container {
	top:45px !important;
}

#menu-menu-top li {
	float:left;
	text-align:left;
}

	#menu-js-top .fa.fa-bars	{
		display:inline-block;
		padding-right:5px;
		vertical-align:middle;
		float: none;
	}
	#menu-js-top span {
		vertical-align:middle;
	}
	.menu-container {
		margin-top:0px;

	}

	.menu-menu-top-container {
		background: white;
		width: 35%;
		margin: 0 auto;
		text-align: center;
	}

	ul#menu-menu-top {
		margin: 0;
		padding: 0;
	}



	#menu-menu-top li a::after {
		content:"";
	}

	.menu-container {
		display:none;
	}
	.news-container {
		float: left;
		margin:25px auto;

	}

.container.top-menu {
	padding-bottom:10px;
}

	.logo-container {
		text-align:center;
	}
	a.btn-cart {
		margin: 0px 12px 0px 0px !important;
	}

	.col-md-2.btn-basket {	margin-bottom: 30px;}

	.row.our-history{ background-position: bottom center !important; }
	.tabs-flat ul.tabs-nav li.tabs-nav-items{ padding: 0 6px !important;}
	.tabs-flat ul.tabs-nav li.tabs-nav-items a{ padding: 0 !important;}
	.history-holder p {padding-right:15px;}
	i.fa.fa-gift {font-size:20px;}
	#responsiveTabs-251 ul.tabs-nav li.r-tabs-state-active, #responsiveTabs-251 ul.tabs-nav li.tabs-nav-items {
		width:10% !important;
	}
	#responsiveTabs-251 ul.tabs-nav li.tabs-nav-items:nth-child(3){
		width:30% !important;
	}
	#responsiveTabs-251 ul.tabs-nav li.tabs-nav-items:nth-child(4) {
		width:30% !important;
	}

	.btn-top a {
		float: inherit;
		margin-right: 0;
		position: inherit;
		right: 0;
	}

	.holder-text h3 {
		float: inherit;
		/* clear: both; */
		margin-top: 0;
	}
	.holder-text ul {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width:690px) {
	a.btn-cart {

		text-align:center;
		display: block;
		float: none;
		clear: both;
		margin: 0 auto !important;
	}

	.menu-container {
		margin-bottom:30px;
	}

	.btn-cart-holder {
		width:30%;
		display:block;
		padding:8px;
		margin-top: 10px;
	}
	.top-bar {
		margin:0;
	}
}
.chapter1 h3{
	text-align: center;
    background-color: #1b4181;
    margin-top: 0px;
    padding: 10px;
	color: #ffff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}
.chapter1 a:hover{
	text-decoration: none;
	opacity: 0.9;
}
.container-images{
	padding: 60px 0px;
}
.chapter1 a{
	display: block;
}
.textarea-zone{
	width: 100%;

}
.stories textarea{
	width: 100%;
	height: 200px;
}
.stories label,
.stories input{
	width: 100%;
}
.form-story{
	padding: 80px 0px;
}
@media screen and (min-width:881px) and (max-width:991px) {
	.accomodation-conf {
		overflow: scroll;
		display: block;
	}
}

@media screen and (min-width:800px) and (max-width:950px) {
	#tabs-251 li a{
		font-size:16px !important;
	}
}

@media screen and (max-width:880px){
	.main-navigation ul{
		padding-left:0;
	}

	.col-40 {
		width:100%;
	}
	.col-60{
		width:100%;
	}

	#general-content-homestay{
		width:100%;
		padding:10px 20px 10px 20px;
	}

	.conf-40 {
		float: none;
		width: 100%;
	}
	.conf-mobile {
		width:100%;
		float:none;
		padding:10px 10px;
	}
}


@media screen and (max-width:800px) {
#tabs-251 li a {
		font-size:13px !important;
	}

	.owl-carousel {
		display:none !important;
	}


}

@media screen and (min-width:800px) and (max-width:870px) {

	.element.element_2.hugeitmicro-item{
		left:20% !important;
	}
}


@media screen and (min-width:680px) and (max-width:801px) {

	.element.element_2.hugeitmicro-item{
		left:10% !important;
	}

}

@media screen and (min-width:600px) and (max-width:681px) {

	.element.element_2.hugeitmicro-item{
		left:5% !important;
	}
}




@media screen and (max-width:770px) {
	#responsiveTabs-251 ul.tabs-nav li.tabs-nav-items, #responsiveTabs-251  .r-tabs-accordion-title {
		background: #e9e9e9 !important;
		-webkit-transition: all 0.3;
		-moz-transition:all 0.3s;
		transition: all 0.3s;
	}
	.accomodation-conf {
		overflow: scroll;
		display: block;
	}

	.logo-container {
		float:none !important;
	}
	.vhcontainer.top-bar {
		float: none !important;
		margin: 0 auto;
		text-align: center;
	}
	.col-md-6v.menu-container {
		    right: 0;
    max-width: 100%;
    left: 0;
    width: 100%;
	}
	#responsiveTabs-251 .r-tabs-accordion-title:hover {
		background: rgb(38, 137, 160) !important;


	}
	#responsiveTabs-251  .r-tabs-accordion-title a:hover {
		color:#fff !important;

	}

	#responsiveTabs-251  .r-tabs-accordion-title a {
		color: #2e2a2a !important;
		font-size: 18px;
		font-weight: 700;
		padding: 10px;
		-webkit-transition: all 0.3;
		-moz-transition:all 0.3s;
		transition: all 0.3s;
		display: block;
	}

	i.fa.fa-gift,
	i.fa.fa-plane,
	i.fa.fa-group,
	i.fa.fa-smile-o{
		display:none;
	}

	.logo-container {
		text-align:center;
	}

		.contact-right-academy {
	float: left;
    width: 100%;
    box-sizing: border-box;
		margin-left:0;
	}
	.left-title-academy {
    float: left;
    width: 100%;

	}
	.chapter1 a{
		padding: 0 50px;
	}
	.chapter1 a img{
		width: 100%;
	}
	.box-section-links.icon-special i{
		display: block;
	}
	.container-images{
		padding: 60px 20px;
	}


}

@media screen and (max-width:776px){
	#all-trustees .col-md-4:last-child {
	    border-bottom: 0;
	}
	#all-trustees .col-md-4:nth-last-child(3),
	#all-trustees .col-md-4:nth-last-child(2) {
 	    border-bottom: 1px solid #ddd;

	}
}

@media screen and (max-width:770px){
	.icon_cmt {
		position:inherit !important;
	}
}

@media screen and (max-width:678px) {
	#general-content-academy .one_half {
		width:100%;
	}
}
@media screen and (max-width:660px){
	.menu-toggle, .main-navigation.toggled ul {
		margin:0;
		padding-left: 0px;

	}
	button.menu-toggle{
		width: 100%;
		margin-left: 0px;
		border-radius: 0px;
		border-left:0px;
		border-top:0px;
		border-right:0px;
		text-transform: uppercase;
		font-size: 16px;
		text-align: left;
		padding: 0px 8px 0px 0;
		transition: 0.4s;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		line-height: 42px;
	}

	.container-vh-menu-top .fa.fa-bars {
		    margin-top: 7px;
	}

	.menu-cart-menu-container {
		border-right:0px !important;
		border-left:0px !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.main-navigation li {
		border:0px;
	}

	#cart-menu li a {
		font-size:12px !important;
	}

/* 	button.menu-toggle:hover {
		background:rgb(25, 101, 119);
	} */
	.main-navigation li {
		float: none;
		width:100%;
	}
	.main-navigation li:hover > a, .main-navigation li:focus > a {
		font-size:18px;
	}
	.main-navigation a {
		font-size:18px;
		padding: 12px 35px 15px 18px;
	}
	.main-navigation li:hover a:hover ,
	.main-navigation li:hover > a{
		background: #e06138 !important;
		color: #fff !important;
		border-radius:0 !important;
		border-bottom: 1px solid #f54e18
	}
	.main-navigation ul ul {
		background: #ba3910 !important;
		color: #fff !important;
		float: left;
		z-index: 99999;
		border-radius: 0;
		width: 100%;
		overflow: hidden;
		top: 100%;
		padding: 0;
		color: #2689a0 !important;
		font-size: 14px !important;


	}
	.main-navigation ul li:hover ul{
		/*mobile fix */
		/* position: inherit !important; */
	}
	.main-navigation a:hover {
		color:#fff !important;
		padding: 12px 35px 15px 18px;
	}

	.main-navigation ul ul a {
		width: 100% !important;
		padding:12px 35px 15px 18px;
		line-height: 25px;
		padding-left: 20px;
		color: #fff !important;
	}

	.main-navigation ul ul a :hover {
		width: 100%;
		padding: 12px 35px 15px 18px;
		line-height: 25px;
		padding-left: 20px;
		color: #fff !important;
	}

	ul.sub-menu li a,
		ul.sub-menu li a:hover{
		color:#fff;

	}

	i.fa.fa-bars {
		display:block;
		float:right
	}

	.history-holder p {
		font-size:16px;
	}

	button.menu-toggle{display: block;}
	.main-navigation ul {display: none;}

	.holder-text p {
		width: auto;
		float: none;
		margin-top:0 !important;
	}

	.btn-donate p {
		margin:0 auto;
		width: 240px !important;
	}
	.left-title-academy h1, h1.program-academy-h1, .hi-criteria, .elibility, .h1-academy-phase {
		font-size:30px !important;
	}
}

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

.wpcf7 label {
		width:100%;
	}

	div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok	{
		width:100%;
	}
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
		width:100%;
	}

	.news-container {
		width:100%;
		float: none;
		margin: 25px auto;
	}


	#download-btn > b > a,.mdocs-blue,.mdocs-orange,.mdocs-red,.mdocs-green{
		display: none;
	}
	.fa.fa-star-o{
		display: none;
	}
	.box-section-links {
		height: 180px;
	}
}
@media screen and (max-width:991px){
	.fa.fa-cloud-download,
	.fa.fa-power-off,
	.fa.fa-calendar,
	.fa.fa-download{
		display: none;
	}
}




@media screen and (max-width:590px){
	.element.element_2.hugeitmicro-item{
		left:25% !important;
	}

	.e-eligible-img {
		float: none;
		display: block;
		margin: 0 auto;
	}

	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
		width:100%;
	}

	.owl-carousel.container-slider.owl-loaded.owl-drag{
		display:none;
	}


}

@media screen and (min-width:587px)and (max-width:592px) {
	.element.element_2.hugeitmicro-item {
		left:0 !important;
	}
}

@media screen and (max-width:551px){
	#event-information .information-categories .image-holder {
		height:37px;

	}


}





@media screen and (max-width:550px) {
	.huge_it_slideshow_image_wrap_1 {
		display:none !important;
	}

/* 	.main-navigation {
		padding:5px 0 !important;
	} */
	.contact-right-academy {float:left;}
	#menu-menu-top li a {
		font-size:12px !important;
	}
	ul#menu-menu-top {
		    margin-left: 0 !important;
			text-align:center;
	}
	#menu-menu-top li {
		float:none !important;
	}

	a.btn-cart {
		float:none !important;
		    display: block;
    text-align: center;
    margin: 0 auto;
	}

	.container-chapter h1, .section-location  h1,
.container-mission h1, .history-holder h1	{
		font-size:35px !important;
	}

	.container-chapter a {
		    font: 18px/33px Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black",sans-serif;
	}
	.image-holder {
		height:425px !important;
	}

	.image-holder img {
	 width: 100% !important;
    margin-top: 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none;
    padding: 30px;
	}

	#tab-251-1466531077580 > h1 {
		    font-size: 25px;
    padding-bottom: 0;
	}

	#tab-251-1466531077580 > p, #tab-251-1466533554683 > p, #tab-251-1466534875234 > p, #tab-251-1466534163247 > p {
		    padding: 5px 0 5px 5px;
	}
}

@media screen and (max-width:450px){
	.element.element_2.hugeitmicro-item{
		left:15% !important;
	}
	.lightbreeze .post_content {
		min-height:250px;
	}
	.blog_template .blog_header img {
		width: 100%;
		height: auto;
	}

	.lightbreeze .blog_header span.mdate {
		left:0 !important;
	}
	.mdocs-green{
		display: block;
	}

	.btn-cart-holder {
		width: 100%;
		margin-top: 53px;
	}

	#menu-js-top {
		width:100%;
	}
	.menu-container  {
		width:100%;
		padding:0;
	}
	.menu-menu-top-container {
		width:100%;
	}
}
