/********************************************************************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;
}
::-webkit-input-placeholder {opacity:1;}
:-moz-placeholder {opacity:1;}
::-moz-placeholder {opacity:1;}
:-ms-input-placeholder {opacity:1;}
::-ms-input-placeholder {opacity:1;}
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;
	}
/************************************* Reset End Styles ********************************/
/**************************************Grid styles*****************************/
.container {
	margin:0 auto;
}
@media (max-width:768px) {
.container {
	margin:0 10px;
}
}
@media (min-width:768px) {
.container {
	width: 750px
}
}

@media (min-width:992px) {
.container {
	width: 970px
}
}

@media (min-width:1200px) {
.container {
	width: 1330px;
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.row.smallerRowSpace{
	margin-left: -3px;
	margin-right: -3px
	}
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	clear:both;
	}
.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;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.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: right
}
.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
}
.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 (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: right;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.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: right;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.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: right;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.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;
	}
h2.rightAlign::after{
	left:inherit !important;
	right:0;
}
.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;
	}
/************************************* Common End Styles ********************************/
/***********Dropdown Styles************/
.dropDownImage{
	float:left;
	margin-right:10px;
	margin-top:3px;
	}
.dropDownImage img{
	display:block;
	}
.dropDownImage + .dropDownText{
	padding-left:27px;
	display:block;
	}
.dropDownToggle{
	position:relative;
	padding-right:14px;
	}
.dropDown{
	display:inline-block;
	position:relative;
	text-align:left;
	}
.dropDownToggle{
	display:block;
	}
.dropDownMenu{
	display:none;
	position:absolute;
	top:100%;
	white-space:nowrap;
	z-index:111;
	}
.dropDownMenu li{
	}
.noPad{
	padding-left:0;
	padding-right:0;
	}
/***********Dropdown End Styles************/
/************************************* Website Styles ********************************/

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/*! 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 */

/* Layout helpers
----------------------------------*/
.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-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.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;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.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;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.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-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-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-prev span,
.ui-datepicker .ui-datepicker-next 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: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 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 .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.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;
}

/* RTL support */
.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 {
	float: left;
}
.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 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 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 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.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; /* support: IE7 */
	/* support: IE10, see #8844 */
	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 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.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); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .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-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 black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 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: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.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;
}

/* support: IE8 - See #6727 */
.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-min {
	bottom: 0;
}
.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;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.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;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	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-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .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: none;
}
.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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus 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 #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	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: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.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: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.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-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .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");
}

/* positioning */
.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-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { 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; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}
/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(../images/sprite-skin-flat.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 12px; top: 25px;
}
    .irs-line-left {
        height: 12px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 12px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 12px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 12px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 12px; width: 9px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 16px; height: 18px;
    top: 22px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #ed5565;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}


.irs-grid-pol {
    background: #e1e4e9;
}
.irs-grid-text {
    color: #999;
}

.irs-disabled {
}

/*!
 *  Font Awesome 4.4.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.4.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.4.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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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: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-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-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"}

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/**
 * Swiper 3.2.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 7, 2015
 */
.swiper-container{width: 100%; height: 100%; margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.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;
	cursor: pointer;
	width:100%;
}
.dk-selected {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display:block;
	line-height:30px;
}
.dk-selected:before, .dk-selected:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
}
.dk-selected:before {
	top: 50%;
	border: solid transparent;
	border-width: 0.25em 0.25em 0;
	border-top-color: #CCCCCC;
	margin: -0.125em 0.5em 0 0;
}
.dk-selected:after {
	top: 0;
	height: 100%;
	border-left: 1px solid #CCCCCC;
	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: #3297fd;
	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: #3297fd;
	color: #fff;
}
.dk-select-options .dk-option-disabled {
	color: #BBBBBB;
	background-color: transparent;
}
.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: #3297fd;
}
.dk-select-open-down .dk-selected {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #3297fd;
}
.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
	border-width: 0 0.25em 0.25em;
	border-bottom-color: #3297fd;
}
.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
	border-left-color: #3297fd;
}
.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: #3297fd;
}
.dk-select-multi:hover, .dk-select-multi:focus {
	outline: none;
}
.dk-selected:hover, .dk-selected:focus {
	outline: none;
	border-color: #3297fd;
}
.dk-selected:hover:before, .dk-selected:focus:before {
	border-top-color: #3297fd;
}
.dk-selected:hover:after, .dk-selected:focus:after {
	border-left-color: #3297fd;
}
.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;
}


/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
 */
 @font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url("fonts//DroidKufi-Regular.eot");
  src: url("fonts/DroidKufi-Regular.eot?#iefix") format('embedded-opentype'),
       url("fonts/DroidKufi-Regular.woff2") format('woff2'),
       url("fonts/DroidKufi-Regular.woff") format('woff'),
       url("fonts/DroidKufi-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/DroidKufi-Bold.eot");
  src: url("fonts/DroidKufi-Bold.eot?#iefix") format('embedded-opentype'),
       url("fonts/DroidKufi-Bold.woff2") format('woff2'),
       url("fonts/DroidKufi-Bold.woff") format('woff'),
       url("fonts/DroidKufi-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'MyriadProRegular';
  src: url("fonts/MyriadProRegular.eot");
  src: url("fonts/MyriadProRegular.eot") format("embedded-opentype"), url("fonts/MyriadProRegular.woff2") format("woff2"), url("fonts/MyriadProRegular.woff") format("woff"), url("fonts/MyriadProRegular.ttf") format("truetype"), url("fonts/MyriadProRegular.svg#MyriadProRegular") format("svg"); }
@font-face {
  font-family: 'MyriadProBold';
  src: url("fonts/MyriadProBold.eot");
  src: url("fonts/MyriadProBold.eot") format("embedded-opentype"), url("fonts/MyriadProBold.woff2") format("woff2"), url("fonts/MyriadProBold.woff") format("woff"), url("fonts/MyriadProBold.ttf") format("truetype"), url("fonts/MyriadProBold.svg#MyriadProBold") format("svg"); }
@font-face {
  font-family: 'MyriadProSemibold';
  src: url("fonts/MyriadProSemibold.eot");
  src: url("fonts/MyriadProSemibold.eot") format("embedded-opentype"), url("fonts/MyriadProSemibold.woff2") format("woff2"), url("fonts/MyriadProSemibold.woff") format("woff"), url("fonts/MyriadProSemibold.ttf") format("truetype"), url("fonts/MyriadProSemibold.svg#MyriadProSemibold") format("svg"); }
@font-face {
  font-family: 'Georgia_0';
  src: url("fonts/Georgia_0.eot");
  src: url("fonts/Georgia_0.eot") format("embedded-opentype"), url("fonts/Georgia_0.woff2") format("woff2"), url("fonts/Georgia_0.woff") format("woff"), url("fonts/Georgia_0.ttf") format("truetype"), url("fonts/Georgia_0.svg#Georgia_0") format("svg"); }
body {
  padding-top: 115px; }
body, input, select, textarea {
  font-size: 16px;
    color:#231f20;
line-height:150%;
}
a {
  color: #55A8E5; }
img{
max-width:100%;
}
.container {
  width: 1400px; }

.myriadRegular {
  font-family: 'MyriadProRegular'; }

.myriadSemiBold {
  font-family: 'MyriadProSemibold'; }

.myriadBold {
  font-family: 'MyriadProBold'; }

.georgia, .rightHeading .countriesHolder .countriesName, .mainBanner .flexslider .sliderInfos .sliderDescription, .mainBanner .flexslider .sliderInfos .sliderDescription span, .mainBanner .slidesCount .current-slide, .mainBanner .slidesCount .total-slides, .smartMenu h3.smartTitleCountry i, .quoteIntro span, .contentSide .dropdownSide .dk-selected, .programLandingHolder .listingDescription, .programLandingHolder .linksListing .listingInfos ul li a, .editorContent p, .cardsListing .listingItem .listingDescription, .cardsListing .fullWidthItem .listingSubTitle, .detailsContentHolder .loadContent h3, .detailsContentHolder .loadContent .headingDetails h2, .detailsContentHolder .footerNote, .careersListing p, .introItem h3, .welcomeItem h3 span.specTitle, .inTheNews .listingDate, .inTheNews h3 span.specTitle, .doubleH h3, .twitterGrid i, .currencyRow .inputField input, .interestRate, .loanInput input, .irs-from, .irs-to, .irs-single, .eliteTheme .introContent h2 span, .eliteTheme .introContent h2, .listingElite .listingTitle a {
  font-family: 'Droid Arabic Kufi', sans-serif; }

.droidKufi, html, body, div, p, span, input, textarea, label, select, table, tbody, tr, td, a, .readMore a, .blueButton a, .listingLinkDefault, .cardsListing .listingItem .listingLink a, .dk-selected, .rightHeading .countriesHolder .countriesList a, .investorBox .listingInfos .listingDescription, .homePageQuote .author, .countryPresenceHolder .presenceCounterHolder, .countryPresenceHolder p, .footer .topFooter .socialFooterLinks a span.fbLabel, .footer .bottomFooter, .footer .bottomFooter a, .introContent .breadcrumb a, .introContent p, .programLandingHolder .listingLink a, .cardsListing .listingItem .listingSubTitle, .dateNews, .tagNews a, .careersListing .listingLink a, .formHolder h3, .formHolder .dropDownHolder .dk-selected, .contactInformation ul li, .uploadValue, .infosItem, .toolBarHolder .toolbarContent h3, .toolBarHolder .toolbarContent p, .resultsCalculator, .contactInformation .dk-selected, .listingElite .listingDescription {
  font-family: 'Droid Arabic Kufi', sans-serif; }

.droidKufiBold, .insidePageContent h2, .insidePageContent h3, .header .mainMenu li .dropdownMenu h3, .rightHeading .userLogin .userLoginForm .registerLink a, .searchPopup .searchForm input, .searchPopup h3, .searchPopup .mostPopuplarSearch li a, .mainBanner .flexslider .sliderInfos .sliderTitle a, .smartMenu h3.smartTitleCountry, .smartMenu h3.smartTitleCountry span, .smartMenu .titleSmartMenu, .smartMenu .smartMenuLinks li a, .smartMenu .smartMenuLinks li .smartDropDownMenu h3, .smartMenu .socialLinks li p span, .homePageContent h2, .listingTitle a, .homePageQuote .author span, .countryPresenceHolder .presenceCounterHolder span, .responsiveMenu .upMenu a, .responsiveMenu .downMenu a, .introContent .breadcrumb h1, .programLandingHolder .listingInfos .listingTitle a, .editorContent strong, .cardsListing .listingItem .listingTitle a, .detailsContentHolder .loadContent strong, .detailsContentHolder .loadContent .headingDetails h1, .careersListing h2, .careersListing .careersBottom .titleLink a, .tableHolder th, .tableHolder td:nth-of-type(1), .tableHolder td:nth-of-type(1) a, .tableHolder h3, .formHolder h2, .formHolder .formButtons .sendButton a, .contactInformation h2, .contactInformation ul li span, .infosItem strong, .borderedItem, .welcomeItem h3, .inTheNews h4, .twitterGrid h3, .twitterGrid a, .toolBarHolder .toolbarContent h2, .toolBarHolder .bottomRightHint, .fromCurr, .toCurr, .listingDefault .listingItem .listingTitle a, .branckIcon, .atmkIcon, .formCaption, .detailsPositions h3, .listingElite .listingSubTitle, .listingElite .moreElite a {
  font-family: 'Droid Arabic Kufi', sans-serif;
  font-weight: bold; }

.transition, .blueButton a, .listingLinkDefault, .cardsListing .listingItem .listingLink a, .dk-selected, .header, .header .logo, .header .mainMenu li a, .header .mainMenu li .dropdownMenu, .header .mainMenu li .dropdownMenu a, .header .mainMenu li.activePage a::before, .rightHeading, .rightHeading .userLogin .userLoginForm .submitLogin a, .rightHeading .userLogin .userLoginForm .userFormFooter .forgetPassword a, .rightHeading .userLogin .userLoginForm .registerLink a, .rightHeading .langHolder .changeLang a, .rightHeading .countriesHolder .countriesList a, .searchPopup, .searchPopup .searchClose, .searchPopup .mostPopuplarSearch li a, .smartMenu, .smartMenu .smartMenuLinks, .smartMenu .smartMenuLinks li a, .smartMenu .socialLinks li.fbColor .fbLinks a, .smartMenu .socialLinks li a::after, .footer .topFooter .backToTop, .footer .topFooter a, .footer .bottomFooter a, .contentSide .dropdownSide .dk-selected, .programLandingHolder .listingLink a, .programLandingHolder .linksListing .listingInfos ul li a, .listingItem .listingImage img, .cardsListing .listingItem .listingDescription li a, .detailsContentHolder .detailsController a span, .careersListing .listingLink a, .careersListing .careersBottom .titleLink a, .formHolder .dropDownHolder .dk-selected, .imageItem img, .showAllBtn a span.showAll, .toolBarHolder, .toolBarHolder .toolbarContent, .branchesFilter .dk-selected, .contactInformation .dk-selected, .applyBtn a, .listingElite .moreElite a {
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  transition: all linear 300ms; }

.boxSizing, .dk-selected, .header, .header .mainMenu li .dropdownMenu, .rightHeading .userLogin .userLoginForm .inputHolder input, .rightHeading .countriesHolder .countriesList, .searchPopup, .smartMenu, .smartMenu .smartMenuLinks li .smartDropDownMenu, .smartMenu .socialLinks li, .hpSection2 .container, .responsiveMenu, .contentSide .dropdownSide .dk-selected, .programLandingHolder .listingInfos, .programLandingHolder .linksListing, .overlappedContent, .cardsListing .listingItem .listingInfos, .cardsListing .fullWidthItem .listingDescription, .detailsContentHolder, .formHolder .inputHolder input, .formHolder .textareaHolder textarea, .formHolder .dropDownHolder .dk-selected, .contactInformation, .fileUpload, .toolBarHolder .toolbarContent, .toolBarHolder .toolbarForm label, .toolBarHolder .toolbarForm .inputField input, .toolBarHolder .toolbarForm .inputField textarea, .loanInput input, .listingDefault .listingItem .listingInfos, .branchesFilter .dk-selected, .contactInformation .dk-selected, .detailsPositions .greyBg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.textshadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.inlineBlock, .blueButton a, .centeredButtonsHolder div, .header .logo, .header .mainMenu li, .header .mainMenu, .rightHeading, .rightHeading .userLogin, .rightHeading .userLogin .userLoginForm .submitLogin a, .rightHeading .userLogin .userLoginForm .userFormFooter .rememberMe, .rightHeading .langHolder, .rightHeading .searchBtn, .rightHeading .countriesHolder, .mainBanner .flexslider .sliderInfos .sliderTitle a, .mainBanner .slidesCount .current-slide, .mainBanner .slidesCount .total-slides, .smartMenu .socialLinks li, .smartMenu .socialLinks li a, .smartMenu .socialLinks li a span, .footer .topFooter .socialFooterLinks a, .footer .bottomFooter a, .programLandingHolder .listingInfos .listingTitle a, .specialImage, .cardsListing .fullWidthItem .listingLink a, .cardsListing .fullWidthItem .listingLink a span.fa, .detailsContentHolder .loadContent .specialImage, .detailsContentHolder .loadContent .headingDetails, .careersListing .careersBottom .titleLink a, .formHolder .formButtons .clearButton, .formHolder .formButtons .sendButton, .showAllBtn a span.showAll, .showAllBtn a span.fa, .toolBarHolder .buttonsHolder div, .toolBarHolder .buttonsHolder a, .whiteBtn a, .lightBlueBtn a, .branckIcon, .atmkIcon, .listingElite .listingSubTitle, .listingElite .moreElite a {
  display: inline-block; }

.displayBlock, .header .mainMenu li a, .rightHeading .userLogin .userLoginForm i, .rightHeading .userLogin .userLoginForm .blueButton a, .rightHeading .langHolder .currentLang span, .rightHeading .langHolder .changeLang a, .rightHeading .countriesHolder .countriesList a, .searchPopup .mostPopuplarSearch li a, .smartMenu .smartMenuLinks li a, .smartMenu .smartMenuLinks li .smartDropDownMenu a, .smartMenu .socialLinks li p span, .homePageContent .linkFull, .hpSection2 .clickToScroll a, .corporateLogosListing .listingImage img, .newsCounter, .swiperButtonsHolder .swiper-button-next span.fa, .swiperButtonsHolder .swiper-button-prev span.fa, .countryPresenceHolder .presenceCounterHolder .smallNumber span, .footer .topFooter .socialFooterLinks a span.fbLabel, .footer .topFooter h3, .responsiveMenu .upMenu a, .responsiveMenu .downMenu a, .quoteIntro span, .programLandingHolder .listingImage img, .programLandingHolder .linksListing .listingInfos ul li a, .detailsContentHolder .detailsController a span, .listingWithNoHeight .listingItem .listingImage img, .newsContent .listingImage a, .formHolder .formButtons .clearButton a, .formHolder .formButtons .sendButton a, .formHolder .inputHolder input, .formHolder .textareaHolder textarea, .showAllBtn a, .welcomeItem h3 span.specTitle, .twitterGrid i, .twitterGrid a, .toolBarHolder .toolBarIcon, .toolBarHolder .toolbarForm label, .toolBarHolder .toolbarForm .inputField input, .toolBarHolder .toolbarForm .inputField textarea, .listingDefault .listingItem.downImage .listingInfos, .listingDefault .listingItem.downImage .listingImage, .listingDefault .listingItem.upImage .listingInfos, .listingDefault .listingItem.upImage .listingImage, .pageWithDetails .listingDefault .listingItem .listingImage, .pageWithDetails .listingDefault .listingItem .listingInfos, .listingElite .listingItem .listingImage a, .listingElite .listingItem .listingImage img, .listingElite .listingTitle a {
  display: block; }

.clearBoth {
  clear: both; }

.floatLeft, .rightHeading, .searchPopup .mostPopuplarSearch, .detailsContentHolder .detailsController .close, .detailsContentHolder .detailsController .pagingDetails li {
  float: left; }

.floatRight, .header .logo, .rightHeading .userLogin .userLoginForm .submitLogin a, .rightHeading .userLogin .userLoginForm .userFormFooter .forgetPassword, .searchPopup .searchForm, .detailsContentHolder .detailsController .pagingDetails {
  float: right; }

.centeredVertically, .centeredContent {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.circleRadius, .smartMenu .socialLinks li.fbColor .pagesNumber, .smartMenu .socialLinks li.instaColor .pagesNumber, .smartMenu .socialLinks li a, .smartMenu .socialLinks li a::after, .investorBox .listingInfos span.fa, .productsHighlights .listingImage, .newsCounter, .countryPresenceHolder .branchImage {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.noPadding {
  padding: 0 !important; }

.noMargin {
  margin: 0; }

.readMore a {
  color: #005093;
  font-size: 16px; }

.blueButton a {
  color: #55A8E5;
  border: 1px solid #55A8E5;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase; }
  .blueButton a:hover {
    background-color: #55A8E5;
    color: #ffffff; }

.imageHolder img {
  width: 100%; }

.listingLinkDefault, .cardsListing .listingItem .listingLink a {
  color: #005093;
  font-size: 16px; }
  .listingLinkDefault:hover, .cardsListing .listingItem .listingLink a:hover {
    color: #231F20; }

.centeredButtonsHolder {
  text-align: center; }
  .centeredButtonsHolder div {
    margin: 0 10px; }

.dropDownHolder {
  margin-bottom: 10px; }

.dk-selected {
  background-color: #ebebeb;
  height: 45px;
  width: 100%;
  line-height: 45px;
  border-bottom: 2px solid #b0b1b3;
  color: #231f20;
  font-size: 16px;
  padding: 0 20px; }
  .dk-selected::before {
    content: '\f078';
    border: 0;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    margin-top: -7px;
    position: absolute;
    left: 10px;
    text-rendering: auto;
    top: 50%; }
  .dk-selected::after {
    display: none; }
  .dk-selected:hover {
    background-color: #55A8E5; }

.slider-arrow, .twitterIcon, .facebookIcon, .linkedInIcon, .youtubeIcon, .closeSearch, .searchPopup .searchClose, .responsiveMenu .closeRespMenu, .listingArrowLightBlue, .listingArrowBlue, .smartMenu .smartMenuLinks li:hover a::before, .smartMenu .smartMenuLinks li:hover .smartDropDownMenu a:hover::before, .listingArrowWhite, .listingArrowLightWhite, .smartMenu .smartMenuLinks li:hover .smartDropDownMenu a::before, .slider-arrow-hover, .scroll-arrow, .hpSection2 .clickToScroll, .quote, .back-top, .footer .topFooter .backToTop, .arrow-sitemap, .arrow, .plus, .search, .rightHeading .searchBtn, .worldmap-icon, .rightHeading .countriesHolder .countriesBtn, .user-icon, .rightHeading .userLogin .userBtn, .user-icon-active, .rightHeading .userLogin .userBtn:hover, .rightHeading .userLogin .userBtn.active, .arrow-lang, .rightHeading .langHolder .currentLang span::after, .rightHeading .countriesHolder .countriesBtn::after, .arrow-thumb {
  background: url(../images/hp-sprites.png) no-repeat; }

.slider-arrow {
  background-position: -51px 0;
  width: 46px;
  height: 23px; }

.slider-arrow-hover {
  background-position: -111px 0;
  width: 46px;
  height: 23px; }

.scroll-arrow, .hpSection2 .clickToScroll {
  background-position: -303px 0;
  width: 72px;
  height: 40px; }

.quote {
  background-position: -386px 0;
  width: 37px;
  height: 27px; }

.back-top, .footer .topFooter .backToTop {
  background-position: -219px 0;
  width: 32px;
  height: 32px; }

.arrow-sitemap {
  background-position: -509px 0;
  width: 7px;
  height: 11px; }

.arrow {
  background-position: -169px 0;
  width: 14px;
  height: 9px; }

.plus {
  background-position: 0 0;
  width: 38px;
  height: 38px; }

.search, .rightHeading .searchBtn {
  background-position: -544px 0;
  width: 20px;
  height: 20px; }

.worldmap-icon, .rightHeading .countriesHolder .countriesBtn {
  background-position: -437px 0;
  width: 51px;
  height: 29px; }

.user-icon, .rightHeading .userLogin .userBtn {
  background-position: -260px 0;
  width: 21px;
  height: 21px; }

.user-icon-active, .rightHeading .userLogin .userBtn:hover, .rightHeading .userLogin .userBtn.active {
  background-position: -575px 0;
  width: 21px;
  height: 21px; }

.arrow-lang, .rightHeading .langHolder .currentLang span::after, .rightHeading .countriesHolder .countriesBtn::after {
  background-position: -534px 0;
  width: 9px;
  height: 5px; }

.arrow-thumb {
  background-position: -190px 0;
  width: 17px;
  height: 9px; }

.closeSearch, .searchPopup .searchClose, .responsiveMenu .closeRespMenu {
  background-position: -643px 0;
  width: 60px;
  height: 57px; }

.listingArrowWhite {
  background-position: -720px 0;
  width: 7px;
  height: 10px; }

.listingArrowLightWhite, .smartMenu .smartMenuLinks li:hover .smartDropDownMenu a::before {
  background-position: -741px 0;
  width: 6px;
  height: 10px; }

.listingArrowBlue, .smartMenu .smartMenuLinks li:hover a::before, .smartMenu .smartMenuLinks li:hover .smartDropDownMenu a:hover::before {
  background-position: -720px -47px;
  width: 7px;
  height: 10px; }

.listingArrowLightBlue {
  background-position: -741px -47px;
  width: 6px;
  height: 10px; }

.twitterIcon {
  background-position: -767px -0px;
  width: 15px;
  height: 13px; }

.facebookIcon {
  background-position: -801px -0px;
  width: 8px;
  height: 15px; }

.linkedInIcon {
  background-position: -828px -0px;
  width: 14px;
  height: 13px; }

.youtubeIcon {
  background-position: -857px -0px;
  width: 16px;
  height: 18px; }

.toolBarIcon {
  background-image: url(../images/toolbar-icons.png);
  background-repeat: no-repeat;
  background-size: 100% auto; }

.readSpeakerIcon {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyA/Pjxzdmcgdmlld0JveD0nMCAwIDI1NiAyNTYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHJlY3QgZmlsbD0nbm9uZScgaGVpZ2h0PScyNTYnIHdpZHRoPScyNTYnLz48cGF0aCBkPSdNMjE4LjksNzcuMWE3MS45LDcxLjksMCwwLDEsMCwxMDEuOCcgZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nOCcvPjxwYXRoIGQ9J004MCwxNjhIMzJhOCw4LDAsMCwxLTgtOFY5NmE4LDgsMCwwLDEsOC04SDgwbDcyLTU2VjIyNFonIGZpbGw9J25vbmUnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBzdHJva2Utd2lkdGg9JzgnLz48bGluZSBmaWxsPSdub25lJyBzdHJva2U9JyNmZmYnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLXdpZHRoPSc4JyB4MT0nODAnIHgyPSc4MCcgeTE9Jzg4JyB5Mj0nMTY4Jy8+PHBhdGggZD0nTTE5MC42LDEwNS40YTMxLjksMzEuOSwwLDAsMSwwLDQ1LjInIGZpbGw9J25vbmUnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBzdHJva2Utd2lkdGg9JzgnLz48L3N2Zz4=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}

@media (min-width: 100px) and (max-width: 760px) {
    .readSpeakerIcon {
        background-size: 23px;
    }
}

body {
  direction: rtl; }

h1, h2, h3, h4 {
  line-height: 130%; }

.header {
  height: 115px;
  background-color: #F2F2F2;
  padding: 20px 30px 30px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100; }
  .header .logo {
    margin-left: 65px;
    width: 238px; }
    .header .logo img {
      width: 100%; }
  .header .mainMenu li a {
    padding: 30px 0 50px;
    color: #333333;
    font-size: 16px;
    line-height: 100%;
    padding: 30px 10px 30px; }
    .header .mainMenu li a:hover {
      color: #55A8E5; }
  .header .mainMenu li .dropdownMenu {
    background-color: #F2F2F2;
    position: absolute;
    right: 300px;
    top: 125px;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    padding: 20px 45px; }
    .header .mainMenu li .dropdownMenu h3 {
      font-size: 20px;
      color: #55A8E5;
      text-transform: uppercase;
      margin-bottom: 30px;
      line-height: 100%; }
    .header .mainMenu li .dropdownMenu .col-md-3 {
      padding: 0; }
    .header .mainMenu li .dropdownMenu a {
      padding: 0;
      color: #231f20;
      margin-right: 20px;
      font-size: 16px;
      margin-bottom: 15px;
      position: relative; }
      .header .mainMenu li .dropdownMenu a::before {
        width: 5px;
        height: 5px;
        background-color: #55A8E5;
        content: '';
        position: absolute;
        right: -15px;
        top: 6px; }
      .header .mainMenu li .dropdownMenu a:hover {
        color: #231F20; }
      .header .mainMenu li .dropdownMenu a:hover::before {
        background-color: #231F20; }
  .header .mainMenu li:hover .dropdownMenu {
    visibility: visible;
    opacity: 0.95;
    top: 115px; }
  .header .mainMenu li.activePage span {
    position: relative;
    z-index: 111; }
  .header .mainMenu li.activePage a {
    position: relative;
    z-index: 11;
    color: #ffffff; }
    .header .mainMenu > ul > li.activePage > a::before {
      content: '';
      height: 30px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -15px;
      background-color: #183254;
      color: #ffffff; }
  .header .mainMenu li.activePage .dropdownMenu a {
    position: relative;
    z-index: 11;
    color: #005093; }
    .header .mainMenu li.activePage .dropdownMenu a::before {
   }

.rightHeading {
  padding: 25px 0 0 45px; }
  .rightHeading .userLogin {
    position: relative; }
    .rightHeading .userLogin .userBtn {
      cursor: pointer;
      padding-left: 13px;
      border-left: 1px solid #898989;
      margin-left: 13px; }
    .rightHeading .userLogin .userLoginForm {
      position: absolute;
      left: -90px;
      background-color: #fff;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      border-top: 6px solid #55A8E5;
      z-index: 100;
      width: 740px;
      top: 40px; }
      .rightHeading .userLogin .userLoginForm::before {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #55A8E5;
        content: '';
        position: absolute;
        top: -12px;
        left: 120px; }
      .rightHeading .userLogin .userLoginForm i {
        color: #231F20;
        font-size: 14px;
        margin-bottom: 20px;
        font-style: normal; }
      .rightHeading .userLogin .userLoginForm .col-md-6 {
        padding: 0 40px; }
      .rightHeading .userLogin .userLoginForm .blueButton a {
        border-radius: 0px;
        text-align: center;
        margin-bottom: 10px;
        line-height: 35px;
        height: 35px; }
      .rightHeading .userLogin .userLoginForm .innerPadding {
        padding: 30px 20px;
        position: relative; }
      .rightHeading .userLogin .userLoginForm .loginHint {
        color: #231F20;
        font-size: 13px;
        text-align: center;
        margin-bottom: 10px; }
      .rightHeading .userLogin .userLoginForm .inputHolder input {
        height: 40px;
        line-height: 40px;
        color: #666666;
        width: 100%;
        padding: 0 10px;
        background-color: #F2F2F2;
        border: none;
        margin-bottom: 5px; }
      .rightHeading .userLogin .userLoginForm .submitLogin a {
        background-color: #55A8E5;
        color: #fff;
        padding: 00px 20px;
        line-height: 35px;
        height: 35px; }
        .rightHeading .userLogin .userLoginForm .submitLogin a:hover {
          background-color: #231F20; }
      .rightHeading .userLogin .userLoginForm .userFormFooter {
        margin: 20px 0 5px; }
        .rightHeading .userLogin .userLoginForm .userFormFooter .rememberMe label {
          font-size: 14px;
          color: #666666; }
        .rightHeading .userLogin .userLoginForm .userFormFooter .forgetPassword a {
          color: #231F20;
          font-size: 13px;
          text-decoration: underline; }
          .rightHeading .userLogin .userLoginForm .userFormFooter .forgetPassword a:hover {
            text-decoration: none;
            color: #55A8E5; }
      .rightHeading .userLogin .userLoginForm .registerLink {
        border-top: 1px solid #AFAFAF;
        text-align: center;
        padding: 10px;
        line-height: 100%;
        color: #231F20;
        font-size: 14px; }
        .rightHeading .userLogin .userLoginForm .registerLink a {
          color: #55A8E5;
          font-style: normal; }
          .rightHeading .userLogin .userLoginForm .registerLink a:hover {
            color: #231F20; }
  .rightHeading .langHolder {
    position: relative; }
    .rightHeading .langHolder .currentLang span {
      position: relative;
      color: #55A8E5;
      text-transform: uppercase;
      font-size: 17px;
      padding-left: 23px;
      border-left: 1px solid #898989;
      margin-left: 13px;
      line-height: 20px;
      cursor: pointer; }
    .rightHeading .langHolder .currentLang span::after {
      position: absolute;
      left: 10px;
      content: '';
      top: 10px; }
    .rightHeading .langHolder .changeLang {
      position: absolute;
      right: -8px;
      top: 26px; }
      .rightHeading .langHolder .changeLang a {
        background-color: #55A8E5;
        color: #fff;
        font-size: 16px;
        line-height: 100%;
        padding: 5px 8px; }
        .rightHeading .langHolder .changeLang a:hover {
          background-color: #231F20; }
  .rightHeading .searchBtn {
    cursor: pointer;
    padding-left: 11px;
    
    margin-left: 11px;
    line-height: 20px; }
  .rightHeading .countriesHolder {
    position: relative; }
    .rightHeading .countriesHolder .countriesName {
      color: #55A8E5;
      font-size: 11px;
      text-align: center; }
    .rightHeading .countriesHolder .countriesBtn {
      cursor: pointer; }
      .rightHeading .countriesHolder .countriesBtn::after {
        position: absolute;
        left: -15px;
        content: '';
        top: 10px; }
    .rightHeading .countriesHolder .countriesList {
      position: absolute;
      right: -60px;
      background-color: #fff;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      border-top: 6px solid #55A8E5;
      padding: 10px;
      text-align: center;
      z-index: 100;
      width: 180px;
      top: 55px; }
      .rightHeading .countriesHolder .countriesList::before {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #55A8E5;
        content: '';
        position: absolute;
        top: -12px;
      left:80px; }
      .rightHeading .countriesHolder .countriesList a {
        color: #666666;
        font-size: 14px;
        margin-bottom: 10px; }
        .rightHeading .countriesHolder .countriesList a:hover {
          color: #55A8E5; }

.searchPopup {
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0px;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 111;
  visibility: hidden;
  opacity: 0;
  padding: 160px 200px 0 360px; }
  .searchPopup.showed {
    visibility: visible;
    opacity: 1; }
  .searchPopup .searchClose {
    cursor: pointer;
    position: absolute;
    top: 35px;
    left: 45px;
    opacity: 0.3; }
    .searchPopup .searchClose:hover {
      opacity: 0.1; }
  .searchPopup .searchForm {
    width: 75%;
    position: relative; }
    .searchPopup .searchForm input {
      font-size: 120px;
      color: #ffffff;
      opacity: 0.16;
      background: none;
      border: none;
      width: 100%; }
    .searchPopup .searchForm .blueButton {
      margin-top: 20px; }
      .searchPopup .searchForm .blueButton a {
        font-size: 20px;
        line-height: 35px;
        height: 35px; }
  .searchPopup h3 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 30px; }
  .searchPopup .mostPopuplarSearch {
    width: 20%;
    position: relative; }
    .searchPopup .mostPopuplarSearch h3 {
      margin-bottom: 15px; }
    .searchPopup .mostPopuplarSearch li a {
      position: relative;
      color: #ffffff;
      font-size: 15px;
      padding: 0 0 5px 0; }
      .searchPopup .mostPopuplarSearch li a:hover {
        opacity: 0.3; }

.sticky .header {
  padding: 10px 30px;
  height: 75px; }
  .sticky .header .rightHeading {
    padding: 15px 0 0 0px; }
  .sticky .header .logo {
    width: 150px; }
  .sticky .header .mainMenu li a {
    padding: 16px 4px 50px; }
  .sticky .header .mainMenu li .dropdownMenu a {
    padding: 0; }
  .sticky .header .mainMenu li:hover .dropdownMenu {
    top: 75px; }


.sticky .searchPopup {
  top: 75px; }
  .mainBanner .imageHolder{
    height:500px;
    position: relative;
  }
  .flexslider .slides img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
.mainBanner {
  position: relative;
  height: 500px;
  direction: ltr; }
  .mainBanner .flexslider {
    border: 0;
    margin: 0;
    padding: 0; }
    .mainBanner .flexslider .slides li {
      position: relative;
      max-height: 500px; }
    .mainBanner .flexslider .sliderInfos {
      position: absolute;
      max-width: 200px;
      z-index: 1;
      border-left: 1px solid #ffffff;
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      padding: 50px 0 50px 145px; }
      .mainBanner .flexslider .sliderInfos::before {
        width: 1px;
        height: 40px;
        content: '';
        right: 0;
        top: 0;
        background-color: #ffffff;
        position: absolute; }
      .mainBanner .flexslider .sliderInfos::after {
        width: 1px;
        height: 40px;
        content: '';
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        position: absolute; }
      .mainBanner .flexslider .sliderInfos.centeredSlider {
        top: 50%;
        transform: translateY(-50%) translateX(-65%);
        -webkit-transform: translateY(-50%) translateX(-65%);
        -moz-transform: translateY(-50%) translateX(-65%);
        left: 50%;
        margin: auto; }
      .mainBanner .flexslider .sliderInfos.leftTop {
        left: 470px;
        top: 70px; }
      .mainBanner .flexslider .sliderInfos.leftBottom {
        left: 470px;
        bottom: 70px; }
      .mainBanner .flexslider .sliderInfos.rightTop {
        right: 470px;
        top: 70px; }
      .mainBanner .flexslider .sliderInfos.rightBottom {
        right: 470px;
        bottom: 70px; }
      .mainBanner .flexslider .sliderInfos .sliderTitle a {
        color: #ffffff;
        font-size: 16px;
        background-color: #005093;
        padding: 2px 5px;
        margin-bottom: 25px; }
      .mainBanner .flexslider .sliderInfos .sliderDescription {
        color: #ffffff;
        text-align: right;
        direction: rtl;
        font-size: 20px;
        margin-right: -100px; }
        .mainBanner .flexslider .sliderInfos .sliderDescription span {
          color: #55A8E5;
          font-size: 23px; }
  .mainBanner .custom-controls-container {
    bottom: -20px;
    left: 0px;
    position: absolute; }
  .mainBanner .slidesCount {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    bottom: -20px;
    right: -20px;
    z-index: 11;
    color: #ffffff; }
    .mainBanner .slidesCount .current-slide {
      font-size: 19px;
      line-height: 35px; }
    .mainBanner .slidesCount .total-slides {
      font-size: 11px;
      line-height: 35px; }
  .mainBanner .flex-direction-nav a {
    opacity: 1 !important;
    top: inherit !important;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    font-size: 0px;
    text-align: center; }
    .mainBanner .flex-direction-nav a:hover {
      background-color: #55A8E5; }
    .mainBanner .flex-direction-nav a::before {
      position: relative;
      top: 50%;
      margin-top: -7px;
      color: #ffffff;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome !important;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .mainBanner .flex-direction-nav .flex-prev {
    left: 25px !important; }
    .mainBanner .flex-direction-nav .flex-prev::before {
      content: '\f053' !important; }
  .mainBanner .flex-direction-nav .flex-next {
    right: inherit !important;
    left: 80px; }
    .mainBanner .flex-direction-nav .flex-next::before {
      content: '\f054' !important; }

.smartMenu {
  background-color: rgba(0, 0, 0, 0.8);
  width: 300px;
  position: absolute;
  top: 115px;
  z-index: 11;
  padding: 0 0 30px 0;
  right: 0;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.4) inset; }
  .smartMenu h3.smartTitleCountry {
    background: transparent url("../images/bg-smart-title.png") no-repeat scroll center top/74% auto;
    padding: 20px 30px;
    position: relative;
    font-size: 25px;
    color: #ffffff !important;
    margin-bottom: 15px;
    line-height: 120%; }
    .smartMenu h3.smartTitleCountry span {
      color: #55A8E5;
      line-height: 100%; }
    .smartMenu h3.smartTitleCountry i {
      font-style: normal;
      color: #ffffff;
      font-size: 18px; }
    .smartMenu h3.smartTitleCountry::before {
      background-color: #55A8E5;
      content: "";
      height: 97px;
      right: 0;
      position: absolute;
      top: 40px;
      width: 4px; }
  .smartMenu.smallerSmartMenu {
    padding: 0 0 25px; }
    .smartMenu.smallerSmartMenu .smartMenuLinks {
      margin-bottom: 20px; }
      .smartMenu.smallerSmartMenu .smartMenuLinks li {
        margin-bottom: 10px; }
  .smartMenu .titleSmartMenu {
    color: #55A8E5;
    font-size: 18px;
    position: relative;
    padding-left: 5px; }
    .smartMenu .titleSmartMenu .fa.fa-chevron-down {
      padding-right: 5px;
      position: absolute;
      left: -20px; }
  .smartMenu .smartMenuLinks {
    margin-bottom: 70px;
    padding: 0 40px; }
    .smartMenu .smartMenuLinks li {
      margin-bottom: 20px; }
      .smartMenu .smartMenuLinks li a {
        color: #ffffff;
        font-size: 14px;
        padding-right: 0px;
        position: relative;
        z-index: 2; }
        .smartMenu .smartMenuLinks li a span.fa {
          padding-left: 12px;
          position: absolute;
          right: -15px;
          top: 7px; }
          .smartMenu .smartMenuLinks li a span.fa::before {
            content: "\f104" !important; }
      .smartMenu .smartMenuLinks li .smartDropDownMenu {
        position: absolute;
        top: 0;
        opacity: 1;
        right: 100%;
        width: 310px;
        height: 100%;
        visibility: visible;
        opacity: 1;
        padding-right: 35px;
        background-color: rgba(16, 20, 22, 0.95); }
        .smartMenu .smartMenuLinks li .smartDropDownMenu h3 {
          color: #55A8E5;
          font-size: 25px;
          margin-bottom: 20px; }
        .smartMenu .smartMenuLinks li .smartDropDownMenu a {
          margin-right:15px;
          margin-bottom: 10px; }
      .smartMenu .smartMenuLinks li:hover a {
        color: #55A8E5; }
      .smartMenu .smartMenuLinks li:hover .smartDropDownMenu a {
        color: #ffffff; }
        .smartMenu .smartMenuLinks li:hover .smartDropDownMenu a:hover {
          color: #55A8E5; }
      .smartMenu .smartMenuLinks li.currentSmartMenu a {
        color: #55A8E5; }
        .smartMenu .smartMenuLinks li.currentSmartMenu a span.fa {
          color: #55A8E5; }
  .smartMenu .socialLinks {
    text-align: center;
    margin-top: 25px; }
    .smartMenu .socialLinks li {
      margin: 0 5px;
      text-align: center;
      width:15%;
    }
      .smartMenu .socialLinks li.twitterColor a {
        background-color: black !important; }
      .smartMenu .socialLinks li.fbColor {
        position: relative; }
        .smartMenu .socialLinks li.fbColor a {
          background-color: #183771; }

          .smartMenu .socialLinks li.instaColor {
            position: relative;
          }
          .smartMenu .socialLinks li.instaColor a {
            background-color: #8a3ab9;
          }
        .smartMenu .socialLinks li.fbColor .pagesNumber {
          position: absolute;
          top: -10px;
          color: #fff;
          background-color: #183771;
          right: -5px;
          width: 20px;
          height: 20px;
          text-align: center;
          font-size: 11px;
          line-height: 20px; }
        .smartMenu .socialLinks li.instaColor .pagesNumber {
            position: absolute;
            top: -10px;
            color: #fff;
            background-color: #183771;
            right: -5px;
            width: 20px;
            height: 20px;
            text-align: center;
            font-size: 11px;
            line-height: 20px;
        }
        .smartMenu .socialLinks li.fbColor .fbLinks {
          position: absolute;
          top: -10px;
          display: none;
          left: -20px;
          background: #183771;
          z-index: 11;
          border-radius: 12px;
          padding: 10px 25px; }
          .smartMenu .socialLinks li.fbColor .fbLinks a {
            background: none;
            color: #ffffff;
            width: auto;
            line-height: 22px;
            height: auto; }
            .smartMenu .socialLinks li.fbColor .fbLinks a:hover {
              color: #797B75; }
            .smartMenu .socialLinks li.fbColor .fbLinks a::after {
              display: none; }
        .smartMenu .socialLinks li.instaColor .instaLinks {
            position: absolute;
            top: -10px;
            display: none;
            left: -20px;
            background: #183771;
            z-index: 11;
            border-radius: 12px;
            padding: 10px 25px;
        }

            .smartMenu .socialLinks li.instaColor .instaLinks a {
                background: none;
                color: #ffffff;
                width: auto;
                line-height: 22px;
                height: auto;
            }

                .smartMenu .socialLinks li.instaColor .instaLinks a:hover {
                    color: #797B75;
                }

                .smartMenu .socialLinks li.instaColor .instaLinks a::after {
                    display: none;
                }
      .smartMenu .socialLinks li.linkedinColor a {
        background-color: #006699; }
      .smartMenu .socialLinks li.youtubeColor a {
        background-color: #B90000; }
      .smartMenu .socialLinks li a {
        text-align: center;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        display: block;
        position: relative; }
        .smartMenu .socialLinks li a::after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          width: 26px;
          height: 26px;
          margin: auto; }
        .smartMenu .socialLinks li a span {
          font-size: 14px;
          color: #fff;
          text-align: center;
          text-align: center;
          width: 12px; 
          line-height: 36px;}
          .smartMenu .socialLinks li a span.fa-facebook {
            width: 10px; }
      .smartMenu .socialLinks li:hover a::after {
        border: 2px solid rgba(255, 255, 255, 0.7); }
      .smartMenu .socialLinks li p {
        color: #fff;
        font-size: 10px;
        padding-top: 15px;
        line-height: 110%; }
        .smartMenu .socialLinks li p span {
          font-size: 11px; }

.homePageContent {
  padding: 0 0 100px 0; }
  .homePageContent .linkFull {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11; }
  .homePageContent h2 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    color: #231F20;
    line-height: 110%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    letter-spacing: 4px; }
    .homePageContent h2::after {
      height: 4px;
      width: 47px;
      background-color: #55A8E5;
      position: absolute;
      bottom: 0;
      left: 0;
      content: ''; }

.hpSection1 {
  margin-bottom: 55px; }

.hpSection2 .clickToScroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }
  .hpSection2 .clickToScroll a {
    width: 100%;
    height: 100%; }
.hpSection2 .container {
  padding: 65px 0 0;
  min-height: 380px;
  background-color: #ffffff;
  border-radius: 12px;
  position: relative; }
  .hpSection2 .container::after {
    background: url(../images/sep-shadow.png) no-repeat center 0/99% auto;
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0; }

.hpSection3 {
  margin: 230px 0 120px;
  position: relative; }
  .hpSection3::after {
    background: #ffffff;
    height: 380px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 85px;
    content: ""; }
  .hpSection3::before {
    background: url(../images/sep-shadow.png) no-repeat center 0/99% auto;
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    bottom: -125px;
    left: 0;
    z-index: 1; }
  .hpSection3 .container {
    position: relative;
    z-index: 11; }
  .hpSection3 .smallAds img {
    width: 100%; }
  .hpSection3 .smallAds + .col-md-5, .hpSection3 .smallAds + .col-md-5 + .col-md-5 {
    width: 28%; }
  .hpSection3 .stockMarket {
    margin-top: -50px; }
  .hpSection3 .smallAds + .col-md-5 + .col-md-5 + .stockMarket {
    width: 19%; }

.investorBox {
  position: relative; }
  .investorBox .listingInfos {
    background: #fff;
    position: absolute;
    top: 250px;
    left: 110px;
    padding: 20px;
    text-align: center;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.1); }
    .investorBox .listingInfos span.fa {
      position: absolute;
      top: -15px;
      left: -15px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background-color: #ffffff;
      color: #005093;
      font-style: 22px;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }
    .investorBox .listingInfos .listingDescription {
      color: #231F20;
      margin-bottom: 10px;
      font-size: 15px; }
    .investorBox .listingInfos .listingTitle a {
      font-size: 20px; }

.corporateLogosListing {
  text-align: center; }
  .corporateLogosListing .listingImage {
    cursor: pointer; }
    .corporateLogosListing .listingImage img {
      width: 100%; }
  .corporateLogosListing .listingInfos {
    position: relative;
    display: none; }
    .corporateLogosListing .listingInfos span.fa {
      position: absolute;
      top: -20px;
      color: #000;
      font-size: 20px;
      left: 0;
      width: 100%; }
  .corporateLogosListing .listingTitle a {
    font-size: 20px; }

.fullWidthAd {
  padding: 40px 0;
  text-align: center; }

.productsHighlights {
  height: 320px;
  position: relative;
  padding-right: 20px; }
  .productsHighlights .swiperButtonsHolder {
    top: -65px;
    right: 0px; }
  .productsHighlights .listingImage {
    overflow: hidden;
    width: 85px;
    height: 85px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7); }
    .productsHighlights .listingImage img {
      height: 100%; }

.latestNewsSlider .listingImage {
  width: 123px; }
  .latestNewsSlider .listingImage img {
    width: 100%; }
.latestNewsSlider .listingTitle a {
  font-size: 20px; }

.listingTitle {
  margin-bottom: 5px; }
  .listingTitle a {
    color: #231F20;
    font-size: 17px; }

.newsCounter {
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #005093;
  color: #ffffff;
  height: 22px;
  line-height: 22px;
  width: 22px;
  text-align: center;
  border: 3px solid #ffffff; }

.swiperButtonsHolder {
  position: absolute;
  width: 46px;
  border: 2px solid #231F20;
  height: 23px; }
  .swiperButtonsHolder .swiper-button-next, .swiperButtonsHolder .swiper-button-prev {
    width: 23px;
    height: 23px;
    background: none;
    line-height: 23px;
    text-align: center;
    margin-top: 0;
    top: 0; }
    .swiperButtonsHolder .swiper-button-next span.fa, .swiperButtonsHolder .swiper-button-prev span.fa {
      color: #231F20;
      font-size: 18px;
      line-height: 23px; }
  .swiperButtonsHolder .swiper-button-next {
    right: 0;
    border-left: 1px solid #231F20; }
  .swiperButtonsHolder .swiper-button-prev {
    left: 0;
    border-right: 1px solid #231F20; }

.homePageQuote {
  background-color: #f3f3f8;
  border-radius: 24px;
  bottom: -285px;
  left: 30px;
  font-size: 20px;
  padding: 25px 60px;
  position: absolute;
  text-align: center;
  line-height: 30px;
  color: #005093;
  margin-right: 25px; }
  .homePageQuote span.fa {
    color: #7C7C7C;
    position: absolute;
    top: -15px;
    left: 30px;
    font-size: 28px; }
  .homePageQuote .author {
    font-style: normal;
    padding-top: 10px; }

.countryPresenceHolder {
  width: 626px;
  height: 400px;
  position: absolute;
  z-index: 2;
  background: url(../images/presence-image.png) no-repeat center center; }
  .countryPresenceHolder .presenceCounterHolder {
    padding: 30px 0 0 190px;
    color: #ffffff; }
    .countryPresenceHolder .presenceCounterHolder .bigNumber {
      font-size: 26px; }
      .countryPresenceHolder .presenceCounterHolder .bigNumber span {
        font-size: 130px;
        line-height: 80%; }
    .countryPresenceHolder .presenceCounterHolder .smallNumber {
      font-size: 35px; }
      .countryPresenceHolder .presenceCounterHolder .smallNumber span {
        font-size: 65px;
        line-height: 100%; }
  .countryPresenceHolder .branchImage {
    width: 220px;
    height: 220px;
    position: absolute;
    left: -63px;
    top: -30px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden; }
  .countryPresenceHolder p {
    position: absolute;
    top: 210px;
    padding-left: 135px;
    color: #ffffff;
    font-size: 18px;
    max-width: 320px; }
    .countryPresenceHolder p::before {
      width: 66px;
      height: 27px;
      background: url(../images/arrow-presence.png) no-repeat 0 0;
      content: '';
      position: absolute;
      left: 50px; }

.googleMapContainer {
  text-align: right; }

.footer .topFooter {
  background-color: #231F20;
  padding: 30px 0; }
  .footer .topFooter .socialFooterLinks {
    margin-bottom: 40px;
    text-align: center; }
    .footer .topFooter .socialFooterLinks a {
      padding: 0 20px; }
      .footer .topFooter .socialFooterLinks a span.fa {
        font-size: 18px; }
      .footer .topFooter .socialFooterLinks a span.fbLabel {
        position: absolute;
        font-size: 10px;
        line-height: 100%;
        margin-left: 15px; }
  .footer .topFooter .backToTop {
    position: absolute;
    right: 50px;
    cursor: pointer; }
    .footer .topFooter .backToTop:hover {
      opacity: 0.6; }
  .footer .topFooter .sitemapFooter .col-md-2:nth-child(6n) {
    clear: left; }
  .footer .topFooter ul {
    margin-bottom: 30px; }
  .footer .topFooter h3, .footer .topFooter h3  a {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 120%;
    font-size: 15px; }
  .footer .topFooter h4 {
    margin-top: -10px; }
  .footer .topFooter a {
    color: #797B75;
    line-height: 20px;
    font-size: 14px; }
    .footer .topFooter a:hover {
      color: #55A8E5; }
    .footer .topFooter a span {
      font-size: 12px;
      padding-right: 5px; }
.footer .bottomFooter {
  height: 55px;
  line-height: 55px;
  background-color: #000;
  color: #AFAFAF;
  font-size: 15px; }
  .footer .bottomFooter a {
    color: #AFAFAF;
    font-size: 14px;
    padding: 0 0 0 20px; }
    .footer .bottomFooter a:hover {
      color: #55A8E5; }

.responsiveMenu {
  display: none;
  background-color: rgba(34, 41, 47, 0.96);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  padding: 155px 30px 30px;
  z-index: 11; }
  .responsiveMenu .closeRespMenu {
    left: 40px;
    position: absolute;
    top: 167px;
    cursor: pointer; }
  .responsiveMenu .upMenu {
    padding: 0px 40px 20px;
    margin-bottom: 40px;
    border-bottom: 1px dashed rgba(121, 123, 117, 0.97); }
    .responsiveMenu .upMenu a {
      font-size: 23px;
      color: #ffffff;
      margin-bottom: 20px; }
  .responsiveMenu .downMenu {
    padding: 0px 40px 20px 30px;
    margin-bottom: 40px;
    border-bottom: 1px dashed rgba(121, 123, 117, 0.97); }
    .responsiveMenu .downMenu a {
      font-size: 23px;
      color: #ffffff;
      margin-bottom: 20px; }
      .responsiveMenu .downMenu a.opened {
        color: #55A8E5; }
        .responsiveMenu .downMenu a.opened span.fa-angle-right::before {
          content: '\f107'; }
    .responsiveMenu .downMenu .dropDownResp {
      display: none; }
      .responsiveMenu .downMenu .dropDownResp a {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 30px; }

.preloaderHolder {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #005093;
  width: 100%;
  height: 100%;
  z-index: 11111;
  text-align: center;
  opacity: 1;
  left: 0; }

.introContent {
  background-color: #55A8E5;
  padding: 50px 340px; }
  .introContent .breadcrumb h1 {
    font-size: 36px;
    color: #ffffff;
    line-height: 130%;
    text-transform: uppercase; }
  .introContent .breadcrumb a {
    color: #ffffff;
    text-decoration: capitalize;
    font-size: 16px; }
    .introContent .breadcrumb a:hover {
      color: #005093; }
  .introContent p {
    font-size: 14px;
    color: #ffffff; }

.quoteIntro {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 50px 45px 50px 0;
  position: relative;
  width: 70%;
  margin-left: 30%;
  z-index: 1; }
  .quoteIntro span {
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    margin-left: -50%; }
    .quoteIntro span::after {
      background: url(../images/quote-intro.png) no-repeat 0 0/100% auto;
      width: 40px;
      height: 30px;
      position: absolute;
      content: '';
      top: -40px;
      left: 0; }
  .quoteIntro::before {
    width: 1px;
    height: 40px;
    content: '';
    left: 0;
    top: 0;
    background-color: #ffffff;
    position: absolute; }
  .quoteIntro::after {
    width: 1px;
    height: 40px;
    content: '';
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    position: absolute; }
  .quoteIntro.blackTheme {
    border-right: 1px solid #4d4d4d;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d; }
    .quoteIntro.blackTheme span {
      color: #231f20;}
      .quoteIntro.blackTheme span::after {
        background: url(../images/quote-intro-dark.png) no-repeat 0 0/100% auto; }
    .quoteIntro.blackTheme::before {
      background-color: #4d4d4d; }
    .quoteIntro.blackTheme::after {
      background-color: #4d4d4d; }

.contentSide {
  padding-top: 70px;
  margin-bottom: 100px; }
  .contentSide .dropdownSide {
    width: 260px;
    margin: 0 auto 45px; }
    .contentSide .dropdownSide .dk-selected {
      background-color: #1a1a1a;
      border-radius: 24px;
      height: 45px;
      width: 100%;
      line-height: 45px;
      color: #ffffff;
      font-size: 14px;
      padding: 0 20px; }
      .contentSide .dropdownSide .dk-selected::before {
        content: '\f078';
        border: 0;
        font-family: FontAwesome;
        font-feature-settings: normal;
        font-kerning: auto;
        font-language-override: normal;
        font-size: inherit;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-synthesis: weight style;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-rendering: auto;
        margin-top: -7px;
        position: absolute;
        left: 10px;
        text-rendering: auto;
        top: 50%; }
      .contentSide .dropdownSide .dk-selected::after {
        display: none; }
      .contentSide .dropdownSide .dk-selected:hover {
        background-color: #55A8E5; }
  .contentSide .dropdownSide .dk-select-multi:focus .dk-select-options, .contentSide .dropdownSide .dk-select-open-down .dk-select-options, .contentSide .dropdownSide .dk-select-open-up .dk-select-options {
    border-color: transparent;
    border-radius: 0;
    display: block; }
  .contentSide .dropdownSide .dk-option {
    padding: 5px 10px; }
    .contentSide .dropdownSide .dk-option.dk-option-selected {
      background-color: transparent;
      color: #000; }
    .contentSide .dropdownSide .dk-option:hover {
      background-color: #000;
      color: #fff; }

.contentWithShadow {
  margin-bottom: 100px;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
  position: relative; }
  .contentWithShadow .innerShadowContent {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    padding: 45px 45px 45px 0; }
  .contentWithShadow::before {
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #ffffff;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 1; }

.programLandingHolder .listingItem {
  height: 290px;
  overflow: hidden;
  margin-bottom: 16px; }
.programLandingHolder .listingLogo {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -30px;
  z-index: 111; }
.programLandingHolder .listingInfos {
  position: absolute;
  bottom: -20px;
  z-index: 11;
  width: 100%;
  padding: 0 16px 0 0; }
  .programLandingHolder .listingInfos .listingTitle {
    text-align: center; }
    .programLandingHolder .listingInfos .listingTitle a {
      background-color: #ffffff;
      padding: 20px;
      font-size: 18px;
      line-height: 100%;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
.programLandingHolder .listingImage {
  height: 100%; }
  .programLandingHolder .listingImage img {
    height: 100%; }
.programLandingHolder .listingLink a {
  color: #005093; }
  .programLandingHolder .listingLink a:hover {
    color: #55A8E5; }
.programLandingHolder .listingDescription {
  color: #231F20;
  margin-bottom: 10px; }
.programLandingHolder .withDescription .listingInfos {
  background: #fff none repeat scroll 0 0;
  padding: 25px 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  bottom: inherit; }
  .programLandingHolder .withDescription .listingInfos .listingTitle {
    text-align: left; }
    .programLandingHolder .withDescription .listingInfos .listingTitle a {
      box-shadow: none;
      background-color: #ffffff;
      padding: 0px; }
.programLandingHolder .linksListing {
  background-color: red;
  padding: 35px; }
  .programLandingHolder .linksListing.blueTheme {
    background-color: #005093;
    background-image: url(../images/bg-blue-theme.png);
    background-repeat: no-repeat;
    background-position: left 40px; }
  .programLandingHolder .linksListing.greyTheme {
    background-color: #666666;
    background-image: url(../images/bg-grey-theme.png);
    background-repeat: no-repeat;
    background-position: 300% 300%; }
  .programLandingHolder .linksListing .listingInfos {
    position: relative;
    bottom: inherit; }
    .programLandingHolder .linksListing .listingInfos .listingTitle {
      text-align: left;
      margin-bottom: 20px; }
      .programLandingHolder .linksListing .listingInfos .listingTitle a {
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        color: #fff;
        text-align: left; }
    .programLandingHolder .linksListing .listingInfos ul li a {
      padding: 2px 0;
      color: #ffffff;
      font-size: 15px; }
      .programLandingHolder .linksListing .listingInfos ul li a:hover {
        color: #55A8E5; }

.listingItem:hover .listingImage img {
  transform: scale(1.1); }

.specialImage {
  padding: 20px;
  position: relative; }
  .specialImage::before {
    background-color: #183254;
    width: 70%;
    height: 70%;
    content: '';
    position: absolute;
    top: 0;
    left: 0; }
  .specialImage.rightBg::before {
    left: inherit;
    right: 0; }
  .specialImage img {
    position: relative;
    z-index: 11; }

.editorContent p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 15px; }
.editorContent strong {
  color: #231F20;}
.editorContent ul {
  margin-bottom: 25px; }
  .editorContent ul li {
    color: #55A8E5;
    font-size: 16px;
    padding-left: 25px; }

.overlappedContent {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  margin-left: 230px;
  margin-top: -200px;
  padding: 55px 35px;
  position: relative;
  z-index: 11; }

.cardsListing .listingItem {
  height: 260px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px; }
  .cardsListing .listingItem .listingTitle a {
    font-size: 22px;
    text-transform: uppercase;
    color: #55a8e5;
    line-height: 150%; }
  .cardsListing .listingItem .listingSubTitle {
    font-size: 23px;
    text-transform: uppercase;
    color: #005093;
    line-height: 15px;
    margin-bottom: 10px; }
  .cardsListing .listingItem .listingImage {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden; }
    .cardsListing .listingItem .listingImage img {
      width: 100%; }
  .cardsListing .listingItem .listingDescription {
    font-size: 13px;
    color: #231F20;
    margin-bottom: 10px; }
    .cardsListing .listingItem .listingDescription li a {
      color: #231F20; }
      .cardsListing .listingItem .listingDescription li a:hover {
        color: #55A8E5; }
  .cardsListing .listingItem .listingInfos {
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    padding: 30px 25px; }
.cardsListing .fullWidthItem .listingInfos {
  height: auto;
  padding: 30px 25px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 11; }
.cardsListing .fullWidthItem .listingTitle a {
  color: #ffffff; }
.cardsListing .fullWidthItem .listingSubTitle {
  color: #ffffff;
  text-transform: none;
  font-size: 19px; }
.cardsListing .fullWidthItem .listingDescription {
  width: 100%;
  text-align: center;
  color: #ffffff;
line-height:130%;
  font-size: 16px;
  padding: 0 70px; }
.cardsListing .fullWidthItem .listingLink {
  width: 100%;
  text-align: center;
  left: 0; }
  .cardsListing .fullWidthItem .listingLink a {
    color: #ffffff;
    position: relative;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 2px solid #ffffff; }
    .cardsListing .fullWidthItem .listingLink a:hover {
      background-color: #55A8E5;
      color: #ffffff; }
    .cardsListing .fullWidthItem .listingLink a span.fa {
      margin-left: 10px; }
.cardsListing .rightImage .listingImage {
  right: 0; }
.cardsListing .rightImage .listingInfos {
  left: 0; }
.cardsListing .leftImage .listingImage {
  left: 0; }
.cardsListing .leftImage .listingInfos {
  right: 0; }
.cardsListing .fullWidthItem {
  height: 535px; }
  .cardsListing .fullWidthItem .listingImage {
    position: relative;
    width: 100%; }
    .cardsListing .fullWidthItem .listingImage img {
      width: 100%;
      height: auto; }

.smallSpacing {
  padding: 0 8px; }

.detailsContentHolder {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 105%;
  z-index: 12; }
  .detailsContentHolder .innerPadding {
    padding: 60px;
    overflow-y: auto; }
  .detailsContentHolder .quoteIntro {
    width: 35%; }
  .detailsContentHolder .loadContent {
    height: 100%;
    position: relative; }
    .detailsContentHolder .loadContent h3 {
      font-size: 22px;
      color: #898989;
      line-height: 100%;
      margin-bottom: 20px; }
    .detailsContentHolder .loadContent .specialImage {
      max-width: 250px; }
      .detailsContentHolder .loadContent .specialImage img {
        width: 100%; }
    .detailsContentHolder .loadContent p {
      color: #231f20;
      font-size: 16px;
      margin-bottom: 15px; }
    .detailsContentHolder .loadContent ul, .detailsPage ul {
      padding: 0px 15px 10px; }
      .detailsContentHolder .loadContent ul li, .detailsPage ul li {
        color: #231f20;
        font-size: 16px;
padding-right:0px;
        position: relative; }


         .detailsContentHolder .loadContent ul li::before, .detailsPage ul li::before {
          position: absolute;
          right: -12px;
          top: -2px;
          content:"\f0d9";
          font:  16px/25px FontAwesome;
          font-style: normal; }
.defaultListing li ul {
  margin-bottom: 10px !important;
}

.defaultListing li ul li::before {
    border: 1px solid #231f20;
    border-radius: 50%;
    content: "" !important;
    height: 5px;
    right: -12px;
    top: 8px !important;
    width: 5px;
}


.detailsContentHolder .loadContent .headingDetails {
    padding: 100px 0 20px;
}
      .detailsContentHolder .loadContent .headingDetails h1 {
        font-size: 30px;
        text-transform: uppercase;
        color: #55A8E5;
        line-height: 140%; }
      .detailsContentHolder .loadContent .headingDetails h2 {
        font-size: 26px;
        color: #55a8e5;
        line-height: 140%; }
  .detailsContentHolder .detailsController {
    position: absolute;
    top: 45px;
    left: 23px; }
    .detailsContentHolder .detailsController a span {
      background-image: url(../images/details-controller.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      width: 80px;
      height: 63px;
      background-color: #183254; }
      .detailsContentHolder .detailsController a span.closeDetails {
        background-position: 100% 0; }
      .detailsContentHolder .detailsController a span.nextDetails {
        background-position: 50% 0; }
      .detailsContentHolder .detailsController a span:hover {
        background-color: #55A8E5; }
  .detailsContentHolder .footerNote {
    background-color: #183254;
    height: 75px;
    line-height: 75px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.mapHolder img {
  width: 100%; }

.withoutBanner .container {
  width: 1100px; }
.withoutBanner .introContent {
  padding: 50px 385px 50px 300px;
  position: relative; }
  .withoutBanner .introContent::before {
    width: 300px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    content: ""; }

.noSpacing {
  padding: 0; }
  .noSpacing .listingItem {
    margin-bottom: 0; }

.newsContent {
  min-height: 900px; }

.listingWithNoHeight .listingItem {
  height: auto !important; }
  .listingWithNoHeight .listingItem .listingImage img {
    width: 100%;
    height: auto; }
  .listingWithNoHeight .listingItem .listingInfos {
    padding: 40px !important; }

@media all and (min-width: 1580px) and (max-width: 1800px) {
  .withoutBanner .introContent .col-md-4 {
    width: 45%; }
  .withoutBanner .introContent .col-md-8 {
    width: 55%; }
  .withoutBanner .container {
    width: 900px; } }
@media all and (min-width: 1100px) and (max-width: 1580px) {
  .withoutBanner .introContent {
    padding: 50px 385px 50px 80px; }
    .withoutBanner .introContent .col-md-4 {
      width: 50%; }
    .withoutBanner .introContent .col-md-8 {
      width: 50%; }
  .withoutBanner .container {
    box-sizing: border-box;
    width: 90%;
    padding: 0 345px 0 0;
    margin: 0; }
    .withoutBanner .container .col-md-3 {
      width: 35%; }
    .withoutBanner .container .col-md-9 {
      width: 65%; }

  .eliteTheme .introContent::after {
    background: none !important;display:none; }

  .eliteTheme .introContent::before {
    background: none !important; }

  .listingWithNoHeight .listingItem .listingInfos {
    padding: 10px !important; } }
.dateNews {
  background-color: #55a8e5;
  color: #fff;
  display: inline-block;
  margin: 0 0 5px;
  padding: 2px 15px;
  font-size: 15px; }

.tagNews a {
  display: inline-block;
  font-size: 15px;
  color: #898989;
  margin: 0 0 5px; }
  .tagNews a:hover {
    color: #55A8E5; }

.newsContent .listingTitle a {
  font-size: 17px !important;
  text-transform: none !important; }
.newsContent .rightImage .listingLink {
  position: absolute;
  bottom: 30px; }
.newsContent .leftImage .listingLink {
  position: absolute;
  bottom: 30px; }

.noImage .listingInfos {
  background: #F3F3F8 none repeat scroll 0 0;
  width: 100% !important; }

.careersListing .row {
  margin-bottom: 40px; }
.careersListing h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #005093;
  margin-bottom: 15px;
  line-height: 100%; }
.careersListing p {
  margin-bottom: 20px;
  font-size: 17px;
  color: #231F20; }
.careersListing .listingLink a {
  color: #005093;
  font-size: 16px; }
  .careersListing .listingLink a:hover {
    color: #231F20; }
.careersListing .careersBottom {
  margin-top: 30px; }
  .careersListing .careersBottom .imageHolder {
    margin-bottom: -30px; }
  .careersListing .careersBottom .titleLink {
    text-align: center; }
    .careersListing .careersBottom .titleLink a {
      background-color: #183254;
      color: #ffffff;
      height: 55px;
      line-height: 55px;
      min-width: 220px;
      font-size: 20px; }
      .careersListing .careersBottom .titleLink a:hover {
        background-color: #55A8E5; }

.tableHolder {
  margin: 50px 0; }
  .tableHolder table {
    width: 100%;
    border-collapse: collapse; }
  .tableHolder thead {
    position: relative; }
    .tableHolder thead::after {
      background: url(../images/table-header-shadow.png) no-repeat center 0;
      width: 100%;
      height: 100px;
      position: absolute;
      top: 100%;
      left: 0;
      content: ''; }
  .tableHolder tbody tr {
    position: relative; }
  .tableHolder tr:nth-of-type(even) {
    background: #eee; }
  .tableHolder .positionItem {
    height: 73px;
    background-color: #55A8E5; }
    .tableHolder .positionItem td {
      height: 73px; }
    .tableHolder .positionItem td a {
      color: #ffffff; }
    .tableHolder .positionItem.collapsed {
      background-color: #ffffff; }
      .tableHolder .positionItem.collapsed td a {
        color: #231f20;}
  .tableHolder th {
    background-color: #005093;
    height: 73px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .tableHolder td, .tableHolder th {
    text-align: center;
    vertical-align: middle; }
  .tableHolder td {
    color: #231F20;
    font-size: 17px;
    border-right: 1px solid #CFD0D4; }
    .tableHolder td:last-child {
      border-right: 0; }
    .tableHolder td:nth-of-type(1) {
      max-width: 130px;
      color: #ffffff;
      font-size: 16px;
      background: #55A8E5 no-repeat center 120%; }
      .tableHolder td:nth-of-type(1)::before {
        content: ''; }
      .tableHolder td:nth-of-type(1) a {
        color: #ffffff !important;
        font-size: 16px;
        position: relative;
        z-index: 11; }
  @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .tableHolder table, .tableHolder thead, .tableHolder tbody, .tableHolder th, .tableHolder td, .tableHolder tr {
      display: block;
      vertical-align: middle; }
    .tableHolder thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .tableHolder tr {
      vertical-align: middle; }
    .tableHolder td {
      border: none;
      position: relative;
      height: 70px;
      padding-left: 50%;
      height: auto;
      padding: 10px 0 10px 50%; }
    .tableHolder td:before {
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; } }
  .tableHolder h3 {
    background-color: #ECECEC;
    padding: 25px;
    color: #005093;
    text-transform: uppercase;
    font-size: 22px; }

.minHeightContent {
  min-height: 800px; }

.formHolder {
  padding: 55px 35px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2); }
  .formHolder h2 {
    color: #55A8E5;
    font-size: 30px;
    line-height: 100%; }
  .formHolder h3 {
    font-size: 20px;
    color: #55A8E5;
    line-height: 100%; }
    .formHolder h3.noItalic {
      font-style: normal;
      color: #005093;
      font-size: 18px;
      margin-bottom: 0px; }
  .formHolder .titleSpacing {
    height: 25px; }
  .formHolder .formButtons {
    text-align: left;
    margin-top: 40px; }
    .formHolder .formButtons .clearButton {
      vertical-align: middle; }
      .formHolder .formButtons .clearButton a {
        font-size: 16px;
        color: #55A8E5;
        border: 1px solid #55A8E5;
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
        text-transform: uppercase; }
    .formHolder .formButtons .sendButton {
      margin-left: 10px;
      vertical-align: middle; }
      .formHolder .formButtons .sendButton a {
        font-size: 16px;
        color: #ffffff;
        background-color: #55A8E5;
        border: 1px solid #55A8E5;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        text-transform: uppercase; }
  .formHolder .inputHolder {
    position: relative; }
    .formHolder .inputHolder input {
      background-color: #F2F2F2;
      border: 0;
      border-bottom: 2px solid #a4a5a7;
      width: 100%;
      margin-bottom: 10px;
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      color: #666666;
      font-size: 15px;
      text-transform: uppercase; }
        .formHolder .inputHolder input.error {
            border: 1px solid red;
        }

    .formHolder .inputHolder div.error {
        position: absolute;
        font-size: 10px;
        bottom: -13px;
        color: red;
    }
  .formHolder .textareaHolder {
    position: relative; }
    .formHolder .textareaHolder textarea {
      background-color: #F2F2F2;
      border: 0;
      width: 100%;
      margin-bottom: 10px;
      height: 180px;
      line-height: 40px;
      color: #666666;
      padding: 0 15px;
      font-size: 15px;
      border-bottom: 2px solid #a4a5a7;
      text-transform: uppercase; }

        .formHolder .textareaHolder textarea.error {
            border: 1px solid red;
        }

    .formHolder .textareaHolder div.error {
        position: absolute;
        font-size: 10px;
        bottom: -13px;
        color: red;
    }
  .formHolder .fa.fa-calendar {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #005093;
    font-size: 20px; }
  .formHolder .fa.fa-upload {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #005093;
    font-size: 16px; }
  .formHolder .dropDownHolder {
    width: 100%;
    margin-bottom: 10px;
    position: relative; }
    .formHolder .dropDownHolder .dk-selected {
      border-bottom: 2px solid #a4a5a7;
      background-color: #f2f2f2;
      height: 40px;
      width: 100%;
      line-height: 40px;
      color: #666666;
      font-size: 15px;
      text-transform: uppercase;
      padding: 0 15px; }
      .formHolder .dropDownHolder .dk-selected::before {
        content: '\f078';
        border: 0;
        font-family: FontAwesome;
        font-feature-settings: normal;
        font-kerning: auto;
        font-language-override: normal;
        font-size: inherit;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-synthesis: weight style;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-rendering: auto;
        margin-top: -7px;
        position: absolute;
        left: 10px;
        text-rendering: auto;
        top: 50%;
        color: #55A8E5; }
      .formHolder .dropDownHolder .dk-selected::after {
        display: none; }
      .formHolder .dropDownHolder .dk-selected:hover {
        background-color: #55A8E5; }
  .formHolder .dropDownHolder .dk-select-multi:focus .dk-select-options, .formHolder .dropDownHolder .dk-select-open-down .dk-select-options, .formHolder .dropDownHolder .dk-select-open-up .dk-select-options {
    border-color: transparent;
    border-radius: 0;
    display: block; }
  .formHolder .dropDownHolder .dk-option {
    padding: 5px 10px; }
    .formHolder .dropDownHolder .dk-option.dk-option-selected {
      background-color: transparent;
      color: #000; }
    .formHolder .dropDownHolder .dk-option:hover {
      background-color: #000;
      color: #fff; }
  .formHolder .requiredField::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #005093;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    z-index: 11; }

.contactInformation {
  background-color: #F4F4F4;
  margin: -50px 0 0 12px;
  padding: 100px 150px; }
  .contactInformation h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #55A8E5;
    line-height: 100%;
    margin-bottom: 30px; }
    .contactInformation ul#listHtml li {
        color: #231f20;
        margin-bottom: 10px;
        font-size: 17px;
        position: relative;
        padding-right: 210px;
        text-align: right;
    }
  }
    .contactInformation ul li a {
      color: #231f20;}
      .contactInformation ul li a:hover {
        color: #55A8E5; }
    .contactInformation ul li span {
      color: #AFAFAF;
      position: absolute;
      right: 0;
      font-size:14px;
    }

.ui-datepicker .ui-datepicker-header {
  background: #55A8E5;
  color: #ffffff;
  border: none;
  border-radius: 0px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #f1f1f1 none repeat scroll 0 0;
  border: medium none;
  color: #555555;
  font-weight: normal;
  text-align: center; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #55A8E5;
  color: #fff; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #AFAFAF;
  color: #ffffff; }

.noShadow {
  box-shadow: none; }

.fromTo {
  padding-left: 0; }
  .fromTo .inputHolder .fa-calendar {
    left: 10px;
    top: 8px; }

.fileUpload {
  display: block;
  width: 100%;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  border-bottom: 2px solid #a4a5a7; }

.fileUpload {
  overflow: hidden;
  position: relative; }

.fileUpload input {
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
  left: 0;
  width: 100%;
  height: 100%; }

.uploadValue {
  color: #000;
  display: block;
  left: 15px;
  opacity: 1;
  position: absolute;
  z-index: 50;
  color: #525252;
  font-size: 15px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px; }

.row.noSpacing .col-md-6, .row.noSpacing .col-md-3 {
  padding: 0; }

.boxContent {
  background: #000 none repeat scroll 0 0;
  height: 350px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative; }
  .boxContent::before {
    background: #000;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 140px;
    width: 100%; }

.doubleH {
  background: #000;
  height: 700px;
  overflow: hidden;
  width: 100%; }

.imageItem img {
  width: 100%; }

.boxContent:hover .imageItem img,
.doubleH:hover .imageItem img {
  transform: scale(1.1);
  opacity: 0.6; }

.absPos {
  position: absolute;
  bottom: 50px;
  right: 20px; }

.infosItem {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 120%;
  color: #fff; }
  .infosItem strong {
    line-height: 120%; }

.showAllBtn a {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  z-index: 12; }
  .showAllBtn a span.showAll {
    background-color: #005093;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: -15px;
    overflow: hidden;
    opacity: 0;
    padding: 0 20px; }
  .showAllBtn a span.fa {
    background-color: #005093;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center; }
.showAllBtn:hover span.showAll {
  width: auto;
  opacity: 1;
  margin-right: -5px; }

.borderedItem {
  background-color: #e6e6e6;
  padding: 90px;
  color: #005093;
  font-size: 26px;
  line-height: 120%;
  position: relative; }
  .borderedItem::after {
    position: absolute;
    top: 45px;
    left: 45px;
    bottom: 45px;
    right: 45px;
    border: 3px solid #005093;
    content: ''; }
  .borderedItem::before {
    display: none; }

.introItem {
  background-color: #f2f2f2;
  padding: 80px; }
  .introItem h3 {
    color: #231f20;
    font-size: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
  .introItem p {
    color: #231f20;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 150%; }
  .introItem::before {
    display: none; }

.withBlueShape::after {
  content: '';
  position: absolute;
  width: 65px;
  height: 130px;
  background-color: #55A8E5;
  top: 0;
  left: 100px;
  opacity: 0.4; }

.welcomeItem h3 {
  color: #005093;
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase; }
  .welcomeItem h3 span.specTitle {
    text-transform: normal;
    font-weight: bold; }
.welcomeItem p {
  color: #005093;
  font-size: 16px; }
.welcomeItem::before {
  display: none; }

.blueFont {
  color: #005093; }

.whiteBg {
  background-color: #ffffff; }
  .whiteBg::before {
    display: none; }

.inTheNews h4 {
  font-size: 20px;
  color: #005093;
  text-transform: uppercase;
  margin-bottom: 20px; }
.inTheNews .listingDate {
  color: #808285;
  font-size: 18px;
  font-weight: bold; }
.inTheNews h3 span.specTitle {
  color: #231f20;
  font-size: 18px;
line-height:150%;
  font-weight: bold; }

.noShadow::before {
  display: none; }

.doubleH h3 {
  color: #ffffff;
  font-size: 38px;
  line-height: 100%; }
.doubleH.borderedItem {
  background-color: transparent;
  padding: 0; }
  .doubleH.borderedItem::after {
    border-color: #ffffff;
    top: 35px;
    bottom: 35px;
    left: 35px;
    right: 35px; }
.doubleH .absPos {
  left: 60px;
  right: 60px;
  bottom: 60px; }

.absPos.inTheNews {
    padding: 100px 30px;
    position: relative;
    width: calc(100% - 40px);
}

.twitterGrid {
  direction: ltr;
  padding: 60px;
  background-color: #009eff;
  background-image: url(../images/twitter-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center; }
  .twitterGrid .flexslider {
    background: none;
    border: none; }
  .twitterGrid::before {
    display: none; }
  .twitterGrid h3 {
    color: #fff;
    font-size: 25px; }
  .twitterGrid i {
    color: #fff;
    font-size: 20px;
    margin: 15px 0;
    font-weight: bold;
    font-style: italic; }
  .twitterGrid a {
    color: #fff;
    font-size: 16px;
    line-height: 120%; }

.toolBarHolder {
  background-color: #005093;
  position: fixed;
  top: 200px;
  left: 0;
  width: 60px;
  z-index: 13; }
  .toolBarHolder ul {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); }
  .toolBarHolder .toolBarIcon {
    width: 60px;
    height: 45px; }
    .toolBarHolder .toolBarIcon:hover {
      background-color: #55A8E5; }
    .toolBarHolder .toolBarIcon.active {
      background-color: #55A8E5; }
    .toolBarHolder .toolBarIcon.ibanIcon {
      background-position: 0 0; }
    .toolBarHolder .toolBarIcon.applicationIcon {
      background-position: 0 -45px; }
    .toolBarHolder .toolBarIcon.calculatorIcon {
      background-position: 0 -90px; }
    .toolBarHolder .toolBarIcon.exchangeIcon {
      background-position: 0 -135px; }
    .toolBarHolder .toolBarIcon.rssIcon {
      background-position: 0 -180px; }
    .toolBarHolder .toolBarIcon.appointmentIcon {
      background-position: 0 -225px; }
    .toolBarHolder .toolBarIcon.locationIcon {
      background-position: 0 -270px; }
    .toolBarHolder .toolBarIcon.securityIcon {
      background-position: 0 -315px; }
    .toolBarHolder .toolBarIcon.feedbackIcon {
      background-position: 0 -360px; }
    .toolBarHolder .toolBarIcon.feesIcon {
      background-position: 0 -405px; }
  .toolBarHolder .toolbarContent {
    background: #55A8E5;
    position: absolute;
    left: 100px;
    top: 0;
    width: 640px;
    visibility: hidden;
    max-height: 650px;
    opacity: 0;
    padding: 20px;
    overflow: auto;
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.8); }
    .toolBarHolder .toolbarContent span.fa-calendar {
      color: #fff; }
    .toolBarHolder .toolbarContent.opened {
      visibility: visible;
      opacity: 1;
      left: 60px; }
    .toolBarHolder .toolbarContent .toolbarClose {
      background: url(../images/close-toolbar.png) no-repeat 0 0/100% auto;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      z-index: 11;
      left: 30px;
      cursor: pointer; }
    .toolBarHolder .toolbarContent h2 {
      color: #005093;
      font-size: 22px;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .toolBarHolder .toolbarContent h3 {
      color: #ffffff;
      margin-bottom: 10px;
      font-size: 16px;
      text-transform: uppercase;
      font-style: normal; }
    .toolBarHolder .toolbarContent p {
      font-size: 14px;
      color: #ffffff;
      line-height: 150%;
      margin-bottom: 10px; }
  .toolBarHolder .bottomRightHint {
    float: right;
    margin-bottom: 20px;
    color: #005093; }
  .toolBarHolder .withBorderRight {
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .toolBarHolder .smallBlueFont {
    font-size: 11px;
    color: #005093; }
  .toolBarHolder .toolbarForm label {
    background-color: #005093;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding: 0 30px;
    font-size: 16px;
    text-transform: uppercase; }
  .toolBarHolder .toolbarForm .inputField {
    position: relative; }
    .toolBarHolder .toolbarForm .inputField input {
      background-color: rgba(0, 86, 153, 0.5);
      border: none;
      border-bottom: 2px solid rgba(0, 86, 153, 0.8);
      color: rgba(255, 255, 255, 0.5);
      height: 45px;
      line-height: 45px;
      width: 100%;
      padding: 0 15px;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 15px; }

    .toolBarHolder .toolbarForm .inputHolder input.error {
        border: 1px solid red;
    }

    .toolBarHolder .toolbarForm .inputHolder div.error {
        position: absolute;
        font-size: 10px;
        bottom: -13px;
        color: red;
    }
    .toolBarHolder .toolbarForm .inputField textarea {
      background-color: rgba(0, 86, 153, 0.5);
      border: none;
      border-bottom: 2px solid rgba(0, 86, 153, 0.8);
      color: rgba(255, 255, 255, 0.5);
      height: 145px;
      line-height: 45px;
      width: 100%;
      padding: 0 15px;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 15px; }
  .toolBarHolder .toolbarForm.formHolder {
    border-top: medium none;
    box-shadow: none;
    padding: 0; }
  .toolBarHolder .toolbarForm .dropDownHolder {
    margin-bottom: 15px; }
  .toolBarHolder .toolbarForm .dk-selected {
    background-color: rgba(0, 86, 153, 0.5);
    color: rgba(255, 255, 255, 0.5);
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 0;
    border-bottom: 2px solid rgba(0, 86, 153, 0.8); }
  .toolBarHolder .toolbarForm .requiredField::before {
    border-top: 10px solid #fff; }
  .toolBarHolder .buttonsHolder {
    text-align: left; }
    .toolBarHolder .buttonsHolder div {
      vertical-align: middle;
      margin-right: 5px;

    }
    .toolBarHolder .buttonsHolder .clearButton a {
      border: 2px solid #fff;
      color: #fff;
      font-size: 16px;
      height: 35px;
      line-height: 35px;
      padding: 0 30px;
      text-transform: uppercase; }
      .toolBarHolder .buttonsHolder .clearButton a:hover {
        background-color: #ffffff;
        color: #55A8E5; }
    .toolBarHolder .buttonsHolder .whiteBtn a {
      border: 2px solid #fff;
      font-size: 16px;
      background-color: #ffffff;
      color: #55A8E5;
      height: 45px;
      line-height: 45px;
      padding: 0 30px;
      text-transform: uppercase; }
      .toolBarHolder .buttonsHolder .whiteBtn a:hover {
        background-color: #005093;
        color: #ffffff;
        border-color: #005093; }

.sticky .toolBarHolder {
  top: 75px; }

.clearBoth {
  clear: both; }

.graphHolder img {
  max-width: 100%; }

.lightBlueBg {
  background-color: #83c8fe;
  position: relative;
  padding: 30px;
  bottom: -30px; }
  .lightBlueBg::before {
    content: '';
    width: 30px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    background-color: #83c8fe; }
  .lightBlueBg::after {
    content: '';
    width: 30px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    background-color: #83c8fe; }

.currencyRow .inputField input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #005093;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 5px;
  color: #fff;
  font-size: 36px;
  height: 45px;
  line-height: 40px;
  text-transform: uppercase;
  width: 100%;
  text-align: right; }
.currencyRow .dk-selected {
  background-color: #005093;
  color: white;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 15px;
  margin-bottom: 0;
  text-transform: uppercase; }
  .currencyRow .dk-selected::before {
    content: '\f078';
    border: 0;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    margin-top: -7px;
    position: absolute;
    left: 10px;
    text-rendering: auto;
    top: 50%; }
  .currencyRow .dk-selected::after {
    display: none; }
  .currencyRow .dk-selected:hover {
    background-color: #55A8E5; }

.currencyRow {
  margin-bottom: 20px; }

.fromCurr {
  color: #ffffff;
  font-size: 16px; }

.toCurr {
  color: #ffffff;
  font-size: 30px; }

.resultsCalculator {
  margin-bottom: 20px;
  font-size: 16px;
  color: #005093;
  text-transform: uppercase; }
  .resultsCalculator .currencyNb {
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: bold; }

.loanLabel {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom:5px; }

.interestRate {
  color: #fff;
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 20px;
  margin-top: -10px; }

.loanAmmount {
  color: #fff;
  font-size: 12px; }

.loanInput input {
  background-color: #005093;
  border: medium none;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%; }

.irs-min, .irs-max {
  background: #2c85cc none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  text-align: center;
  text-shadow: none;
  top: 50%;
  width: 25px;
  visibility: visible !important; }

.irs-min {
  left: -25px; }

.irs-max {
  right: -25px; }

.irs-slider {
  display: none; }

.irs-line {
  border-radius: 0 !important;
  height: 4px;
  top: 30px; }

.irs-line-left, .irs-line-right, .irs-line-mid {
  opacity: 0; }

.irs-line {
  background: #2c85cc none repeat scroll 0 0; }

.irs-from::after, .irs-to::after, .irs-single::after {
  display: none; }

.irs-from, .irs-to, .irs-single {
  background: #005699 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 35px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  text-shadow: none;
  top: 13px;
  width: 35px; }

.irs-bar-edge, .irs-bar {
  background: none; }

.introContent .withBorderRight {
  border-right: 1px solid #fff; }
.introContent .textAlignRight {
  text-align: right; }

.listingDefault .listingItem {
  overflow: hidden; }
  .listingDefault .listingItem .listingTitle a {
    font-size: 24px;
line-height:140%;
    text-transform: uppercase;
    color: #55A8E5; }
  .listingDefault .listingItem .listingInfos {
    width: 48%;
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 100%; }
  .listingDefault .listingItem .listingImage {
    height: 100%;
    display: inline-block;
    width: 48%;
    overflow: hidden; }
  .listingDefault .listingItem.downImage {
    height: auto; }
    .listingDefault .listingItem.downImage .listingInfos {
      width: 100%;
      height: auto; }
    .listingDefault .listingItem.downImage .listingImage {
      width: 100%; }
  .listingDefault .listingItem.upImage {
    height: auto; }
    .listingDefault .listingItem.upImage .listingInfos {
      width: 100%;
      height: auto; }
    .listingDefault .listingItem.upImage .listingImage {
      width: 100%; }
.listingDefault.bigHeight .listingItem {
  height: 500px; }
  .listingDefault.bigHeight .listingItem .listingInfos {
    padding: 0 100px; }
  .listingDefault.bigHeight .listingItem .listingImage img {
    width: 100%; }
.listingDefault.smallHeight .listingItem {
  height: 350px; }
  .listingDefault.smallHeight .listingItem .listingInfos {
    padding: 0 20px; }
  .listingDefault.smallHeight .listingItem .listingImage img {
    height: 100%; }

.insidePageContent {
  padding: 50px 0; }
  .insidePageContent.withoutBanner {
    padding: 0 0 50px; }

.introSpacing {
  height: 50px;
  width: 100%; }

.pageWithDetails {
  position: relative; }
  .pageWithDetails .listingDefault .listingItem .listingImage {
    width: 50%;
    float: left; }
  .pageWithDetails .listingDefault .listingItem .listingInfos {
    width: 50%;
    float: left; }

.whiteBtn a {
  color: #55A8E5;
  background-color: #ffffff;
  line-height: 40px;
  height: 40px;
  padding: 0 20px; }

.lightBlueBtn a {
  color: #ffffff;
  background-color: #55A8E5;
  line-height: 40px;
  height: 40px;
  padding: 0 20px; }

.fullImage .listingImage img {
  height: auto !important;
  width: 100%; }

.fullImage .listingImage {
  width: 75% !important; }
.fullImage .listingInfos {
  width: 25% !important; }

.fullWidthMap {
  background-position: right top;
  background-size: auto 100%;
  height: 633px;
  width: 100%; }

.smallPadding {
  padding: 10px 0; }

.branckIcon {
  background: url(../images/pin-light.png) no-repeat 0 0; }

.atmkIcon {
  background: url(../images/pin-dark.png) no-repeat 0 0; }

.branckIcon, .atmkIcon {
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 20px 0 35px;
  height: 40px;
  line-height: 40px; }

.branchesFilter {
  margin-top: 20px; }
  .branchesFilter .dk-selected {
    background-color: #58b5ff;
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    padding: 0 20px; }
    .branchesFilter .dk-selected::before {
      content: '\f078';
      border: 0;
      font-family: FontAwesome;
      font-feature-settings: normal;
      font-kerning: auto;
      font-language-override: normal;
      font-size: inherit;
      font-size-adjust: none;
      font-stretch: normal;
      font-style: normal;
      font-synthesis: weight style;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-rendering: auto;
      margin-top: -7px;
      position: absolute;
      left: 10px;
      text-rendering: auto;
      top: 50%; }
    .branchesFilter .dk-selected::after {
      display: none; }
    .branchesFilter .dk-selected:hover {
      background-color: #55A8E5; }

.blueCaption {
  background-color: #55a8e5;
  color: #ffffff;
  font-size: 16px;
  padding: 15px;
  margin-bottom: 15px; }

.formCaption {
  background-color: rgba(76, 150, 209, 0.5);
  color: #fff;
  font-size: 16px;
  padding: 20px 30px; }
  .formCaption .required::before {
    position: relative;
    left: 0;
    top: 15px;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #005093;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    z-index: 11; }

.noSpacingTop {
  padding-top: 0 !important; }

.contactInformation .dropDownHolder {
  margin-bottom: 10px; }
.contactInformation .dk-selected {
  background-color: #ebebeb;
  height: 45px;
  width: 100%;
  line-height: 45px;
  border-bottom: 2px solid #b0b1b3;
  color: #231f20;
  font-size: 14px;
  padding: 0 20px; }
  .contactInformation .dk-selected::before {
    content: '\f078';
    border: 0;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    margin-top: -7px;
    position: absolute;
    left: 10px;
    text-rendering: auto;
    top: 50%; }
  .contactInformation .dk-selected::after {
    display: none; }
  .contactInformation .dk-selected:hover {
    background-color: #55A8E5; }

.filterBy {
  line-height: 45px;
  font-size: 12px;
  text-transform: uppercase; }

.detailsPositions div {
  text-align: right;
  direction: rtl; }
.detailsPositions td {
  background-color: #ffffff !important;
  color: #231f20 !important;
  text-align: left; }
.detailsPositions h3 {
  background-color: transparent;
  color: #231f20;
  text-transform: normal;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 0; }
.detailsPositions div.row {
  padding: 15px; }
.detailsPositions p {
  font-size: 16px; }
.detailsPositions .greyBg {
  background-color: #f1f1f1; }

.careersListing li {
  margin-bottom: 15px;
  padding-right: 15px;
  position: relative; }
  .careersListing li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: #898989; }

.p15 {
  padding: 15px; }

.applyBtn a {
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  background-color: #55A8E5;
  display: inline-block;
  font-size: 16px;
  margin: 20px 0;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 11; }
  .applyBtn a:hover {
    background-color: #005093; }

.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0; }

.nano > .nano-content:focus {
  outline: thin dotted; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 5px;
  left: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  opacity: 0.99; }

.nano {
  width: 100%;
  min-height: 630px;
  top: 0; }

.nano .nano-content {
  padding: 20px; }

.nano > .nano-pane > .nano-slider {
  background: #005093;
  opacity: 1; }

.eliteTheme h2, .eliteTheme h3 {
  color: #403f3c  !important; }
.eliteTheme .formCaption {
  background-color: #403f3c !important; }
.eliteTheme .requiredField::before, .eliteTheme .required::before {
  border-top: 10px solid #faa634 !important; }
.eliteTheme .blueButton a {
  border: 1px solid #faa634 !important;
  color: #faa634 !important; }
  .eliteTheme .blueButton a:hover {
    background-color: #faa634 !important;
    color: #fff !important; }
.eliteTheme .branckIcon {
  background: url(../images/pin-light-elite.png) no-repeat 0 0; }
.eliteTheme .atmkIcon {
  background: url(../images/pin-dark-elite.png) no-repeat 0 0; }
.eliteTheme .currentLang span {
  color: #faa634 !important; }
.eliteTheme .clearButton a {
  border: 1px solid #faa634 !important;
  color: #faa634 !important; }
  .eliteTheme .clearButton a:hover {
    background-color: #f4ad16 !important;
    color: #faa634 !important; }
.eliteTheme .sendButton a {
  background-color: #faa634 !important;
  color: #ffffff !important;
  border-color: #faa634 !important; }
  .eliteTheme .sendButton a:hover {
    background-color: #ffffff !important;
    color: #faa634 !important; }
.eliteTheme .formHolder .fa.fa-calendar, .eliteTheme .formHolder .fa.fa-upload {
  color: #faa634 !important; }
.eliteTheme .dk-selected::before {
  color: #faa634 !important; }
.eliteTheme .dk-selected:hover {
  background-color: #403f3c !important; }
.eliteTheme .branchesFilter .dk-selected {
  background-color: #faa634 !important;
  border-bottom: none !important; }
.eliteTheme .user-icon, .eliteTheme .rightHeading .userLogin .userBtn, .rightHeading .userLogin .eliteTheme .userBtn {
  background-image: url(../images/hp-sprites-elite.png); }
.eliteTheme .rightHeading .countriesName {
  color: #faa634; }
.eliteTheme .mainMenu a:hover {
  color: #faa634 !important; }
.eliteTheme .changeLang a {
  background-color: #faa634 !important; }
.eliteTheme .sliderInfos .sliderDescription {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9); }
  .eliteTheme .sliderInfos .sliderDescription span {
    color: #faa634 !important; }
.eliteTheme .smartTitleCountry i {
  font-style: normal; }
.eliteTheme .smartTitleCountry span {
  color: #ffffff !important; }
.eliteTheme .smartTitleCountry::before {
  background-color: #f4ad16 !important; }
.eliteTheme .mainBanner .flex-direction-nav a:hover {
  background-color: #faa634 !important; }
.eliteTheme .smartMenu .smartMenuLinks li:hover a {
  color: #faa634 !important; }
.eliteTheme .mainBanner::after {
  width: 300px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url(../images/bg-elite-banner.png) no-repeat 0 -50px; }
.eliteTheme .introContent {
  background-color: #403f3c !important;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .eliteTheme .introContent h2 {
    font-size: 26px;
    color: #faa634 !important;
    margin-bottom: 20px; }
    .eliteTheme .introContent h2 span {
      color: #faa634 !important; }
  .eliteTheme .introContent::before {
    position: absolute;
    left: 50px;
    top: -50px;
    content: '';
    width: 230px;
    height: 211px;
    background: url(../images/bg-elite-left.png) no-repeat 0 0/100% auto; }
  .eliteTheme .introContent::after {
    position: absolute;
    right: 50px;
    top: 50px;
    content: '';
    width: 372px;
    height: 413px;
    background: url(../images/bg-elite-right.png) no-repeat 0 0/100% auto; }
.eliteTheme .insidePageContent {
  background-color: #fdd8af !important;
  background-image: url(../images/bg-elite-content.png);
  background-repeat: no-repeat;
  background-position: center top; }
.eliteTheme .detailsContentHolder {
  background-color: #ffffff !important; }
  .eliteTheme .detailsContentHolder a {
    color: #faa634 !important; }
  .eliteTheme .detailsContentHolder .blueCaption {
    background-color: #403f3c !important; }
  .eliteTheme .detailsContentHolder .footerNote {
    background-color: #403f3c !important; }
  .eliteTheme .detailsContentHolder .lightBlueBtn a {
    background-color: #faa634 !important;
    color: #ffffff !important; }
.eliteTheme .listingDefault .listingItem .listingTitle a {
  color: #403f3c !important; }
.eliteTheme .showAllBtn a span {
  background-color: #403f3c !important; }
.eliteTheme .detailsContentHolder .detailsController a span {
  background-color: #403f3c !important; }
  .eliteTheme .detailsContentHolder .detailsController a span:hover {
    background-color: #faa634 !important; }
.eliteTheme .headingDetails h1 {
  color: #faa634 !important; }

.smallContainer {
  width: 900px; }

.listingElite .listingItem {
  overflow: hidden;
  position: relative; }
  .listingElite .listingItem .listingInfos {
    position: absolute;
    z-index: 1; }
.listingElite .listingSubTitle {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px; }
  .listingElite .listingSubTitle::before {
    background-color: #ffffff;
    content: "";
    height: 1px;
    left: -70%;
    position: absolute;
    top: 50%;
    width: 60%; }
  .listingElite .listingSubTitle::after {
    background-color: #ffffff;
    content: "";
    height: 1px;
    right: -70%;
    position: absolute;
    top: 50%;
    width: 60%; }
.listingElite .listingTitle a {
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 120%;
  font-size: 40px; }
.listingElite .listingDescription {
  color: #ffffff; }
.listingElite .moreElite {
  margin-top: 20px; }
  .listingElite .moreElite a {
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    text-transform: uppercase;
    border: 1px solid #ffffff; }
    .listingElite .moreElite a:hover {
      background-color: #faa634;
      border-color: #faa634; }
.listingElite .topCenter {
  text-align: center;
  top: 50px; }
  .listingElite .topCenter .listingDescription {
    width: 60%;
    margin: 0 auto; }
  @media (min-width: 100px) and (max-width: 1100px) {
    .listingElite .topCenter .listingDescription {
        width: auto;
    }
  }
.listingElite .bottomCenter {
  bottom: 50px;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  top: inherit;
  text-align: center; }
.listingElite .topLeft {
  top: 20px;
  width: 50%;
  left: 20px;
  text-align: center; }

.box1 {
  margin-top: 110px; }

.box4 {
  margin-top: -110px; }

.borderTopYellow {
  border-top: 10px solid #faa634; }

.borderBottomYellow {
  border-bottom: 10px solid #faa634; }

/*# sourceMappingURL=arabbank-local.css.map */


.ajaxPreloader::after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background: url(../images/ajax-loading.gif);
}
.ajaxPreloader {
    position: absolute;
    background:rgba(255,255,255,0.95);
    width: 100%;
    z-index: 111;
    height: 100%;
}

.sitemapFooter li a {
  display: block;
  padding-right: 10px;
  position: relative;
}
.sitemapFooter li span {
  right: 0;
  position: absolute;
  top: 3px;
}
.listingLandingPage.listingDefault {
  min-height: 0px;
}
.breadcrumb {
    color: #fff;
}
.insidePageContent h2 {
    color: #434343;
    font-size: 26px;
}
.listingDefault.listingWithNoHeight .listingItem .listingImage {
  height: 358px;
}

table, table td {
  border: 1px solid #dedede;
}
table td {
  padding-left: 15px;
  padding-right: 15px;
}
.preloaderHolder .centeredContent {
    top: 50%;
    transform: translateY(-50%);
}

.titleSmartMenu{
display:none;
}
.mainBanner .flex-direction-nav a{
line-height:100%;
}
.specialImage > img {
  max-width: 300px;
}

/* added for FAQ */
    .faqItem {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dedede;
    }

    .faqTitle {
        color: #231f20;
        cursor: pointer;
        font-size: 16px;
        position: relative;
        padding-right: 25px;
    }

        .faqTitle::before {
            border: 0 none;
            content: "\f067";
            font-family: FontAwesome;
            font-feature-settings: normal;
            font-kerning: auto;
            font-language-override: normal;
            font-size: inherit;
            font-size-adjust: none;
            font-stretch: normal;
            font-style: normal;
            font-synthesis: weight style;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            margin-top: -7px;
            position: absolute;
            right: 0px;
            text-rendering: auto;
            top: 10px;
        }

        .faqTitle.active {
            color: #55a8e5;
        }

            .faqTitle.active::before {
                content: "\f068";
                color: #55a8e5;
            }

.faqContent {
    color: #231f20;
    display: none;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    font-style: normal;
    margin-bottom: 15px;
    padding: 20px 30px;
}
    .faqContent strong {
        font-family: 'PTSans-Bold';
    }


    .pdfListing a {
        color: #231f20;
        font-size: 16px;
        font-family: "MyriadProBold";
        line-height: 30px;
    }

        .pdfListing a:hover {
            color: #55a8e5;
        }
/* end FAQ code */

.searchForm button, .blueButton button {
  background-color: #005093;
  border: medium none;
  border-radius: 18px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  text-transform: uppercase;
}
.searchForm button:hover, .blueButton button:hover {
  background-color: #000;
  color: #fff;
}

.mapToggleContent .listingInfos li{
font-size:14px;
}

.mapToggleContent .listingInfos li span{
font-size:14px;
max-width:145px;
}
#map, .mapToggleContent {
    max-height: 75%;
}
.detailsContentHolder .footerNote{
display:none;
}
.sf_colsIn.container.smallContainer.detailsPage{
position:relative;
}
.pagingDetails li::before {
  display: none;
}

#map {
    display: block;
    width: 100%;
    height: 100%;
}

#map {
    background: #58B;
}
		#map {width:100%; height: 100%;}
		.fullWidthMap{position: relative; width:100%; height:820px; overflow: hidden;}
		.mapToggleContent {box-sizing:border-box; -webkit-box-sizing:border-box; z-index: 3;right:-460px; transition:all linear 300ms; width:450px; background-color: #fff; position: absolute;top:0; padding-bottom: 50px; border:1px solid #f1f1f1; height: 100%;}
		.mapToggleContent.opened {right:0;}
		.mapToggleContent h3{color:#4c96d1; font-size: 25px; text-transform: uppercase; padding: 20px;}
		.closeMapToggleContent {position: absolute; cursor: pointer; top:10px; left:10px; }
		.goToBtn{padding:0 20px 20px;}
		.goToBtn a {border: 1px solid #55a8e5;color: #55a8e5;font-size: 14px;height: 35px;line-height: 35px;padding: 0 20px;text-transform: uppercase;display: inline-block;}
		.listingInfos{padding: 20px;}
		.listingInfos li{margin-bottom: 20px; color:#4d4d4d; font-size: 20px; padding-right: 150px; position: relative;}
		.listingInfos li span{position: absolute; right:0; color:#949494; font-size: 20px; min-width:150px; }
@media all and (min-width: 760px) and (max-width: 1100px){
			.fullWidthMap{height:570px;}
			.mapToggleContent {overflow: auto; padding-bottom: 100px;}
		}
@media all and (min-width: 100px) and (max-width: 760px){
      .fullWidthMap{height:370px;}
      .checkboxesHolder{
        margin-bottom: 20px;	
      }
      .checkboxes {
        position:relative; 
      }
      .toolBarHolder .toolbarForm .checkboxes label {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: auto;
        line-height: 20px;
        margin-bottom: 15px;
        padding: 0 0 0 25px;
        position: relative;
        text-transform: none;
        width: auto;
      }
      .checkboxes input {
        right: 0;
        position: absolute;
        top: 0;
      }
			.mapToggleContent {overflow: auto; padding-bottom: 100px; width:90%;}
			.listingInfos li {font-size: 14px;padding-left: 110px;}
			.listingInfos li span{font-size: 14px;}
}
.listingElite .listingImage.detailsLink img {
  width: 100%;
}

.eliteTheme table, .eliteTheme table td {
  border: 1px solid #cabba8;
}

.eliteTheme .rightHeading .userLogin .userLoginForm, .eliteTheme .rightHeading .countriesHolder .countriesList {border-top: 6px solid #f4ad16;} 
.eliteTheme .rightHeading .userLogin .userLoginForm::before, .eliteTheme .rightHeading .countriesHolder .countriesList::before{border-bottom: 7px solid #f4ad16 ;}
.eliteTheme .smartMenu .smartMenuLinks li.currentSmartMenu a span.fa,
.eliteTheme .smartMenu .smartMenuLinks li.currentSmartMenu a {
  color: #f4ad16;
}
.eliteTheme .detailsPage {
  background: #fff none repeat scroll 0 0;
  box-sizing: border-box;
-webkit-box-sizing: border-box;
  padding: 40px;
}


.eliteTheme .header .mainMenu > ul > li.activePage > a::before{
	background-color: #faa634;
}

.eliteTheme a, .eliteTheme .bottomFooter a:hover{
	color: #faa634;
}

.eliteTheme .header .mainMenu > ul > li.activePage > a:hover, .whiteColorLink{
color:#fff !important;
}


.eliteTheme .introContent {
  overflow: visible;
  text-align: right;
}
.closeMapToggleContent{
width:50px;
height:50px;
background:url(../images/close-toolbar.png)
}

.eliteTheme .closeMapToggleContent{
background:url(../images/close-toolbar-elite.png)
}
.threedlink {
    color: #fff;
}


.rightHeading .countriesHolder .countriesList {
    position: absolute;
    left: 0px;
    right:inherit;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    border-top: 6px solid #55A8E5;
    padding: 25px;
    text-align: center;
    z-index: 100;
    width: 820px;
    top: 40px;
}

.countriesList ul {
    display: block;
    float: right;
    width: auto;
    text-align: right;
    margin-left: 30px;
    min-width: 100px;
}

.countriesList h3 {
    margin-bottom: 15px;
}


.toolBarHolder input::-webkit-input-placeholder {
  color: #fff;
}

.loanSlider {
  max-width: 80%;
}
.eliteTheme .detailsPage {
    min-height: 400px;
}
.eliteTheme .formHolder h3 {
    margin-bottom: 20px;
}

.toolBarIcon span {
    position: absolute;
    background: #55A8E5;
    left: 60px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #fff;
    padding: 0 20px;
    opacity: 0;
    min-width:180px;
}

.toolBarIcon:hover span {
    opacity: 1;
}

.toolBarHolder .dropDownHolder li{
  display:block;
}

.contactInformation div#listHtml {
    direction: ltr;
    text-align: left;
}
.mainBanner .flexslider .sliderInfos {
    display: none;
}
.controllerHolder {
    position: absolute;
    width: 200px;
    bottom: 40px;
    left:0px;
}
.mainBanner .controllerHolder .slidesCount {
    left:20px;
    right:inherit;
}
.mainBanner .controllerHolder .custom-controls-container {
    left: 50px;
}
.rightHeading .userLogin .userBtn {
    cursor: pointer;
    padding-right: 13px;
    border-right: 0px solid #898989;
    margin-right: 13px;
    background-color: #55A8E5;
    color: #fff;
    padding: 0 15px 0 30px;
    background-image: url('../images/user-icon.png') !important;
    width: auto;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    transform: translateY(-5px);
    background-size: 16px auto !important;
    background-position: 10% 50% !important;
}
    .rightHeading .userLogin .userBtn.active, .rightHeading .userLogin .userBtn:hover, .user-icon-active {
        background-position: 0 0;
        width: auto;
        height: auto;
        background-color: #005093;
    }

.eliteTheme .userBtn {
    background-color: #faa634 !important;
}
.burgerMenu {display:none;}
/**************************************** SMALL SCREEN STYLES ****************************************/
@media all and (min-width: 1400px) {
    .sticky .header .mainMenu > ul > li.activePage > a::before {
        margin-top: -32px;
    }
}
@media all and (min-width: 1100px) and (max-width: 1400px){
	.container{width:1060px;}
	.header .rightHeading .countriesHolder .countriesList {left:0px;}
	.header .searchPopup {padding: 160px 100px 0 200px;}
	.countryPresenceHolder {width: 450px; background-size:100% auto;}
	.googleMapContainer > img {width: 100%;}
	.countryPresenceHolder .branchImage {height: 185px;right: -50px;position: absolute;top: 10px;width: 185px;}
	.countryPresenceHolder .presenceCounterHolder {padding: 65px 0 0 144px;}
	.countryPresenceHolder .presenceCounterHolder .bigNumber span, .countryPresenceHolder .presenceCounterHolder .smallNumber span {display: block;font-size: 50px;line-height: 100%;}
	.countryPresenceHolder .presenceCounterHolder .smallNumber {font-size: 26px;}
	.hpSection3 .stockMarket {margin-top: -20px;}
	.stockMarket > img {width: 100%;}
	.rightHeading {padding: 25px  0 0 0px;}
	.header .mainMenu li a {padding: 30px 10px 30px;}
	.header .mainMenu li.activePage a::before{margin-top:-5px;}
	.sticky .rightHeading {top: -60px;}
	.productsHighlights .swiperButtonsHolder {right: 0;top: -100px;}
	.introContent{padding:50px 200px;}
	.cardsListing .listingItem .listingInfos {padding: 20px 15px;}
	.cardsListing .fullWidthItem {height: 415px;}
	.cardsListing .fullWidthItem .listingLink {bottom:50px;}
	.cardsListing .listingItem .listingSubTitle {line-height: 20px;}
	.cardsListing .listingItem .listingDescription {margin-bottom: 10px;}
	.specialImage {box-sizing: border-box;-webkit-box-sizing: border-box;max-width: 100%;}
	.specialImage img{max-width:100%;}
	.boxContent {height: 270px;}
	.borderedItem::after {bottom: 20px;left: 20px;right: 20px;top: 20px;}
	.borderedItem{padding: 55px;}
	.doubleH{height: 540px;}
	.filterBy {display: none;}
	.listingDefault.bigHeight .listingItem .listingInfos {padding: 0 20px;}
	.listingDefault.bigHeight .centeredVertically{top: 0%;transform: translateY(0%); }
	.footer .topFooter .backToTop{left:100px;}
	.cardsListing .fullWidthItem .listingImage img {height: 100%;width:auto;}
	.cardsListing .fullWidthItem {height: 700px;}
}
@media all and (min-width: 1150px) and (max-width: 1300px){
	.header .logo {margin-left: 10px;width: 165px; margin-right:0px;}
	.header .mainMenu li a {padding: 30px 5px;font-size:15px;}
	.header .mainMenu > ul > li.activePage > a::before {margin-top: -15px;}
    .sticky .header .mainMenu > ul > li.activePage > a::before {
        margin-top: -15px;
    }
}
@media all and (min-width: 1110px) and (max-width: 1170px) {
    .header{
        padding:20px 15px 30px;
    }
    .rightHeading {
        padding: 25px 0px 25px 10px;
    }
    .header .logo {
        margin-left: 5px;
        width: 150px;
    }
    .header .mainMenu li a {
        padding: 30px 5px 30px;
        font-size: 15px;
    }
}

/**************************************** MOBILE & TABLET SCREEN STYLES ****************************************/
@media all and (min-width: 100px) and (max-width: 1100px){
    .toolBarIcon:hover span {
        display: none !important;
    }
	.responsiveMenu{z-index: 112; top:100px;}
	.toolBarHolder ul {box-shadow: none;}
	.noRespSpacing{padding: 0;}
	.toolBarHolder{width: 100%; top: 90px !important; text-align: center;}
	.toolBarHolder .toolBarIcon, .toolBarHolder {height: 45px;}

	.toolBarHolder .toolBarIcon {width:50px;}
	.toolBarHolder .toolBarIcon.securityIcon {background-position: 0 -262px;}
	.toolBarHolder .toolBarIcon.locationIcon {background-position: 0 -226px;}
	.toolBarHolder .toolBarIcon.feedbackIcon {background-position: 0 -338px;}
	.toolBarHolder .toolBarIcon.calculatorIcon {background-position: 0 -76px;}
	.toolBarHolder .toolBarIcon.applicationIcon {background-position: 0px -37px;}
	.toolBarHolder .toolBarIcon.feedbackIcon {background-position: 0 -300px;}
	.toolBarHolder li {display: inline-block;}
	.toolBarHolder .toolbarContent {right: 0;top: 100%; width: 100%; left: 0; text-align: right;}
	.rightHeading{display: none !important;}
	.responsiveMenu .rightHeading {display: block !important;left: 0;margin: auto;padding: 0;position: absolute;right: 0;top: 110px;width: 100%; text-align:center;}
	.responsiveMenu .closeRespMenu {background-position: -441px 0;background-size: 640px auto;cursor: pointer;position: absolute;left: 40px;top: 110px;width: 40px;}
	.container{width:100%; margin:0;}
	.row {margin-left:0; margin-right: 0;}
	.burgerMenu {cursor: pointer;display: block;height: 27px; position: fixed;top: 33px;left:25px;width: 43px;z-index: 111;}
	.burgerMenu span{width:100%;background-color:#005093;display: block;height: 5px;position: absolute;top:0px;border-radius:18px;}
	.burgerMenu span:nth-child(2){top:10px;}
	.burgerMenu span:nth-child(3){top:20px;}
	.header, .sticky .header{padding:10px;height:90px;}
	body{padding-top:90px;}
	.smartMenu, .mainMenu {display:none !important;}
	.header .logo {display: block !important;margin: 0 auto 10px !important;width: 200px !important;}
	.header .logo img{width:100%;display: block;}
	.mainBanner .imageHolder{height:auto;}
	.flexslider .slides img {position: relative;top: 0%;transform: translateY(0%);}
    .mainBanner{height:auto;}
	.mainBanner .flexController li span {bottom: 20px;color: #ffffff;font-size: 16px;line-height: 110%;position: absolute;right: 45px;text-transform: uppercase;z-index: 1;}
	.mainBanner .flexController li {height:60px;}
	.mainBanner .flexslider .slides li {height:auto;}
	.mainBanner .flexslider .slides li img{width:100%;height:auto;}
	.header .searchPopup {top:90px !important;padding:50px 20px;}
	.mostPopuplarSearch {display:none;}
	.searchForm {width:100%;}
	.productsHighlights .swiperButtonsHolder {right: 20px;}
	.productsHighlights {max-width:300px;margin-bottom: 50px;}
	.homePageContent h2.rightAlign {text-align: right;}
	.homePageContent h2.rightAlign::after{right:0 !important; left:inherit;}
	.googleMapContainer img{width:100%;}
	.fullWidthAd, .smallAds {display:none;}
	.homePageQuote {bottom: inherit;box-sizing: border-box;left: inherit;margin: 0 auto 20px;position: relative;top: inherit;width: 85%;}
	.latestNewsSlider {margin: 0 0 72px;}
	.hpSection2 .container {height: auto;}
	.countryPresenceHolder {position:relative;}
	.hpSection3 .smallAds + .col-md-5, .hpSection3 .smallAds + .col-md-5 + .col-md-5 {width: 100%;}
	.hpSection3 .stockMarket {margin-top: 0;width:100% !important; text-align: center;}
	.hpSection3{margin:20px 0;}
	.investorBox .listingInfos {background: transparent none repeat scroll 0 0;box-shadow: none;left: inherit;padding: 20px;position: relative;text-align: left;top: inherit;}
	.investorBox .listingInfos .fa-plus{display: none;}
	.investorBox .listingImage img{width:100%;}
	.hpSection3::after{background:none;}
	.countryPresenceHolder {background-size: 100% auto;width: 100%;}
	.countryPresenceHolder .presenceCounterHolder {padding: 0px 20px;}
	.countryPresenceHolder .branchImage {height: 130px;left: inherit;margin: 0 auto;position: relative;width: 130px;}
	.countryPresenceHolder .branchImage img{width:100%;}
	.countryPresenceHolder p::before {display: none;}
	.investorBox  {margin-bottom: 30px;}
	.backToTop {display: none;}
	.introContent {padding: 20px; margin-top:40px;}
	.mainBanner{margin-top:40px;}
	.cardsListing .listingItem .listingInfos {padding: 10px;position: absolute;width: 60%;}
	.cardsListing .listingItem .listingImage {width:40%;}
	.cardsListing .fullWidthItem .listingInfos, .cardsListing .fullWidthItem .listingImage {width:100%;}
	.contentWithShadow {background:transparent; box-shadow: none; margin-bottom: 0;}
	.contentWithShadow::before{display:none;}
	.contentWithShadow .innerShadowContent {padding:20px 0; background:none;}
	.contentSide {margin: 50px auto;width: 300px; padding-top:0;}
	.insidePageContent {background: #fff;}
	.formHolder {padding:20px 0 0 0; box-shadow: none;}
	.tableHolder td:nth-of-type(1) {max-width:100%;}
	.specialImage {box-sizing: border-box;-webkit-box-sizing: border-box;max-width: 100%;}
	.specialImage img{max-width:100%;}
	.contactInformation {min-height: 0;}
	.withoutBanner .introContent::before{display: none;}
	.withoutBanner .introContent {padding:20px;}
	.withoutBanner .container {width: 100%;}
	.detailsContentHolder .innerPadding {max-height: 70%;}
	.listingDefault.smallHeight .listingItem {height: 250px;}
	.quoteIntro{margin-top:20px;}
	.introContent .textAlignRight{text-align: right;}
	.introContent .withBorderRight{border:0 none;}
	.tableHolder .positionItem, .tableHolder .positionItem td {height: auto;}
	.detailsPositions td{padding:10px 0;}
	.contactPage .noSpacing{padding:0 15px;}
	.withoutBanner .introContent {margin-top: 45px;}
	.centeredVertically, .centeredContent {top: 0%;transform: translateY(0%);}
	.listingDefault.bigHeight .listingItem .listingInfos {padding: 0 20px;}
	.eliteTheme .introContent::before, .eliteTheme .introContent::after{background:none;display:none;}
	.detailsPage {-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0 20px;}
	.detailsContentHolder {left: 0;padding: 100px 20px 0;width: 100%;}
	.toolBarHolder .toolbarContent {max-height: 100%;}
 .cardsListing .fullWidthItem .listingDescription {
        font-size: 20px;
        padding: 0 20px;
    }
    .listingDefault.listingWithNoHeight .listingItem .listingImage {
        height: auto;
    }
    .cardsListing .fullWidthItem {
        height: 390px;
    }
    .introItem {
        padding: 25px;
    }
    .toolBarHolder .toolbarContent {
        position: fixed;
    }
    .toolBarHolder .toolbarContent.opened {
        top: 135px;
    }
    .toolbarContent .insidePageContent {
		background: inherit;
		padding:0;
    }
    .mainBanner .controllerHolder .custom-controls-container {
        left: 0px;
    }
    .listingElite .topLeft{
        width:100%;
        left:0px;
        box-sizing:border-box;
        right:0;
    }
    .listingElite .listingItem .listingInfos{
        bottom:inherit;
        top:0px;
    }
    .listingElite .listingTitle a{font-size:22px;}
    .listingElite .listingDescription{font-size:14px;}
}
/**************************************** TABLET SCREEN STYLES ****************************************/
@media all and (min-width: 760px) and (max-width: 1100px){
	.countryPresenceHolder {margin:0 auto; width: 80%;}
	.countryPresenceHolder p {padding-right: 40px;top: 269px;}
	.corporateLogosListing {background: #fff none repeat scroll 0 0;padding: 30px 110px;text-align: center;margin:-20px 0 30px;}
	.footer .bottomFooter a {padding:0 0 0 10px;}
	.userLoginForm {left:0; right:inherit !important;width:310px !important;}
	.fullImage .listingImage, .fullImage .listingInfos {width: 50% !important;}
	.listingDefault.smallHeight .listingItem .listingImage img {width: 100%; height: auto;}
	.listingDefault.bigHeight .listingItem {height: 375px;}
	.listingDefault.listingWithNoHeight .listingItem .listingInfos, .listingDefault.listingWithNoHeight .listingItem .listingImage {float:right;width: 50%;}
}
/******************************************** MOBILE STYLES ********************************************************/
@media all and (min-width: 100px) and (max-width: 760px){
	.sitemapFooter {display:none;}
	.countryPresenceHolder p {padding-right: 40px;top: 269px;}
	.header .logo {width: 150px;}
	.header, .sticky .header {height: 100px;}
	.header .rightHeading {margin:15px auto 0;}
	.burgerMenu {width:30px;left: 15px;top:43px;}
	.burgerMenu span{height: 3px;}
	.burgerMenu span:nth-child(2){top:7px;}
	.burgerMenu span:nth-child(3){top:14px;}
	body{padding-top:100px;}
	.homePageContent h2 {font-size: 25px;}
	.latestNewsSlider .listingImage {width: 100%;}
	.hpSection2  .swiperButtonsHolder {right: 0;top: 0;}
	.homePageQuote {bottom: inherit;box-sizing: border-box;left: inherit;margin: 0 auto 20px;position: relative;top: inherit;font-size: 14px;line-height: 20px;width: 100%;padding: 20px 10px;}
	.topFooter .col-md-12{padding:0;}
	.footer .topFooter .socialFooterLinks {margin-bottom:0px;}
	.footer .topFooter .socialFooterLinks a {font-size: 12px;padding: 10px 15px;}
	.footer .bottomFooter {height: auto;font-size: 14px;line-height: 149%;padding:20px 15px;}
	.footer .rightAlign {text-align: right;}
	.footer .bottomFooter .col-md-6{padding:0;}
	.footer .bottomFooter a {color: #afafaf;font-size: 12px;padding: 0px;}
	.countryPresenceHolder .presenceCounterHolder .smallNumber span {font-size: 35px;}
	.countryPresenceHolder .presenceCounterHolder .smallNumber {font-size: 25px;}
	.countryPresenceHolder .presenceCounterHolder .bigNumber span {display: block;font-size: 35px;line-height: 100%;}
	.countryPresenceHolder .presenceCounterHolder .bigNumber {font-size: 25px;}
	.investorBox > .row {margin-left: -15px;margin-right: -15px;}
	.investorBox {margin:30px 0;}
	.corporateLogosListing{background:#fff;padding:30px 0;}
	.header .searchPopup {top: 140px !important;padding:100px 20px;}
	.header .searchPopup h3 {color: #ffffff;font-size: 20px;margin-bottom: 25px;}
	.header .searchPopup .searchForm {width:100%;}
	.header .searchPopup .searchForm input {font-size:56px;}
	.header .searchPopup .searchClose {left: 15px;top: 15px;}
	.countryPresenceHolder p {font-size: 14px;padding-left: 20px;top: 210px;}
	.countryPresenceHolder .presenceCounterHolder {padding: 0;}
	.responsiveMenu .upMenu, .responsiveMenu .downMenu {padding:0 0 10px; margin-bottom: 20px;}
	.responsiveMenu .upMenu a, .responsiveMenu .downMenu a {font-size: 16px;}
	.responsiveMenu .closeRespMenu {left: 20px;top: 120px; z-index: 2;}
	.detailsContentHolder .innerPadding {padding: 93px 0px 0;}
	.detailsContentHolder .footerNote {-webkit-box-sizing: border-box;box-sizing: border-box;font-size: 17px;height: auto;line-height: 23px;padding: 20px;}
	.overlappedContent {background: none;margin-left: 0;margin-top: 0;padding: 25px 0px;}
	.contentSide {width:100%;}
	.rightHeading .userLogin .userLoginForm::before{display:none;}
	.userLoginForm {left:inherit; right:-70px !important;width:300px !important;}
	.userLoginForm::before{display: none;}
	.footer .topFooter {padding:10px 0;}
	 .toolBarHolder {height: 40px;}
	 .doubleH, .boxContent {height: auto;}
	 .mainBanner .custom-controls-container {bottom: -30px;}
	 .mainBanner .flexslider .sliderInfos {display: block; top: inherit; bottom:0px;}
	 .borderedItem {padding: 75px;}
	 .introItem{padding: 30px;}
	 .toolBarHolder {top:100px !important;z-index: 111;}
	 .toolBarHolder .toolBarIcon{height: 36px;}
	 .toolBarHolder .toolbarContent { position:fixed; top:0; left:0 !important; right: 0; height: 100%;}
	 .nano .nano-content{left:0; padding: 0 0 40px;}
	 .toolBarHolder .buttonsHolder {text-align: center;}
	 .responsiveMenu .rightHeading {top:20px; left: inherit; right:0px; margin:0; width:100%; text-align:center;}
	 .responsiveMenu .closeRespMenu{top:20px;}
	 .responsiveMenu {padding: 67px 20px 50px;}
	 .listingDefault.smallHeight .listingItem{position:relative; padding-top:240px; margin-bottom: 30px;}
	 .listingDefault.smallHeight .listingImage {position: absolute; width:100% !important; top:0; right:0; height: 230px;}
	 .listingDefault.smallHeight .listingInfos{width: 100% !important;}
	 .listingDefault.smallHeight .listingItem .listingImage img {height: 280px !important; width:auto !important; display: inline-block;}
     .contactInformation {margin: 30px 0 0 0px;padding: 50px 20px;}
	 .contactInformation ul li{padding-right: 0;}
	 .contactInformation ul li span {display: block;left: inherit;position: relative;margin-bottom: 20px;}
	 .listingDefault.bigHeight .listingItem .listingInfos {width: 100%;}
	 .withoutBanner .introContent {margin-top: 80px;}
	 .cardsListing .fullWidthItem {height: 320px;}
	 .cardsListing .fullWidthItem .listingDescription {padding: 0 20px;}
	 .listingLandingPage .listingItem {position:relative;}
	 .listingLandingPage .listingItem .listingImage {height: 230px; overflow: hidden; width:100%; position:absolute; top:0; right:0; }
	 .listingLandingPage .listingItem .listingInfos {padding-top:250px !important;}
    .logoPreloader > img {width: 80%;}
	.mainBanner .flexslider .slides li {height: auto;}
	.insidePageContent {padding-left:20px;}
	.insidePageContent {padding-right:20px;}
	.cardsListing .listingItem .listingTitle a{font-size:20px;}
	.cardsListing .listingItem .listingDescription{line-height:150%;}
	.detailsContentHolder .detailsController{top:0;}
	.listingDefault.smallHeight .listingItem {height: auto;padding-bottom: 60px;}
	.showAllBtn a {bottom: 0px;}
	.cardsListing .leftImage .listingInfos::after{display:none;}
	
	.listingDefault.listingWithNoHeight .listingItem .listingImage {height: 240px; text-align:center;}
    .countriesList {width: 280px !important;right: 50% !important;left: 0%;transform: translateX(70%) !important;height: 400px;overflow: auto;}

	.mainBanner .flexslider .sliderInfos {top: inherit; bottom:0 !important; transform: translateY(0%);-webkit-transform: translateY(0%);-moz-transform: translateY(0%);left: 50%;right: 0 !important;margin: auto;position: absolute;background: transparent;padding: 0;width: 100%;margin: 0;max-width: 100%;border: 0px !important;}
	.mainBanner .flexslider .sliderInfos::after, .mainBanner .flexslider .sliderInfos::before{display: none;}
	.mainBanner .flexslider .sliderInfos .sliderDescription {margin-right: 0;padding: 0px 20px 34px;position: relative;}
	.mainBanner .slidesCount{display: none;}
	.mainBanner .flex-direction-nav a::before {margin-top: -4px;font: normal normal normal 8px/1 FontAwesome!important;}
	.mainBanner .flex-direction-nav a, .mainBanner .slidesCount {width: 25px;height: 25px;}
	.mainBanner .flex-direction-nav .flex-next {right: inherit!important;left: 60px;}
	.toolbarContent table{width:100%; overflow: auto; display: block;}
    .listingInfos li {padding-right: 110px;}
    .introItem {padding: 40px;}
    .listingInfos li span {max-width: 100px;}
    .absPos.inTheNews {padding: 40px;position: relative;width: calc(100% - 40px);bottom: inherit;left: inherit;}
    .toolBarHolder .toolbarForm label {height: auto;line-height: 100%;padding: 15px 15px;}
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .header .logo {
        margin-left: 10px;
        width: 215px;
    }
    .sticky .header .mainMenu li a {
    padding: 20px 8px;
    }
    .header .mainMenu li a {
    font-size: 15px;
    padding: 30px 8px;
    }
    .sticky .header .logo {
    margin-right: 0px;
    }
     .introItem{
        padding:45px;
    }
    .absPos.inTheNews {
    padding: 60px 0px;
    }
    .twitterGrid{
        padding:20px;
    }
}
.sf-fieldWrp.sf-Checkboxes {
	margin-bottom: 30px;
}
.sf-fieldWrp.sf-Checkboxes label {
	padding-right: 10px;
}
 a.newCode {
	color: #fff;
	text-align: unset;
	text-decoration: underline;
}
.toolbarContent table td {
    padding: 5px;
}
.contactInformation {
  padding: 100px 90px;
}
.formButtons .blueButton {
  display: inline-block;
}
.eliteTheme .contactInformation {
  margin-top: 0;
}
.eliteTheme .currentSmartMenu a.activePage, .eliteTheme .currentSmartMenu a.activePage .fa-angle-right::before {
  color: #faa634 !important;
}
.eliteTheme .blueButton > button {
  background-color: #faa634;
}


@media all and (min-width: 760px) and (max-width: 1100px) {

    .rightHeading .countriesHolder .countriesList {
        width: 700px !important;
        right: 90px !important;
    }

        .rightHeading .countriesHolder .countriesList ul {
            margin-left: 7px;
        }
}

