/*
Theme Name: qvcc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: qvcc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

qvcc is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.social-media-icon {
    width: 48px !important;
    height: 48px !important;
    margin-right: 32px !important;
    margin-bottom: 16px !important;
}
.footer .logo {margin-left: 0 !important;}

.is-facebook {
	display: none !important;
}

.is-instagram {
	display: none !important;
}

.is-twitter {
	display: none !important;
}

/* 
	Table of Contents
	update on Tue Apr 12 2016 12:41:41 GMT+0300 (FLE Daylight Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. article ----------------------------------
	     02. article-primary --------------------------
	     03. bar --------------------------------------
	     04. Button -----------------------------------
	         Button Block -----------------------------
	     05. feature ----------------------------------
	     06. Form Elements ----------------------------
	     07. Form -------------------------------------
	     08. intro ------------------------------------
	     09. List -------------------------------------
	     10. Logo -------------------------------------
	     11. Nav --------------------------------------
	     12. nav-sidebar ------------------------------
	     13. search -----------------------------------
	         Small Desktop ----------------------------
	     14. Section ----------------------------------
	     15. section-primary --------------------------
	     16. section-slider ---------------------------
	     17. section-divider --------------------------
	     18. Slider -----------------------------------
	     19. slider-clip ------------------------------
	     20. Table ------------------------------------
	     21. testimonial ------------------------------
	         Small Desktop ----------------------------
	     22. Widget -----------------------------------
	IV.  Themes ---------------------------------------
	     01. grid -------------------------------------
 */

.ico-circle { background-image: url(css/images/sprite.png); background-position: -193px -72px; width: 22px; height: 21px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-photo { background-image: url(css/images/sprite.png); background-position: -163px -72px; width: 26px; height: 24px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-quote { background-image: url(css/images/sprite.png); background-position: 0 -116px; width: 69px; height: 49px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-tick { background-image: url(css/images/sprite.png); background-position: -219px -72px; width: 21px; height: 21px; display: inline-block; vertical-align: middle; font-size: 0; }
.logo-small { background-image: url(css/images/logo-full.png); background-position: 0 -72px; width: 159px; background-size: cover; height: 40px; display: inline-block; vertical-align: middle; font-size: 0; }
.logo { background-image: url(css/images/logo-full.png); background-position: 0 0; width: 269px; height: 68px; background-size: 100%; display: inline-block; vertical-align: middle; font-size: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.ico-circle { background-image: url(css/images/sprite.@2x.png); background-position: -189px -70px; background-size: 268px 160px; width: 21px; height: 21px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-photo { background-image: url(css/images/sprite.@2x.png); background-position: -161px -70px; background-size: 268px 160px; width: 26px; height: 23.5px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-quote { background-image: url(css/images/sprite.@2x.png); background-position: 0 -112px; background-size: 268px 160px; width: 69px; height: 48px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-tick { background-image: url(css/images/sprite.@2x.png); background-position: -212px -70px; background-size: 268px 160px; width: 21px; height: 21px; display: inline-block; vertical-align: middle; font-size: 0; }
	.logo-small {background-image: url(css/images/logo-full.png);background-position: 50%;background-size: cover;width: 159px;height: 40px;display: inline-block;vertical-align: middle;font-size: 0;}
	.logo { background-image: url(css/images/logo-full.png); background-position: 0 0; background-size: 100%; width: 268px; height: 68px; display: inline-block; vertical-align: middle; font-size: 0; }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { 
    .logo { background-image: url(css/images/logo-full@3x.png); background-repeat: no-repeat; }
}

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main { display: block; }

html,
body { height: 100%; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img, iframe, video, audio, object { max-width: 100%; }
img, iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

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

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

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

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }

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

textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

html.nav-active { overflow: hidden; }
html.nav-active:before { display: inline-block; content: ''; width: 300%; height: 100%; background: rgba(0, 0, 0, 0.73); position: absolute; right: 0; top: 0; bottom: 0; z-index: 98; }

body { min-width: 320px; background: #fff; font-family: 'Effra', sans-serif; font-size: 18px; line-height: 1.33; color: #000; }

a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }

a[href^="tel"] { text-decoration: none; }

h1 { font-size: 60px; font-weight: 800; line-height: 1em; color: #fff;  }
h2 { font-size: 62px; line-height: 1; color: #002e6d; font-weight: 500; }
h3 { font-size: 18px; line-height: 1.33; color: #fff; text-transform: uppercase; }
h4 { font-size: ; }
h5 { font-size: ; }
h6 { font-size: ; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.665em; }

p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.33em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

@media (max-width: 767px) {
  h1 {
    font-size: 50px;
  }
	h2 { font-size: 48px; }
	html.nav-active:before { z-index: 97; }
}


/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content: ''; line-height: 0; display: table; clear: both; }


/*  Notext  */

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }


/*  Hidden  */

[hidden],
.hidden { display: none; }


/*  Alignleft  */

.alignleft { float: left; }


/*  Alignright  */

.alignright { float: right; }


/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container { background: url(css/images/temp/intro-bg.jpg) no-repeat center center; background-size: cover; }
.container-blue { background: #092e6e; }
.container-inner { background: url(css/images/temp/container-inner.jpg) no-repeat center 0; background-size: cover; }

@media (max-width: 767px) {
	.container { /*background-position: -430px center;*/ }
	.container-inner { background-position: center top; }
}

@media (max-width: 479px) {
	.container { /*background-position: -770px center;*/ }
	.container-inner { background-position: center top; }
}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content { float: right; width: 72%; margin-bottom: 90px; padding-top: 4px; padding-right: 45px; }

@media (max-width: 1023px) {
	.content { float: none; width: 100%; padding: 0; margin: 0; }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { background: #092e6e; margin-left: 92px; position: relative; padding-top: 36px; min-height: 100px; }
.footer:before { display: inline-block; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 0 110px 150px; border-color: transparent transparent #092e6e transparent; position: absolute; right: 100%; top: 0; }
.footer:after { display: inline-block; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 0 76px 92px; border-color: transparent transparent #092e6e transparent; position: absolute; bottom: 100%; right: 0; }
.footer-inner { margin-left: -92px; }

@media(max-width: 910px){
	.footer { margin: 0; }
	.footer:before,
	.footer:after { display: none; }
	.footer .footer-inner { margin: 0; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {background: rgba(0, 35, 49, 0.54);position: relative;padding: 56px 0 0px;}
.header .logo { position: absolute; top: 26px; left: 39px; }
.header .logo-small { display: none; }
.header .nav-utilities { position: absolute; right: 0; top: 0; }
.header .nav-utilities-secondary { display: none; }
.header .nav-aside-header { display: none; }
.header .nav-trigger { display: none; }

@media (max-width: 1023px) {
	.header { padding: 23px 39px; }
	.header .nav,
	.header .nav-utilities { display: none; }
	.header .logo { position: static; float: left; }
	.header .nav-pannel .nav { display: block; }

	.header .nav-trigger,
	.header .nav-utilities-secondary,
	.header .nav-aside-header { display: block; }
	.header .nav-utilities-secondary { position: static; }
	.header .nav-trigger {  float: right; margin-right: 20px; }
	.header .nav-aside-header { float: left; }
}

@media (max-width: 767px) {
	.header { padding: 15px 20px 19px 15px; position: fixed; top: 0; left: 0; right: 0; z-index: 97; }
	.header .logo,
	.header .nav-aside-header { display: none; }
	.header .logo-small { display: inline-block; margin-top: 7px; }
	.header .nav-trigger { margin: 0; }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main {
    padding-bottom: 58px;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1120px; margin: auto; }
.shell-secondary { max-width: 806px; margin: 0 auto; }
.shell-secondary:after,
.shell:after { content: ''; display: table; clear: both; }

@media(max-width: 1140px){
	.shell { padding: 0 10px; }
}

@media (max-width: 1023px) {
	.shell { max-width: 740px; }
	.shell-secondary { padding: 0 10px; max-width: 740px; }
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar { float: left; width: 21%; padding-top: 11px; padding-left: 3px; }

@media (max-width: 1023px) {
	.sidebar { padding: 0; width: 100%; float: none; }
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { overflow: hidden; }

/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	article
\* ------------------------------------------------------------ */

.article { padding-bottom: 90px; }
.article img { width: auto; height: auto; }
.article h3 { font-size: 23px; line-height: 1.17; color: #4681cf; font-weight: 400; text-transform: none; margin-bottom: 32px; padding-top: 5px; }
.article h4 { font-size: 18px; color: #000; font-weight: 700; line-height: 1.28; margin-bottom: 3px; text-transform: uppercase; }
.article p { font-size: 16px; line-height: 1.69; color: #4d4d4d; /* margin: 0; */ }
.article p + p { margin-top: 28px; }
.article-video { margin-top: 39px; }
.article-video a { display: block; width: 100%; height: auto; opacity: 1; transition: all .3s; }
.article-video a:hover { opacity: .7; }

/* ------------------------------------------------------------ *\
	article-primary
\* ------------------------------------------------------------ */

.article-primary, .article-body  { margin-bottom: 37px; margin-bottom: 0; }
.article-primary p, .article-body p  { font-size: 18px; line-height: 1.56; color: #4d4d4d; font-weight: 400; /*margin-bottom: 0;*/ }
.article-primary a, .article-body a  { text-decoration: none; color:#de6600; /*#FF8135;*/ transition: color .25s ease-in-out; }
.article-primary a:visited, .article-body a:visited { color: #ce6936; }
.article-primary a:hover, .article-body a:hover  { color: #4d4d4d; }
.article-primary  .link-more, .article-body  .link-more  { color: #ff8135; text-decoration: none; background-image: linear-gradient(to bottom,#A2A0A0 0,#A2A0A0 100%); background-position: 0 90%; background-repeat: repeat-x; background-size: 1px 1px; }
.article-primary p + p, .article-body p + p  { margin-top: 28px; }
.article-primary p + ul, .article-body p + ul  { margin-top: 17px; }
.article-primary p + h3, .article-body p + h3  { margin-top: 16px; }
.article-primary h1, .article-body h1 { color: #002e6d; font-size: 36px; line-height: 1; font-weight: 700; margin-bottom: 19px; }
.article-primary h2, .article-body h2 { font-size: 21px; line-height: 1.14; color: #5493c1; font-weight: 700; text-transform: uppercase; margin-bottom: 22px; }
.article-primary h3, .article-body h3 { font-size: 18px; line-height: 1.33; color: #4d4d4d; font-weight: 500; /*margin-bottom: 0;*/ text-transform: none; }

@media (max-width: 767px) {
	.article-primary h1 { font-size: 32px; }
}

/* ------------------------------------------------------------ *\
	bar
\* ------------------------------------------------------------ */

.bar { background: #fff; margin-left: 88px; position: relative; padding-top: 36px; }
.bar:before { display: inline-block; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 0 112px 150px; border-color: transparent transparent #ffffff transparent; position: absolute; left: -149px; top: 0; }
.bar:after { display: inline-block; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 0 76px 92px; border-color: transparent transparent #ffffff transparent; position: absolute; top: -75px; right: 0; }

.bar-inner { margin-left: -92px; }

.bar-empty { padding-top: 0; }
.bar-empty .bar-inner { min-height: 74px; }

.bar-inner-page .bar-inner { min-height: 82px; }
.bar-inner-page:before { border-width: 0 0 82px 150px; }

@media(max-width: 910px){
	.bar-empty { margin: 0; }
	.bar-empty:before,
	.bar-empty:after { display: none; }
	.bar-empty .bar-inner { margin: 0; }
}

@media (max-width: 767px) {
	.bar { margin: 0; padding: 0; }
	.bar-inner { margin: 0; padding: 0; }
	.bar:before,
	.bar:after { display: none; }
	.bar-empty .bar-inner { min-height: 45px; }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #fff; text-transform: uppercase; font-size: 18px; font-weight: 700; line-height: 64px; height: 64px; min-width: 164px; text-align: center; padding: 0 10px; background: #ffa409; text-decoration: none; transition: all .3s; }
.btn:visited { background: #ed9406; }
.btn:hover { background: #e08b03; }
/*.btn:hover { background: #5093c2; } htmlburger? */


/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }

/* ------------------------------------------------------------ *\
	feature
\* ------------------------------------------------------------ */

.features { margin-right: -9%; color: #fff; }
.feature { background-size: cover; background-repeat: no-repeat; background-position: center center; height: 289px; position: relative; padding: 33px 31px; }
.feature-inner { position: absolute; top: 50%; left: 0; right: 0; text-align: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); padding: 0 43px 0 37px; }
.feature h3 { margin-bottom: 2px; }
.feature img { display: none; }
.feature strong { font-size: 82px; line-height: 1; font-weight: 700; margin-bottom: 4px; display: inline-block; }
.feature-blue { background: #092e6e; }
.feature-light-blue { background: #5093c2; }
.feature-yellow { background: /*#ffa409; */ #de6600; position: relative; }
/*.feature-yellow:before { display: inline-block; content: ''; width: 0; height: 0; border-style: solid; border-width: 60px 0 0 66px; border-color: transparent transparent transparent #ffffff; position: absolute; bottom: 0; left: 0; }
*/
@media(min-width: 1303px){
	.features { margin: 0; }
}

@media (max-width: 1200px) {
  .header .logo {
      top: 17px !important;
  }
	.features { margin: 0; }
}

@media (max-width: 1023px) {
  .header {
      padding: 11px 0 14px 16px !important;
  }
	.features { padding: 0 50px; }
	.feature-tablet-hidden,
	.features .row:after { display: none; }
}

@media (max-width: 767px) {
	.features { padding: 0; }
	.feature-tablet-hidden { display: block; }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input::-moz-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: #777; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit !important; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form {}

/* ------------------------------------------------------------ *\
	intro
\* ------------------------------------------------------------ */

.intro { padding-top: 167px; padding-bottom: 155px; position: relative; }
.intro p { font-size: 21px; color: #fff; line-height: 1.06; margin-bottom: 44px; /* white-space: pre; */ }
.intro h1 { margin-bottom: 4px; }
.intro .nav-aside { position: absolute; right: 0; top: 129px; }

.intro-interior { padding-top: 54px; padding-bottom: 65px; }
.intro-interior h2 { font-size: 23px; line-height: 1; text-transform: uppercase; color: #fff; font-weight: 400; margin: 0; }
.intro-interior h1 { font-size: 52px; line-height: 1; color: #fff; margin: 0; text-shadow: 0 1px 2px rgba(0,0,0,.2); text-align: left; min-height: 68px; }
.intro-interior .nav-aside { 
  top: 27px; 
  zoom: 1;
  z-index: 1;
  display: none;
}

.intro-inner-page { text-align: center; padding-top: 94px; padding-bottom: 92px; }
.intro-inner-page h1 { font-size: 72px; line-height: 1; color: #fff; }
.intro-inner-page .nav-aside { top: 27px; }

@media (max-width: 1023px) {
	.intro .nav-aside { display: none; }
	.intro-interior h2 { display: none; }
	.intro-interior h1 { font-size: 52px; }

	.intro-inner-page h1 { font-size: 60px; }
}

@media (max-width: 767px) {
	.intro { padding: 248px 30px 125px 30px; }
	.intro-interior { text-align: center; padding: 142px 0 45px; }
	.intro-inner-page h1,
	.intro-interior h1 { font-size: 41px; }
	.intro-inner-page { padding: 143px 0 60px; }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"], .list-contact li { list-style: none outside none; }

.list-contact { font-size: 16px; line-height: 1; color: #fff; letter-spacing: .01em; }
.list-contact a { text-decoration: none; }
.list-contact li + li { margin-top: 6px; }
.list-contact a:hover { text-decoration: underline; cursor: pointer; }


/*  list-dots  */

.list-dots { font-size: 16px; line-height: 1.5; color: #4d4d4d; font-weight: 500; }
.list-dots li { padding-left: 20px; position: relative; }
.list-dots li + li { margin-top: 12px; }
.list-dots li:before { display: inline-block; content: ''; background: #002e6d; width: 8px; height: 8px; border-radius: 50%; position: absolute; top: 7px; left: 0; }

/*  list-numbers  */

.list-numbers { font-size: 16px; line-height: 1.5; color: #4d4d4d; font-weight: 500; counter-reset: section; }
.list-numbers li { position: relative; padding-left: 20px; }
.list-numbers li + li { margin-top: 12px; }
.list-numbers li:before { display: inline-block; counter-increment: section;
    content: counters(section,""); color: #002e6d; position: absolute; left: 0; top: 0px; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav > .menu-test-menu-container > ul { font-size: 16px; color: #fff; font-weight: 400; padding-left: 22.5%; }
.nav > .menu-test-menu-container > ul > li { display: inline-block; position: relative; }
.nav > .menu-test-menu-container > ul > li > a {display: inline-block;text-decoration: none;position: relative;padding-right: 25px;padding: 12px 40px 43px 15px;}
.nav > .menu-test-menu-container > ul > li:hover > a, .nav > .menu-test-menu-container > ul > li.hover > a {background: transparent;}
.nav > .menu-test-menu-container > ul > li > a:before {display: inline-block;content: '';display: block;width: 8px;height: 8px;border-top: 1px solid #fff;border-right: 1px solid #fff;border-width: 1px;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);position: absolute;right: 22px;top: 22px;margin-top: -6px; }
/*
.menu > .menu-item > .sub-menu {position: absolute;top: 100%;left: 0;min-width: 235px;font-size: 16px;line-height: 1.5;color: #fff;padding: 0 15px 0;background: rgba(0, 28, 47, 0.86);z-index: 99;max-height: 0;overflow: hidden; transition: opacity .35s ease-in-out;}
*/
.menu > .menu-item > .sub-menu {position: absolute;top: 100%;left: 0;min-width: 235px;font-size: 16px;line-height: 1.5;color: #fff;padding: 0 15px 0;background: rgba(0, 28, 47, 0.86);z-index: 99;height: 0;overflow: hidden; transition: opacity .35s ease-in-out;}
.menu > li:hover > .sub-menu, .menu > li.hover > .sub-menu  {opacity: 1;overflow: visible;max-height: 400px; /*padding: 15px 15px 20px 29px;*/ border-top: 2px solid rgba(119, 200, 255, 0.57);}
.nav .sub-menu a { display: block; text-decoration: none; transition: all .3s; }
.nav .sub-menu a:hover { color: #ffa409; }
.nav .sub-menu li + li { margin-top: 15px; }

@media(min-width: 1620px){
	.nav > .menu-test-menu-container > ul { padding-left: 0; }
	.nav > .menu-test-menu-container > ul { text-align: center; display: table; width: 100%; }
	.nav > .menu-test-menu-container > ul > li { display: table-cell; }
	.nav > .menu-test-menu-container > ul > li > a { display: block; width: 100%; }
	.nav > .menu-test-menu-container > ul > li > a:before {/* right: 60px; */}
	.nav .sub-menu { right: 0; text-align: left; }
}

@media (max-width: 1200px) {
	.nav > .menu-test-menu-container > ul { text-align: center; }
  .nav > .menu-test-menu-container > ul > li > a {
      padding: 19px 22px 22px 12px;
  }
  .nav > .menu-test-menu-container > ul > li > a:before {
      right: 8px;
      top: 30px;
  }
	.nav .sub-menu { text-align: left; }
}

@media (max-width: 1023px) {
	.nav { width: 364px; }
	.nav > .menu-test-menu-container > ul { margin: 0; padding: 0; font-size: 18px; text-transform: uppercase; }
	.nav > .menu-test-menu-container > ul > li { display: block; width: 100%; text-align: left; }
	.nav > .menu-test-menu-container > ul > li > a { padding: 13px 0 6px 0; border-bottom: 1px solid  #fff; display: block; width: 100%; }
	.nav > .menu-test-menu-container > ul > li:hover > a, .nav > .menu-test-menu-container > ul > li.hover > a { background: none; }
	.nav > .menu-test-menu-container > ul > li > a:before { width: 25px; height: 25px; text-align: center; content: '+'; border: 1px solid  #e19615; color: #e19615; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); position: absolute; top: auto; margin: 0; right: 0; bottom: 6px; }
	.nav > .menu-test-menu-container > ul > li > a.active:before { content: '-'; }

	.nav .sub-menu { position: static; background-color: none; max-height: 100%; background: none; display: none; transition: none !important; }
	.nav .sub-menu.active { padding: 15px 0 15px 40px; }
	.nav .sub-menu a { font-size: 18px; text-transform: none; color: #c7d2e0; line-height: 1; }
	.nav li:hover .sub-menu, .nav li.hover .sub-menu { background: none; max-height: 100%; /*padding: 15px 60px 15px 40px; */ }
}

@media (max-width: 767px) {
	.nav { width: 100%; }
}

.sub-menu > .menu-item-has-children > a {
  font-weight: bold;
}

.sub-menu .sub-menu {
  position: relative;
  background: transparent;
}

/*  nav-utilities  */

.nav-utilities { font-size: 16px; color: #fff; font-weight: 400; }
.nav-utilities a { display: inline-block; text-decoration: none; line-height: 53px;  padding: 0 23px; text-transform: uppercase; font-weight: bold; }
.nav-utilities li { border: 1px solid  #fff; border-top: none; float: left; }
.nav-utilities li:last-child { border-left: none; border-right: none; }
.nav-utilities ul:after { content: ''; display: table; clear: both; }

@media (max-width: 1023px) {
	.nav-utilities li { display: block; float: none; border: 1px solid  #fff;}
	.nav-utilities li a { display: block; width: 100%;  }
	.nav-utilities li:last-child {  border-left: 1px solid  #fff; border-right: 1px solid  #fff; }
	.nav-utilities li + li { margin-top: 22px; }
  .nav-utilities .sub-menu li a {
      line-height: 23px;
      padding: 16.5px 23px;
  }
}

/*  nav-aside  */

.nav-aside { font-size: 16px; color: #fff; }
.nav-aside a { display: inline-block; text-decoration: none; line-height: 36px; height: 36px; min-width: 106px; padding: 0 22px; background: #ffa409; transition: all .3s; }
.nav-aside a:visited { background: #ed9406; }
.nav-aside a:hover { background: #e08b03; }
.nav-aside li + li { margin-top: 6px; }

@media (max-width: 1023px) {
	.nav-aside { margin-left: 82px; margin-top: 9px; }
	.nav-aside a { line-height: 36px; height: 36px; padding: 0 19px; border: 2px solid  #fff; background-color: transparent; text-align: center; min-width: 80px; }
	.nav-aside a:hover { border-color: #ffa409; background: #ffa409; }
	.nav-aside li { display: inline-block; }
	.nav-aside li + li { margin-left: 11px; margin-top: 0; }

	.nav-aside-pannel { margin: 0; }
	.nav-aside-pannel li { display: block; width: 100%; }
	.nav-aside-pannel li a { border-width: 1px; display: block; width: 100%; }
	.nav-aside-pannel li + li { margin: 0; margin-top: 20px; }
}

/*  nav-secondary  */

.nav-secondary { text-align: center; border-bottom: 1px solid  #dce6eb; padding-bottom: 25px; }
.nav-secondary li { display: inline-block; vertical-align: bottom; font-size: 16px; text-transform: uppercase; color: #5586a0; }
.nav-secondary li i { margin-bottom: 4px; }
.nav-secondary li + li { margin-left: 150px; }
.nav-secondary li a { display: block; text-decoration: none; }
.nav-secondary li span { display: block; }

@media (max-width: 767px) {
	.nav-secondary { padding: 0; border: none; }
	.nav-secondary li { width: 33.33%; float: left; border-bottom: 1px solid  #ebf1f4; min-height: 85px; font-size: 14px; padding-top: 20px; }
	.nav-secondary li .icon-holder { min-height: 28px; }
	.nav-secondary li + li { margin: 0; border-left: 1px solid  #ebf1f4; }
	.nav-secondary ul:after { content: ''; display: table; clear: both; }
}

/*  nav-trigger  */

.nav-trigger { position: relative; display: inline-block; width: 59px; height: 46px; border: 2px solid  #fff; padding: 14px 12px; margin-top: 9px; }
.nav-trigger span { position: absolute; display: block; height: 1px; width: 31px; background: #fff; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; }
.nav-trigger span:nth-child(1) { top: 12px; }
.nav-trigger span:nth-child(2) { top: 20px; }
.nav-trigger span:nth-child(3) { top: 28px; }

.nav-trigger.active span { transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s; transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; }
    
.nav-trigger.active span:nth-child(3),
.nav-trigger.active span:nth-child(1) { top: 20px;  background: red; }

.nav-trigger.active span:nth-child(2) { opacity: 0; }
.nav-trigger.active span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.nav-trigger.active span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/*  nav-pannel  */

.nav-pannel { position: fixed; top: 0; right: 0; bottom: 0; max-width: 455px; background: #092e6e; z-index: 99; padding: 23px 28px 70px 43px; display: none; overflow: scroll; }
.nav-pannel .nav-trigger-inner { position: relative; display: inline-block; width: 28px; height: 28px; border: none; padding: 0; margin-top: 0; float: right; }
.nav-pannel .nav-trigger-inner span { position: absolute; display: block; height: 1px; width: 28px; background: #fff; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; }
.nav-pannel .nav-trigger-inner span:nth-child(2) { opacity: 0; }
.nav-pannel .nav-trigger-inner span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.nav-pannel .nav-trigger-inner span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 27px; }
.nav-pannel .nav-trigger-inner span:nth-child(3),
.nav-pannel .nav-trigger-inner span:nth-child(1) { top: 13px;  background: #fff; }

.nav-pannel-head { padding-bottom: 52px; }
.nav-pannel-body { padding-right: 23px; }
.nav-pannel-body:after,
.nav-pannel .nav-utilities { margin-bottom: 50px; }
.nav-pannel .nav-aside { margin-bottom: 62px; }
.nav-pannel-head:after { content: ''; display: table; clear: both; }

@media (max-width: 1023px) {
	.nav-pannel { display: block; right: -455px; transition: right .5s; }
	.nav-pannel.js-active { right: 0; }
}

@media (max-width: 767px) {
	.nav-pannel { width: 100%; /* max-width: 100%;  */right: -100%; }
}

.nav-pannel .animate {
  -webkit-transform: translateX(10%) translateZ(0);
          transform: translateX(10%) translateZ(0);
  opacity: 0;
}

.nav-pannel.js-active .animate {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  opacity: 1;
}

.nav-pannel.js-active .animate:nth-child(1) {
	transition: -webkit-transform 200ms ease-out 220ms, opacity 200ms ease-out 220ms;
	transition: transform 200ms ease-out 220ms, opacity 200ms ease-out 220ms;
 }
 .nav-pannel.js-active .animate:nth-child(2) {
 	transition: -webkit-transform 200ms ease-out 340ms, opacity 200ms ease-out 340ms;
 	transition: transform 200ms ease-out 340ms, opacity 200ms ease-out 340ms;
 }
 .nav-pannel.js-active .animate:nth-child(3) {
   transition: -webkit-transform 200ms ease-out 460ms, opacity 200ms ease-out 460ms;
   transition: transform 200ms ease-out 460ms, opacity 200ms ease-out 460ms;
 }


/* ------------------------------------------------------------ *\
	nav-sidebar
\* ------------------------------------------------------------ */

.nav-expand,
.nav-sidebar, #sidebar-1 { font-size: 18px; line-height: 1; padding-right: 20px; }
.nav-expand a,
.nav-sidebar a, #sidebar-1 a { display: block; text-decoration: none; color: #4d4d4d; padding: 24px 0 20px 6px; transition: all .3s; font-weight: 400; }
.nav-sidebar li, , #sidebar-1 li { border-top: 1px solid  #f0f0f0; border-bottom: 2px solid transparent; }
.nav-expand,
.nav-sidebar .current, #sidebar-1 .current { border-top: 2px solid  #dbdbdb; border-bottom: 1px solid  #dbdbdb; }
.nav-expand a,
.nav-sidebar .current a, , #sidebar-1 .current a { color: #ff8135; }
.nav-sidebar li:hover a, #sidebar-1 li:hover a { color: #ff8135; }
.nav-sidebar li:last-child, #sidebar-1 li:last-child { border-bottom: 1px solid  #f0f0f0; }


@media (max-width: 1023px) {
	.nav-sidebar { font-size: 16px; color: #fff; padding: 0; }
	.nav-sidebar a { background: #092e6e; color: #fff; padding-left: 35px; }
	.nav-sidebar li { border: none; border-bottom: 1px solid  #9fa9bb; }
	.nav-sidebar li:last-child { border-bottom: none; }

	.nav-expand { font-size: 21px; line-height: 1.29; text-transform: uppercase; border: none; padding: 0; }
	.nav-expand a { color: #4d4d4d; font-weight: 700; padding: 5px 0; }
}

@media (max-width: 767px) {
	.nav-expand { font-size: 18px; }
	.nav-sidebar a { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	search
\* ------------------------------------------------------------ */

.search { font-size: 16px; color: #fff; font-weight: 400; }
.search-field { line-height: 53px; height: 53px; border: none; background-color: transparent; float: left; width: 0; overflow: hidden; visibility: hidden; opacity: 0; transition: all .5s; border-radius: 0; }
.search-field.js-shown { width: 590px; overflow: visible; visibility: visible; opacity: 1; padding: 0 0 0 45px; }
.search-btn { display: inline-block; background: url(css/images/ico-search.png) no-repeat center center; border: none; font-size: 0; line-height: 0; text-indent: -4004px; line-height: 53px; height: 53px; min-width: 60px; float: left; border-radius: 0; -webkit-appearance: none; }
.search:after { content: ''; display: table; clear: both; }

/* Small Desktop */

@media (max-width: 1200px) {
	.search-field.js-shown { width: 400px; }
}

@media (max-width: 1023px) {
	.search { position: relative; }
	.search-field { display: block; width: 100%; background: #fff; overflow: visible; visibility: visible; opacity: 1; color: #000; padding: 0 65px 0 15px; }
	.search-btn { position: absolute; top: 1px; bottom: 1px; right: 1px; z-index: 99; background: #5093c2 url(css/images/ico-search.png) no-repeat center center; line-height: 51px; height: 51px; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section-shaped { background: #d6e3f1; margin: 0 92px; position: relative; margin-top: 77px; margin-bottom: 77px; }
.section-shaped:before { display: inline-block; content: ''; width: 92px; height: 100%; position: absolute; top: 40px; bottom: 0; right: 100%; background: #d6e3f1; -webkit-transform: skewY(-40deg); -ms-transform: skewY(-40deg); transform: skewY(-40deg); }
.section-shaped:after { display: inline-block; content: ''; width: 92px; height: 100%; position: absolute; top: -40px; bottom: 0; left: 100%; background: #d6e3f1; -webkit-transform: skewY(-40deg); -ms-transform: skewY(-40deg); transform: skewY(-40deg); }

.section-shaped-right:before { top: -40px; -webkit-transform: skewY(40deg); -ms-transform: skewY(40deg); transform: skewY(40deg); }
.section-shaped-right:after { top: 40px; -webkit-transform: skewY(40deg); -ms-transform: skewY(40deg); transform: skewY(40deg); }

@media (max-width: 767px) {
	.section-shaped { margin: 0; }
	.section-shaped:before,
	.section-shaped:after { display: none; }
}

/* ------------------------------------------------------------ *\
	section-primary
\* ------------------------------------------------------------ */

.section-primary { padding-bottom: 100px; }
.section-primary .section-head { padding-top: 67px; padding-bottom: 50px; }
.section-primary .section-head h2 { margin: 0; position: relative; padding-bottom: 6px; }
/*.section-primary .section-head h2:before { display: inline-block; content: ''; background: #092e6e; height: 5px; width: 163px; position: absolute; bottom: 0; left: 0; }*/

@media (max-width: 1023px) {
	.section-primary { padding-bottom: 50px; }
  .section-slider {
      padding-top: 48px;
  }
  .section-slider-secondary {
      padding-bottom: 85px;
  }
}

@media (max-width: 767px) {
	.section-primary .section-head { padding-bottom: 40px; }
}

/* ------------------------------------------------------------ *\
	section-slider
\* ------------------------------------------------------------ */

.section-slider { padding-top: 96px; padding-bottom: 100px; }
.section-slider .section-head { padding-bottom: 50px; }
.section-slider .section-head h2 { font-size: 48px; color: #002e6d; line-height: 1; position: relative; padding-bottom: 11px; }
/*.section-slider .section-head h2:before { display: inline-block; content: ''; background: #092e6e; height: 5px; width: 163px; position: absolute; bottom: 0; left: 0; }*/

.section-slider-secondary {  padding-bottom: 40px; padding-top: 40px; }
.section-slider-secondary .section-head { padding-bottom: 67px; }
@media (max-width: 767px) {
  .section-slider {
      padding-top: 40px;
  }
  .section-slider .section-head {
      padding-bottom: 40px;
  }
  
  .section-slider-secondary .section-head {
      padding-bottom: 40px;
  }
}



/* ------------------------------------------------------------ *\
	section-divider
\* ------------------------------------------------------------ */

.section-divider { margin: 0 92px 90px; background: #d6e3f1;  position: relative; padding-top: 49px; padding-bottom: 45px; }
.section-divider:before { display: inline-block; content: ''; width: 92px; height: 100%; position: absolute; top: 40px; bottom: 0; right: 100%; background: #d6e3f1; -webkit-transform: skewY(-40deg); -ms-transform: skewY(-40deg); transform: skewY(-40deg); }
.section-divider:after { display: inline-block; content: ''; width: 92px; height: 100%; position: absolute; top: -40px; bottom: 0; left: 100%; background: #d6e3f1; -webkit-transform: skewY(-40deg); -ms-transform: skewY(-40deg); transform: skewY(-40deg); }

.section-divider h2 { font-size: 32px; line-height: 1; color: #002e6d; text-transform: uppercase; font-weight: 700; margin: 0; }
.section-divider h3 { font-size: 21px; color: #000; line-height: 1.14; font-weight: 700; text-transform: uppercase; margin: 0; padding-top: 8px; margin-bottom: 4px; }
.section-divider p { font-size: 18px; line-height: 1.33; color: #000; margin: 0; }
.intro-content .btn {
    padding: 16px 24px;
}

@media(max-width: 910px){
	.section-divider { margin: 0 0 40px; }
	.section-divider:before,
	.section-divider:after { display: none; }
}

@media (max-width: 767px) {
	.section-divider h2 { text-align: center;  }
	.section-divider h3 { padding: 0; text-align: center; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider-events { text-align: left; position: relative; }
.slider-events-mobile { display: none; }
.slider-events .slides { list-style: none outside none; }
.slider-events .slide { float: left; color: #fff; }
.slider-events .owl-item { max-width: 338px; }
.slider-events .slide h3 { margin-bottom: 8px; text-transform: none; font-size: 24px; }
.slider-events .slide img { width: 100%; height: auto; }
.slider-events .slide .slide-content { padding: 26px 33px; position: relative; min-height: 277px; }
.slider-events .slide .slide-content:after { display: inline-block; content: ''; position: absolute; bottom: 100%; left: 0; width: 0; height: 0; border-style: solid; border-width: 31px 0 0 36px; }
.slider-events .slide-blue .slide-content { background: #092e6e; }
.slider-events .slide-blue .slide-content:after { border-color: transparent transparent transparent #092e6e; }
.slider-events .slide-light-blue .slide-content { background: #5093c2; }
.slider-events .slide-light-blue .slide-content:after { border-color: transparent transparent transparent #5093c2; }
.slider-events .slide-yellow .slide-content { background: #ffa409; }
.slider-events .slide-yellow .slide-content:after { border-color: transparent transparent transparent #ffa409; }
.slider-events .slides:after { content: ''; display: table; clear: both; }

.slider-events .owl-carousel { position: static; }
.slider-events .owl-carousel .owl-stage-outer { overflow: visible; position: static; }

/*
.slider-events .owl-nav div { font-size: 0; line-height: 0; text-indent: -4004px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 80px; height: 80px; background: #001737; border: 3px solid  #fff; transition: all .3s; margin-top: -46px; }
.slider-events .owl-nav div:hover { background: #ffa409; }
.slider-events .owl-nav div:before { content: ''; display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); color: #fff; z-index: 99; font-size: 32px; margin-left: -8px; }
.slider-events .owl-nav .owl-prev { right: 3px; }
.slider-events .owl-nav .owl-prev.disabled { right: -200px; }
.slider-events .owl-nav .owl-prev:before { content: '<'; }
.slider-events .owl-nav .owl-next { left: 3px; }
.slider-events .owl-nav .owl-next.disabled { left: -200px; }
.slider-events .owl-nav .owl-next:before { content: '>'; }
*/
/* fix */
.slider-events .owl-nav div { font-size: 0; line-height: 0; text-indent: -4004px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 80px; height: 80px; background: #001737; border: 3px solid  #fff; transition: all .3s; }
.slider-events .owl-nav div:hover { background: #ffa409; }
.slider-events .owl-nav div:before { content: ''; display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); color: #fff; z-index: 99; font-size: 32px; margin-left: 0; text-indent: 0; }
.slider-events .owl-nav .owl-prev { left: -4px; }
.slider-events .owl-nav .owl-prev.disabled { left: -200px; }
.slider-events .owl-nav .owl-prev:before { content: '<'; }
.slider-events .owl-nav .owl-next { right: -4px; }
.slider-events .owl-nav .owl-next.disabled { right: -200px; }
.slider-events .owl-nav .owl-next:before { content: '>'; }



@media(min-width: 1303px){
  .slider-events .slider-clip {
      margin-left: -120px;
      margin-right: -96px;
  }
	.slider-events .owl-item { max-width: 100%; }
}

@media (max-width: 767px) {
	.slider-events { margin: 0 -10px; }
	.slider-events-desktop { display: none; }
	.slider-events-mobile { display: block; }
	.slider-events .slide + .slide { margin-top: 25px; }
}

/* ------------------------------------------------------------ *\
	slider-clip
\* ------------------------------------------------------------ */

.slider-faculty { position: relative; }
.slider-faculty-mobile { display: none; }
.slider-faculty .slides { list-style: none outside none; }
.slider-faculty .slide { float: left; color: #fff; height: 700px; }
.slider-faculty .slide-width1 { width: 337px; }
.slider-faculty .slide-width2 { width: 700px; }
.slider-faculty .slide h3 { margin-bottom: 8px; font-size: 24px; text-transform: none; }
.slider-faculty .slide .slide-meta { font-size: 14px; text-transform: uppercase; line-height: 1.71; color: #dbe6f0; margin-bottom: 21px; }
.slider-faculty .slide img { width: 100%; height: auto; }
.slider-faculty .slide .slide-image { position: relative; overflow: hidden; }
.slider-faculty .slide .slide-content { padding: 25px 37px; position: relative; min-height: 355px; }

.slider-faculty .slide-blue { background: #092e6e; }
.slider-faculty .slide-blue .slide-image:after { width: 0; height: 0; border-style: solid; border-width: 0 0 36px 33px; border-color: transparent transparent #092e6e transparent; left: auto; display: inline-block; content: ''; position: absolute; right: -1px; bottom: 0; } 

.slider-faculty .slide-content-light-blue { background: #5086b6; min-height: 355px; }
.slider-faculty .slide-content-light-blue:before { display: inline-block; content: ''; position: absolute; bottom: 100%; left: 0; width: 0; height: 0; border-style: solid; border-width: 36px 0 0 33px; border-color: transparent transparent transparent #5086b6; }

.slider-faculty .slide-yellow { background: #ffa409; }
.slider-faculty .slide-yellow .slide-image:before { display: inline-block; content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 36px 0 0 33px; border-color: transparent transparent transparent #ffa509; z-index: 9; }
.slider-faculty .slide-yellow .slide-meta { color: #002e6d; }
.slider-faculty .slide-row:after,
.slider-faculty .slides:after { content: ''; display: table; clear: both; }

.slider-faculty .slide-row + .slide-row { margin-top: 25px; }
.slider-faculty .slide-row .slide-image { float: left; width: 337px; }
.slider-faculty .slide-row .slide-content { float: right; width: 333px; min-height: 0; }
.slider-faculty .slide-yellow .slide-image { float: right; }
.slider-faculty .slide-yellow .slide-content { float: left; }

.slider-faculty .owl-carousel { position: static; }
.slider-faculty .owl-carousel .owl-stage-outer { overflow: visible; position: static; white-space: nowrap; }
.slider-faculty .owl-carousel .owl-item { white-space: normal; float: none; display: inline-block; }
.slider-faculty .owl-nav div { font-size: 0; line-height: 0; text-indent: -4004px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 80px; height: 80px; background: #001737; border: 3px solid  #fff; transition: all .3s; }
.slider-faculty .owl-nav div:hover { background: #ffa409; }
.slider-faculty .owl-nav div:before { content: ''; display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); color: #fff; z-index: 99; font-size: 32px; margin-left: 0; text-indent: 0; }
.slider-faculty .owl-nav .owl-prev { left: -4px; }
.slider-faculty .owl-nav .owl-prev.disabled { left: -200px; }
.slider-faculty .owl-nav .owl-prev:before { content: '<'; }
.slider-faculty .owl-nav .owl-next { right: -4px; }
.slider-faculty .owl-nav .owl-next.disabled { right: -200px; }
.slider-faculty .owl-nav .owl-next:before { content: '>'; }

/* fix */
@media(min-width: 768px){
	.slider-faculty .owl-carousel .owl-stage-outer,
	.slider-events .owl-carousel .owl-stage-outer { overflow: hidden; }
	.slider-faculty .slider-clip { margin-left:0px; margin-right: 24px; }
	.slider-faculty .slide .slide-content { padding-bottom: 10px; }
	.slider-faculty .slide-width1 { width: 337px; }
	.slider-faculty .slide-width2 { width: 670px; } 
}
@media(min-width: 1113px){
	.slider-faculty .slider-clip { margin-left: 0px; margin-right: 61px; }
}

@media(min-width: 1465px){
	.slider-faculty .slider-clip { margin-left: -135px; margin-right: -137px; }
}
@media (max-width: 767px) {
	.slider-faculty-mobile { display: block; }
	.slider-faculty-desktop { display: none; }
	.slider-faculty .slide-width1,
	.slider-faculty .slide-width2 { width: 100%; height: auto; }
	.slider-faculty .slide + .slide { margin-top: 27px; }

	.slider-faculty .slide-row .slide-image,
	.slider-faculty .slide-row .slide-content,
	.slider-faculty .slide-yellow .slide-image,
	.slider-faculty .slide-yellow .slide-content { float: none; width: 100%; }
	.slider-faculty .slide-row .slide-content,
	.slider-faculty .slide-content { min-height: 362px; }

	.slider-faculty .slide-blue .slide-image:after { display: inline-block; content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 36px 0 0 33px; border-color: transparent transparent transparent #092e6e; z-index: 9; }
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}

/* ------------------------------------------------------------ *\
	testimonial
\* ------------------------------------------------------------ */

.testimonial { position: relative; padding-top: 53px; padding-bottom: 32px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; }
.testimonial-image { 
  position: absolute;
  left: 35px;
  border: 14px solid #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonial-content { margin-left: 37%; margin-right: 85px; position: relative; }
.testimonial-content i { position: absolute; z-index: 9; top: -28px; left: -46px; }
.testimonial-content blockquote { 
  position: relative; 
  z-index: 10; 
  margin-bottom: 15px; 
  font-size: 26px; 
  line-height: 1.27; 
  color: #002e6d; 
  font-size: 22px;
}
.testimonial-content .meta { text-align: right; font-size: 16px; color: /*#5086b6; */ #0e2849; line-height: 1.19em; padding-right: 25px; }

.testimonial-reverse .testimonial-image { left: auto; right: 37px; }

.testimonial-reverse .testimonial-content { margin-left: 85px; margin-right: 37%; }

/* Small Desktop */

@media (max-width: 1200px) {
	.testimonial-image { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	.testimonial-content { margin-left: 44%; }
	.testimonial-reverse .testimonial-content { margin-right: 44%; }
}

@media (max-width: 1023px) {
	.testimonial-image { max-width: 164px; border-width: 8px; left: 40px; }
	.testimonial-content { margin-right: 60px; }
	.testimonial-reverse .testimonial-content { margin-left: 60px; }
  .social-media-links {
      margin-left: 1.5%;
      margin-top: 1.6em;
  }
}

@media (max-width: 767px) {
	.testimonial { padding-top: 130px; }
	.testimonial-reverse .testimonial-image,
	.testimonial-image { top: -69px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); right: auto; }
	.testimonial-reverse .testimonial-content,
	.testimonial-content { margin: 0 25px 0; }
	.testimonial-content i { left: -16px; top: -24px; }
  .social-media-links {
      margin-left: 0;
  }

}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }
.widget h3 { font-size: 21px; line-height: 1; letter-spacing: .01em; margin-bottom: 7px; }
.widget p { font-size: 16px; line-height: 1.69; color: #fff; }
.widget img { width: 100%; height: auto; }

.widget + .widget { margin-top: 50px; }

.widget-lightblue { background: #5093c2; }
.widget-blue { background: #092e6e; }

.widget-cuted { position: relative; }
.widget-cuted .widget-inner { padding: 27px 26px 51px 27px; }
.widget-cuted + .widget-cuted { margin-top: 30px; }
.widget-cuted:before { display: inline-block; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 0 33px 38px; border-color: transparent transparent #ffffff transparent; position: absolute; bottom: -1px; right: -1px; }

.widget-nav-mobile { display: none; }

@media (max-width: 1023px) {
	.widget-nav { display: none; }

	.widget/* + .widget*/ { margin-top: 0; margin-bottom: 30px; }
	/*.widget { margin-right: 5%; }*/
	.widget:last-child { margin-right: 0; }
	.widget-cuted { display: block;   }
	.widgets:after { content: ''; display: table; clear: both; }

	.widget-nav-mobile { display: block; margin: 0; padding: 0; margin-bottom: 20px; }
	.widget-nav-mobile .widget-body .nav-sidebar { margin-bottom: 0px; }
	.widget-nav-mobile .widget-body.expanded .nav-sidebar { margin-bottom: 50px; }

	.widget-nav-mobile .widget-body .nav-expand { position: relative; border-bottom: 2px solid  #375589; }
	.widget-nav-mobile .widget-body.expanded .nav-expand { border-bottom-color: transparent; }

	.widget-nav-mobile .widget-body .nav-expand:before { display: inline-block; content: ''; width: 10px; height: 10px; border-top: 1px solid #848484; border-right: 1px solid #848484; border-width: 1px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); transition: all .3s; position: absolute; right: 5px; top: 50%; margin-top: -5px; }
	.widget-nav-mobile .widget-body.expanded .nav-expand:before { -webkit-transform: rotate(315deg); -ms-transform: rotate(315deg); transform: rotate(315deg); }
}

@media (max-width: 767px) {
	.widget { min-width: 232px; }
  
  .widget + .widget { margin-bottom: 35px; }
}

/* ------------------------------------------------------------ *\
	IV.  Themes
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	grid
\* ------------------------------------------------------------ */

.col { float: left; }
.col-1of2 { width: 48%; }
.col-1of5 { width: 18.8%; min-height: 1px; }
.col-1of5 + .col-1of5 { margin-left: 1%; }
.col-1of4 { width: 23.5%; min-height: 1px; }
.col-1of4 + .col-1of4 { margin-left: 2%; }
.col-1of2 + .col-1of2 { margin-left: 4%; }
.row:after { content: ''; display: table; clear: both; }
.row + .row { margin-top: 22px; }
.row-hidden { display: none; }

@media (max-width: 1024px) {
	.col-1of5 + .col-1of5 { margin-left: 1.5%; }
	.col-1of5 { width: 47%; min-height: 1px; margin: 0 1.5% 22px; }
	.col-1of4 + .col-1of4 { margin-left: 1.5%; }
	.col-1of4 { width: 47%; min-height: 1px; margin: 0 1.5% 22px; }
	.col-right { float: right; }
	.col-desktop { display: none; }
	.row-hidden { display: block; }
  footer .col.col-1of4 {
      width: 30%;
  }
  footer .col.col-1of5 {
      width: 30%;
  }

}

@media (max-width: 767px) {
	.col-1of5 + .col-1of5 { margin: 0 0 22px; }
	footer .col.col-1of5 { width: 100%; float: none; margin: 0 0 22px; }
	.col-1of4 + .col-1of4 { margin: 0 0 22px; }
	.col-1of4 { width: 100%; float: none; margin: 0 0 22px; }
	.col-right { float: none; }
	.col-mobile-hidden { display: none; }
	.col-1of2 { width: 100%; float: none; }
	.col-1of2 + .col-1of2 { margin: 20px 0 0; }
}

.slider-events article section {
    padding: 26px 33px !important;
    position: relative;
    min-height: 277px;
    margin: 0 !important;
}
.slider-events .owl-item:nth-child(odd) article section {
    background: #ffa409;	
}
.slider-events .owl-item:nth-child(even) article section {
    background: #092e6e;	
}
.slider-events article footer {
    display: none !important;
    padding: 0 !important;
}

.slider-events article {
    padding: 0 !important;
}

.article-primary a.svc_title {
    margin-bottom: 8px;
    text-transform: none;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.slider-events article section p {
    color: #fff !important;
    font-size: 18px !important;
}

.slider-events article header {
    border:  none !important;
}
