/* Minification failed. Returning unminified contents.
(410,1): run-time error CSS1019: Unexpected token, found '@import'
(410,9): run-time error CSS1019: Unexpected token, found ''../ProductionToolkit/components/components/Form/option1-var1/style.css''
(416,1570): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(416,1597): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(416,1718): run-time error CSS1019: Unexpected token, found '@keyframes'
(416,1737): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1114,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1115,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1126,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1127,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1302,1819): run-time error CSS1019: Unexpected token, found '@keyframes'
(1302,1838): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2615,1): run-time error CSS1019: Unexpected token, found '@import'
(2615,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Roboto:300,700")'
(2616,1): run-time error CSS1019: Unexpected token, found '@import'
(2616,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Cairo")'
 */
/********************************************************************Common css***********************************************/
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,div{
	vertical-align:top;
}
*{
	outline:none;
}
li,ol{
	list-style-type:none;
	list-style-image:none;
	list-style:none;
}
img{
	border:0px;
}
textarea {
    resize: none;
}
input:focus,select:focus,textarea:focus,button:focus {
    outline: none;
}
a{
	text-decoration:none;
	}
input, textarea, select, body{
	font-size:14px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
.inputEntity input[type=text], .inputEntity input[type=password], .inputEntity textarea, .dk-selected, .fileUpload {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/************************************* Reset End Styles ********************************/
/**************************************Grid styles*****************************/
.container {
	margin:0 auto;
}
*, *:after, *:before{
	box-sizing:border-box;
	}

@media (min-width:768px) {
.container {
	width: 728px
}

}

@media (min-width:992px) {
.container {
	width: 970px
}
}

@media (min-width:1200px) {
.container {
	width: 1170px;
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.row.biggerSpace {
	margin-left: -30px;
	margin-right: -30px
}
.row.smallerRowSpace{
	margin-left: -3px;
	margin-right: -3px
	}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.smallerRowSpace .col-xs-1, .smallerRowSpace .col-sm-1, .smallerRowSpace .col-md-1, .smallerRowSpace .col-lg-1, .smallerRowSpace .col-xs-2, .smallerRowSpace .col-sm-2, .smallerRowSpace .col-md-2, .smallerRowSpace .col-lg-2, .smallerRowSpace .col-xs-3, .smallerRowSpace .col-sm-3, .smallerRowSpace .col-md-3, .smallerRowSpace .col-lg-3, .smallerRowSpace .col-xs-4, .smallerRowSpace .col-sm-4, .smallerRowSpace .col-md-4, .smallerRowSpace .col-lg-4, .smallerRowSpace .col-xs-5, .smallerRowSpace .col-sm-5, .smallerRowSpace .col-md-5, .smallerRowSpace .col-lg-5, .smallerRowSpace .col-xs-6, .smallerRowSpace .col-sm-6, .smallerRowSpace .col-md-6, .smallerRowSpace .col-lg-6, .smallerRowSpace .col-xs-7, .smallerRowSpace .col-sm-7, .smallerRowSpace .col-md-7, .smallerRowSpace .col-lg-7, .smallerRowSpace .col-xs-8, .smallerRowSpace .col-sm-8, .smallerRowSpace .col-md-8, .smallerRowSpace .col-lg-8, .smallerRowSpace .col-xs-9, .smallerRowSpace .col-sm-9, .smallerRowSpace .col-md-9, .smallerRowSpace .col-lg-9, .smallerRowSpace .col-xs-10, .smallerRowSpace .col-sm-10, .smallerRowSpace .col-md-10, .smallerRowSpace .col-lg-10, .smallerRowSpace .col-xs-11, .smallerRowSpace .col-sm-11, .smallerRowSpace .col-md-11, .smallerRowSpace .col-lg-11, .smallerRowSpace .col-xs-12, .smallerRowSpace .col-sm-12, .smallerRowSpace .col-md-12, .smallerRowSpace .col-lg-12 {
	padding-left: 3px;
	padding-right: 3px
}
.biggerSpace > .col-xs-1, .biggerSpace > .col-sm-1, .biggerSpace > .col-md-1, .biggerSpace > .col-lg-1, .biggerSpace > .col-xs-2, .biggerSpace > .col-sm-2, .biggerSpace > .col-md-2, .biggerSpace > .col-lg-2, .biggerSpace > .col-xs-3, .biggerSpace > .col-sm-3, .biggerSpace > .col-md-3, .biggerSpace > .col-lg-3, .biggerSpace > .col-xs-4, .biggerSpace > .col-sm-4, .biggerSpace > .col-md-4, .biggerSpace > .col-lg-4, .biggerSpace > .col-xs-5, .biggerSpace > .col-sm-5, .biggerSpace > .col-md-5, .biggerSpace > .col-lg-5, .biggerSpace > .col-xs-6, .biggerSpace > .col-sm-6, .biggerSpace > .col-md-6, .biggerSpace > .col-lg-6, .biggerSpace > .col-xs-7, .biggerSpace > .col-sm-7, .biggerSpace > .col-md-7, .biggerSpace > .col-lg-7, .biggerSpace > .col-xs-8, .biggerSpace > .col-sm-8, .biggerSpace > .col-md-8, .biggerSpace > .col-lg-8, .biggerSpace > .col-xs-9, .biggerSpace > .col-sm-9, .biggerSpace > .col-md-9, .biggerSpace > .col-lg-9, .biggerSpace > .col-xs-10, .biggerSpace > .col-sm-10, .biggerSpace > .col-md-10, .biggerSpace > .col-lg-10, .biggerSpace > .col-xs-11, .biggerSpace > .col-sm-11, .biggerSpace > .col-md-11, .biggerSpace > .col-lg-11, .biggerSpace > .col-xs-12, .biggerSpace > .col-sm-12, .biggerSpace > .col-md-12, .biggerSpace > .col-lg-12 {
	padding-left: 30px;
	padding-right: 30px
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
@media (max-width:768px) {
.container {
	margin:0 20px;
}
.row{
	margin-left: -20px;
	margin-right: -20px
}
.row.biggerSpace {
	margin-left: -20px;
	margin-right: -20px
}
.biggerSpace > .col-xs-1, .biggerSpace > .col-sm-1, .biggerSpace > .col-md-1, .biggerSpace > .col-lg-1, .biggerSpace > .col-xs-2, .biggerSpace > .col-sm-2, .biggerSpace > .col-md-2, .biggerSpace > .col-lg-2, .biggerSpace > .col-xs-3, .biggerSpace > .col-sm-3, .biggerSpace > .col-md-3, .biggerSpace > .col-lg-3, .biggerSpace > .col-xs-4, .biggerSpace > .col-sm-4, .biggerSpace > .col-md-4, .biggerSpace > .col-lg-4, .biggerSpace > .col-xs-5, .biggerSpace > .col-sm-5, .biggerSpace > .col-md-5, .biggerSpace > .col-lg-5, .biggerSpace > .col-xs-6, .biggerSpace > .col-sm-6, .biggerSpace > .col-md-6, .biggerSpace > .col-lg-6, .biggerSpace > .col-xs-7, .biggerSpace > .col-sm-7, .biggerSpace > .col-md-7, .biggerSpace > .col-lg-7, .biggerSpace > .col-xs-8, .biggerSpace > .col-sm-8, .biggerSpace > .col-md-8, .biggerSpace > .col-lg-8, .biggerSpace > .col-xs-9, .biggerSpace > .col-sm-9, .biggerSpace > .col-md-9, .biggerSpace > .col-lg-9, .biggerSpace > .col-xs-10, .biggerSpace > .col-sm-10, .biggerSpace > .col-md-10, .biggerSpace > .col-lg-10, .biggerSpace > .col-xs-11, .biggerSpace > .col-sm-11, .biggerSpace > .col-md-11, .biggerSpace > .col-lg-11, .biggerSpace > .col-xs-12, .biggerSpace > .col-sm-12, .biggerSpace > .col-md-12, .biggerSpace > .col-lg-12 {
	padding-left: 20px;
	padding-right: 20px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
}
@media all and (min-width:768px) and (max-width:992px) {
    .row.biggerSpace {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
}

@media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
}

@media (min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .clearContainer:after {
	content: " ";
	display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .clearContainer:after {
	clear: both
}
/**************************************Grid End Styles*****************************/
/************************************* Common Styles ********************************/
.rightAlign{
	text-align:right;
	}
.centerAligned{
	text-align:center;
	}
.centeredBlock{
	margin-left:auto;
	margin-right:auto;
	float:none;
	}
.fullWidth{
	width:100%;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.posRelative{
	position:relative;
}
.absolutePos{
	position:absolute;
}
.textDecorationNone{
	text-decoration:none;
}
.textDecorationUnderline{
	text-decoration:underline;
}
.fontWeightBold{
	font-weight:bold;
}
.clearBoth{
	clear:both;
}
.clearRight{
	clear:right;
	}
input, textarea, select, body, .smallTop a, .mainMenu a{
	color:#868686;
}
.showFade{
	transition:all linear 400ms;
	-moz-transition:all linear 400ms;
	-webkit-transition:all linear 400ms;
	-ms-transition:all linear 400ms;
	}

/************************************* Website Styles ********************************/
a, input[type=submit], input[type=reset]{
	cursor:pointer;
	}


@import '../ProductionToolkit/components/components/Form/option1-var1/style.css';
/**  PLUGINS THAT WILL BE IMPORTED FROM OUTSIDE SHOULD BE INCLUDED FIRST, BEFORE THIS COMMENT */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ 
@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*** DROPKICK **/
.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  padding: 0 1.5em 0 0.5em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #7d7d7d;
    margin: -0.125em 0.5em 0 0; }
    .dk-selected:after {
        top: 0;
        height: 100%;
        border-left: 1px solid #7d7d7d;
        margin: 0 1.5em 0 0;
    }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0; }

.dk-select-open-up .dk-select-options {
  border-radius: 0.4em 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0.4em 0.4em;
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100; }

.dk-option-selected {
  background-color: #253d6f;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: #253d6f;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-select-options .dk-option-hidden {
  display: none; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #253d6f; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #253d6f; }

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #253d6f; }

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: #253d6f; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #253d6f; }

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none;
  border-color: #253d6f; }
  .dk-selected:hover:before, .dk-selected:focus:before {
    border-top-color: #253d6f; }
  .dk-selected:hover:after, .dk-selected:focus:after {
    border-left-color: #253d6f; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }



/*!
 * Datepicker for Bootstrap v1.6.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker>div{display:none}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;text-shadow:0 1px 0 #fff;border-width:1px 0;margin-left:-5px;margin-right:-5px}
/*# sourceMappingURL=bootstrap-datepicker3.min.css.map */

.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
    padding: 5px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.table-condensed {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

/* fancyBox v3.0.27 */
.fancybox-enabled {
    overflow: hidden
}

    .fancybox-enabled body {
        overflow: visible;
        -ms-touch-action: none;
        touch-action: none
    }

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .fancybox-container ~ .fancybox-container {
        z-index: 99992
    }

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(.55,.06,.68,.19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1
}

.fancybox-infobar {
    display: none
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30,30,30,.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
    display: block
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr
}

.fancybox-slider, .fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent
}

    .fancybox-slide:before {
        content: "";
        height: 100%;
        width: 0
    }

    .fancybox-slide:before, .fancybox-slide > * {
        display: inline-block;
        vertical-align: middle
    }

    .fancybox-slide > * {
        position: relative;
        padding: 24px;
        margin: 44px 0;
        border-width: 0;
        text-align: left;
        background-color: #fff;
        overflow: auto;
        box-sizing: border-box
    }

.fancybox-slide--image {
    overflow: hidden
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial,sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
    background: transparent
}

.fancybox-placeholder {
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.fancybox-image, .fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: transparent;
    background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    cursor: default
}

    .fancybox-error p {
        margin: 0;
        padding: 0;
        color: #444;
        font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif
    }

.fancybox-close-small {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    font: 21px/1 Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    cursor: pointer;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2
}

    .fancybox-close-small:focus {
        outline: 1px dotted #888
    }

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent
}

.fancybox-close-small:hover {
    color: #555;
    background: #eee
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

    .fancybox-caption a, .fancybox-caption button {
        pointer-events: all
    }

    .fancybox-caption a {
        color: #fff;
        text-decoration: underline
    }

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    vertical-align: top;
    outline: none
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none
}

.fancybox-button, .fancybox-infobar__body {
    background: rgba(30,30,30,.6)
}

    .fancybox-button:hover {
        background: rgba(0,0,0,.8)
    }

    .fancybox-button:after, .fancybox-button:before {
        content: "";
        pointer-events: none;
        position: absolute;
        border-color: #fff;
        background-color: currentColor;
        color: currentColor;
        opacity: .9;
        box-sizing: border-box;
        display: inline-block
    }

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
    opacity: .5
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--left:after, .fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close {
    float: right
}

    .fancybox-button--close:after, .fancybox-button--close:before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 16px;
        top: calc(50% - 1px);
        left: calc(50% - 8px)
    }

    .fancybox-button--close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .fancybox-button--close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.fancybox-loading {
    border: 6px solid hsla(0,0%,39%,.4);
    border-top: 6px solid hsla(0,0%,100%,.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media (max-width:800px) {
    .fancybox-controls {
        text-align: left
    }

    .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none
}

.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent
}

.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: transparent
}

.fancybox-button--thumbs span {
    font-size: 23px
}

.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

    .fancybox-thumbs > ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }

        .fancybox-thumbs > ul > li {
            float: left;
            overflow: hidden;
            max-width: 50%;
            padding: 0;
            margin: 0;
            width: 105px;
            height: 75px;
            position: relative;
            cursor: pointer;
            outline: none;
            border: 5px solid #fff;
            border-top-width: 0;
            border-right-width: 0;
            -webkit-tap-highlight-color: transparent;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            box-sizing: border-box
        }

li.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1)
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        display: none !important
    }

    .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }
}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          /**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}





.m-scene .scene_element {
  animation-duration: 0.2s;
  transition-timing-function: ease-in;
  animation-fill-mode: both; }

.m-scene .scene_element--fadein {
  animation-name: fadeIn; }

.m-scene .scene_element--fadeinup {
  animation-name: fadeInUp; }

.m-scene .scene_element--fadeinright {
  animation-name: fadeInRight; }

.m-scene .scene_element--delayed {
  animation-delay: 0.25s; }

.m-scene.is-exiting .scene_element {
  animation-direction: alternate-reverse; }

.m-scene.is-exiting .scene_element--delayed {
  animation-delay: 0s; }

.m-scene.is-exiting .scene_element--noexiting {
  animation-direction: alternate-reverse; }


/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-reset,.ui-menu{outline:0;list-style:none}.ui-button,.ui-spinner,.ui-spinner-input{vertical-align:middle}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-zfix,.ui-widget-overlay{top:0;left:0;width:100%;height:100%}.ui-helper-reset{margin:0;padding:0;border:0;line-height:1.3;text-decoration:none;font-size:100%}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons,.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{left:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{padding:0;margin:0;display:block}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-slider-vertical .ui-slider-range-min,.ui-spinner-down{bottom:0}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:.4em 2.1em .4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0}.ui-spinner-input{border:none;background:0 0;color:inherit;padding:0;margin:.2em 22px .2em .4em}.ui-widget-content a,.ui-widget-header,.ui-widget-header a{color:#222}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x #fff;color:#222}.ui-widget-header{border:1px solid #aaa;background:url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x #ccc;font-weight:700}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover{border:1px solid #999;background:url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;font-weight:400;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;color:#cd0a0a}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-active .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-widget-overlay,.ui-widget-shadow{background:url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:4px}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;border-radius:8px}
.ui-menu-item {
    font-size: small;
}
.ui-autocomplete{
    z-index:310;
}
/*Date  Picker*/
.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
    padding: 5px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.table-condensed {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
/*End Date  Picker*/

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
        transition-delay: 50ms
    }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
        transition-delay: .1s
    }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
        transition-delay: .15s
    }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
        transition-delay: .2s
    }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
        transition-delay: .25s
    }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
        transition-delay: .3s
    }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
        transition-delay: .35s
    }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
        transition-delay: .4s
    }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
        transition-delay: .45s
    }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
        transition-delay: .5s
    }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
        transition-delay: .55s
    }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
        transition-delay: .6s
    }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
        transition-delay: .65s
    }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
        transition-delay: .7s
    }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
        transition-delay: .75s
    }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
        transition-delay: .8s
    }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
        transition-delay: .85s
    }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
        transition-delay: .9s
    }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
        transition-delay: .95s
    }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
        transition-delay: 1s
    }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
        transition-delay: 1.05s
    }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
        transition-delay: 1.1s
    }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
        transition-delay: 1.15s
    }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
        transition-delay: 1.2s
    }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
        transition-delay: 1.25s
    }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
        transition-delay: 1.3s
    }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
        transition-delay: 1.35s
    }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
        transition-delay: 1.4s
    }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
        transition-delay: 1.45s
    }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
        transition-delay: 1.5s
    }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
        transition-delay: 1.55s
    }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
        transition-delay: 1.6s
    }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
        transition-delay: 1.65s
    }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
        transition-delay: 1.7s
    }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
        transition-delay: 1.75s
    }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
        transition-delay: 1.8s
    }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
        transition-delay: 1.85s
    }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
        transition-delay: 1.9s
    }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
        transition-delay: 1.95s
    }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
        transition-delay: 2s
    }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
        transition-delay: 2.05s
    }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
        transition-delay: 2.1s
    }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
        transition-delay: 2.15s
    }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
        transition-delay: 2.2s
    }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
        transition-delay: 2.25s
    }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
        transition-delay: 2.3s
    }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
        transition-delay: 2.35s
    }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
        transition-delay: 2.4s
    }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
        transition-delay: 2.45s
    }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
        transition-delay: 2.5s
    }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
        transition-delay: 2.55s
    }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
        transition-delay: 2.6s
    }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
        transition-delay: 2.65s
    }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
        transition-delay: 2.7s
    }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
        transition-delay: 2.75s
    }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
        transition-delay: 2.8s
    }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
        transition-delay: 2.85s
    }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
        transition-delay: 2.9s
    }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
        transition-delay: 2.95s
    }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
        transition-delay: 3s
    }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform
}

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translate(0)
    }

[data-aos=fade-up] {
    transform: translateY(100px)
}

[data-aos=fade-down] {
    transform: translateY(-100px)
}

[data-aos=fade-right] {
    transform: translate(-100px)
}

[data-aos=fade-left] {
    transform: translate(100px)
}

[data-aos=fade-up-right] {
    transform: translate(-100px,100px)
}

[data-aos=fade-up-left] {
    transform: translate(100px,100px)
}

[data-aos=fade-down-right] {
    transform: translate(-100px,-100px)
}

[data-aos=fade-down-left] {
    transform: translate(100px,-100px)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform
}

    [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        transform: translate(0) scale(1)
    }

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translateY(100px) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translateY(-100px) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate(-100px) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate(100px) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translateY(100px) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translateY(-100px) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate(-100px) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate(100px) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

    [data-aos^=slide][data-aos^=slide].aos-animate {
        transform: translate(0)
    }

[data-aos=slide-up] {
    transform: translateY(100%)
}

[data-aos=slide-down] {
    transform: translateY(-100%)
}

[data-aos=slide-right] {
    transform: translateX(-100%)
}

[data-aos=slide-left] {
    transform: translateX(100%)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

    [data-aos=flip-left].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

    [data-aos=flip-right].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

    [data-aos=flip-up].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

    [data-aos=flip-down].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }
/*# sourceMappingURL=aos.css.map*/
.listingImage {
  overflow: hidden; }

.listingImage.imageBg {
  min-height: 100%; }

.listingImage a {
  display: block; }

.listingImage img {
  max-width: 100%;
  width: 100%; }

.listingItem a {
  color: inherit; }

.listingHolder > li {
  margin-bottom: 30px; }

/*image zoom on rollover*/
.zoomhover img {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  image-rendering: -webkit-optimize-contrast; }

.listingItem:hover .zoomhover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.imageBg a {
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease; }

.imageBg:hover a {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.listingImage a {
  display: block;
  width: 100%;
  height: 100%; }

/*image rollover with button*/
.hoverLink {
  position: relative; }

.hoverLink a {
  position: absolute;
  width: 100%;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.hoverLink a span {
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hoverLink:hover a {
  opacity: 1; }

/*Ajax Loader*/
.ajaxLoader {
  position: relative;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2000;
  text-align: center; }

.ajaxLoader::before {
  content: "\f1ce";
  font-size: 30px;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  display: inline-block; }

.breadCrumbInsideCont a {
  color: inherit; }

.breadCrumbInsideCont a:hover {
  opacity: 0.7; }

.breadCrumbInsideCont a.active {
  opacity: 0.7;
  cursor: default; }

.nav.inlinedList li {
  display: inline-block;
  padding: 0 8px; }

.owl-carousel .owl-prev, .owl-carousel .owl-next {
  font-size: 35px;
  position: absolute;
  left: -30px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.owl-carousel .owl-next {
  left: auto;
  right: -30px; }

.owl-carousel.owl-prev:hover, .owl-carousel .owl-next:hover {
  opacity: 0.7; }

.owl-nav > div.disabled {
  display: none; }

.owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #3d3d3f;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  display: inline-block;
  margin-left: 5px; }

.owl-dots .owl-dot:first-child {
  margin-left: 0; }

.owl-dot.active, .owl-dot:hover {
  background: #3d3d3f; }

.owlslider .listingItemLI {
  padding: 0;
  width: 100%; }

.owlslider .row {
  margin: 0; }

.submitHolder, .resetHolder {
  display: inline-block; }

/*** Border between rows ***/
.fourColBorder .listingHolder > li .listingItem,
.threeColBorder .listingHolder > li .listingItem,
.twoColBorder .listingHolder > li .listingItem {
  padding-top: 30px; }

.fourColBorder .listingHolder > li .listingItem::after,
.threeColBorder .listingHolder > li .listingItem::after,
.twoColBorder .listingHolder > li .listingItem::after {
  content: "";
  width: 100%;
  height: 1px;
  left: 15px;
  position: absolute;
  top: 0;
  background: #eee; }

.fourColBorder .listingHolder > li:first-child .listingItem::after, .fourColBorder .listingHolder > li:nth-child(2) .listingItem::after, .fourColBorder .listingHolder > li:nth-child(3) .listingItem::after, .fourColBorder .listingHolder > li:nth-child(4) .listingItem::after,
.threeColBorder .listingHolder > li:first-child .listingItem::after, .threeColBorder .listingHolder > li:nth-child(2) .listingItem::after, .threeColBorder .listingHolder > li:nth-child(3) .listingItem::after,
.twoColBorder .listingHolder > li:first-child .listingItem::after, .twoColBorder .listingHolder > li:nth-child(2) .listingItem::after {
  display: none; }

.fourColBorder .listingHolder > li:first-child .listingItem, .fourColBorder .listingHolder > li:nth-child(2) .listingItem, .fourColBorder .listingHolder > li:nth-child(3) .listingItem, .fourColBorder .listingHolder > li:nth-child(4) .listingItem,
.threeColBorder .listingHolder > li:first-child .listingItem, .threeColBorder .listingHolder > li:nth-child(2) .listingItem, .threeColBorder .listingHolder > li:nth-child(3) .listingItem,
.twoColBorder .listingHolder > li:first-child .listingItem, .twoColBorder .listingHolder > li:nth-child(2) .listingItem {
  padding-top: 0; }

/*** FIRST ITEM FULL WIDTH ****/
.firstFullWidth .listingHolder > li:first-child {
  width: 100% !important; }

.googleMap > div:first-child {
  width: 100%;
  height: 500px !important;
  margin-bottom: 20px; }

.headerSearch, .headerBtns {
  margin-left: 10px; }

.btnPrimary a, .viewAllBottom a, .btnSecondary a {
  color: #FFF;
  border: 1px solid #3d3d3f;
  padding: 0 55px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  background: #3d3d3f; }

.btnPrimary a:hover {
  color: #3d3d3f;
  background-color: transparent; }

.btnSecondary a, .viewAllBottom a {
  color: #3d3d3f;
  background: transparent; }

.btnSecondary a:hover, .viewAllBottom a:hover {
  color: #FFF;
  background-color: #3d3d3f;
  border-color: #3d3d3f; }

.readMore a:hover {
  text-decoration: underline; }

/*# sourceMappingURL=toolkit.css.map */

body {
  font: 100% Helvetica, sans-serif;
  color: #545456;
  direction: ltr;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  color: #3d3d3f; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #909091; }

.listingTitle {
  font-size: 20px; }

h4.listingTitle {
  font-size: 18px; }

.listingHolder > li {
  margin-bottom: 30px; }

.listingLink a, .listingDescription a {
  color: #909091; }

.ajaxLoader::before {
  color: #3d3d3f; }

.loadMoreBtn a {
  border: 1px solid #3d3d3f;
  color: #3d3d3f;
  padding: 0 55px;
  display: inline-block;
  height: 48px;
  line-height: 48px; }

.loadMoreBtn a:hover {
  color: #FFF;
  background: #909091;
  border-color: #909091; }

/*# sourceMappingURL=theme.css.map */

/*$border-color:$black-body-text-color;*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,700");
@import url("https://fonts.googleapis.com/css?family=Cairo");
body {
  font: 100% Helvetica, sans-serif;
  color: #353535;
  direction: ltr;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  color: #253d6f; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #1ba3a8; }

.listingTitle {
  font-size: 20px; }

h4.listingTitle {
  font-size: 18px; }

.listingHolder > li {
  margin-bottom: 30px; }

.listingLink a, .listingDescription a {
  color: #1ba3a8; }

.ajaxLoader::before {
  color: #253d6f; }

.loadMoreBtn a {
  border: 1px solid #253d6f;
  color: #253d6f;
  padding: 11px 20px 11px 30px;
  display: inline-block;
  height: 40px;
  line-height: 40px; }

.loadMoreBtn a:hover {
  color: #FFF;
  background: #1ba3a8;
  border-color: #1ba3a8; }

div, td {
  vertical-align: top;
  font-family: Roboto, Arial; }

.container {
  width: 1340px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .container {
      margin: 0 auto;
      width: 970px; } }
  @media (max-width: 992px) {
    .container {
      width: auto;
      margin: 0 24px; } }

.subContainer {
  width: 1134px;
  margin: 0 auto;
  padding-bottom: 20px; }
  @media (max-width: 1200px) {
    .subContainer {
      margin: 0 auto;
      width: 970px; } }
  @media (max-width: 992px) {
    .subContainer {
      width: auto;
      margin: 0 24px; } }

.normalText a {
  color: #1ba3a8; }

.normalText a:hover {
  text-decoration: underline; }

header {
  z-index: 4;
  position: absolute;
  width: 100%; }
  header .searchBar {
    background-color: #1b2d56;
    height: 58px;
    display: none; }
    header .searchBar .fa.fa-search {
      position: absolute;
      right: 0;
      background: url(../images/sprite.png);
      background-position: 0px -72px;
      height: 21px;
      width: 21px;
      top: 20px; }
    header .searchBar .fa-search:before {
      content: ""; }
    header .searchBar .ui-autocomplete-input {
      border: none;
      background-color: transparent;
      font-size: 20px;
      color: #ffffff;
      width: 100%;
      font-family: Roboto, Arial;
      font-weight: normal; }
    header .searchBar .headerSearch .floatRight {
      width: 100%; }
    header .searchBar .headerSearch {
      padding: 20px 0px;
      margin-left: 0px;
      position: relative; }
      header .searchBar .headerSearch .floatRight {
        float: left; }
  header .topHeader {
    background-color: #253d6f;
    padding: 10px; }
    header .topHeader .nav {
      color: #ffffff;
      font-size: 14px; }
      header .topHeader .nav a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 300;
        padding: 0 7px; }
        header .topHeader .nav a:hover {
          color: #1ba3a8; }
        header .topHeader .nav a.active {
          color: #1ba3a8; }
      header .topHeader .nav li::before {
        content: "."; }
      header .topHeader .nav li:first-child::before {
        display: none; }
      header .topHeader .nav.inlinedList li {
        padding: 0px; }
        header .topHeader .nav.inlinedList li:first-child a {
          padding-left: 0px; }
    header .topHeader .searchIcon {
      height: 21px;
      width: 21px;
      background: url("../images/sprite.png");
      background-position: 0px -72px;
      /*@media all and (max-width: 999px) {
          background: url('../images/sprite@2x.png');
          background-position: $position-x $position-y;
          background-size: 500px;
      }*/
      display: block; }
  header .bottomHeader {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 21px 21px 0px 21px; }
    header .bottomHeader .logoHolder {
      float: left; }
      header .bottomHeader .logoHolder a {
        background: url("../images/sprite.png");
        background-position: 0px 0px;
        /*@media all and (max-width: 999px) {
            background: url('../images/sprite@2x.png');
            background-position: $position-x $position-y;
            background-size: 500px;
        }*/
        height: 72px;
        width: 316px;
        display: block; }
    header .bottomHeader .menusMain .mainMenu {
      padding-top: 25px; }
      header .bottomHeader .menusMain .mainMenu > ul {
        display: inline-block; }
        header .bottomHeader .menusMain .mainMenu > ul > li {
          padding: 20px 10px; }
          header .bottomHeader .menusMain .mainMenu > ul > li::after {
            content: "."; }
          header .bottomHeader .menusMain .mainMenu > ul > li.active > a {
            position: relative; }
          header .bottomHeader .menusMain .mainMenu > ul > li.active > a::before {
            content: "";
            width: 100%;
            height: 1px;
            background: #5d5d5d;
            display: block;
            position: absolute;
            left: 0;
            top: -15px; }
          header .bottomHeader .menusMain .mainMenu > ul > li > a {
            display: inline-block;
            color: #5d5d5d; }
          header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu {
            position: relative; }
            header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel {
              max-height: 0;
              opacity: 0;
              width: 845px;
              left: 50%;
              margin: 0 0 0 -395px;
              position: absolute;
              background-color: #1b2d56;
              -webkit-transition: all 300ms ease;
              -moz-transition: all 300ms ease;
              -ms-transition: all 300ms ease;
              -o-transition: all 300ms ease;
              transition: all 300ms ease;
              overflow: hidden;
              top: 60px; }
              header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul {
                display: block !important;
                padding: 55px 35px 25px 35px; }
                header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul > li {
                  width: calc(100% / 3);
                  float: left;
                  display: block;
                  margin-bottom: 30px; }
                  header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul > li > a {
                    color: #ffffff;
                    display: block;
                    font-size: 17px;
                    font-weight: 700; }
                    header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul > li > a:hover {
                      color: #1ba3a8; }
                  header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul > li .ddThirdLevel ul {
                    padding-top: 20px; }
                    header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul > li .ddThirdLevel ul li {
                      margin-bottom: 15px;
                      padding: 0px;
                      float: left;
                      width: 100%; }
                      header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul > li .ddThirdLevel ul li a {
                        opacity: 0.5;
                        text-transform: uppercase;
                        font-size: 12px;
                        display: block;
                        position: relative;
                        padding-left: 20px;
                        font-weight: 500; }
                        header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul > li .ddThirdLevel ul li a:before {
                          content: "";
                          width: 10px;
                          position: absolute;
                          height: 1px;
                          left: 0px;
                          top: 6px;
                          background-color: #ffffff;
                          opacity: 0.4; }
                          header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul > li .ddThirdLevel ul li a:before:hover {
                            opacity: 1; }
                        header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul > li .ddThirdLevel ul li a:hover {
                          opacity: 1; }
            header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu:hover .ddSecondLevel {
              max-height: 1000px;
              opacity: 1; }
            header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu:hover > a::before {
              opacity: 0; }
          header .bottomHeader .menusMain .mainMenu > ul > li:nth-child(1) .ddSecondLevel, header .bottomHeader .menusMain .mainMenu > ul > li:nth-child(2) .ddSecondLevel {
            left: 0px;
            margin-left: 0; }
          header .bottomHeader .menusMain .mainMenu > ul > li:last-child .ddSecondLevel, header .bottomHeader .menusMain .mainMenu > ul > li:nth-last-child(2) .ddSecondLevel {
            left: auto;
            right: 0px;
            margin-left: 0; }
          header .bottomHeader .menusMain .mainMenu > ul > li:last-child::after {
            display: none; }
        header .bottomHeader .menusMain .mainMenu > ul li {
          display: inline-block; }
          header .bottomHeader .menusMain .mainMenu > ul li a {
            font-size: 17px;
            font-weight: 300; }
          header .bottomHeader .menusMain .mainMenu > ul li:Hover {
            background-color: #1b2d56; }
            header .bottomHeader .menusMain .mainMenu > ul li:Hover a {
              color: #ffffff; }

.footer {
  background-color: #142540;
  padding: 50px 20px 20px;
  position: relative; }
  .footer .closeFooter {
    z-index: 4;
    background: #142540;
    color: #FFF;
    position: absolute;
    top: -5px;
    left: 50%;
    height: 38px;
    width: 26px;
    text-align: center; }
    .footer .closeFooter .footerIcon {
      width: 10px;
      height: 5px;
      position: absolute;
      top: 10px;
      left: calc(50% - 5px );
      background: url("../images/sprite.png");
      background-position: -21px -73px;
      /*@media all and (max-width: 999px) {
          background: url('../images/sprite@2x.png');
          background-position: $position-x $position-y;
          background-size: 500px;
      }*/ }
  .footer.closed .closeFooter {
    top: -15px; }
  .footer.closed .footerIcon {
    width: 13px;
    height: 13px;
    top: 9px;
    left: calc(50% - 6px );
    background: url("../images/sprite.png");
    background-position: -30px -82px;
    /*@media all and (max-width: 999px) {
        background: url('../images/sprite@2x.png');
        background-position: $position-x $position-y;
        background-size: 500px;
    }*/ }
  .footer a, .footer h5 {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px; }
  .footer .footerTop {
    margin-bottom: 40px; }
    .footer .footerTop > div > div {
      margin-bottom: 30px;
      width: 25%;
      /*&:nth-child(5n+1) {
          clear: both;
      }*/ }
    .footer .footerTop .simpleList .simpleListTitle {
      margin-bottom: 20px; }
      .footer .footerTop .simpleList .simpleListTitle a {
        font-size: 16px; }
    .footer .footerTop .simpleList .simpleList a {
      padding-left: 10px;
      opacity: 0.6;
      position: relative;
      display: block; }
      .footer .footerTop .simpleList .simpleList a:before {
        content: "";
        left: 0px;
        top: 5px;
        width: 5px;
        height: 10px;
        position: absolute;
        background: url("../images/sprite.png");
        background-position: -25px -78px;
        /*@media all and (max-width: 999px) {
            background: url('../images/sprite@2x.png');
            background-position: $position-x $position-y;
            background-size: 500px;
        }*/ }
      .footer .footerTop .simpleList .simpleList a:hover {
        opacity: 1; }
    .footer .footerTop .simpleList .simpleList li {
      margin-bottom: 10px;
      /*padding-left: 5px;*/ }
  .footer .footerBottom h5 {
    opacity: 0.4;
    color: #ffffff; }
    .footer .footerBottom h5 a {
      color: #ffffff; }
      .footer .footerBottom h5 a:hover {
        opacity: 0.7; }

.quickLinks {
  background-color: #1ba3a8;
  position: fixed;
  top: 182px;
  width: 260px;
  z-index: 1500;
  right: -260px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .quickLinks .quickLinksBtn {
    position: absolute;
    left: -45px;
    width: 45px;
    padding: 30px 0;
    height: 158px;
    top: 0;
    cursor: pointer;
    background-image: url(/images/quicLinksOpen.png);
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    /*-webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;*/ }
    .quickLinks .quickLinksBtn span {
      position: absolute;
      -moz-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      width: 190px;
      left: -71px;
      top: auto;
      bottom: 58px; }
  .quickLinks.open {
    right: 0; }
    .quickLinks.open .quickLinksBtn {
      background-image: url(/images/QuickLinksClosenotext.png); }
  .quickLinks .quickLinksListing {
    background-color: #1ba3a8;
    padding: 30px; }
    .quickLinks .quickLinksListing ul li {
      background-repeat: no-repeat !important;
      background-position: top left !important;
      padding-bottom: 28px;
      padding-left: 38px;
      padding-right: 10px;
      position: relative;
      display: inline-block; }
      .quickLinks .quickLinksListing ul li:last-child {
        padding-bottom: 0px; }
      .quickLinks .quickLinksListing ul li a {
        color: #ffffff;
        position: relative; }
        .quickLinks .quickLinksListing ul li a:after {
          content: "";
          width: 100%;
          height: 1px;
          background: #ffffff;
          position: absolute;
          bottom: auto;
          left: 0;
          opacity: 0;
          top: 28px;
          width: 0;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .quickLinks .quickLinksListing ul li a:hover:after {
          opacity: 1;
          width: 100%; }

.mainSlider {
  position: relative;
  padding-top: 0px; }
  .mainSlider .fullBg {
    background-size: cover !important;
    width: 100%; }
    .mainSlider .fullBg .sliderHeight {
      height: 665px;
      position: relative; }
      .mainSlider .fullBg .sliderHeight .posRelative {
        position: inherit; }
        .mainSlider .fullBg .sliderHeight .posRelative .sliderContent {
          position: absolute;
          bottom: 25px;
          left: 10px;
          background-color: rgba(37, 61, 111, 0.9);
          width: 505px;
          padding: 30px 40px; }
          .mainSlider .fullBg .sliderHeight .posRelative .sliderContent p {
            color: #ffffff;
            font-weight: 700;
            font-size: 28px;
            margin-bottom: 25px; }
          .mainSlider .fullBg .sliderHeight .posRelative .sliderContent .sliderBtnHolder {
            margin-bottom: 45px;
            position: relative;
            z-index: 5; }
            .mainSlider .fullBg .sliderHeight .posRelative .sliderContent .sliderBtnHolder a {
              padding: 11px 20px 11px 30px;
              border: 1px solid #ffffff;
              color: #ffffff;
              text-transform: uppercase;
              font-weight: 700;
              font-size: 14px;
              display: block;
              position: relative;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
              .mainSlider .fullBg .sliderHeight .posRelative .sliderContent .sliderBtnHolder a:before {
                content: "";
                width: 10px;
                position: absolute;
                height: 1px;
                left: 10px;
                top: Calc(50%);
                background-color: #ffffff; }
              .mainSlider .fullBg .sliderHeight .posRelative .sliderContent .sliderBtnHolder a:hover {
                background: white;
                color: #253d6f; }
                .mainSlider .fullBg .sliderHeight .posRelative .sliderContent .sliderBtnHolder a:hover:before {
                  background-color: #253d6f; }
          .mainSlider .fullBg .sliderHeight .posRelative .sliderContent:after {
            content: "";
            border: 1px solid #ffffff;
            width: 100%;
            height: 100%;
            bottom: 10px;
            left: -10px;
            position: absolute; }
  .mainSlider .owl-dots {
    position: absolute;
    bottom: 55px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1340px;
    margin: 0 auto;
    padding: 0 40px; }
    @media (max-width: 1200px) {
      .mainSlider .owl-dots {
        margin: 0 auto;
        width: 970px; } }
    @media (max-width: 992px) {
      .mainSlider .owl-dots {
        width: auto;
        margin: 0 24px; } }
    .mainSlider .owl-dots .owl-dot {
      border: 1px solid #ffffff;
      margin-left: 10px;
      width: 15px;
      height: 15px; }
      .mainSlider .owl-dots .owl-dot.active, .mainSlider .owl-dots .owl-dot:hover {
        background: #ffffff; }

.innerBanner {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 584px;
  position: relative;
  z-index: 1; }
  .innerBanner .table {
    z-index: 5;
    position: relative; }
    .innerBanner .table .listingTitle {
      text-align: center;
      margin-top: 170px; }
      .innerBanner .table .listingTitle h2 {
        padding: 30px 0;
        color: #ffffff;
        font-weight: 700;
        font-size: 68px;
        display: inline-block;
        margin-bottom: 4px;
        /*border-top: 1px solid #FFF;*/
        padding-top: 15px;
        position: relative; }
        .innerBanner .table .listingTitle h2:before {
          content: "";
          width: 100px;
          height: 1px;
          background: #FFF;
          position: absolute;
          left: 50%;
          margin-left: -50px;
          top: 0; }
    .innerBanner .table .subMenulinks {
      text-align: center; }
      .innerBanner .table .subMenulinks li {
        display: inline-block; }
        .innerBanner .table .subMenulinks li a {
          padding: 15px 20px;
          border: 1px solid #ffffff;
          color: #ffffff;
          font-weight: 300;
          font-size: 15px;
          display: inline-block; }
          .innerBanner .table .subMenulinks li a:hover {
            background-color: #ffffff;
            color: #000000; }
          .innerBanner .table .subMenulinks li a.active {
            background-color: #ffffff;
            color: #000000; }
        .innerBanner .table .subMenulinks li span {
          padding: 15px 30px;
          border: 1px solid #ffffff;
          color: #ffffff;
          font-weight: 300;
          font-size: 15px;
          display: inline-block;
          cursor: pointer; }
  .innerBanner::after {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    content: "";
    left: 0px;
    opacity: 0.5;
    z-index: 0;
    top: 0px; }

.toolsContainerCont {
  background-color: #f6f6f6; }
  .toolsContainerCont .toolsContainer {
    padding: 20px 0px;
    border-bottom: 1px solid #e2e2e2; }
  .toolsContainerCont .breadCrumbMainContainer {
    float: left; }
    .toolsContainerCont .breadCrumbMainContainer .breadCrumbInsideCont ul li {
      display: inline-block; }
      .toolsContainerCont .breadCrumbMainContainer .breadCrumbInsideCont ul li a {
        padding-left: 7px;
        padding-right: 7px;
        font-weight: 300;
        font-size: 14px;
        text-transform: uppercase;
        color: #434343;
        opacity: 1; }
        .toolsContainerCont .breadCrumbMainContainer .breadCrumbInsideCont ul li a.last {
          font-weight: 700;
          color: black;
          text-decoration: underline;
          opacity: 1; }
      .toolsContainerCont .breadCrumbMainContainer .breadCrumbInsideCont ul li:first-child a {
        padding-left: 0px; }
      .toolsContainerCont .breadCrumbMainContainer .breadCrumbInsideCont ul li:after {
        content: "/"; }
      .toolsContainerCont .breadCrumbMainContainer .breadCrumbInsideCont ul li:last-child:after {
        content: none; }
  .toolsContainerCont .shareHolder {
    float: right; }
    .toolsContainerCont .shareHolder span {
      font-weight: 300;
      font-size: 14px;
      text-transform: uppercase;
      color: #434343;
      cursor: pointer; }
      .toolsContainerCont .shareHolder span:hover {
        text-decoration: underline; }
    .toolsContainerCont .shareHolder .stButton {
      display: none !important; }

.pageTitle {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 44px;
  line-height: 35px;
  padding-top: 10px; }

.normalText .td {
  /*text-align: center;*/ }
.normalText .listingTitle {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 35px;
  text-align: center; }
.normalText .listingDescription {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px; }
.normalText ul {
  /*float: left;
      width: 50%;*/
  text-align: left !important; }
  .normalText ul.twoColumnList {
    float: left;
    width: 50%; }
  .normalText ul li {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 30px;
    position: relative;
    font-weight: 300;
    font-size: 18px; }
    .normalText ul li:before {
      content: '';
      width: 22px;
      height: 15px;
      left: 0px;
      top: 5px;
      position: absolute;
      background: url("../images/sprite.png");
      background-position: -116px -80px;
      /*@media all and (max-width: 999px) {
          background: url('../images/sprite@2x.png');
          background-position: $position-x $position-y;
          background-size: 500px;
      }*/ }
    .normalText ul li > ul {
      padding-top: 15px;
      width: 100%; }
      .normalText ul li > ul > li {
        padding-left: 30px;
        margin-bottom: 10px; }
        .normalText ul li > ul > li:before {
          width: 6px;
          height: 6px;
          border-radius: 100%;
          left: 10px;
          top: 11px;
          background: #434343; }

.pageContent {
  background-color: #f6f6f6;
  padding: 0px 20px; }
  .pageContent.homePage {
    padding: 50px 20px; }
    .pageContent.homePage .row {
      margin: 0 -7px; }
      .pageContent.homePage .row .col-md-3, .pageContent.homePage .row .col-md-6 {
        padding: 0 7px;
        margin-bottom: 14px; }
        .pageContent.homePage .row .col-md-3.last, .pageContent.homePage .row .col-md-6.last {
          margin-bottom: 0px; }
  .pageContent .generalBlock {
    position: relative;
    background-size: cover !important;
    width: 100%;
    height: 329px;
    overflow: hidden; }
    .pageContent .generalBlock .listingImage img {
      width: 100%;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    .pageContent .generalBlock .listingImage::after {
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      width: 100%;
      height: 100%;
      background-color: black;
      position: absolute;
      content: "";
      left: 0px;
      opacity: 0.4;
      z-index: 1;
      top: 0px; }
    .pageContent .generalBlock:hover img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .pageContent .generalBlock .listingInfo {
      z-index: 4;
      position: absolute;
      bottom: 16px;
      left: 27px;
      right: 20px; }
      .pageContent .generalBlock .listingInfo h2 {
        color: #ffffff;
        margin-bottom: 17px;
        font-size: 24px;
        font-weight: 700; }
      .pageContent .generalBlock .listingInfo p {
        color: #ffffff;
        margin-bottom: 19px;
        font-size: 15px;
        font-weight: 300; }
      .pageContent .generalBlock .listingInfo .listingLink a {
        padding: 11px 20px 11px 30px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        display: inline-block;
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .pageContent .generalBlock .listingInfo .listingLink a:before {
          content: "";
          width: 10px;
          position: absolute;
          height: 1px;
          left: 14px;
          top: Calc(50%);
          background-color: #ffffff; }
        .pageContent .generalBlock .listingInfo .listingLink a:hover {
          border-color: #ffffff; }
    .pageContent .generalBlock.greenBlock::after {
      content: none; }
    .pageContent .generalBlock.greenBlock .listingInfo {
      bottom: 25px;
      top: 25px; }
    .pageContent .generalBlock.greenBlock.arrowedLink .listingLink {
      display: none; }
      .pageContent .generalBlock.greenBlock.arrowedLink .listingLink a {
        position: absolute;
        right: 0;
        bottom: 0;
        border: none; }
        .pageContent .generalBlock.greenBlock.arrowedLink .listingLink a::before {
          content: none; }
        .pageContent .generalBlock.greenBlock.arrowedLink .listingLink a::after {
          content: "";
          position: absolute;
          background-image: url("../images/sprite.png");
          background-position: -59px -81px;
          width: 15px;
          height: 15px;
          margin-left: 10px; }
    .pageContent .generalBlock.greenBlock.arrowedLink:Hover {
      background-color: #24bec4 !important; }
      .pageContent .generalBlock.greenBlock.arrowedLink:Hover .listingLink {
        display: block; }
    .pageContent .generalBlock.greenBlock.arrowedLink2 .listingLink {
      display: none; }
      .pageContent .generalBlock.greenBlock.arrowedLink2 .listingLink a {
        position: absolute;
        right: 0;
        bottom: 0;
        border-color: #FFF; }
    .pageContent .generalBlock.greenBlock.arrowedLink2:Hover {
      background-color: #FFF !important; }
      .pageContent .generalBlock.greenBlock.arrowedLink2:Hover .listingLink {
        display: block; }
    .pageContent .generalBlock.centeredTitle {
      /*@include transition(0.6s);*/
      /*&::after {
          @include transition(0.6s);
          width: 100%;
          height: 100%;
          background-color: black;
          position: absolute;
          content: "";
          left: 0px;
          opacity: 0.4;
          z-index: 1;
          top: 0px;
      }*/
      /*&:hover::after {
          background-color: $secondary-color;
          opacity: 1;
      }*/ }
      .pageContent .generalBlock.centeredTitle .listingInfo {
        top: calc(50% - 105px); }
      .pageContent .generalBlock.centeredTitle > a:hover .listingImage::after {
        background-color: #1ba3a8;
        opacity: 1; }
      .pageContent .generalBlock.centeredTitle .listingTitle {
        text-align: center;
        padding: 30px 20px;
        border: 1px solid rgba(255, 255, 255, 0.3); }
        .pageContent .generalBlock.centeredTitle .listingTitle a:hover {
          color: #ffffff; }
    .pageContent .generalBlock .fullLink {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
  .pageContent .greenBlock {
    background-color: #1ba3a8; }
  .pageContent .whyNACB {
    min-height: 329px;
    padding: 30px;
    background-size: cover !important;
    width: 100%; }
    .pageContent .whyNACB .listingInfo .listingTitle {
      margin-bottom: 60px; }
    .pageContent .whyNACB .listingInfo .listingCircles {
      display: inline-block; }
      .pageContent .whyNACB .listingInfo .listingCircles .circleHolder {
        height: 185px;
        width: 185px;
        display: inline-block;
        margin-left: -20px; }
        .pageContent .whyNACB .listingInfo .listingCircles .circleHolder:nth-child(even) {
          width: 145px; }
          .pageContent .whyNACB .listingInfo .listingCircles .circleHolder:nth-child(even) .singleCircle {
            height: 145px;
            width: 145px; }
            .pageContent .whyNACB .listingInfo .listingCircles .circleHolder:nth-child(even) .singleCircle .td {
              padding: 30px; }
        .pageContent .whyNACB .listingInfo .listingCircles .circleHolder .singleCircle {
          border-radius: 50%;
          display: inline-block;
          height: 185px;
          width: 185px;
          border: 1px solid rgba(0, 0, 0, 0.2);
          /*opacity: 0.8;*/
          /*text-align:center;*/ }
          .pageContent .whyNACB .listingInfo .listingCircles .circleHolder .singleCircle:nth-child(even) {
            height: 145px;
            width: 145px; }
            .pageContent .whyNACB .listingInfo .listingCircles .circleHolder .singleCircle:nth-child(even) .td {
              padding: 30px; }
          .pageContent .whyNACB .listingInfo .listingCircles .circleHolder .singleCircle .td {
            font-weight: 300;
            font-size: 13px;
            text-align: center;
            height: 100%;
            width: 100%;
            padding: 40px; }
            .pageContent .whyNACB .listingInfo .listingCircles .circleHolder .singleCircle .td span {
              font-weight: 700;
              font-size: 52px;
              display: block; }
  .pageContent .reportsSlider {
    background-color: #ffffff;
    padding: 30px 30px 20px;
    position: relative;
    min-height: 329px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05); }
    .pageContent .reportsSlider .blockTitle {
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 50px; }
    .pageContent .reportsSlider .owl-stage-outer {
      width: 75%; }
      .pageContent .reportsSlider .owl-stage-outer .listingDate {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 300;
        color: #253d6f; }
      .pageContent .reportsSlider .owl-stage-outer .listingTitle {
        margin-bottom: 15px;
        width: 75%; }
        .pageContent .reportsSlider .owl-stage-outer .listingTitle a {
          color: #676767;
          font-size: 24px;
          font-weight: 300;
          line-height: 34px; }
          .pageContent .reportsSlider .owl-stage-outer .listingTitle a:hover {
            color: #1ba3a8; }
    .pageContent .reportsSlider .viewAllBottom a {
      padding: 11px 20px 11px 30px;
      color: #323232;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      display: inline-block;
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      height: inherit;
      line-height: inherit; }
      .pageContent .reportsSlider .viewAllBottom a:before {
        content: "";
        width: 10px;
        position: absolute;
        height: 1px;
        left: 14px;
        top: Calc(50%);
        background-color: #323232; }
      .pageContent .reportsSlider .viewAllBottom a:hover {
        border-color: #323232; }
      .pageContent .reportsSlider .viewAllBottom a:hover {
        background-color: #ffffff; }
    .pageContent .reportsSlider .owl-nav {
      width: 1340px;
      margin: 0 auto; }
      @media (max-width: 1200px) {
        .pageContent .reportsSlider .owl-nav {
          margin: 0 auto;
          width: 970px; } }
      @media (max-width: 992px) {
        .pageContent .reportsSlider .owl-nav {
          width: auto;
          margin: 0 24px; } }
      .pageContent .reportsSlider .owl-nav .owl-next {
        font-size: 0px;
        position: absolute;
        background: url("../images/sprite.png");
        background-position: -90px -74px;
        /*@media all and (max-width: 999px) {
            background: url('../images/sprite@2x.png');
            background-position: $position-x $position-y;
            background-size: 500px;
        }*/
        top: calc(50% - 16px);
        right: 0px;
        height: 33px;
        width: 21px;
        display: block;
        top: -60px;
        cursor: pointer; }
        .pageContent .reportsSlider .owl-nav .owl-next.disabled {
          opacity: 0.5; }
      .pageContent .reportsSlider .owl-nav .owl-prev {
        font-size: 0px;
        position: absolute;
        background: url("../images/sprite.png");
        background-position: -73px -74px;
        /*@media all and (max-width: 999px) {
            background: url('../images/sprite@2x.png');
            background-position: $position-x $position-y;
            background-size: 500px;
        }*/
        top: calc(50% - 16px);
        right: 29px;
        left: auto;
        height: 33px;
        top: -60px;
        width: 16px;
        display: block;
        cursor: pointer; }
        .pageContent .reportsSlider .owl-nav .owl-prev.disabled {
          opacity: 0.5; }
  .pageContent .locateUsHolder {
    height: 330px; }
    .pageContent .locateUsHolder .mapcanvas {
      width: 50%;
      height: 330px;
      float: left; }
    .pageContent .locateUsHolder .locateusIcon {
      width: 50%;
      height: 330px;
      background-color: #1a3766;
      text-align: center;
      padding-top: 85px;
      float: left;
      position: relative; }
      .pageContent .locateUsHolder .locateusIcon:after {
        width: 0;
        content: '';
        display: block;
        height: 0;
        border-style: solid;
        border-width: 25px 20px 25px 0;
        border-color: transparent #1a3766 transparent transparent;
        position: absolute;
        top: 50%;
        left: -20px;
        margin-top: -25px; }
      .pageContent .locateUsHolder .locateusIcon .listingInfo img {
        margin-bottom: 25px; }
      .pageContent .locateUsHolder .locateusIcon .listingInfo h2 {
        color: #ffffff;
        margin-bottom: 100px;
        font-size: 24px;
        font-weight: 700; }
    .pageContent .locateUsHolder:after {
      content: '';
      display: block;
      clear: both; }
  .pageContent .listingContact {
    padding: 26px 30px 20px 30px;
    height: 329px; }
    .pageContent .listingContact h2 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 8px; }
    .pageContent .listingContact ul li {
      color: #ffffff;
      background-position: top left !important;
      background-repeat: no-repeat !important;
      padding: 14px 10px 14px 34px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      background-position: 0 12px !important; }
      .pageContent .listingContact ul li .listingTitle {
        font-size: 15px;
        font-weight: 300; }
      .pageContent .listingContact ul li .listingDescription {
        font-size: 24px; }
  .pageContent .productListingContainer {
    padding-top: 20px; }
    .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li {
      /*padding-right:0px;*/ }
      .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem {
        background-color: #ffffff;
        -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05); }
        .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo {
          padding: 35px 30px; }
          .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .listingTitle {
            font-weight: 700;
            font-size: 34px;
            margin-bottom: 7px; }
          .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo p {
            font-weight: 300;
            font-size: 16px;
            color: #7a7a7a;
            margin-bottom: 30px;
            line-height: 24px; }
          .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .secondaryLevelProduct {
            padding-right: 40px;
            float: left; }
            .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .secondaryLevelProduct > a {
              font-weight: 700;
              font-size: 18px;
              color: #253d6f;
              margin-bottom: 12px;
              display: block; }
              .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .secondaryLevelProduct > a:hover {
                color: #1ba3a8; }
          .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .sub > a {
            padding: 11px 20px 11px 30px;
            color: #323232;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 12px;
            display: inline-block;
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            padding: 7px 20px;
            border: none; }
            .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .sub > a:before {
              content: "";
              width: 10px;
              position: absolute;
              height: 1px;
              left: 0px;
              top: Calc(50%);
              background-color: #323232; }
            .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .sub > a:hover {
              border-color: #323232; }
            .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .sub > a:hover {
              border: none; }
      .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li:first-child .listingItem .listingImage {
        width: calc(100% / 12 * 7);
        height: 425px;
        float: left; }
      .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li:first-child .listingItem .listingInfo {
        width: calc(100% / 12 * 5);
        height: 425px;
        float: left; }
      .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li:first-child .listingItem:after {
        content: '';
        display: block;
        clear: both; }
  .pageContent .cardsListingHolder .cardsListing li {
    /*background-color: #ffffff;*/ }
    .pageContent .cardsListingHolder .cardsListing li .listingItem {
      -webkit-box-shadow: 2px 2px 1px 0 rgba(255, 255, 255, 0.5);
      box-shadow: 2px 2px 1px 0 rgba(255, 255, 255, 0.5); }
      .pageContent .cardsListingHolder .cardsListing li .listingItem .listingImage {
        float: left;
        width: 50%; }
        .pageContent .cardsListingHolder .cardsListing li .listingItem .listingImage img {
          display: block; }
      .pageContent .cardsListingHolder .cardsListing li .listingItem .listingInfo {
        float: left;
        padding: 35px 30px;
        width: 50%;
        background-color: #ffffff;
        height: 380px; }
        .pageContent .cardsListingHolder .cardsListing li .listingItem .listingInfo .listingTitle {
          font-weight: 700;
          font-size: 34px;
          margin-bottom: 20px; }
        .pageContent .cardsListingHolder .cardsListing li .listingItem .listingInfo .listingDescription {
          font-weight: 300;
          font-size: 16px;
          color: #7a7a7a;
          margin-bottom: 30px; }
          .pageContent .cardsListingHolder .cardsListing li .listingItem .listingInfo .listingDescription .introText {
            font-size: 20px; }
    .pageContent .cardsListingHolder .cardsListing li:nth-child(even) .listingItem .listingImage {
      float: right; }
  .pageContent .backLink {
    display: none;
    text-align: center; }
    .pageContent .backLink a {
      padding: 11px 20px 11px 30px;
      color: #323232;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      display: inline-block;
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      text-align: center;
      border: none;
      padding: 25px 20px; }
      .pageContent .backLink a:before {
        content: "";
        width: 10px;
        position: absolute;
        height: 1px;
        left: 0px;
        top: Calc(50%);
        background-color: #323232; }
      .pageContent .backLink a:hover {
        border-color: #323232; }
      .pageContent .backLink a:hover {
        color: #1ba3a8; }
        .pageContent .backLink a:hover:before {
          background-color: #1ba3a8; }
  .pageContent .ProductHolder {
    /*.pageTitle {
        margin-bottom: 25px;
    }*/ }
    .pageContent .ProductHolder .normalText .subTitle {
      font-weight: 300;
      font-size: 26px;
      color: #797979;
      text-align: center;
      margin-bottom: 35px; }
    .pageContent .ProductHolder .normalText .firstRow {
      background-color: #ffffff;
      margin-bottom: 60px; }
      .pageContent .ProductHolder .normalText .firstRow .contentLeft {
        float: left;
        height: 425px;
        padding: 40px;
        /*margin-bottom: 60px;*/ }
        .pageContent .ProductHolder .normalText .firstRow .contentLeft .td {
          text-align: left !important; }
        .pageContent .ProductHolder .normalText .firstRow .contentLeft.autoHeight {
          height: auto; }
      .pageContent .ProductHolder .normalText .firstRow .contentRight {
        float: left;
        height: 425px;
        /*margin-bottom: 60px;*/ }
    .pageContent .ProductHolder .normalText .contentFull {
      text-align: center;
      margin-bottom: 45px; }

.fullBlueBlock {
  background-color: #253d6f;
  color: #ffffff;
  padding: 60px; }
  .fullBlueBlock .td {
    text-align: center; }
    .fullBlueBlock .td .listingTitle {
      color: #ffffff; }
    .fullBlueBlock .td p {
      line-height: 30px; }
    .fullBlueBlock .td ul li {
      position: relative;
      padding-left: 15px;
      margin-bottom: 7px;
      margin-top: 7px; }
      .fullBlueBlock .td ul li:before {
        position: absolute;
        width: 8px;
        height: 8px;
        content: '';
        left: 0px;
        top: 11px;
        background: url("../images/sprite.png");
        background-position: -118px -98px;
        /*@media all and (max-width: 999px) {
            background: url('../images/sprite@2x.png');
            background-position: $position-x $position-y;
            background-size: 500px;
        }*/ }

.fullBlock {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /*height: 455px;*/
  position: relative;
  /*padding: 90px 0px;*/ }
  .fullBlock .container {
    position: relative;
    z-index: 2; }
    .fullBlock .container .td {
      text-align: center;
      height: 455px; }
      .fullBlock .container .td .listingItem {
        padding: 45px 0px; }
        .fullBlock .container .td .listingItem .listingImage img {
          width: auto;
          margin-bottom: 30px; }
        .fullBlock .container .td .listingItem .listingInfo .listingTitle {
          font-weight: 700;
          font-size: 34px;
          color: #ffffff;
          text-align: center;
          margin-bottom: 35px; }
        .fullBlock .container .td .listingItem .listingInfo .listingDescription {
          font-weight: 700;
          font-size: 30px;
          color: #ffffff; }
        .fullBlock .container .td .listingItem .listingInfo .listingLink a {
          padding: 11px 20px 11px 30px;
          border: 1px solid #ffffff;
          color: #ffffff;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 14px;
          display: block;
          position: relative;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          display: inline-block; }
          .fullBlock .container .td .listingItem .listingInfo .listingLink a:before {
            content: "";
            width: 10px;
            position: absolute;
            height: 1px;
            left: 10px;
            top: Calc(50%);
            background-color: #ffffff; }
          .fullBlock .container .td .listingItem .listingInfo .listingLink a:hover {
            background: white;
            color: #253d6f; }
            .fullBlock .container .td .listingItem .listingInfo .listingLink a:hover:before {
              background-color: #253d6f; }
  .fullBlock::after {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #1ba3a8;
    content: "";
    left: 0px;
    z-index: 1;
    top: 0px;
    opacity: 0.7; }

.fullBlockHolder .fullBlock {
  padding-top: 30px;
  padding-bottom: 10px; }
  .fullBlockHolder .fullBlock .table {
    height: 370px;
    border: 1px solid #ffffff; }
    .fullBlockHolder .fullBlock .table .td {
      height: auto; }

.BottomSectionHolder {
  padding: 70px; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .tr {
    display: table-row; }
    .table .tr .td {
      display: table-cell;
      width: 100%;
      vertical-align: middle; }

.fakeLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.generalBlock .listingImage, .generalBlock .listingInfo {
  position: relative;
  z-index: 2; }

.generalBlock a.listingImage {
  display: block;
  line-height: 0; }

.generalBlock .listingLink {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.generalBlock:hover .listingLink {
  opacity: 1; }

.pageContent .generalBlock .listingInfo h2, .pageContent .generalBlock .listingInfo p {
  position: relative;
  top: 40px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.pageContent .generalBlock:not(.centeredTitle):hover .listingInfo h2, .pageContent .generalBlock:not(.centeredTitle):hover .listingInfo p {
  top: 0; }

.searchBar ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbbec7; }

.searchBar ::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbbec7; }

.searchBar :-ms-input-placeholder {
  /* IE 10+ */
  color: #bbbec7; }

.searchBar :-moz-placeholder {
  /* Firefox 18- */
  color: #bbbec7; }

.searchBar #txtAdvancedSearch:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

.searchBar #txtAdvancedSearch:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.searchBar #txtAdvancedSearch:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

.searchBar #txtAdvancedSearch:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.searchIcon.hide {
  opacity: 0;
  cursor: default; }

header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul:before, header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul:after {
  content: " ";
  display: table; }

header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul:after {
  clear: both; }

.productListingItems li.listingItemLI {
  position: relative;
  top: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0; }

.productListingItems li.show {
  top: 0;
  opacity: 1; }

.pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .sub > a:hover::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .sub > a:hover::before {
  left: 4px; }

.listingSubItem ul:before, .listingSubItem ul:after {
  content: " ";
  display: table; }

.listingSubItem ul:after {
  clear: both; }

.homepage-animated-block {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.homepage-animated-block.show {
  top: 0;
  opacity: 1; }

div.twoColumnList {
  float: left;
  width: 48%;
  text-align: left;
  margin-right: 20px; }

.listingDescription h4 {
  margin-bottom: 10px; }

.footer .footerTop .simpleList .simpleListTitle a {
  font-weight: bold; }

.chairmanLetter {
  width: 750px;
  margin: 0 auto; }

.chairmanLetter .letterIntro {
  margin-bottom: 30px;
  font-size: 24px;
  color: #121212;
  font-weight: bold; }

.normalText h4 {
  font-size: 22px;
  margin-bottom: 30px; }

.normalText h3 {
  font-size: 24px;
  margin-bottom: 24px; }

.chairmanLetter h4 {
  color: #474747;
  line-height: 28px; }

.chairmanLetter h3 {
  color: #353535; }

.normalText {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #353535; }

.chairmanLetter .col-md-6 {
  margin-bottom: 25px; }

.blueQuote {
  padding: 38px 0;
  border-top: 5px solid #07acbf;
  border-bottom: 5px solid #07acbf;
  font-weight: bold;
  font-size: 22px;
  color: #07acbf;
  position: relative;
  margin-bottom: 40px; }

.blueQuote::before {
  content: "";
  width: 32px;
  height: 25px;
  background: transparent url(../images/quote.png);
  position: absolute;
  left: -50px;
  top: -15px;
  background-size: 100% auto; }

.blueQuote::after {
  content: "";
  width: 21px;
  height: 19px;
  background: transparent url(../images/quote2.png);
  position: absolute;
  right: -50px;
  bottom: -15px;
  background-size: 100% auto; }

body.desktop {
  overflow-x: hidden; }

.letterBody {
  margin-bottom: 50px; }

.letterSignature {
  font-size: 16px;
  color: #353535; }

.letterSignature span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px; }

.subpageContainer {
  padding-bottom: 100px; }

.fullPageContainer {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #f6f6f6; }

.fullGreenBlock {
  padding: 45px 0;
  background: #138694;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 300; }

.fullGreenBlock h4 {
  margin-bottom: 6px;
  color: #FFF;
  font-size: 20px; }

/*.membersList{
    padding-top:30px;
}*/
.membersList .listingItem {
  border: 1px solid #138694;
  padding: 30px 25px; }

.membersList .listingTitle {
  font-size: 20px;
  color: #1b1b1b;
  margin-bottom: 8px; }

.membersList .listingTitle span {
  font-size: 14px;
  color: #07acbf;
  display: block; }

.membersList .listingInfo {
  font-size: 16px;
  margin-bottom: 5px; }

.normalText > img {
  max-width: 100%; }

.BigImage {
  font-size: 16px;
  font-weight: 300;
  text-align: center; }

.BigImage span {
  display: block;
  margin-bottom: 45px; }

.correspondentsList .listingItemLI {
  margin-bottom: 0;
  padding-top: 45px;
  padding-bottom: 45px; }

.correspondentsList .listingTitle {
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
  color: #253d6f; }

.correspondentsList .listingSubItem {
  text-align: left; }

.correspondentsList .listingSubItem li .InnerListingItem {
  text-align: left;
  padding: 40px 30px;
  border: 1px solid #138694;
  max-width: 550px;
  margin: 0 auto; }

.correspondentsList .col-md-6 .container {
  width: auto; }

.correspondentsList .col-md-6 .InnerListingItem {
  float: right !important;
  width: 550px; }

.correspondentsList .col-md-6 .listingTitle {
  text-align: center;
  width: 550px;
  float: right; }

.correspondentsList .col-md-6 + .col-md-6 .listingTitle {
  float: none; }

.correspondentsList .col-md-6 + .col-md-6 .InnerListingItem {
  float: left !important;
  width: 550px; }

.correspondentsList #EUR {
  background: #138694;
  color: #FFF; }

.correspondentsList #EUR .listingTitle, .correspondentsList #EUR .listingTitle, .correspondentsList #EUR .listingSubItem li .InnerListingItem h4 {
  color: #FFF; }

.correspondentsList #EUR .listingSubItem li .InnerListingItem {
  border-color: #FFF; }

.correspondentsList #EUR .listingSubItem li {
  margin-bottom: 25px; }

.correspondentsList #USD {
  background: #253d6f;
  color: #FFF; }

.correspondentsList #USD .listingTitle, .correspondentsList #USD .listingTitle, .correspondentsList #USD .listingSubItem li .InnerListingItem h4 {
  color: #FFF; }

.correspondentsList #USD .listingSubItem li .InnerListingItem {
  border-color: #FFF; }

.correspondentsList #USD .listingSubItem li {
  margin-bottom: 25px; }

.correspondentsList {
  overflow: hidden; }

.reportListing .listingHolder.row {
  margin-left: 2px;
  margin-right: 2px; }

.reportListing .listingHolder > li {
  padding: 0 2px;
  margin-bottom: 4px; }

.pageContent .reportListing .generalBlock .listingInfo h2, .pageContent .reportListing .generalBlock .listingInfo p {
  top: 0; }

.pageContent .reportListing .generalBlock {
  height: 280px;
  background: #FFF; }

.pageContent .reportListing .generalBlock .listingInfo h2 {
  color: #1b1b1b; }

.pageContent .reportListing .generalBlock .listingInfo p {
  color: #253d6f; }

.pageContent .reportListing ul li:nth-child(8n+2) .generalBlock, .pageContent .reportListing ul li:nth-child(8n+7) .generalBlock {
  background: #058594; }

.pageContent .reportListing ul li:nth-child(8n+4) .generalBlock, .pageContent .reportListing ul li:nth-child(8n+5) .generalBlock {
  background: #253d6f; }

.pageContent .reportListing ul li:nth-child(8n+2) .generalBlock .listingInfo h2, .pageContent .reportListing ul li:nth-child(8n+7) .generalBlock .listingInfo h2,
.pageContent .reportListing ul li:nth-child(8n+4) .generalBlock .listingInfo h2, .pageContent .reportListing ul li:nth-child(8n+5) .generalBlock .listingInfo h2,
.pageContent .reportListing ul li:nth-child(8n+2) .generalBlock .listingInfo p, .pageContent .reportListing ul li:nth-child(8n+7) .generalBlock .listingInfo p,
.pageContent .reportListing ul li:nth-child(8n+4) .generalBlock .listingInfo p, .pageContent .reportListing ul li:nth-child(8n+5) .generalBlock .listingInfo p {
  color: #FFF; }

.pageContent .reportListing ul li:nth-child(8n+2) .generalBlock.arrowedLink .listingLink a, .pageContent .reportListing ul li:nth-child(8n+7) .generalBlock.arrowedLink .listingLink a,
.pageContent .reportListing ul li:nth-child(8n+4) .generalBlock.arrowedLink .listingLink a, .pageContent .reportListing ul li:nth-child(8n+5) .generalBlock.arrowedLink .listingLink a {
  color: #FFF; }

.pageContent .reportListing ul li:nth-child(8n+2) .generalBlock.arrowedLink .listingLink a::before, .pageContent .reportListing ul li:nth-child(8n+7) .generalBlock.arrowedLink .listingLink a::before,
.pageContent .reportListing ul li:nth-child(8n+4) .generalBlock.arrowedLink .listingLink a::before, .pageContent .reportListing ul li:nth-child(8n+5) .generalBlock.arrowedLink .listingLink a::before {
  background: #FFF; }

.pageContent .reportListing .generalBlock.arrowedLink .listingLink {
  display: block;
  opacity: 1; }

.pageContent .reportListing .generalBlock.arrowedLink .listingLink a {
  left: 0;
  right: auto;
  position: absolute;
  bottom: 0;
  border: none;
  color: #323232; }

.pageContent .reportListing .generalBlock.arrowedLink .listingLink a::after {
  display: none; }

/*#submenu .hide{
    display:none
}*/
.pageContent .reportListing .generalBlock.arrowedLink .listingLink a:before {
  content: "";
  width: 10px;
  position: absolute;
  height: 1px;
  left: 14px;
  top: Calc(50%);
  background-color: #383838; }

.pageContent .reportListing .generalBlock .listingInfo {
  bottom: 25px;
  top: 25px; }

.pageContent .reportListing .generalBlock:hover .listingInfo h2, .pageContent .reportListing .generalBlock:hover .listingInfo p {
  top: 70px; }

.pageContent .reportListing .generalBlock:hover .listingLink {
  display: block !important; }

.financialBanner {
  height: 450px;
  position: relative; }

.financialBannerContent {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center; }

.financialBannerIcon {
  width: 62px;
  margin: 0 auto;
  margin-bottom: 14px; }

.financialBannerIcon img {
  width: 100%; }

.financialBannerContent h3 {
  font-size: 34px;
  color: #FFF;
  margin-bottom: 20px; }

.primary-btn, .primaryBtn, .reset, .normalText a.primary-btn, .loadMoreBtn a {
  padding: 11px 20px 11px 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.submitHolder, .resetHolder {
  position: relative; }

.primary-btn::before, .submitHolder::before, .resetHolder::before, .loadMoreBtn a::before {
  content: "";
  width: 10px;
  position: absolute;
  height: 1px;
  left: 10px;
  top: Calc(50%);
  background-color: #ffffff;
  z-index: 1; }

.primary-btn:hover, .normalText a.primary-btn:hover, .loadMoreBtn a:hover {
  background: #FFF;
  color: #253d6f;
  text-decoration: none; }

.primary-btn:hover::before {
  background: #253d6f; }

.officeInfoListing .listingIcon {
  width: 96px;
  height: 96px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #058594;
  margin: 0 auto;
  margin-bottom: 25px; }

.officeInfoListing .listingIcon img {
  width: 100%; }

.officeInfoListing .listingHolder > li {
  float: none;
  display: inline-block;
  width: 18%;
  vertical-align: top; }

.officeInfoListing .listingHolder > li:first-child {
  width: 25%; }

.officeInfoListing .listingItem {
  text-align: center;
  font-size: 15px;
  font-weight: 300; }

.officeInfoListing .listingDescription span {
  display: block;
  margin-bottom: 8px; }

h3.pageTitle {
  font-size: 30px;
  line-height: 25px; }

.contactFormHolder {
  background: #058594;
  padding: 50px 0; }

.contactForm {
  position: relative; }

.contactFormHolder .inputEntity input[type=text], .contactFormHolder .inputEntity input[type=password], .contactFormHolder .inputEntity textarea, .dk-selected, .fileUpload {
  background: transparent;
  border: 1px solid #50aab4;
  color: #FFF;
  font-family: Roboto, Arial; }

.contactFormHolder label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF; }

.contactFormHolder .col-md-12 {
  width: 50%;
  float: none; }

.contactFormHolder .col-md-1 {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0; }

.contactForm {
  max-width: inherit; }

.contactFormHolder .col-md-1 + .col-md-12 {
  width: 100%;
  float: left;
  padding-right: 30px; }

.inputEntity textarea {
  height: 208px; }

.formActions .requiredStar {
  color: #FFF; }

.successMessage {
  color: #FFF;
  text-align: center;
  font-size: 25px; }

.formActions .primaryBtn, .formActions .normalBtn {
  color: #FFF;
  border-color: #FFF;
  padding: 0 40px; }

.formActions .primaryBtn:hover, .formActions .normalBtn:hover {
  background: #FFF;
  color: #07acbf; }

.formActions .resetHolder:hover::before, .formActions .submitHolder:hover::before {
  background: #1ba3a8; }

.noPaddingBottom {
  padding-bottom: 0; }

.inputEntity .errorMessage {
  background: #253d6f;
  color: #FFF;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  bottom: 100%;
  color: #fff;
  font-weight: 300;
  font-size: 12px; }

.inputEntity .errorMessage:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #253d6f;
  border-width: 5px;
  margin-left: -5px; }

label + .errorMessage {
  bottom: inherit;
  top: 0;
  right: 0;
  left: inherit; }

.errorMessage:empty {
  opacity: 0; }

.contactFormHolder .pageTitle {
  color: #FFF; }

.mapHolder {
  height: 527px !important; }

.mapHolder {
  margin-bottom: 0 !important; }

.mapHolder > div, .mapHolder > div > div {
  height: 100%; }

.mapItem {
  font-size: 16px;
  font-weight: 300;
  font-family: Roboto, Arial;
  padding-left: 32px;
  line-height: 27px; }

.mapItem a {
  color: inherit; }

.mapItem a:hover {
  text-decoration: underline; }

.mapIcon1 {
  background: transparent url(../images/mapIcon1.png) no-repeat left center; }

.mapIcon2 {
  background: transparent url(../images/mapIcon2.png) no-repeat left center; }

.mapIcon3 {
  background: transparent url(../images/mapIcon3.png) no-repeat left center; }

.searchListing .blockTitle {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center; }

.searchWord, .searchNum {
  color: #1ba3a8; }

.searchListing .listingItem {
  background: #FFF;
  padding: 25px;
  box-shadow: 1px 1px 4px -2px #444; }

.searchListing li {
  margin-bottom: 4px; }

.searchListing .listingTitle {
  margin-bottom: 20px;
  font-size: 24px; }

.searchListing .container {
  width: 100%; }

.searchListing .blockBody {
  margin-bottom: 40px; }

.loadMoreBtn {
  text-align: center; }

.mainMenu > ul > li:first-child .ddSecondLevel > ul > li:last-child .ddThirdLevel {
  display: none; }

.fullBlueBlock .normalText {
  color: #FFF; }

.ui-autocomplete {
  background: #FFF !important;
  border-radius: 0;
  padding: 10px; }

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #eee;
  font-family: Roboto, Arial;
  padding: 15px 0;
  font-size: 16px; }

.ui-menu .ui-menu-item:last-child {
  border-bottom: none; }

.ui-menu .ui-menu-item a {
  color: #000000; }

.ui-menu .ui-menu-item a:hover {
  color: white !important; }

.pageSubtitle {
  font-size: 26px;
  text-align: center;
  color: #797979;
  margin-bottom: 30px; }

.careerBlockLeft {
  width: 40%;
  background: #FFF;
  float: left;
  padding: 0 28px; }

.careerBlockRight {
  width: 60%;
  float: left;
  line-height: 0; }

.flex-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%; }

.careerBlockLeft h3 {
  margin-bottom: 15px;
  color: #353535; }

.careerBlockLeft p {
  font-size: 18px;
  font-weight: 300; }

.careerBody {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  max-width: 680px;
  margin: 0 auto;
  line-height: 30px; }

.careerBlock {
  margin-bottom: 40px; }

.careersLnadingPage .subpageContainer {
  padding-bottom: 45px; }

.fullBlueBlock .listingIntro {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 816px; }

.careerBlueBlock .normalText {
  font-size: 18px; }

.left-nav-level2 {
  position: absolute;
  background: #FFF;
  padding: 15px 20px 20px 20px;
  min-width: 310px;
  left: 0;
  top: 55px;
  border: 1px solid #e5e7e9;
  display: none; }

.innerBanner .table .subMenulinks li.openDropdown::before {
  content: "";
  width: 100%;
  background: #FFF;
  height: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10; }

.innerBanner .table .subMenulinks li {
  position: relative; }

.left-nav-level2 li a {
  color: #000000 !important;
  font-size: 14px;
  font-weight: 300;
  padding: 0 !important; }

.left-nav-level2 li a:hover {
  color: #07acbf !important; }

.left-nav-level2 li {
  padding: 10px 0 !important;
  border-bottom: 1px solid #e5e7e9;
  display: block !important;
  text-align: left;
  padding-bottom: 0; }

.left-nav-level2 li:last-child {
  border-bottom: none; }

.innerBanner .table .subMenulinks li.openDropdown {
  background: #FFF; }

.innerBanner .table .subMenulinks li.openDropdown a {
  color: #000000; }

.innerBanner .table .subMenulinks li.hasSubmenu > a {
  padding-right: 15px; }

.innerBanner .table .subMenulinks li.hasSubmenu > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background: transparent url(../images/arrow-down.png) no-repeat center center;
  margin-left: 14px; }

.innerBanner .table .subMenulinks li.hasSubmenu:hover > a::after, .innerBanner .table .subMenulinks li.hasSubmenu > a.active::after {
  background: transparent url(../images/arrow-down-black.png) no-repeat center center; }

.innerBanner .table .subMenulinks li.hasSubmenu.openDropdown > a::after {
  background: transparent url(../images/arrow-up-black.png) no-repeat center center !important; }

.landingVacancies {
  padding: 50px 0; }

.viewAllHolder {
  text-align: center; }

.viewAllHolder .primary-btn {
  border-color: #000;
  color: #000; }

.viewAllHolder .primary-btn:hover, .downloadPdf .primary-btn:hover, .loadMoreBtn a:hover {
  background: #253d6f;
  color: #FFF;
  border-color: #253d6f; }

.viewAllHolder .primary-btn::before {
  background-color: #000; }

.viewAllHolder .primary-btn:hover::before, .downloadPdf .primary-btn:hover::before, .loadMoreBtn a:hover::before {
  background-color: #fff; }

.vacanciesList .blockBody {
  margin-bottom: 65px; }

.pageContent .vacanciesList.reportListing .generalBlock:hover .listingLink {
  display: block; }

.pageContent .reportListing.vacanciesList .generalBlock:hover .listingInfo h2, .pageContent .reportListing.vacanciesList .generalBlock:hover .listingInfo p {
  top: 30px; }

.pageContent .reportListing.vacanciesList .generalBlock.arrowedLink .listingLink a {
  position: relative; }

.pageContent .reportListing.vacanciesList .generalBlock.arrowedLink .listingLink {
  position: absolute;
  bottom: 20px;
  left: 7px;
  z-index: 20;
  width: 100%; }

.pageContent .reportListing.vacanciesList .generalBlock .listingInfo {
  bottom: 0;
  left: 0;
  top: 0;
  color: black;
  padding: 20px; }

.vacancyHighlightedText {
  font-size: 20px;
  font-weight: 700;
  color: #474747; }

.blueBannerBtns {
  text-align: center; }

[data-columns]::before {
  content: '3 .column.size-1of3'; }

/* These are the classes that are going to be applied: */
.column {
  float: left; }

.size-1of3 {
  width: 33.333%; }

header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul > li {
  width: 258px; }

header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul {
  padding-bottom: 20px;
  padding-top: 55px; }

header .bottomHeader .menusMain .mainMenu > ul > li.hasSubmenu .ddSecondLevel > ul > li .ddThirdLevel ul li:last-child {
  margin-bottom: 0; }

.listingContact .listingDescription a {
  color: #FFF; }

.listingContact .listingDescription a:hover {
  text-decoration: underline; }

.listingContact .listingTitle a {
  color: #FFF; }

.listingContact .listingTitle a:hover {
  text-decoration: underline; }

.footerTop > div > .col-md-4:first-child .simpleList:first-child .simpleListTitle:nth-child(2),
.footerTop > div > .col-md-4:first-child .simpleList:first-child .simpleListTitle:last-child {
  display: none; }

.footerTop > div {
  height: 100%; }

.pageContent .generalBlock.rightsAndDutiesBlock .listingImage::after {
  background: transparent; }

.innerBanner .table .subMenulinks li.hide {
  display: none; }

.contactFormHolder .inputEntity input[type=text]:focus, .contactFormHolder .inputEntity textarea:focus {
  background: #FFF;
  color: #253d6f; }

.submitHolder::before, .resetHolder::before {
  left: 22px; }

.footer .footerTop > div > div:empty {
  display: none; }

.footerTop ul.simpleList {
  margin-bottom: 20px; }

.correspondentsList .InnerListingItem h4 {
  margin-bottom: 10px; }

.downloadPdf .primary-btn, .loadMoreBtn a {
  color: #253d6f;
  border-color: #253d6f; }

.downloadPdf .primary-btn:before, .loadMoreBtn a:before {
  background: #253d6f; }

.downloadPdf {
  padding-top: 20px;
  text-align: center; }

.normalText table td, .normalText table th {
  padding: 15px 20px; }

.normalText table tr {
  border-bottom: 1px solid #000000; }

.normalText table th {
  color: #FFF;
  background: #253d6f; }

.normalText table {
  width: 100%; }

.normalFormHolder .contactFormHolder {
  background: transparent; }

.normalFormHolder .contactFormHolder label {
  color: #151515; }

.normalFormHolder .contactFormHolder .inputEntity input[type=text], .normalFormHolder .contactFormHolder .inputEntity input[type=password], .normalFormHolder .contactFormHolder .inputEntity textarea, .normalFormHolder .dk-selected, .normalFormHolder .fileUpload {
  border-color: #151515;
  color: #151515; }

.normalFormHolder .formActions .primaryBtn, .normalFormHolder .formActions .normalBtn {
  color: #000000;
  border-color: #000000; }

.normalFormHolder .formActions .resetHolder::before, .normalFormHolder .formActions .submitHolder::before {
  background: #000; }

.normalFormHolder .formActions .primaryBtn:hover, .normalFormHolder .formActions .normalBtn:hover {
  background: #253d6f;
  color: #FFF; }

.normalFormHolder .formActions .resetHolder:hover::before, .normalFormHolder .formActions .submitHolder:hover::before {
  background: #FFF; }

.downloadDocuments ul li::before {
  display: none; }

.downloadDocuments ul {
  text-align: right !important;
  font-family: 'Cairo', sans-serif; }

.downloadDocuments ul li {
  text-align: right !important;
  direction: rtl; }

.downloadDocuments ul li i, .downloadDocuments ul li em {
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block; }

.loadMoreBtn a {
  padding: 0 35px !important; }

.summaryText {
  padding-top: 50px; }

.downloadDocuments li {
  float: right;
  margin-bottom: 30px !important; }

.downloadDocuments li .listingTitle {
  text-align: right;
  position: relative;
  padding-right: 30px;
  font-family: 'Cairo', sans-serif;
  font-weight: normal; }

.normalFormHolder .successMessage {
  color: #253d6f; }

.fullBlueBlock .normalText h3 {
  color: #FFF;
  text-align: center; }

.contactFormHolder .applyForm .col-md-12 {
  width: 100%;
  float: none; }

.customSelect .dk-select {
  width: 100%; }

.customSelect .dk-selected {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

.customSelect .dk-selected:after {
  display: none; }

.hideList {
  display: none; }

.applyForm .inputEntity textarea {
  height: 124px; }

.applyForm .requiredStar {
  color: #253d6f; }

.inputParent .dk-select {
  width: 100%; }

.positionSelect input[type="text"] {
  display: none; }

.applyForm .ajaxLoader {
  background: none; }

.ajaxLoader {
  background: none !important; }

.ajaxLoader::before {
  color: white !important; }

.cardsListingHolder .cardsListing li .listingItem .listingInfo .listingDescription ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px; }

.cardsListingHolder .cardsListing li .listingItem .listingInfo .listingDescription ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #253d6f;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px; }

.pageContent .cardsListingHolder .cardsListing li .listingItem .listingInfo {
  height: 400px; }

.pageContent .cardsListingHolder .cardsListing li .listingItem .listingImage {
  background: #f3f8fc; }

.normalText .col-md-4 h4 {
  font-size: 26px;
  line-height: 31px; }

.careerBlockLeft h3 {
  font-size: 22px; }

.careerBlockLeft p {
  font-size: 20px;
  line-height: 27px; }

.dk-selected {
  border-radius: 2px !important; }

.whiteBg {
  background: #FFF;
  padding: 30px; }

.mapTitle {
  padding-top: 52px; }

.fancybox-image, .fancybox-spaceball {
  background-color: #f6f6f6 !important; }

.subContainer .membersList {
  margin-top: 60px; }

.listingDescription .rightContent {
  margin-top: -70px; }

.listingItem.textFields .listingDescription h3 {
  margin-bottom: 10px; }

.listingItem.textFields h4 .listingTitle {
  margin-top: 10px; }

.contactForm input, .contactForm select {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 20px;
  margin-top: 10px; }
.contactForm select {
  border: 1px solid black !important;
  background-color: #f6f6f6; }

.customSelect .dk-selected {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 20px;
  margin-top: 10px; }

.textareaParent textarea {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 20px;
  margin-top: 10px; }

.contactForm .dk-select-open-down .dk-select-options {
  margin-top: -21px; }

ul.MvcDynamicOrientableList.MvcDynamicVertical li {
  display: inline-block;
  margin-right: 10px; }
ul.MvcDynamicOrientableList.MvcDynamicVertical input {
  width: auto;
  -webkit-appearance: none;
  border: 1px solid black;
  border-radius: 30px; }
  ul.MvcDynamicOrientableList.MvcDynamicVertical input:checked {
    background: #142540; }
ul.MvcDynamicOrientableList.MvcDynamicVertical label {
  position: relative;
  top: -25px;
  left: 4px; }

.submitHolder input.primaryBtn {
  padding: 10px 35px;
  background-color: transparent;
  margin-bottom: 0px; }

.resetHolder input.normalBtn.reset {
  padding: 10px 35px;
  background-color: transparent;
  margin-bottom: 0px; }

.submitHolder, .resetHolder {
  float: right;
  margin-left: 10px; }

.submitHolder::before, .resetHolder::before {
  top: 33px; }

.applyForm .requiredStar {
  position: relative;
  top: 5px; }

.dk-select-open-up .dk-select-options {
  margin-bottom: -11px; }

input.customFileUpload {
  font-size: 0px;
  position: relative;
  visibility: hidden;
  padding: 0;
  height: 30px;
  margin: 0px; }
  input.customFileUpload:after {
    color: #000000;
    text-transform: uppercase;
    content: "Browse";
    position: absolute;
    right: 10px;
    top: 3px;
    visibility: visible;
    font-size: 14px;
    width: 100%;
    height: 100%;
    text-align: right; }

.contactFormHolder .resetHolder input.normalBtn.reset:hover {
  background: #FFF;
  color: #07acbf; }

.contactForm .resetHolder input.normalBtn.reset:hover {
  background: #253d6f;
  color: #FFF; }

.ContctusSpecialContainer .resetHolder input.normalBtn.reset:hover {
  background: #FFF;
  color: #07acbf; }

span.uploadValue {
  font-size: 12px;
  padding: 5px 5px;
  position: absolute;
  top: 29px; }

.pageContent .generalBlock.greenBlock.arrowedLink2:Hover {
  background-color: #1ba3a8 !important; }

.pageContent .generalBlock.greenBlock.arrowedLink2 .listingLink a:hover {
  border-color: #FFF; }

li.ui-menu-item.ui-search-hover {
  background: #1b2d56; }

li.ui-menu-item.ui-search-hover a {
  padding-left: 5px;
  color: white; }

li.ui-view-all-results.ui-menu-item a {
  text-decoration: underline; }

li.ui-view-all-results.ui-menu-item a:hover {
  text-decoration: none; }

.resetHolder {
  float: left;
  display: inline-block;
  right: 135px;
  position: absolute;
  top: 0; }

.formActions {
  position: relative; }

.resetHolder input.normalBtn.reset {
  padding: 10px 30px !important; }

.resetHolder::before {
  left: 18px !important; }

.customSelect .dk-selected {
  padding: 7px 10px !important; }

.contactForm .secondCol .formActions .resetHolder {
  margin-top: 90px; }

.contactForm .secondCol .formActions .submitHolder {
  margin-top: 90px; }

/*# sourceMappingURL=nacb.css.map */

/*$border-color:$black-body-text-color;*/
/*# sourceMappingURL=nacb-responsive.css.map */
@media (max-width: 1366px) {
  h1.hideHeadingOne {
    font-size: 0px; }

  .container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto; }

  header .bottomHeader .menusMain .mainMenu > ul {
    display: flex;
    flex-wrap: wrap; }

  header .bottomHeader .menusMain .mainMenu > ul > li {
    padding: 5px; }

  header .bottomHeader .logoHolder a {
    background-size: 400px auto;
    height: 59px;
    width: 265px; }

  header .bottomHeader .floatRight {
    float: none; }

  header .bottomHeader .menusMain .mainMenu {
    padding-bottom: 10px; }

  .mainSlider .owl-dots {
    left: 56%; }

  .mainSlider .fullBg .sliderHeight .posRelative .sliderContent {
    left: 20px; }

  .pageContent.homePage .row .col-md-3,
  .pageContent.homePage .row .col-md-6 {
    width: 50%; }

  .pageContent.homePage .row {
    display: flex;
    flex-wrap: wrap; }

  .mainSlider {
    overflow-x: hidden; }

  .pageContent.homePage .row .col-md-3.last,
  .pageContent.homePage .row .col-md-6.last {
    margin-bottom: 14px; }

  header .searchBar {
    padding: 0 20px; }

  .subContainer {
    width: 100%;
    margin: 0; }

  .toolsContainerCont .toolsContainer {
    padding-left: 20px;
    padding-right: 20px;
    display: none; }

  .membersList .blockBody {
    padding: 0 20px; }

  .correspondentsList #EUR .container,
  .correspondentsList #USD .container {
    padding: 0 20px; }

  .fullBlockHolder .fullBlock {
    padding-left: 20px;
    padding-right: 20px; }

  .contactFormHolder {
    padding: 50px 20px; } }
@media (max-width: 1200px) {
  header .bottomHeader .menusMain .mainMenu > ul > li {
    padding: 5px 10px; }

  header .bottomHeader .logoHolder {
    float: none; }

  header .bottomHeader .menusMain .mainMenu {
    padding-top: 5px; }

  .pageContent .whyNACB .listingInfo .listingCircles .circleHolder,
  .pageContent .whyNACB .listingInfo .listingCircles .circleHolder .singleCircle {
    height: 155px;
    width: 155px; }

  .pageContent .whyNACB .listingInfo .listingCircles .circleHolder .singleCircle .td {
    padding: 20px; }

  .careerBlockRight {
    overflow: hidden; }

  .normalText:not(.chairmanLetter) {
    overflow: hidden; }

  .normalText .col-md-6 .whiteBg {
    min-height: 320px; }

  header .bottomHeader .menusMain .mainMenu > ul > li.active > a::before {
    top: -5px; }

  .normalText .listingDescription .col-md-4 h4 {
    font-size: 22px; }

  .pageContent .ProductHolder .normalText .firstRow .contentLeft {
    padding-left: 15px;
    padding-right: 15px; }

  .pageContent .ProductHolder .normalText .firstRow .contentLeft .table {
    padding-left: 25px;
    padding-right: 10px; }

  .BigImage a {
    display: flex;
    justify-content: center;
    overflow: hidden; }

  .correspondentsList .listingSubItem li .InnerListingItem {
    max-width: 450px; }

  #Retail-Banking .listingImage img {
    height: 100%;
    width: auto;
    max-width: unset; }

  div.twoColumnList {
    width: 47%; } }
@media (max-width: 999px) {
  header .bottomHeader .logoHolder a {
    background: url(../images/sprite.png);
    background-position: 0px 0px;
    background-size: 400px auto; }

  .footer .closeFooter .footerIcon {
    background: url(../images/sprite.png);
    background-position: -21px -73px; }

  .footer.closed .footerIcon {
    background: url(../images/sprite.png);
    background-position: -30px -82px; }

  header .topHeader .searchIcon {
    background: url(../images/sprite.png);
    background-position: 0px -72px;
    background-size: auto; }

  .normalText ul li:before {
    background: url(../images/sprite.png);
    background-position: -116px -80px; } }
@media (max-width: 991px) {
  .pageContent .generalBlock .listingInfo h2 {
    font-size: 20px; }

  .pageContent .generalBlock .fullLink {
    height: 55px; }

  .pageContent .reportListing .generalBlock:hover .listingInfo h2, .pageContent .reportListing .generalBlock:hover .listingInfo p {
    top: 0; }

  .pageContent .backLink {
    display: block; }

  .pageContent.homePage .row .col-md-6.last {
    width: 100%; }

  .pageContent.homePage .row .col-md-6.homePageStats {
    width: 100%; }

  .careerBlockRight,
  .careerBlockLeft {
    width: 50%; }

  .careerBlockRight {
    display: flex;
    align-items: center;
    justify-content: center; }

  .landingVacancies {
    padding: 20px 0 50px; }

  .normalText .col-md-6 .whiteBg {
    margin-bottom: 20px; }

  .innerBanner .table .listingTitle h2 {
    font-size: 55px; }

  .chairmanLetter {
    width: 100%; }

  .blueQuote::after {
    right: -35px; }

  .blueQuote::before {
    left: -35px; }

  .innerBanner .table .subMenulinks li {
    margin-bottom: 10px; }

  .pageContent .ProductHolder .normalText .firstRow .contentLeft {
    height: auto; }

  .pageContent .ProductHolder .normalText .firstRow .contentLeft .table {
    padding: 25px; }

  .pageContent .ProductHolder .normalText .firstRow .contentRight,
  .pageContent .ProductHolder .normalText .firstRow .contentRight img {
    width: 100%; }

  .blueQuote {
    margin: 0 20px 40px; }

  .BottomSectionHolder,
  .fullBlueBlock {
    padding: 50px; }

  .membersList .listingItem {
    padding: 20px; }

  .correspondentsList .listingSubItem li .InnerListingItem,
  .correspondentsList .col-md-6 + .col-md-6 .InnerListingItem {
    max-width: unset;
    width: calc(100% - 40px);
    float: none !important; }

  .correspondentsList .col-md-6 .listingTitle {
    float: none;
    width: 100%; }

  .correspondentsList .listingItemLI {
    padding-top: 30px;
    padding-bottom: 30px; }

  .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li:first-child .listingItem .listingInfo {
    height: auto; }

  .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo {
    padding: 20px; }

  div.twoColumnList {
    width: 100%;
    padding-bottom: 10px; }

  .normalText h4 {
    margin-bottom: 20px; }

  .pageTitle,
  .pageContent .ProductHolder .normalText .firstRow {
    margin-bottom: 40px; }

  .pageContent .cardsListingHolder .cardsListing li .listingItem .listingImage,
  .pageContent .cardsListingHolder .cardsListing li .listingItem .listingInfo {
    width: 100%; }

  .pageContent .cardsListingHolder .cardsListing li .listingItem .listingImage {
    max-height: 250px;
    display: flex;
    align-items: center; }

  .BigImage a {
    align-items: center; }

  .BigImage img {
    width: 100%;
    height: auto; } }
@media (max-width: 768px) {
  .contactForm .secondCol .formActions .resetHolder {
    margin-top: 0; }

  .contactForm .secondCol .formActions .submitHolder {
    margin-top: 0; }

  .resetHolder {
    top: 39px; }

  .quickLinks {
    visibility: hidden; }

  body {
    overflow: visible; }

  header .bottomHeader .menusMain {
    right: 0;
    width: 85%;
    display: block;
    visibility: hidden; }

  .quickLinks {
    right: 0; }

  header .bottomHeader .menusMain.active {
    right: -92%; }

  .quickLinks {
    width: auto;
    visibility: visible; }

  .quickLinksListing {
    display: none; }

  .quickLinks.open {
    width: 280px; }

  .quickLinks.open .quickLinksListing {
    display: block; }

  body.menu-open {
    transform: translate(-84%, 0); }

  header .bottomHeader .menusMain {
    visibility: hidden; }

  header .bottomHeader .menusMain.active {
    visibility: visible; }

  .pageContent .whyNACB .listingInfo .listingTitle {
    margin-bottom: 40px; }

  .whyNACB .listingInfo {
    text-align: center; }

  .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li:first-child .listingItem .listingImage {
    height: 212px; }

  .footer ul.simpleList {
    display: none; }

  .pageContent.homePage .row .col-md-3,
  .pageContent.homePage .row .col-md-6 {
    width: 100%; }

  header {
    z-index: 1501; }

  header .topHeader {
    padding: 0; }

  .topHeader .floatLeft {
    display: none; }

  header .topHeader .searchIcon {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../images/search-mobile.png");
    background-size: cover;
    background-position: 0px 0px;
    width: 25px;
    height: 25px; }

  header .bottomHeader {
    padding: 10px 20px; }

  .mainSlider {
    padding-top: 0; }

  body {
    transform: translate(0, 0);
    overflow-x: hidden;
    transition: transform 600ms ease; }

  header .bottomHeader .menusMain .mainMenu > ul {
    flex-direction: column;
    align-items: flex-start; }

  header .ddSecondLevel {
    display: none; }

  header .bottomHeader .menusMain .mainMenu > ul > li::after {
    display: none; }

  header .bottomHeader .menusMain {
    background: #142540;
    width: 92%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0; }

  header .bottomHeader .menusMain .mainMenu > ul > li > a {
    color: #fff; }

  body.menu-open {
    transform: translate(-92%, 0);
    position: relative;
    overflow-y: hidden; }

  .mobileMenuToggler {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 30px;
    height: 20px; }

  .mobileMenuToggler span {
    position: absolute;
    right: 0;
    top: 10px;
    width: 25px;
    height: 2px;
    background: #253c72;
    display: block; }

  .mobileMenuToggler span:before,
  .mobileMenuToggler span:after {
    content: '';
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background: #253c72; }

  .mobileMenuToggler span:before {
    top: -7px; }

  .mobileMenuToggler span:after {
    top: 7px; }

  header .bottomHeader .menusMain .mainMenu {
    padding: 15px 20px; }

  header .bottomHeader .menusMain .mainMenu > ul > li {
    padding: 15px 0; }

  .topHeader .floatLeft {
    display: block; }

  header .topHeader .nav {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 90%;
    right: -90%;
    top: 270px;
    padding: 0 20px; }

  header .topHeader .nav li::before {
    display: none; }

  header .topHeader .nav a {
    font-size: 17px;
    padding: 0; }

  header .topHeader .nav.inlinedList li {
    padding: 15px 0; }

  .mainSlider .fullBg .sliderHeight .posRelative .sliderContent {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 20px 15px 15px; }

  .mainSlider .fullBg .sliderHeight {
    height: 600px; }

  .mainSlider .fullBg {
    background-size: auto 360px !important;
    background-repeat: no-repeat; }

  .mainSlider .owl-dots {
    left: 5px;
    padding: 0;
    margin: 0;
    transform: none;
    bottom: 30px; }

  .pageContent.homePage {
    padding: 10px 7px; }

  .pageContent .generalBlock.greenBlock.arrowedLink2 .listingLink,
  .generalBlock .listingLink {
    display: block;
    opacity: 1; }

  .pageContent .generalBlock .listingInfo .listingLink a {
    border: none;
    padding-left: 20px; }

  .pageContent .generalBlock .listingInfo .listingLink a:before {
    left: 0; }

  .pageContent .generalBlock.greenBlock.arrowedLink2 .listingLink a {
    left: 0;
    right: auto; }

  .pageContent .generalBlock {
    height: 250px; }

  .pageContent .generalBlock .listingInfo,
  .pageContent .generalBlock.greenBlock .listingInfo {
    bottom: 15px;
    top: 0;
    left: 15px;
    right: 15px; }

  .pageContent .generalBlock .listingInfo h2, .pageContent .generalBlock .listingInfo p {
    top: 15px; }

  .pageContent .reportsSlider {
    min-height: 270px; }

  .pageContent .locateUsHolder .mapcanvas,
  .pageContent .locateUsHolder .locateusIcon {
    width: 100%; }

  .pageContent .locateUsHolder .locateusIcon {
    height: 250px;
    padding-top: 50px; }

  .pageContent .locateUsHolder .locateusIcon:after {
    top: -9px;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg); }

  .pageContent .whyNACB,
  .pageContent .reportsSlider,
  .pageContent .listingContact {
    padding: 15px; }

  .pageContent .whyNACB .listingInfo .listingCircles {
    padding: 0 20px; }

  .footer {
    padding: 25px 20px; }

  .footer .footerTop > div > div {
    width: 100%;
    margin-bottom: 0; }

  .footer .footerTop .simpleList .simpleListTitle a {
    font-weight: 300; }

  .footer .footerTop .simpleList .simpleListTitle {
    margin-bottom: 10px; }

  .footer .footerTop {
    margin-bottom: 10px; }

  .careerBlockRight,
  .careerBlockLeft {
    width: 100%; }

  .careerBlockLeft {
    padding: 25px; }

  .careersLnadingPage .subpageContainer {
    padding-bottom: 25px; }

  .pageTitle {
    font-size: 38px;
    margin-bottom: 40px; }

  .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li:first-child .listingItem .listingImage,
  .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li:first-child .listingItem .listingInfo {
    float: none; }

  .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li:first-child .listingItem .listingImage,
  .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li:first-child .listingItem .listingInfo {
    width: 100%; }

  .pageContent .ProductHolder .normalText .firstRow .contentLeft {
    padding-top: 20px;
    padding-bottom: 20px; }

  .normalText ul li {
    padding-left: 20px; }

  .pageTitle,
  .pageContent .ProductHolder .normalText .firstRow {
    margin-bottom: 30px; }

  .fullBlock .container .td .listingItem .listingInfo .listingDescription {
    font-size: 24px; }

  .normalText ul.twoColumnList {
    width: 100%; }

  .listingDescription .rightContent {
    margin-top: 0; }

  .listingDescription span {
    top: 0 !important; }

  .normalText .col-md-4 h4 {
    font-size: 24px;
    line-height: 30px; }

  .summaryText {
    padding-top: 30px; }

  .pageContent .reportListing .generalBlock {
    height: 200px; }

  .financialBanner {
    height: 320px; }

  .contactFormHolder .col-md-12 {
    width: 100%; }

  .contactFormHolder .col-md-1 {
    position: static;
    width: 100%; }

  .contactFormHolder .inputEntity input[type=text],
  .contactFormHolder .inputEntity input[type=password],
  .contactFormHolder .inputEntity textarea {
    width: 100%; }

  .officeInfoListing .listingHolder > li:first-child {
    width: 48%; }

  .officeInfoListing .listingHolder > li {
    width: 48%; }

  .pageContent .ProductHolder .normalText .firstRow .contentRight {
    overflow: hidden; }

  .left-nav-level2 {
    z-index: 2; }

  .correspondentsList #EUR .listingSubItem li .InnerListingItem,
  .correspondentsList #USD .listingSubItem li .InnerListingItem {
    width: 100%; } }
@media (max-width: 576px) {
  .normalText .col-md-6 .whiteBg {
    text-align: left; }

  .addPaddingTop {
    padding-top: 50px; }

  .pageContent .reportListing ul li:nth-child(8n+2) .generalBlock, .pageContent .reportListing ul li:nth-child(8n+7) .generalBlock {
    background: none !important; }

  .normalText .col-md-6 .whiteBg h3, p {
    text-align: left !important; }

  .listingHolder > li {
    margin-bottom: 15px; }

  .officeInfoListing .listingDescription span {
    top: 8px;
    position: relative; }

  .officeInfoListing .listingDescription {
    overflow: hidden;
    position: relative;
    left: 10px;
    top: 1px;
    text-align: left; }

  .officeInfoListing .listingIcon {
    float: left;
    width: 38px;
    height: 38px; }

  .listingContact .listingDescription a {
    font-size: 20px; }

  .pageContent .listingContact ul li .listingDescription {
    font-size: 20px; }

  .pageContent .listingContact h2 {
    font-size: 20px; }

  .locateusIcon h2 a {
    font-size: 20px; }

  .pageContent .locateUsHolder .locateusIcon .listingInfo img {
    width: 80px; }

  .mainSlider .fullBg {
    background-position: top; }

  .CallusTop {
    padding-top: 0px !important; }

  .subpageContainer.subPagePadding {
    padding-top: 0px; }

  .subpageContainer {
    padding-top: 50px; }

  .contactPageContainer.subpageContainer.responsiveUse {
    padding-top: 0px !important; }

  .inputEntity.positionSelect {
    -webkit-appearance: none; }

  .footer .closeFooter {
    left: 47% !important; }

  .reportListing .listingHolder > li {
    height: 65px;
    background-color: white; }

  .innerBanner .table .subMenulinks {
    bottom: -60px !important; }

  header .bottomHeader .logoHolder a {
    background: url(../images/logo-mobile.svg);
    background-size: cover;
    height: 47px;
    max-width: 100%;
    width: 60%;
    /* background-size: 175px 100%; */
    background-repeat: no-repeat;
    background-position: -8px -7px; }

  header .topHeader .searchIcon {
    right: 60px; }

  .mainSlider .fullBg .sliderHeight .posRelative .sliderContent p {
    font-size: 18px;
    margin-bottom: 15px; }

  .mainSlider .fullBg .sliderHeight {
    height: 565px; }

  .pageContent .whyNACB .listingInfo .listingCircles .circleHolder {
    margin-left: 0px; }

  .pageContent .generalBlock .listingInfo h2 {
    font-size: 20px; }

  .pageContent .homepage-animated-block:first-child .generalBlock {
    height: 250px; }

  .pageContent .listingContact {
    /*padding: 25px 20px 20px;*/ }

  .pageContent .generalBlock.rightsAndDutiesBlock {
    height: 230px; }

  .pageContent .generalBlock.rightsAndDutiesBlock .listingInfo h2 {
    font-size: 20px;
    padding: 20px; }

  .pageContent .generalBlock.rightsAndDutiesBlock .listingInfo {
    top: 60px; }

  .footerBottom .floatRight {
    float: left;
    padding: 10px 0 0; }

  body.menu-open {
    transform: translate(-85%, 0); }

  header .bottomHeader .menusMain {
    right: 0;
    width: 85%; }

  header .bottomHeader .menusMain.active {
    right: -85% !important; }

  .mainSlider .fullBg .sliderHeight .posRelative .sliderContent {
    bottom: auto;
    top: 330px; }

  .pageTitle {
    font-size: 34px;
    margin-bottom: 25px; }

  .pageSubtitle {
    font-size: 22px; }

  .subContainer {
    margin: 0; }

  .toolsContainerCont .shareHolder {
    float: none;
    padding: 0 20px;
    bottom: -40px;
    display: none;
    position: relative; }

  .innerBanner .table .subMenulinks ul.leftNav {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0px 10px 0;
    border: 1px solid #00000045; }

  .innerBanner .table .subMenulinks li a {
    border: none;
    color: #000; }

  .innerBanner .table .subMenulinks {
    height: 50px;
    background: #fff;
    margin: 0 10px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px); }

  .innerBanner .table .subMenulinks:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 15px;
    width: 15px;
    height: 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    transition: transform 300ms ease; }

  .innerBanner .table .subMenulinks.open:after {
    transform: rotate(225deg);
    top: 22px; }

  .innerBanner .table .subMenulinks li {
    width: 100%;
    margin-bottom: 0; }

  .innerBanner .table .subMenulinks.open li:not(:last-child) {
    border-bottom: 1px solid #dfdfdf; }

  .innerBanner .table .subMenulinks li:not(:first-child) {
    height: 0;
    overflow: hidden;
    transition: height 300ms ease; }

  .innerBanner .table .subMenulinks.open li {
    height: 50px; }

  .innerBanner {
    height: 300px; }

  .innerBanner .table .listingTitle h2 {
    font-size: 40px; }

  .innerBanner .table .listingTitle {
    margin-top: 100px; }

  .toolsContainerCont .breadCrumbMainContainer {
    display: none; }

  .quickLinks {
    top: 80px;
    position: absolute !important; }

  .quickLinks.open {
    right: 0px; }

  .quickLinks.open .quickLinksListing {
    visibility: visible; }

  .quickLinksListing {
    visibility: hidden; }

  .careerBody {
    font-size: 16px;
    line-height: 24px;
    text-align: left; }

  .mapTitle {
    padding-top: 30px; }

  .applyForm .requiredStar {
    position: relative;
    top: -2px;
    left: 0; }

  .customSelect .dk-selected {
    padding: 7px 10px; }

  .careerBlockLeft p {
    font-size: 18px; }

  .careerBlockLeft h3 {
    font-size: 20px; }

  .careersLnadingPage .subpageContainer {
    padding-bottom: 20px; }

  .whiteBg {
    padding: 20px 15px; }

  .chairmanLetter .letterIntro {
    font-size: 20px;
    margin-bottom: 15px; }

  .normalText h4 {
    font-size: 18px; }

  .blueQuote {
    font-size: 20px;
    padding: 30px 0;
    margin: 0 20px 30px; }

  .pageContent .ProductHolder .normalText .firstRow .contentRight {
    height: auto; }

  .pageContent .ProductHolder .normalText .firstRow {
    margin-bottom: 30px; }

  .BottomSectionHolder, .fullBlueBlock {
    padding: 30px; }

  .normalText .listingDescription .col-md-4 h4 {
    font-size: 20px;
    line-height: 26px; }

  .fullPageContainer {
    padding-top: 50px !important;
    padding-bottom: 40px; }

  .subpageContainer {
    padding-top: 50px; }

  .subContainer .membersList {
    margin-top: 30px; }

  .BigImage img {
    max-height: 500px; }

  .fullPageContainer .pageTitle {
    padding-left: 20px;
    padding-right: 20px; }

  .correspondentsList .listingSubItem li .InnerListingItem {
    padding: 30px 20px; }

  .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li:first-child .listingItem .listingImage {
    display: flex;
    justify-content: center; }

  .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .listingTitle {
    font-size: 28px; }

  .normalText ul li {
    font-size: 16px;
    line-height: 24px; }

  .normalText .listingTitle {
    font-size: 28px; }

  .normalText .listingDescription {
    font-size: 16px;
    line-height: 24px;
    text-align: left; }

  .pageContent .ProductHolder .normalText .subTitle {
    font-size: 24px;
    margin-bottom: 20px; }

  .normalText ul li:before {
    background: url(../images/sprite.png);
    background-position: -110px -70px;
    background-size: 465px;
    width: 15px; }

  .pageContent .ProductHolder .normalText .firstRow {
    margin-bottom: 20px; }

  .innerBanner .table .subMenulinks li.hasSubmenu > a::after {
    display: none; }

  .fullBlockHolder .fullBlock .table {
    height: auto; }

  .fullBlockHolder .fullBlock .table .listingInfo {
    padding: 0 10px; }

  .fullBlock .container .td .listingItem .listingInfo .listingDescription {
    font-size: 22px; }

  .fullBlock .container .td .listingItem .listingInfo .listingTitle {
    font-size: 30px;
    margin-bottom: 20px; }

  .left-nav-level2 {
    display: none !important; }

  .pageContent .cardsListingHolder .cardsListing li .listingItem .listingImage {
    max-height: 200px; }

  .normalText .col-md-4 h4 {
    font-size: 22px;
    line-height: 28px; }

  .subpageContainer {
    padding-bottom: 40px; }

  .pageContent .reportListing .generalBlock.arrowedLink .listingLink a:before {
    left: 7px;
    display: none; }

  .pageContent .reportListing .generalBlock {
    background: none;
    height: 170px; }

  .pageContent .reportListing ul li:nth-child(8n+2) .generalBlock, .pageContent .reportListing ul li:nth-child(8n+7) .generalBlock {
    background: white; }

  .pageContent .reportListing .generalBlock .listingInfo h2 {
    color: #1b1b1b !important;
    font-size: 18px; }

  .applyForm .formActions .requiredStar,
  .contactForm .formActions .requiredStar {
    display: block;
    padding: 10px 0; }

  .contactFormHolder {
    padding: 20px; }

  .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .secondaryLevelProduct {
    padding-bottom: 15px; }

  .pageContent .ProductHolder .normalText .firstRow .contentRight, .pageContent .ProductHolder .normalText .firstRow .contentRight img {
    vertical-align: bottom; }

  .pageContent .reportListing .generalBlock .listingInfo {
    top: 20px;
    bottom: -36px; }

  .pageContent .reportListing ul li:nth-child(8n+4) .generalBlock, .pageContent .reportListing ul li:nth-child(8n+5) .generalBlock {
    background: none !important; } }
@media (max-width: 420px) {
  .mainSlider .fullBg .sliderHeight {
    height: 555px; }

  .mainSlider .owl-dots {
    bottom: 25px; }

  .mainSlider .fullBg .sliderHeight .posRelative .sliderContent .sliderBtnHolder a {
    padding: 10px 10px 10px 20px; }

  .mainSlider .fullBg .sliderHeight .posRelative .sliderContent .sliderBtnHolder a:before {
    left: 5px; }

  .pageContent .whyNACB .listingInfo .listingCircles .circleHolder,
  .pageContent .whyNACB .listingInfo .listingCircles .circleHolder .singleCircle {
    width: 150px;
    height: 150px; }

  .pageTitle {
    font-size: 29px;
    margin-bottom: 20px; }

  .landingVacancies {
    padding: 20px 0 30px; }

  .normalText .listingDescription {
    font-size: 16px;
    line-height: 26px; }

  .BottomSectionHolder, .fullBlueBlock {
    padding: 15px; }

  .normalText .listingDescription .col-md-4 h4 {
    font-size: 18px;
    line-height: 26px; }

  .normalText .listingDescription .col-md-8 {
    font-size: 16px;
    line-height: 24px; }

  .membersList .listingTitle {
    font-size: 18px; }

  .innerBanner .table .listingTitle h2 {
    font-size: 35px;
    padding: 0 10px; }

  .fullPageContainer {
    padding-top: 10px; }

  .BigImage img {
    max-height: 430px; }

  .correspondentsList .listingSubItem li .InnerListingItem, .correspondentsList .col-md-6 + .col-md-6 .InnerListingItem {
    width: calc(100% - 30px); }

  .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .listingTitle {
    font-size: 24px; }

  .pageContent .ProductHolder .normalText .firstRow .contentLeft .table {
    padding: 15px 20px; }

  .normalText ul li {
    padding-left: 18px; }

  .pageContent .ProductHolder .normalText .contentFull {
    margin-bottom: 30px; }

  .normalText h4 {
    margin-bottom: 15px; }

  .pageContent .ProductHolder .normalText .subTitle {
    font-size: 20px; }

  .normalText .listingTitle {
    font-size: 24px;
    margin-bottom: 20px; }

  .fullBlock .container .td .listingItem .listingInfo .listingDescription {
    font-size: 20px; }

  .fullBlock .container .td .listingItem .listingInfo .listingTitle {
    font-size: 28px; }

  .pageContent .cardsListingHolder .cardsListing li .listingItem .listingInfo {
    height: auto; }

  .normalText .col-md-4 h4 {
    font-size: 20px;
    line-height: 26px; }

  .innerBanner .table .listingTitle {
    margin-top: 70px; }

  .financialBannerContent {
    width: 100%; }

  .officeInfoListing .listingHolder > li:first-child {
    width: 100%; }

  .officeInfoListing .listingHolder > li {
    width: 100%; }

  header .topHeader .nav {
    top: 210px; }

  header .topHeader .nav.inlinedList li,
  header .bottomHeader .menusMain .mainMenu > ul > li {
    padding: 10px 0; }

  header .bottomHeader .menusMain .mainMenu > ul li a,
  header .topHeader .nav a {
    font-size: 14px; }

  .pageContent .whyNACB .listingInfo .listingCircles {
    padding: 0; }

  .pageContent .productListingContainer .productListingList .productListingItems .blockBody > ul > li .listingItem .listingInfo .secondaryLevelProduct {
    padding-bottom: 10px; }

  .pageContent .ProductHolder .normalText .firstRow .contentLeft {
    padding-top: 0;
    padding-bottom: 0; } }
@media (max-width: 370px) {
  .mainSlider .fullBg .sliderHeight {
    height: 600px; }

  .mainSlider .owl-dots {
    bottom: 35px; } }

/*# sourceMappingURL=nacb-responsive.css.map */

