
/* Custom Fonts [Persian Fonts]*/
@font-face {
    font-family: "Num";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Num_Medium.eot');
    src: url('../fonts/Num_Medium.woff') format('woff'),
         url('../fonts/Num_Medium.ttf') format('truetype');

}

/**/
/* reset */
/**/
html, body {
	width: 100%;
	min-height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, li, hr, blockquote, pre,
a, address, del, em, sub, figure, figcaption, img,
form, fieldset, legend, input, select, button,
table, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	font-size: 100%;
	font: inherit;
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, hr, blockqoute, pre, figure, figcaption, address,
form, fieldset, legend, label, input, select, textarea, button {
	display: block;
}
input, textarea{
	border-radius: 0;
	-moz-border-radius: 0;
	-mz-border-radius: 0;
	-webkit-border-radius: 0;
}
input, select, textarea, button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}
html, body {
	-webkit-text-size-adjust: none;
	width: 100%;
	overflow-x: hidden;
}
body.boxed {
	max-width: 1250px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
}
body.boxed .sticky-menu.scrolling {
	left: auto !important;
}
.main-nav ul {
	margin: 0;
	padding: 0;
}

dl, dt, dd,.main-nav ul {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
a, button {
	cursor: pointer;
}
i{
	font-style: normal;
}
audio {
	min-width: 0;
	max-width: 100%;
}

audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure {
	max-width: 100% !important;
}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
	border-radius: 0;
}

*, *:before, *:after {
    box-sizing: inherit;
}

/*=================================================================*/
/*======================= COMPONENT STYLES ========================*/
/*=================================================================*/
/*Forms*/
input,
textarea {
  width: 220px;
}
textarea {
  resize: none;
}
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  color: #b7b7b7;
}
.checkbox-radio-wrap__inline {
  display: inline-block;
  margin-left: 6px;
  vertical-align: top;
}
.checkbox-radio-wrap__inline input[type="radio"],
.checkbox-radio-wrap__inline input[type="checkbox"] {
  margin: -2px 0 0 0;
}
.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label {
  display: inline-block;
}
textarea.invalid {
  border: 1px solid #9D261D;
}
.form-vertical label {
  /*display: inline-block;*/
}
input::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #b7b7b7;
  opacity: 1;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #b7b7b7;
  opacity: 1;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #b7b7b7;
  opacity: 1;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #b7b7b7;
  opacity: 1;
}
.category_desc {
  padding-bottom: 2em;
}

/**/
/* defaults */
/**/

body {
	font-family: 'Num';
	color: #343730;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Num';
	font-weight: 400;
}
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child{
	margin-top: 0;
}
h1 {
	font-size: 28px;
	line-height: 1;
}
h2 {
	font-size: 28px;
	line-height: 1.4;
}
#home h2 {
	margin-bottom: 30px;
}
h2 .specification {
	font-size: 14px;
	color: #b0b0b0;
}
h3 {
    font-size: 24px;
	line-height: 1.4;
}
h4 {
	font-size: 20px;
	line-height: 1.4;
}
h5 {
	font-size: 16px;
	line-height: 1.4;
}
h6 {
	font-size: 12px;
	line-height: 1.4;
}
p {
	line-height: 25px;
	margin-bottom: 10px;
}
p:last-child{
	margin-bottom: 0;
}
sup {
	font-size: 0.7em;
}
strong {
	font-weight: bold;
}
hr {
	height: 2px;
	background-color: #f2f2f2;
}
p + hr {
	margin: 20px 0;
}
section {
	padding: 40px 0 40px 0;
}
.padding-section {
	padding: 70px 0 80px 0;
}
hr + section {
	padding-top: 40px;
}
.fullwidth-background {
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
}
hr.corect-margin {
	margin-top: 10px;
}
hr.divider-color, hr.divider-big {
	height: 3px;
}
hr.divider-color:before{
	content: '';
	display: block;
	height: 100%;
	background-color: #f9cb8f;
	width: 45px;
	border-left: 45px solid #2f2f2f;
	border-right: 45px solid #18bb7c;
	margin: 0px auto;
}
.divider-mini {
	width: 138px;
	height: 3px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 14px auto 14px auto;
	background-color: #ffffff;
	border-left: 46px solid;
	border-right: 46px solid;
	border-left-color: #2f2f2f;
	border-right-color: #18bb7c;
	display: block;
}
.twitter-1 .divider-mini {
	background-color: #f9cb8f;
	border-left-color: #2f2f2f;
	border-right-color: #ffffff;
	margin-top: 26px;
	margin-bottom: 14px;
}
hr + hr {
	margin-top: 20px;
}
.margin-top-none {
	margin-top: 0;
}
.padding-top-none {
	padding-top: 0 !important;
}
.padding-none {
	padding: 0 !important;
}
.margin-none {
	margin: 0 !important;
}
.margin-l-70 {
	margin-left: 70px;
}
p.paragraph-border:first-letter,
p.paragraph-background:first-letter{
	font-size: 1.29em;
	font-weight: 800;
	padding: 0 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 2px;
}
p.paragraph-border:first-letter{
	color: #2f2f2f;
	border: 2px solid #2f2f2f;
}
p.paragraph-background:first-letter{
	color: #ffffff;
	background-color: #2f2f2f;
}
p.paragraph-color:first-letter{
	font-size: 1.71em;
	font-weight: 800;
	margin-right: 2px;
	color: #2f2f2f;
}
ins, ins.color {
	background-color: #2f2f2f;
	color: #ffffff;
	text-decoration: none;
	padding: 0 2px;
}
ins.color {
	background-color: #6aa2de;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
p a {
	color: #2f2f2f;
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
.line-h-10 {
	line-height: 10px;
}
ul.minus-list li:before{
	content: "\f068";
	font-family: "FontAwesome";
	font-size: inherit;
}
dl {

}
dt, dd {

}
dd.result-text
{
	margin-bottom: 20px;
}
dt {
	float: right;
	margin-left: 5px;
}
dd {

}
blockquote {
	display: block;
	padding: 20px 30px 25px 30px;
	position: relative;
	border: 1px solid #e6e6e6;
	margin: 15px 60px 15px 60px;
	color: #333333;
}
q {
	display: block;
    font-style: italic;
    color: #333333;
    /*margin-top: 12px;*/
    padding-bottom: 5px;
}
q b {
	font-size: 16px;
	color: #2f2f2f;
	font-style: normal;
	text-transform: none;
	font-family: 'Num';
	font-weight: 500;
}
q:before,
q:after{
	content: "\201c";
	font-style: normal;
	font-size: 80px;
	top: 7px;
	margin-right: 3px;
	line-height: 0px;
	font-family: "Arial";
	color: #2f2f2f;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}
q:before {
	margin-left: -30px;
}
q:after {
	content: "\201D";
	top: 16px;
	font-style: normal;
	margin-left: 10px;
}
img {
	height: auto;
}
select {
	width: 100%;
	height: 38px;
	line-height: 34px;
    padding: 0 0 0 10px;
    border: 1px solid #e1e1e1;
    color: inherit;
}

/**/
/* clearfix */
/**/
.clear-fix:after{
	content: '';
	display: table;
	clear: both;
}

/**/
/* grid */
/**/
.grid-row,
.container {
	width: 1430px;
	margin: 0 auto;
}
.container .grid-row {
	width: 100%;
}
.grid-col {
	direction:rtl;
	float: left;
	margin-left: 30px;
}
.grid-col-row {
	margin-left: -30px;
}
.grid-col-3 {
	width: 270px;
}
.grid-col-4 {
	width: 370px;
}
.grid-col-6 {
	width: 570px;
}
.grid-col-8 {
	width: 770px;
}
.grid-col-9 {
	width: 870px;
}
.grid-half{
	width: 50%;
}
.grid-buttons a:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 1200px) { /* laptop */
	.grid-row,
	.container {
		width: 940px;
	}
	.grid-col {
		margin-left: 20px;
	}
	.grid-col-row {
		margin-left: -20px;
	}
	.grid-col-3 {
		width: 220px;
	}
	.grid-col-4 {
		width: 300px;
	}
	.grid-col-6 {
		width: 460px;
	}
	.grid-col-8 {
		width: 620px;
	}
	.grid-col-9 {
		width: 700px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.grid-row,
	.container{
		width: 738px;
	}
	.grid-col {
		margin-left: 18px;
	}
	.grid-col-row {
		margin-left: -18px;
	}
	.grid-col-3 {
		width: 171px;
	}
	.grid-col-4 {
		width: 234px;
	}
	.grid-col-6 {
		width: 360px;
	}
	.grid-col-8 {
		width: 486px;
	}
	.grid-col-9 {
		width: 549px;
	}

    header div.language > a :nth-child(2)
    {
        display:none;
    }
}
@media screen and (max-width: 767px) { /* phone */
	.grid-row,
	.container{
		width: auto;
		margin: 0 10px;
	}
	.grid-col-row {
		margin-left: -10px;
    	margin-right: -10px;
	}

	.grid-col.grid-col-3.alt {
		float: left;
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		margin: 20px 10px 20px 10px;
	}
	.grid-col,.grid-col.grid-col-3.sidebar {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	.grid-col-row .grid-col {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	.grid-col.grid-col-4,
	.grid-col.grid-col-6,
	.grid-col.grid-col-3{
		float: left;
		width: calc(50% - 20px);
		/* margin-bottom: 0; */
		/* padding: 0 10px 0 10px; */
		margin-right: 10px;
		margin-left: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	section.grid-col.grid-col-4 {
		margin-bottom: 0;
	}
	.grid-col.grid-col-4:nth-child(2n+1),
	.grid-col.grid-col-6:nth-child(2n+1),
	.grid-col.grid-col-3:nth-child(2n+1){
		clear: left;
	}
	.sidebar + .grid-col.grid-col-6 {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	section.grid-col {
		margin: 0;
	}
	footer h2 {
		margin-top: 0 !important;
	}
	.grid-col:last-child {
		margin-bottom: 0;
	}

    #newsletters-row .acyfield_name input{
        width: 149px !important;
    }

    #newsletters-row .acyfield_email input{
        width: 120px !important;
    }
    #newsletters-row .acysubbuttons input {
        width: 55px;
    }

	header .search-block
	{
		display:none;
	}

	header .follow
	{
		display:none;
	}
}
@media screen and (max-width: 479px){
	.grid-col.grid-col-4,
	.grid-col.grid-col-6,
	.grid-col.grid-col-3 {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	.grid-col-row {
		margin-left: 0;
		margin-right: 0;
	}
}

/**/
/* grid */
/**/
.columns-row {
	margin: 0 -15px;
}
.columns-row:after {
	content: '';
	display: table;
	clear: both;
}
.columns-col {
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.columns-col-3 {
	width: 25%;
}
.columns-col-4 {
	width: 33.33%;
}
.columns-col-6 {
	width: 50%;
}
.columns-col-8 {
	width: 66.66%;
}
.columns-col-9 {
	width: 75%;
}
.columns-col-12 {
	width: 100%;
}
@media screen and (max-width: 980px){ /* pad */
	.columns-col {
		width: 100%;
	}
	.columns-col + .columns-col {
		margin-top: 30px;
	}
}

/**/
/* page header top */
/**/
header {
	position: relative;
	z-index: 3;
}
.page-header-top
{
    width: 100%;
}

.header-top-panel {
	float: left;
	position: relative;
}
.header-top-panel:after{
	content: "";
	display: table;
	clear: both;
}

.account-block
{
	float: right;
	margin: 30px 10px;
	display: inline-block;
	border-radius: 3px;
	position: relative;
	background: #fff;
	border: 1px solid #b9b9b9;
}
.account-block .customaccount-block
{
	padding: 4px 15px;
	border-bottom: 4px solid #b9b9b9;
	border-radius: 3px;
	height: 26px;
}

.account-block .login
{
	float: right;
	padding: 0 0 0 0;
	text-decoration: none;
}

.account-block .create
{
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;	
	text-decoration: none;
}

.account-block .personel {
	float: right;
	margin: 2px;
}

.search-block {

	float: right;
	margin: 30px 10px;
	width: 370px;
	display: inline-block;
	border-radius: 3px;
	padding: 4px 15px 4px 55px;
	position: relative;
	background: #fff;
	border: 1px solid #b9b9b9;
}

.search-block input[type="search"] {
	border: none;
	box-shadow: none;
	display: inline-block;
	padding: 0;
	background: transparent;
	height: 27px;
}

.search-block .button {
	position: absolute;
	left: 5px;
	top: 5px;
	color: #aaa;
	font-size: 0px;
	background: url("../images/searchButton.png") no-repeat;
	width: 30px;
	height: 25px;
	border-right: 1px solid #b9b9b9;
}
.search-block .button:hover {

}

/*language*/

.header-top-panel .language {
	float: right;
	margin: 30px 10px;
	padding: 5px 0 0 0;
}

.language img {
	float: right;
}

.language .language-label {
	background-color: #ededed;
	float: right;
	font-family: tahoma;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	width: 40px;
}

.language .language-name {
	padding: 4px 5px;
}

.language .dropdown-menu .language-label {
	background-color: #ededed;
	float: right;
	font-family: tahoma;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	width: 40px;
}

.language .dropdown-menu .language-name {
	float: right;
	padding: 4px 10px;
	color:#595959;
}

.language .dropdown-menu .language-name:hover{
	color:#2f2f2f;
}

.language .dropdown-menu li a {
	height: 30px;
	padding: 0;
}

.language .dropdown-menu li a:hover {
	color:#2f2f2f;
}

.language.dropdown .caret
{
	margin-right: 5px;
}

/*===== Social Media ======*/

.header-top-panel .follow {
  float: right;
  margin: 30px 10px;
}
.follow .menu {
	text-align: right;
	padding: 0;
	margin: 0;
}
.follow .social {

}
.follow .social li {
  margin: 0 0 0 5px;
  display: inline;
}
.follow .social li a {
  height: 22px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  display: inline-block;
  margin: 7px 0 0 0;
}
.follow .social li a:hover {
  background-position: 0 bottom;
}
.twitter {
  background: url(../images/social/twitter.png);
  width: 22px;
}
.facebook {
  background: url(../images/social/facebook.png);
  width: 22px;
}
.feed {
  background: url(../images/social/feed.png);
  width: 22px;
}
.youtube {
  background: url(../images/social/youtube.png);
  width: 22px;
}

.linkedin {
  background: url(../images/social/linkedin.png);
  width: 22px;
}
.youtube {
  background: url(../images/social/youtube.png);
  width: 22px;
}

.instagram  {
  background: url(../images/social/instagram.png);
  width: 22px;
}

/**/
/* page title */
/**/
.page-title {
	text-align: center;
}
.page-title h1{
	margin-bottom: 30px;
	margin-top: 60px;
	font-size: 28px;
	font-weight: 400;
	font-family: 'Num';
	color: #2f2f2f;
	background-color: #f0f0f0;
	padding: 0 50px;
	display: inline-block;
	line-height: 55px;
	text-transform: none;
	border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.page-title nav {
	text-transform: uppercase;
	color: #f0f0f0;
	padding: 14px 0;
    display:inline-block;
    width:100%;
}
.page-title .bread-crumb {
	direction:rtl;
}
.page-title .bread-crumb i{
	padding: 0 10px;
    float:right;
}
.page-title .bread-crumb a {
	text-transform: capitalize;
    float:right;
}

.mylink
{
    color:#fff;
    font-weight: bold;
    background: #25b0e9 url("../images/book.png") no-repeat scroll 50px 50%;
    padding-right: 50px !important;
}

.mylink:hover
{
    color:#fff;
    background: #2f2f2f url("../images/book.png") no-repeat scroll 50px 50%;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a
{
    background:none;
}
/**/
/* sticky menu */
/**/
.sticky-wrapper {
    width: 100%;
    background: #0a6266;
    z-index: 1;
    top: 52px;
}
.sticky-menu.double-menu:not(.second-nav),
.sticky-menu.alt.mobile {
	background-color: transparent;
}
.sticky-menu {
	/*position: relative;*/
	z-index: 500;
	width: 100%;
	transition: height 0.3s, transform 0.3s;
	-ms-transition: height 0.3s, transform 0.3s;
	-moz-transition: height 0.3s, transform 0.3s;
	-webkit-transition: height 0.3s, transform 0.3s;
	/*background: rgba(255, 255, 255, 0.8);*/
}

.sticky-menu .logo
{
	display: none;
}

.sticky-menu .logo
{
	display: none;
}
.sticky-menu div.contact
{
	width: 150px;
	float: left;
}

.sticky-menu img.contactus
{
	float: left;
	direction: ltr;
	padding: 9px 5px 9px 9px;
}

.sticky-menu span.contactus
{
	color: #fff;
	float: left;
	direction: ltr;
	padding: 8px 0;
}


.sticky-menu .logo, .sticky-menu .logo_sc {
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: auto;
    padding: 0;
    position: absolute;
    transition: top 0.2s ease 0s;
    z-index: 15;
	/*display: flex;
	margin: 8px 80px 0 8px;
	float: right;*/
	width: 159px;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.sticky-menu .logo img, .sticky-menu .logo_sc img{
	/*height: 100%;*/
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
.sticky-menu .logo h1 {
	line-height: 61px;
	display: inline-block;
	vertical-align: middle;
	font-family: "Num";
	font-size: 34px;
	clear: none;
	color: #5f5f5f;
	margin: 0;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.sticky-menu.scrolling {
	position: fixed;
	top: 0px;
	left: 0;
	background: #0a6266;
	-webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow:    0px 4px 9px 0px rgba(0, 0, 0, 0.24);
	box-shadow:         0px 4px 9px 0px rgba(0, 0, 0, 0.24);
}
.sticky-menu.scrolling .logo {
	display: block;
	/*height: 64px;*/
}
.sticky-menu.scrolling .logo h1 {
	font-size: 26px;
    line-height: 48px
}

.main-nav.quick {
	direction:rtl;
	font-size: 16px;
	float: right;
    margin-right: 0px !important;
}

.scrolling .main-nav
{
	margin-right: 160px;
}

.main-nav {
	direction:rtl;
	font-size: 16px;
	float: right;
        color: #fff;
}
.main-nav ul {
	margin: 0;
}
.main-nav ul li:before
{
    line-height: 25px;
    position: absolute;
    right: 0;
}

.main-nav ul li {
	line-height: 30px;
    padding-right: 20px;
    position: relative;
    border-bottom: 0;
    padding: 0;
}

.main-nav .small{
    font-size: 15px;
}
.main-nav > ul > li {
	float: right;
	line-height: 40px;

}
.sticky-menu.double-menu:not(.second-nav) .main-nav:not(.mobile_nav)>ul>li {
	color: #ffffff;
}
.sticky-menu.double-menu:not(.second-nav) .logo h1,
.sticky-menu.alt.mobile .logo h1{
	color: #ffffff;
}
.sticky-menu.scrolling .main-nav > ul > li {
	line-height: 48px;
}
.main-nav > ul > li > a {
	display: block;
	padding-right: 20px;
}
.main-nav a {
	color: #ffffff;
}
.main-nav a:hover {
	color: #c69b48;
}
.main-nav > ul > li > a:after {
	content: "|";
	padding-right: 20px;
	color: #dfdfdf;
	font-size: 1em;
}
.main-nav>ul>li:last-child>a:after {
	display: none;
}
@media screen and (max-width: 479px) {
	.sticky-menu .logo h1 {
		line-height: 45px;
		font-size: 14px;
	}
}


/**/
/* main menu pc */
/**/
.main-nav > ul > li > ul {
	position: absolute;
	right: -999999px;
	opacity: 0;
	z-index: 1;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
.sticky-menu .grid-row {
	position: relative;
	z-index: 3;
}

.main-nav ul ul {
	z-index: 1;
	border-top: 2px solid #c69b48;
	background: #0a6266 none repeat scroll 0 0;
	-webkit-transition: opacity 0.3s ease 0.3s, -webkit-left 0.6s step-end;
    -webkit-transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    -moz-transition: opacity 0.3s ease 0.3s, -moz-left 0.6s step-end;
    -moz-transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    -ms-transition: opacity 0.3s ease 0.3s, -ms-left 0.6s step-end;
    -ms-transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    transition: opacity 0.3s ease 0.3s, -webkit-left 0.6s step-end;
    transition: opacity 0.3s ease 0.3s, -moz-left 0.6s step-end;
    transition: opacity 0.3s ease 0.3s, -ms-left 0.6s step-end;
    transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.main-nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	right:0;
}

.main-nav ul ul li
{
	float:none;
}

.main-nav ul ul ul
{
	top:0;
	right:100%
}

.main-nav ul li:hover > ul
{
	display:block
}
/*
.main-nav .megamenu {

}

.main-nav .megamenu ul ul {
	background: inherit;
}
.main-nav .megamenu>ul ul {
	border: 0;
}
.megamenu > ul {
	display: flex;
	position: absolute;
	width: 100%;
	right: -999999px;
	padding: 20px 0 20px 40px;
	opacity: 0;
	-webkit-box-shadow: inset 0px 4px 9px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: inset 0px 4px 9px 0px rgba(0,0,0,0.24);
	box-shadow: inset 0px 4px 9px 0px rgba(0,0,0,0.24);
}
.main-nav .megamenu:hover > ul{
	left: 0;
	opacity: 1;
}
.megamenu > ul > li {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	float: left;
	width: 25%;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main-nav .megamenu > ul > li > ul {
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.main-nav .megamenu > ul > li img {
	margin: 15px auto 0 auto;
	width: calc(100% - 41.5px);
}
.main-nav .megamenu>ul>li:first-child{
	border: 0;
}
.main-nav .megamenu > ul > li li {
	color: #5f5f5f;
	line-height: 25px;
}
.main-nav .megamenu > ul > li li:last-child{
	border-bottom: 0;
}
.main-nav .megamenu > ul a {
	padding-left: 40px !important;
	display: block;
}
.main-nav .megamenu > ul a:before{
	font-family: FontAwesome;
	content: "\f111";
	font-size: 5px;
	color: #2f2f2f;
	vertical-align: middle;
	padding-right: 5px;
}
.main-nav .header-megamenu {
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
}*/

.main-nav > ul > li ul li:first-child {
	border: 0;
}
.main-nav ul li:hover ul {
	z-index: 2;
	-webkit-transition: opacity 0.3s ease, -webkit-left 0.0s step-start;
    -webkit-transition: opacity 0.3s ease, left 0.0s step-start;
    -moz-transition: opacity 0.3s ease, -moz-left 0.0s step-start;
    -moz-transition: opacity 0.3s ease, left 0.0s step-start;
    -ms-transition: opacity 0.3s ease, -ms-left 0.0s step-start;
    -ms-transition: opacity 0.3s ease, left 0.0s step-start;
    transition: opacity 0.3s ease, -webkit-left 0.0s step-start;
    transition: opacity 0.3s ease, -moz-left 0.0s step-start;
    transition: opacity 0.3s ease, -ms-left 0.0s step-start;
}
.main-nav > ul > li:hover > ul{
	right: 0;
	opacity: 1;
}
.main-nav > ul > li > ul a {
	padding: 2px 25px;
	white-space: nowrap;
}

.main-nav .nav-child .button_open {
	width: 44px;
	text-align: center;
}
.main-nav .nav-child .button_open:before {
	font-family: FontAwesome;
	content: "\f104";
}

.main-nav .nav-child li > .button_open {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/*
.main-nav > ul > li > ul a:before{
	font-family: FontAwesome;
	content: "\f111";
	font-size: 5px;
	color: #2f2f2f;
	vertical-align: middle;
	padding-left: 5px;
}*/

/**/
/* menu bar */
/**/
.main-nav.switch-menu .menu-bar {
	position: relative;
	width: 44px;
	height: 44px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	text-align: center;
}
.main-nav.switch-menu.mobile_nav .menu-bar {
	display: none;
}
.main-nav.switch-menu>ul {
	display: inline-block;
	vertical-align: middle;
}
.main-nav.switch-menu .menu-bar .ham {
	display: inline-block;
    width: 23px;
    height: 2px;
    position: relative;
    vertical-align: bottom;
    background: #ffffff;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.items-visible  .menu-bar .ham {
    background-color: transparent!important;
}
.menu-bar .ham:after, .menu-bar .ham:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #ffffff;
}
.menu-bar .ham:before {
    top: -8px;
}
.menu-bar .ham:after {
    top: 8px;
}
.items-visible .menu-bar .ham:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}
.items-visible .menu-bar .ham:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}
.main-nav.switch-menu>ul>li {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    -moz-transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    -o-transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
}
.main-nav.switch-menu.mobile_nav>ul>li {
	-webkit-opacity: 1;
    -moz-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.main-nav.switch-menu.items-visible>ul>li {
    visibility: visible;
    top: 0;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.main-nav.switch-menu.items-visible>ul>li:nth-last-child(n+1) {
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}
.main-nav.switch-menu.items-visible>ul>li:nth-last-child(n+2) {
    -webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    transition-delay: 120ms;
}
.main-nav.switch-menu.items-visible>ul>li:nth-last-child(n+3) {
    -webkit-transition-duration: 450ms;
    -moz-transition-duration: 450ms;
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-delay: 180ms;
    -moz-transition-delay: 180ms;
    -o-transition-delay: 180ms;
    transition-delay: 180ms;
}
.main-nav.switch-menu.items-visible>ul>li:nth-last-child(n+4) {
    -webkit-transition-duration: 550ms;
    -moz-transition-duration: 550ms;
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-delay: 240ms;
    -moz-transition-delay: 240ms;
    -o-transition-delay: 240ms;
    transition-delay: 240ms;
}
.main-nav.switch-menu.items-visible>ul>li:nth-last-child(n+5) {
    -webkit-transition-duration: 650ms;
    -moz-transition-duration: 650ms;
    -o-transition-duration: 650ms;
    transition-duration: 650ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.main-nav.switch-menu.items-visible>ul>li:nth-last-child(n+6) {
    -webkit-transition-duration: 750ms;
    -moz-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
    -webkit-transition-delay: 360ms;
    -moz-transition-delay: 360ms;
    -o-transition-delay: 360ms;
    transition-delay: 360ms;
}
.main-nav.switch-menu>ul>li:nth-child(n+1) {
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}
.main-nav.switch-menu>ul>li:nth-child(n+2) {
    -webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    transition-delay: 120ms;
}
.main-nav.switch-menu>ul>li:nth-child(n+3) {
    -webkit-transition-duration: 450ms;
    -moz-transition-duration: 450ms;
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-delay: 180ms;
    -moz-transition-delay: 180ms;
    -o-transition-delay: 180ms;
    transition-delay: 180ms;
}
.main-nav.switch-menu>ul>li:nth-child(n+4) {
    -webkit-transition-duration: 550ms;
    -moz-transition-duration: 550ms;
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-delay: 240ms;
    -moz-transition-delay: 240ms;
    -o-transition-delay: 240ms;
    transition-delay: 240ms;
}
.main-nav.switch-menu>ul>li:nth-child(n+5) {
    -webkit-transition-duration: 650ms;
    -moz-transition-duration: 650ms;
    -o-transition-duration: 650ms;
    transition-duration: 650ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.main-nav.switch-menu>ul>li:nth-child(n+6) {
    -webkit-transition-duration: 750ms;
    -moz-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
    -webkit-transition-delay: 360ms;
    -moz-transition-delay: 360ms;
    -o-transition-delay: 360ms;
    transition-delay: 360ms;
}

/**/
/* mobile menu */
/**/
.main-nav .mobile_menu_switcher {
	display: none;
	width: 44px;
    height: 44px;
    background: #2f2f2f;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: none;
    cursor: pointer;
}
.main-nav.mobile_nav .mobile_menu_switcher{
	display: block;
	z-index: 15;
	position: absolute;
	top: 50%;
	/*right: 0;*/
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.mobile_nav .button_open {
	width: 44px;
	text-align: center;
}
.mobile_nav .button_open:before {
    font-family: FontAwesome;
    content: "\f104";
}
nav.main-nav.mobile_nav ul {
    position: absolute;
    z-index: 15;
    top: calc(50% - 22px);
    top: -moz-calc(50% - 22px);
    right: 0;
    display: none;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
nav.main-nav.mobile_nav.opened ul {
    display: block;
}
.mobile_nav>ul, .mobile_nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: 200px;
}
.mobile_nav .megamenu {
	position: relative;
}
.mobile_nav img {
	display: none;
}
.mobile_nav .header-megamenu {
	padding: 0 20px 0 0;
}
.mobile_nav li {
	display: table;
	background: #0a6266;
	width: 100%;
	line-height: 44px !important;
	float: none !important;
}
.main-nav.mobile_nav li>a:after {
	display: none;
}
.mobile_nav li + li {
	margin-top: 1px;
}
.mobile_nav li>a, .mobile_nav li>.button_open {
	display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.main-nav ul>.back,
.main-nav ul>.header-menu {
	display: none;
	background-color: #0a6266;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}
.main-nav ul>.header-menu {
	padding: 0 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main-nav.mobile_nav ul>.back,
.main-nav.mobile_nav ul>.header-menu {
    display: block;
}
.main-nav ul>.back a{
	padding-right:50px;
}
.main-nav ul>.back a:before{
	content: "";
	font-size: 17px;
	font-family: FontAwesome;
        content: "\f104";
        padding-right: 10px;
}
.mobile_nav .mobile_menu_switcher:before {
    font-family: FontAwesome;
    content: "\f039";
}
.mobile_nav.opened .mobile_menu_switcher:before {
    content: "\f00d";
}
.mobile_nav .header-megamenu {
	background-color: transparent;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
}

#header-row .shortcourse-register-block
{
    margin-top: 200px;
    float:left;
}

/*======================= wrapper =======================*/

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}

.row-container {
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.row-container:before,
.row-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-container:after {
  clear: both;
}
@media (min-width: 1200px) {
  .row-container {
    padding: 0 18px;
  }
}
@media (max-width: 1200px) {
  .row-container {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .row-container {
    padding: 0 1%;
  }
}

.row-container .container-fluid
{
    margin: 0;
    padding:0px;
}

/*======================= HEADER =======================*/

#header-row .container-fluid {
  position: relative;
}
#header-row .row-fluid {
  position: absolute;
  z-index: 2;
  left: 0;
  width:270px;
}

/*======================= SHOWCASE =======================*/
#showcase-row {
  position: relative;
}

#showcase-row #camera-slideshow .slide-title {
	opacity: 70%;
	height: 65px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

#showcase-row #camera-slideshow .slide-title:hover {
	opacity: 100%;
}

#showcase-row #camera-slideshow .camera_caption {
	top: 600px;
	right: 1%;
}

#showcase-row .image {
	border-bottom: 6px solid #df6b5e;
}

#showcase-row img {
	display: block;
}

#showcase-row .image .mod-custom {
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
}

#showcase-row .imageshortcourse {
  border-bottom: 6px solid #df6b5e;
}

#showcase-row .imageshortcourse .mod-custom {
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
}

.body__home #showcase-row #camera-slideshow {
  margin-bottom: 0 !important;
}

.itemid-1777 #showcase-row #camera-slideshow {
  margin-bottom: 0 !important;
  min-height: 320px;
}

#showcase-row .camerarelative
{

}

#camera-slideshow .cameraSlide img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#camera-slideshow .cameraContents a {
    color:#fff;
}

#showcase-row .container-fluid {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*background: rgba(0, 88, 155, 0.7);*/
  padding: 34px 0 18px !important;
  color: #FFF;
}

#showcase-row .features {
  margin-left: 0;
}

#showcase-row .features .item {
  background: rgba(209, 234, 241, 0.8);
  height: 200px;
  padding: 10px;
}

#showcase-row .features .item .item_title {
  padding: 0 77px 0 0;
}
#showcase-row .features .item .item_title:before {
  content: '';
  display: block;
  float: right;
  width: 68px;
  height: 69px;
  margin: -13px -77px 0 17px;
}
#showcase-row .features .item .item_introtext div {
  margin-right: 90px;
}
#showcase-row .features .item .item_introtext p {
  color: #565656;
}
#showcase-row .features .item .item_introtext a {
  color: #565656;
}
#showcase-row .features .item .item_introtext a:hover {
  color: #2f2f2f;
}
#showcase-row .features .item.item_num0 .item_title:before {
  background: url(../images/icons/icon-1.png) no-repeat;
}
#showcase-row .features .item.item_num1 .item_title:before {
  background: url(../images/icons/icon-2.png) no-repeat;
}
#showcase-row .features .item.item_num2 .item_title:before {
  background: url(../images/icons/icon-4.png) no-repeat;
}
#showcase-row .features .item.item_num3 .item_title:before {
  background: url(../images/icons/icon-3.png) no-repeat;
}
#showcase-row .features .item:hover{
  border-bottom: 5px solid #df6b5e;
}
#showcase-row .features .item:hover .item_title:before {
  background-position: 0 bottom;
}
#showcase-row .features .readmore {
  color: #57c556 !important;
}
#showcase-row .features .readmore:hover {
  color: #FFF !important;
}

.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}

.row-fluid {
    width: 100%;
}

/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/

#content-top-row .advantages{
    margin-top: 85px;
    margin-bottom: 0;
}

#content-top-row .advantages .item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width:33.2%;
    color: #fff;
    margin: 0 1px 1px 0;
}

#content-top-row .advantages .item_title a {
  color: #000;
}

#content-top-row .advantages .item_title a:hover {
  color: #fff;
}

#content-top-row .advantages .item_img {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

/* Caption Common Style */
#content-top-row .advantages .item .item_content {
	/*background-color: rgba(0, 88, 155, 0.7);*/
	position: absolute;
	/*z-index: 2;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;*/
	right: 0;
	/*opacity: 0;*/
	text-align: right;
	padding: 20px 15px;
    height: 100%;
}

/** Fade Caption :hover Behaviour **/
#content-top-row .advantages .item:hover .item_content  {
	opacity: 1;
}

/** Caption 6: Scale **/
/*#content-top-row .advantages .item .item_content h2,*/
#content-top-row .advantages .item .item_content p {
	position: relative;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

/*#content-top-row .advantages .item .item_content h2 {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
}*/

#content-top-row .advantages .item .item_content p {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
    overflow: hidden;
    max-height: 125px;
    margin-bottom:6px;
}

/** Scale Caption :hover Behaviour **/
#content-top-row .advantages .item:hover img {
	/*/-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);*/
}

#content-top-row .advantages .item .item_content h2{
	-moz-transform: translate(-70px,-220px);
	-o-transform: translate(-70px,-220px);
	-webkit-transform: translate(-70px,-220px);
	transform: translate(-70px,-220px);
    width:80%;
}

#content-top-row .advantages .item:hover .item_content p {
	-moz-transform: translateY(-220px);
	-o-transform: translateY(-220px);
	-webkit-transform: translateY(-220px);
	transform: translateY(-220px);
}

/*======================= CONTENT =======================*/

#content-row
{

}

#component table {
    border: 1px solid #ddd;
    margin: 15px auto;
}

#component table tr td p {
    line-height: 30px;
    margin: 0;
}

#component table th {
    background: #fff none repeat scroll 0 0;
}

#component table th, #component table td {
    border: 1px solid #ddd !important;
    line-height: 30px;
    padding: 5px;
    vertical-align: middle;
	text-align: right;
}

#component .page-item,
#component .page-blog,
#component .page-contact,
#component #avs-category,
#component #avs-video{
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 15px 18px;
    background-color: #f3f3f3;
}

#component .page-blog .item {
	box-shadow: 0 0 10px rgba(0, 0, 0, .15), 0 3px 3px rgba(0, 0, 0, .15);
	border-radius: 5px;
	height: 500px;
	margin-bottom: 20px;
}

#component .page-blog .item .item_header
{
	padding: 28px;
	text-align: right;
}

#component div.item_info{

	color: #02969d;
	float: left;
	margin-top: -30px;
}

#component div.item_info dd {

	display: inline-block;
}

/******************programs***********************/

#programs-row
{
	padding: 25px 0;
}

#programs-row h3
{
	margin: 0 0 40px 0;
	padding: 10px 70px 10px 0;
	background: url('../images/icons/01.png') right no-repeat;
}

#programs-row .item{
	background: #fff;
	border-radius: 5px;
	background: #e6e6e6;
}

#programs-row .item:hover {
	background: #357ec2;
	color: #fff;
}

#programs-row .item:hover, #programs-row .item a:hover {
	background: #357ec2;
	color: #fff;
}

#programs-row .itemlink {
	display: table;
	width: 100%;
}

#programs-row .item_img
{
	float: left;
}

#programs-row .item_title
{
	float: right;
	line-height: 85px;
	margin-right: 10px;;
}

/******************other-programs***********************/

#other-programs-row
{
	padding: 25px 0;
	background: #ffffff;
}

#other-programs-row h3
{
	margin: 0 0 40px 0;
	padding: 10px 70px 10px 0;
	background: url('../images/icons/02.png') right no-repeat;
}

#other-programs-row .item{
	position: relative;
}

#other-programs-row .item_img
{
	position: absolute;
	right: -25px;
	top: -20px;;
}

#other-programs-row .item_title
{
	float: right;
	border: 2px solid;
	padding: 0 50px 5px 5px;
	border-radius: 5px;
	width: 100%;
}

#other-programs-row .item_content {
	float: right;
	padding: 10px;
	text-align: justify;
}

#other-programs-row ul {
	 list-style: disc;
 }

#other-programs-row li {
	line-height: 35px;
}
/******************news***********************/

#news-row
{
	padding: 25px 0;
}

#news-row h3
{
	padding: 10px 70px 10px 0;
	background: url('../images/icons/03.png') right no-repeat;
}

#news-row
{
	padding: 25px 0;
}

#news-row .list_carousel
{
	padding: 0 50px;
	margin: 0;
}

#news-row .item
{
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 500px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15), 0 3px 3px rgba(0, 0, 0, .15);
	border-radius: 5px;
	margin: 25px 6px;
	background: #ffffff;
}

#news-row .moduleItemCategory {
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #c0c0c0;
	padding: 0 15px;
	margin: 10px 55px;
	float: left;
}

#news-row .item_content
{
	padding: 28px;
	text-align: right;
}

#news-row .item_img
{
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#news-row .item .item_content .item_published:after
{
	border-color: none;
	border-style: none;
}

/* Caption Common Style */
#news-row .item .item_content .item_published
{
	background-color: rgba(0, 88, 155, 0.7);
	height: 94%;
	position: absolute;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	top: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	padding: 5px;
	font-size: 20px;
	line-height: 2.5em;
	word-wrap: break-word;
}

/** Fade Caption :hover Behaviour **/
#news-row .item:hover .item_content .item_published
{
	opacity: 1;
}

#news-row .item .content
{
	margin: 5px 0;
}

#news-row .item .content p
{
	color: #888888;
	font-size: 14px;
}

#news-row .item_title
{

}


/******************events***********************/

#events-row
{
	background: #edf2f2;
	border-top: 3px solid #d0d0d0;
	border-bottom: 3px solid #d0d0d0;
	box-shadow: 5px 0 5px 0 #d0d0d0 inset;
}

#events-row
{
	padding: 25px 0;
}

#events-row h3
{
	padding: 10px 70px 10px 0;
	background: url('../images/icons/04.png') right no-repeat;
}

#events-row .list_carousel
{
	padding: 0 50px;
	margin: 0;
}

#events-row .item
{
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 480px;
	margin: 25px 6px;
}

#events-row .moduleItemCategory {
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #c0c0c0;
	padding: 0 15px;
	margin: 10px 55px;
	float: left;
}

#events-row .item .content{
	padding: 28px 0;
}

#events-row .item_img
{
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#events-row .item .item_published
{
	background-color: #2f2424;
	margin-right: 28px;
	top: -30px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-align: center;
	padding: 5px;
	word-wrap: break-word;
	display: none;
}

#events-row .item .item_content .item_published:after
{
	border-color: none;
	border-style: none;
}

/** Fade Caption :hover Behaviour **/
#events-row .item:hover .item_content .item_published
{
	opacity: 1;
}

#events-row .item_title
{

}

#events-row .item_content
{
	text-align: right;
}

/******************statistics***********************/

#statistics-row{
	padding: 25px 0;
	background: #edf2f2;
	border-top: 3px solid #d0d0d0;
	border-bottom: 3px solid #d0d0d0;
	box-shadow: 5px 0 5px 0 #d0d0d0 inset;
}

#statistics-row .span2 {
	margin-bottom: 5px;
	text-align: center;
	color:#559ba5;
}

#statistics-row .span2 img {
	margin: auto;
}

#statistics-row .span2 .counter{
	font-size: 50px;
	font-weight: bold;
}

#statistics-row .span2 p{
	margin-top:10px;
}

/******************departments***********************/

#departments-row
{
	padding: 25px 0;
}

#departments-row h3
{
	margin: 0 0 40px 0;
	padding: 35px 70px 0 0;
	background: url('../images/icons/05.png') right no-repeat;
}

#departments-row .item
{
	padding: 20px 10px;
	margin: 0 10px 10px 0;
	background: #e6e6e6;
	color: #000;
	border-radius: 5px;
	text-align: center;
}

#departments-row .item:hover
{
	background: #357ec2;
	color: #fff;
}

#departments-row h4:hover, epartments-row a:hover, epartments-row span:hover,
#departments-row h4:focus, epartments-row a:focus, epartments-row span:focus

{
	color: #ebc644 !important;
}

/******************testimonials***********************/

#testimonials-row
{
	background: #edf2f2;
	border-top: 3px solid #d0d0d0;
	border-bottom: 3px solid #d0d0d0;
	box-shadow: 5px 0 5px 0 #d0d0d0 inset;
}

#testimonials-row
{
	padding: 25px 0;
}

#testimonials-row h3
{
	padding: 10px 70px 10px 0;
	background: url('../images/icons/04.png') right no-repeat;
}

#testimonials-row .list_carousel
{
	padding: 0 50px;
	margin: 0;
}

#testimonials-row .item
{
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 380px;
	margin: 25px 6px;
}

#testimonials-row .moduleItemCategory {
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #c0c0c0;
	padding: 0 15px;
	margin: 10px 55px;
	float: left;
}

#testimonials-row .item .content{
	padding: 28px 0;
}

#testimonials-row .item_img
{
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#testimonials-row .item .item_published
{
	background-color: #2f2424;
	margin-right: 28px;
	top: -30px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-align: center;
	padding: 5px;
	word-wrap: break-word;
	display: none;
}

#testimonials-row .item .item_content .item_published:after
{
	border-color: none;
	border-style: none;
}

/** Fade Caption :hover Behaviour **/
#testimonials-row .item:hover .item_content .item_published
{
	opacity: 1;
}

#testimonials-row .item_title
{

}

#testimonials-row .item_content
{
	text-align: right;
}

/*
#testimonials-row
{
	padding: 25px 0;
	background: #edf2f2;
	border-top: 3px solid #d0d0d0;
	border-bottom: 3px solid #d0d0d0;
	box-shadow: 5px 0 5px 0 #d0d0d0 inset;
}

#testimonials-row h3
{
	margin: 0 0 40px 0;
	padding: 10px 70px 10px 0;
	background: url('../images/icons/06.png') right no-repeat;
}

#testimonials-row .list_carousel
{
	padding: 0 50px;
	margin: 0;
}

#testimonials-row .item
{
	position: relative;
	overflow: hidden;
	width: 430px;
	height: 220px;
	margin: 0 6px;
}
#testimonials-row .item img.person
{
	position: absolute;
}

#testimonials-row .item_content
{
	text-align: right;
	border-radius: 30px;
	padding: 15px 35px;
	margin: 20px 20px 0 0;
	background: #fff;
	height: 90%;
}

#testimonials-row .item .item_content p{
	color: #888888;
}

#testimonials-row .item_img
{
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#testimonials-row .item_title
{

}*/

/******************involve***********************/

#involved-row
{
	padding: 25px 0;
}

#involved-row h3
{
	padding: 10px 70px 10px 0;
	background: url('../images/icons/03.png') right no-repeat;
}

#involved-row
{
	padding: 25px 0;
}

#involved-row .owl-carousel
{
	padding: 0 50px;
	margin: 0;
}

#involved-row .ext-item-wrap
{
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 520px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15), 0 3px 3px rgba(0, 0, 0, .15);
	border-radius: 5px;
	margin: 25px 6px;
	background: #ffffff;
}

#involved-row .moduleItemCategory {
	border: 2px solid #c0c0c0;
	border-radius: 5px;
	color: #c0c0c0;
	padding: 0 15px;
	float: left;
}

#involved-row .item_content
{
	padding: 28px;
	text-align: right;
}

#involved-row .item_img
{
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#involved-row .item .item_content .item_published:after
{
	border-color: none;
	border-style: none;
}

/* Caption Common Style */
#involved-row .item .item_content .item_published
{
	background-color: rgba(0, 88, 155, 0.7);
	height: 94%;
	position: absolute;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	top: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	padding: 5px;
	font-size: 20px;
	line-height: 2.5em;
	word-wrap: break-word;
}

/** Fade Caption :hover Behaviour **/
#involved-row .item:hover .item_content .item_published
{
	opacity: 1;
}

#involved-row .item .content
{
	margin: 5px 0;
}

#involved-row .item .content p
{
	color: #888888;
	font-size: 14px;
}

#involved-row .item_title
{

}

/*
#involved-row
{
	padding: 25px 0;
}

#involved-row h3
{
	margin: 0 0 40px 0;
	padding: 15px 90px 15px 0;
	background: url('../images/icons/07.png') right no-repeat;
}

#involved-row .item
{
	padding: 10px 10px;
	margin: 0 10px 10px 0;
	background: #595959;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}

#involved-row .item:hover, #involved-row .item a:hover
{
	background: #357ec2;
	color: #fff;
}*/

/******************contact***********************/

#contact-row
{
    padding-top: 0px;
    padding-bottom: 0px;
    background: #c69b48;
    color: #fff;
}
#contact-row .item {
    display: flexbox;
}

#contact-row h4, #contact-row a
{
    color: #fff;
	text-decoration: none;
}

#contact-row .item_img, #contact-row .item_content
{
    float: right;
    padding: 10px 10px 0 10px;
}

#contact-row .item_content
{

}

#contact-row .follow {
    margin-top: 10px;
    float: right;
    width:100%;
    height:30px;
}

#contact-row  .follow .social {
    float: right;
}

/******************newsletters***********************/

#newsletters-row{

    background: #595959;
    font-size: 22px;
}

#newsletters-row .row-container {
	background: url('../images/newslatter-rtl.jpg') right no-repeat;
}

#newsletters-row .container-fluid{
	padding: 37px 0 37px 0;
}

#newsletters-row .moduleTitle {
	font-size: 27px;
	float:right;
	color:#FFF;
	margin-right: 180px;
}

.acymailing_module {
    float:left;
    margin-left: 1.8% !important;
}

.acymailing_module .acymailing_module_form td
{
	padding: 0;
}
.acymailing_module input{
	font-size: 14px;
	margin-bottom: 0px;
}

.acymailing_module .acyfield_name input{
    height: 45px !important;
    margin-left: 10px !important;
}

.acymailing_module .acyfield_email input{
    height: 45px !important;
	margin-left: 10px !important;
}
.acymailing_module .acysubbuttons {
}

.acymailing_module .acysubbuttons input {
	height: 45px;
	background: #595959;
	border-color: #fff;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.acymailing_module .acyfield_name input{
        width: 249px !important;
    }

	.acymailing_module .acyfield_email input{
        width: 320px !important;
    }
	.acymailing_module .acysubbuttons input {
        width: 150px;
    }
}
/******************K2 Course***********************/
.course.catItemCourse .catItemBody
{
	height: 375px;
}

.book.catItemCourse .catItemBody
{
	height: 530px;
}

.catItemCourse .catItemBody
{
	position: relative;
	padding: 0px !important;
	background: #fff;
	box-shadow: 0 1px 7px 0 rgba(50, 50, 50, .2);
}

.catItemCourse .catItemBody:hover .hover-box {
	opacity: 1;
}

.catItemCourse .catItemImageBlock
{
	padding: 0px !important;
}

.catItemCourse .catItemTitle
{
	padding: 5px;
}

.catItemCourse .hover-box {
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all .4s ease-in;
}

.catItemCourse .hover-box .overflow-fix{
	padding: 15px 30px;
}

.catItemCourse  .hover-box h5 {
	margin-bottom: 20px;
	text-align: center;
	height: 50px;
	line-height: 25px;
	font-weight: bold;
}

.catItemCourse .hover-box .desc {
	margin-bottom: 20px;
	text-align: center;
	height: 80px;
	line-height: 20px;
}
.catItemCourse .hover-box .info-row .info-item.text-left
{
	text-align: right;
	float: right;
}
.catItemCourse .hover-box .info-row .info-item.text-right
{
	text-align: left;
	float: left;
}
.catItemCourse .hover-box .info-row .info-item {
	width: 50%;
}

.catItemCourse .hover-box .info-row {
	margin-bottom: 10px;
	overflow: hidden;
}

.catItemCourse .catItemReadMore
{
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}
.catItemCourse .sharing {
	padding: 15px 30px;
	text-align: center;
}

.catItemCourse .sharing a {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 5px 15px;
	position: relative;
}

.catItemCourse .sharing .facebook {
	background: url("../images/sharing/facebook.svg") no-repeat center;
	background-size: auto;
	background-size: 30px;
}

.catItemCourse .sharing .twitter {
	background: url("../images/sharing/twitter.svg") no-repeat center;
	background-size: auto;
	background-size: 30px;
}

.catItemCourse .sharing .whatsapp {
	background: url("../images/sharing/whatsapp.svg") no-repeat center;
	background-size: auto;
	background-size: 30px;
}

/*************************/
.itemView {

}
.itemView .itemHeader {
	color: #e0e0e0;
	margin-top: 30px;
}

.itemView .lessonIntroText {
	width: 65%;
	float: right;
	color: #e0e0e0;
	text-align: justify;
	height: 247px;
}

.itemView .lessonFullText
{
	width: 65%;
	float: right;
	margin-top: 70px;
}

@media (max-width: 1200px) {
	.itemView .lessonIntroText {
		width: 58%;
	}

	.itemView .lessonFullText {
		width: 58%;
	}
}
@media (max-width: 980px) {
	.itemView .lessonIntroText {
		width: 46%;
	}
	.itemView .lessonFullText {
		width: 46%;
	}
}
@media (max-width: 767px) {
	.itemView .lessonIntroText {
		width: 100%;
	}
	.itemView .lessonFullText {
		width: 100%;
	}
	.itemView .lessonFullText {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.itemView .lessonIntroText {
		width: 100%;
		height: 400px;
	}

	.itemBodyBlack
	{
		height: 400px !important;
	}
}
.itemView .lessonIntroText strong {
	color: #e0e0e0;
}


.itemView .lessonFullText .itemFullText
{

}

.itemView .lessonIntroText .itemIntroText
{
	color: #e0e0e0;
	text-align: justify;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.itemView .lessonIntroText .itemIntroText,
.itemView .lessonIntroText .itemFullText{
	padding-right: 0;
}

.itemid-191 .itemBodyBlack
{
	background: #2a7a7e;
}

.itemid-111 .itemBodyBlack {
	background: #363636;
}

.itemBodyBlack
{
	z-index: -1;
	width: 100%;
	height: 287px;
	left: 0;
	position: absolute;
}
.itemView .lessonRightBox
{
	float: left;
	background: #fff;
	box-shadow: 0 0 6px rgba(6, 6, 6, .4);
	border-radius: 5px;
	overflow: hidden;
	margin-top: 20px;
}

.itemView .itemImageBlock
{
	padding: 0 !important;
	margin: 0 !important;
}

.itemView .itemImage
{
	padding: 0 !important;
	margin: 0 !important;
}

.itemView .lessonRightBox .itemRatingBlock
{
	padding: 10px 30px;
	background: #f4f4f4;
	color: #313131;
	text-transform: uppercase;
	overflow: hidden;
}

.itemView .lessonRightBox .itemRatingForm
{
	width: 150px;
	margin: auto;
	float:none !important;
}

.itemView .lessonRightBox .info {
	padding: 10px;
	background: #eaebed;
	color: #313131;
}

.itemView .lessonRightBox .info ul li {
	margin-bottom: 15px;
	text-transform: uppercase;
}

.itemView .lessonRightBox .info ul li h4 {
	color: #4a89dc;
	width: 300px;
}

.itemView .lessonRightBox .info ul li b {
	text-align: right;
	width: 130px;
	display: inline-block;
	vertical-align: middle;
}

.itemView .lessonRightBox .info ul li span {
	text-align: right;
}

.itemView .lessonRightBox .buttons-box
{
	padding: 40px 30px;
}

.itemView .lessonRightBox .btn {
	width: 100%;
	border-radius: 5px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
	margin: 0 0 5px 0;
	border: none;
}

.itemid-191 .itemView .LessonHeader2Box {
	background: #b9a657;
}

.itemid-111 .itemView .LessonHeader2Box {
	background: #313131;
}

.itemView .LessonHeader2Box {

	color: #838383;
	text-align: right;
	padding: 5px 0;
	text-transform: uppercase;
	min-height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

@media (max-width: 767px) {
	.itemView .LessonHeader2Box {
		bottom: -50px !important;
	}
}

.itemView .LessonHeader2Box .LessonAttributeBox {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.itemView .LessonHeader2Box .LessonAttributeBox ul {
	float: right;
}

.itemView .LessonHeader2Box .LessonAttributeBox ul li {
	float: right;
	padding-right: 30px;
	list-style: none;
	color: #e0e0e0;
}

.itemView .LessonHeader2Box .LessonAttributeBox ul li span {
	padding-right: 8px;
	padding-left: 0;
}

.itemView .LessonHeader2Box .LessonAttributeBox ul li span {
	color: #4a89dc;
	position: relative;
	line-height: 20px;
	padding-left: 8px;
}

.itemView .LessonHeader2Box .LessonAttributeBox ul li span::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	border-radius: 4px;
	background: #4a89dc;
	right: 0;
	left: auto;
	top: 5px;
}

/*======================= Search & Smart Search ========================*/
ul#finder-filter-select-dates li.filter-date {
  margin-bottom: 4px;
  margin-right: 4px;
}
ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
  margin-bottom: 9px;
}
#searchForm fieldset {
  margin-bottom: 20px;
}
#searchForm fieldset label {
  display: inline-block;
  margin-right: 1em;
}
#searchForm .form-limit label {
  float: left;
}
#searchForm .form-limit select {
  float: right;
  position: relative;
  top: -4px;
}
#searchForm .form-limit p {
  overflow: hidden;
  clear: both;
}
#searchForm .phrases-box {
  padding-bottom: 1em;
}
#searchForm .phrases-box label {
  min-width: 90px;
}
dl.search-results {
  margin-top: 30px;
}
dl.search-results dt {

}
.navbar-form .btn,
.navbar-form .btn-group {
  margin-top: 5px;
}

/*======================= Gallery Page ========================*/
.page-gallery a.zoom,
.page-item__gallery a.zoom {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.page-gallery a.zoom span.zoom-bg,
.page-item__gallery a.zoom span.zoom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
}
.page-gallery a.zoom span.zoom-icon,
.page-item__gallery a.zoom span.zoom-icon {
  background: url(../images/zoom.png) left top no-repeat;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  z-index: 4;
}
.page-gallery a.zoom img,
.page-item__gallery a.zoom img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
}
.page-gallery a.zoom.active img,
.page-item__gallery a.zoom.active img {
  z-index: 2;
}
.page-gallery .item_icons,
.page-item__gallery .item_icons {
  margin-bottom: 9px;
}
.view-article #prevArrow,
.view-article #nextArrow {
  display: none;
}
.gallery-item {
  margin-bottom: 24px;
}
.gallery-item .view {
  position: relative;
  overflow: hidden;
}
.gallery-item .view .mask,
.gallery-item .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}
.gallery-item .view .mask .mask_wrap,
.gallery-item .view .content .mask_wrap {
  text-align: center;
  width: 100%;
  height: 100%;
}
.gallery-item .view .mask .mask_wrap:before,
.gallery-item .view .content .mask_wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.gallery-item .view .mask .mask_wrap .mask_cont,
.gallery-item .view .content .mask_wrap .mask_cont {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5%;
}
.gallery-item .view .item_img {
  margin: 0;
}
.gallery-item .view img {
  display: block;
  position: relative;
  z-index: 1;
}
.gallery-item .view h2,
.gallery-item .view p {
  position: relative;
}
.gallery-item .view .item_more a {
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  padding: 2%;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
ul#filters li {
  display: inline-block;
  vertical-align: top;
  margin: 9px 9px 0 0;
}
#isotopeContainer {
  padding-top: 8px;
}
#isotopeContainer .item_img {
  margin-right: 0;
}
.page-gallery_img {
  margin-left: 0;
}
.category_children .category_child {
  margin-bottom: 20px;
}
/*======================= Archives Page ========================*/
.page-archive_filters .filter-search {
  padding-bottom: 21px;
  overflow: hidden;
}
.page-archive_filters select {
  margin-bottom: 8px;
  display: inline-block;
}
.page-archive_filters button {
  display: inline-block;
  margin-bottom: 8px;
}
/*======================= Contacts Page ========================*/
#jform_contact_message {
  resize: none;
  width: 100%;
  height: 149px;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}
.phone-num {
  display: inline-block;
}
#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
  width: 100%;
}
.contact_email-copy,
.contact_vcard {
  margin: 0 14px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
}
.contact_vcard {
  margin: 0;
}
.contact_details .icons-marker {
  display: block;
  width: 16px;
  margin-right: 12px;
  float: left;
}
.contact_address {
  overflow: hidden;
}
#contact_map {
  margin-bottom: 18px;
  border: 1px solid #d9d9d9;
  height: 358px;
}
#contact_map > div {
  height: 100%;
}
.contact_details_item {
  margin-bottom: 20px;
}
/*======================= User Pages ========================*/
.page-login form .control-group {
  margin: 0;
}
/*======================= ADDTHIS STYLES =======================*/
.page-item_addThis {
  padding-top: 12px;
}
/*======================= SITEMAP STYLES =======================*/
.page-xmap ul {
  margin-left: 3em;
}
.page-xmap ul li a {
  z-index: 2;
}
.page-xmap #xmap {
  overflow: hidden;
  width: 100%;
}
.page-xmap #xmap ul.level_0 {
  margin: 0;
}
.page-xmap #xmap ul.level_0 > li {
  margin-bottom: 1em;
  list-style: none;
}
.page-xmap #xmap ul.level_0 > li > a {
  font-weight: bold;
}
.page-xmap #xmap ul.level_0 > li:before,
.page-xmap #xmap ul.level_0 > li:after {
  display: none;
}
/*======================= CAPTION FIXES =======================*/
.img_caption {
  text-align: center!important;
}
.img_caption.left {
  float: left;
  margin-right: 1em;
}
.img_caption.left p {
  clear: left;
  text-align: center;
}
.img_caption.right {
  float: right;
  margin-left: 1em;
}
.img_caption.right p {
  clear: right;
  text-align: center;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
/*======================= 404 PAGE =======================*/
.errorBox {
  background: none;
  text-align: left;
}
/*======================= OFFLINE PAGE =======================*/
/*======================= DOCUMENTATION =======================*/
#mod_table .module {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
#mod_table .module:nth-child(even) {
  background: #eeeeee;
}
#mod_table ul li {
  list-style: none;
}

/*======================= SCROLL TO TOP =======================*/
#back-bottom {
	display: inline-block;
	background-color: #FF9800;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
	opacity .5s, visibility .5s;
	z-index: 1000;
	transform: scaleY(-1);
}
#back-bottom::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#back-bottom:hover {
	cursor: pointer;
	background-color: #333;
}

#back-top {
	display: inline-block;
	background-color: #FF9800;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
	opacity .5s, visibility .5s;
	z-index: 1000;
}
#back-top::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#back-top:hover {
	cursor: pointer;
	background-color: #333;
}


#to-desktop {
  display: none;
  padding-bottom: 20px;
  float: left;
}
#to-desktop a {
  display: block;
  background: #222;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#to-desktop a:hover {
  background: #666;
}
#to-desktop a i.fa-mobile {
  font-size: 30px;
  line-height: 40px;
}

/*======================= FOOTER =======================*/
#copyright-row {
  padding: 85px 0 0 0;
  background: #0a6266;
  color: #fff;
}

.menufooter .link
{
	border-right: 3px dotted #c69b48;
	height: 270px;
}

#copyright-row a {
    font-size: 15px;
}

#copyright-row a:hover,
#copyright-row a:focus
{
	color: #c69b48;
}

#copyright-row .links {
  margin-top: 28px;
  border-left: 1px solid #bdbdbd;
  height: 200px;
}

#copyright-row .moduletable:last-of-type{
  border-left: 0px;
}

#copyright-row #copyright{
    margin-top: 0px;
    font-size: 12px;
}

#copyright-row #copyright p{
    margin: 0;
}

#copyright-row #copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}

#copyright-row2 {
  padding: 10px 0;
  background-color: #0a6266;
}

#copyright-row2 .span6
{
	float: right;
	margin: 0;
}

#copyright-row2 p{
  color: #fff;
}

#copyright-row2 p + hr
{
	margin: 5px 0;
}

#copyright-row .custom
{
	float: right;
}

#copyright-row .social {
	border-top: 1px solid #fff;
}

@font-face {
    font-family: 'coursera-iconfont';
    src: url("../fonts/coursera.v25.eot");
    src: url("../fonts/coursera.v25.eot?#iefix") format('embedded-opentype'), url("../fonts/coursera.v25.woff") format('woff'), url("../fonts/coursera.v25.ttf") format('truetype'), url("../fonts/coursera.v25.svg") format('svg');
}

.horizontal-box, h1.tab-headline, h2.tab-headline, h3.tab-headline, h4.tab-headline, h5.tab-headline, h6.tab-headline, h1.tab-headline-small, h2.tab-headline-small, h3.tab-headline-small, h4.tab-headline-small, h5.tab-headline-small, h6.tab-headline-small, .search-bar, .search-bar .input-area, .pagination-controls-container, .pagination-controls-container .box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cif-chevron-right::before {
    content: "";
}

.cif-chevron-right-thin:before {
    content: "\e91a";
}

.rc-FaqItem {
    margin: 10px 0 10px 0;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    padding: 15px 20px;
    cursor: pointer;
}

.rc-FaqItem .faq-question p {
    display: inline-block;
    text-align: left;
    margin: 0 16px 0 0;
}

.rc-FaqItem .faq-answer {
    overflow: hidden;
}

.rc-FaqItem .faq-answer p {
    margin: 15px 26px 0 0;
    text-align: right;
}

.rc-FaqItem .faq-arrow {
    font-size: 12px;
    color: #d49261;
    margin-top: 5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.rc-FaqItem .faq-arrow-down {
    font-size: 12px;
    color: #d49261;
    margin-top: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}


.faq-answer {
    display: none;
}

.see-all-button {
    margin: 10px 0;
}
.align-horizontal-center {
    text-align: center;
}
.align-horizontal-center a.link-button.primary.cozy {
    background-image: linear-gradient(#4285f4, #2775d1);
}
.align-horizontal-center a.link-button.primary {
    background-color: #2073d4;
    border: 1px solid #2073d4;
}
.align-horizontal-center a.link-button.cozy {
    font-size: 14px;
    line-height: 18px;
    padding: 16px 30px;
}
.align-horizontal-center a.link-button {
    -moz-user-select: none;
    background-image: none;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    filter: none;
    min-width: 72px;
    opacity: 1;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    vertical-align: middle;
    white-space: nowrap;
}
a.link-button.primary.cozy:active,
a.link-button.primary.cozy:focus,
a.link-button.primary.cozy:hover {
    background-image: none;
}