/* Minification failed. Returning unminified contents.
(4396,2): run-time error CSS1030: Expected identifier, found '*'
(4396,2): run-time error CSS1019: Unexpected token, found '*'
(4396,4): run-time error CSS1019: Unexpected token, found '{'
(4397,17): run-time error CSS1030: Expected identifier, found ' '
(4397,18): run-time error CSS1031: Expected selector, found ''Merriweather Sans''
(4397,18): run-time error CSS1025: Expected comma or open brace, found ''Merriweather Sans''
(4398,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}
.fancybox-close{
	background-image: url('../images/fancybox/close-fancybox.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
@charset "utf-8";
/* CSS Document */

.galleryListing{padding:0px;margin:0}
.galleryListing li{width: 20%;margin-right: 1%;margin-bottom: 30px;float: left;list-style-type:none;border:1px solid #E5E5E5; padding:17px; text-align:center;}
.galleryListing li td.galleryImgCont{vertical-align:middle; text-align:center;height:155px;}
.galleryListing li img{	width:90%}
.clearBoth {clear: both;}
.paginationContainer{display:block;clear:both;margin:20px;text-align: right;border-top: 1px solid #f0f0f0;margin-right:2% !important;}	
.paginationContainer a{font-size: 15px;	color: #2a2a2a;	display: inline-block;	text-decoration:none;text-align: right;padding: 2px 8px;border:1px solid #E5E5E5;}
.paginationContainer a.selected {background-color:#CB1E15;color:#fff;border:1px solid #E5E5E5; }
.paginationContainer a.paginationArrow{}
.paginationContainer a.paginationArrow.left{}	
.paginationContainer a.paginationArrow.right{}	
.paginationContainer a.paginationArrow.first{}	
.paginationContainer a.paginationArrow.last{}	

/*!
 *  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";
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #ffffff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    background-position: 0px -360px;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    background: Rgba(0,0,0,0.8);
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url('../images/fancybox/fancybox_loading@2x.gif');
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

/****** Header ****/
/************************Structuring**********************/
.additionalHeaderComponents {
    float: right;
}

.logoHolder {
    float: left;
}

input[type=submit] {
    cursor: pointer;
}

.logoHolder a {
    display: block;
}

.additionalHeaderComponents, .additionalHeaderComponents li {
    vertical-align: middle;
    display: inline-block;
}

.icon, .headerSearch, .mainMenu > ul > li > a {
    position: relative;
}

    .icon:before, .smallTop li + li a:before, .mainMenu > ul > li > a:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
    }

    .headerSearch input[type=text] {
        padding: 5px 30px 5px 10px;
    }

    .headerSearch input[type=submit] {
        border: 0 none;
    }

.mainMenu {
    clear: right;
    float: right;
}

    .mainMenu > ul > li {
        float: left;
    }

        .mainMenu > ul > li > a {
            display: inline-block;
            font-size: 16px;
            font-weight: 100;
            text-transform: uppercase;
            color: #9ba1a4;
            border: 2px solid Rgba(0,0,0,0);
            padding: 3px 12px;
        }

            .mainMenu > ul > li > a.selected {
                border: 2px solid #004489;
            }

.headerSearch, .headerBtns {
    margin-left: 0;
}

.header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.hasSubmenu {
    position: relative;
}

.ddSecondLevel {
    position: absolute;
    top: 100%;
    left: 0;
}
/************************Structuring**********************/
/***********Droipdown 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;
}

.dropDownToggle {
    display: block;
}

.dropDownMenu {
    display: none;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
}

    .dropDownMenu li {
    }

.dropDownToggle:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
}
/***********Droipdown styles************/


/*****************Slider****************/
.fullBg {
    background-size: cover;
}
.homeSlider{
    min-height: 605px;
}

.sliderHeight, .sliderHeight .posRelative {
    height: 605px;
}

.sliderContent {
    position: absolute;
    bottom: -32px;
    background: url(../images/sliderbox.png);
    left: 0;
    padding: 30px;
    width: 360px;
}
/*****************Slider****************/



.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider-rtl {
    direction: rtl;
    text-align: right;
}

.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flexslider .slides:after {
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        content: '';
    }

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0 0;
    position: relative;
    zoom: 1;
}

    .flexslider .slides {
        zoom: 1;
    }

        .flexslider .slides img {
            height: auto;
        }

.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;
}

.flexslider-rtl .carousel li {
    margin-right: 0;
    margin-left: 5px;
}

.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 45px;
        height: 45px;
        margin: -17.5px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0.5;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-align: left;
        text-indent: -9999px;
        border-radius: 100%;
    }

    .flex-direction-nav .flex-prev {
        left: 14px;
    }

.flexslider-rtl .flex-direction-nav .flex-prev {
    left: auto;
    right: 14px;
}

.flex-direction-nav .flex-next {
    right: 14px;
}

.flexslider-rtl .flex-direction-nav .flex-next {
    right: auto;
    left: 14px;
    text-align: left;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-size: 40px;
    display: inline-block;
}

.flex-control-nav {
    position: absolute;
    right: 0;
    bottom: -15px;
    text-align: center;
    z-index: 11;
    left: 0;
}

    .flex-control-nav li {
        margin: 0 0 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 9px;
    height: 9px;
    display: block;
    background: #c3e7f6;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

    .flex-control-paging li a:hover {
        background: #ef3320;
    }

    .flex-control-paging li a.flex-active {
        background: #ef3320;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flexslider-rtl .flex-direction-nav .flex-prev {
        left: auto;
        right: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }

    .flexslider-rtl .flex-direction-nav .flex-next {
        right: auto;
        left: 10px;
    }
}




.tabsMain {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    min-height: 555px;
    -webkit-font-smoothing: antialiased;
}

.tabsLinks {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 45px;
    width: 100%;
    text-align: left;
}

    .tabsLinks li {
        line-height: 38px;
        overflow: hidden;
        padding: 0;
        float: left;
        position: relative;
        display: inline-block;
    }

.tab .highlightedText + .regularText {
    margin-top: 0;
    margin-bottom: 0;
}

.tabsLinks a {
    /*background-color: #9ba1a4;*/
    color: #fff;
    font-weight: 100;
    display: block;
    letter-spacing: 0;
    text-transform: uppercase;
    outline: none;
    padding: 0px 50px;
    min-width: 158px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}



.tabsHolder .tab {
    display: none;
}

.current a, .tabsLinks a:hover {
    color: #63696d;
    background: #ecf0f2;
}



input[type=checkbox]:not(old), input[type=radio ]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

    input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
        display: inline-block;
        margin-left: -30px;
        font-size: 16px;
        line-height: 30px;
        margin-right: 30px;
        cursor: pointer;
        color: whitesmoke;
        font-weight: 100;
        text-transform: uppercase;
    }



        input[type=checkbox]:not(old) + label:before, input[type=radio ]:not(old) + label:before {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 5px 5px 0 0;
            background: rgba(0,0,0,0.00);
            border: 1px solid #fff;
            vertical-align: bottom;
            float: left;
            content: '';
        }

        input[type=radio ]:not(old) + label:before {
            border-radius: 50%;
            display: block;
            width: 20px;
            height: 20px;
            margin: 5px 5px 0 0;
            border-radius: 50%;
            float: left;
            content: '';
        }

    input[type=radio ]:not(old):checked + label:before, input[type=checkbox ]:not(old):checked + label:before {
        background: #ffffff;
    }

.radioBtn ul:after {
    content: '';
    clear: both;
}

.radioBtn li {
    float: left;
}

.newsletterSearch {
    display: inline-block;
}

    .newsletterSearch input[type=text] {
        width: 260px;
        height: 40px;
        padding: 0 20px;
        font-size: 16px;
        color: white;
        font-weight: 100;
        margin-right: 10px;
        border: 1px solid #32678a;
        background: rgba(0,0,0,0);
    }

    .newsletterSearch ::-webkit-input-placeholder {
        color: #ffffff;
        -webkit-opacity: 1 !important;
        font-size: 16px;
        color: white;
        font-weight: 100;
    }

    .newsletterSearch ::-moz-placeholder {
        color: #ffffff;
        font-size: 16px;
        color: white;
        font-weight: 100;
        opacity: 1 !important;
    }

    .newsletterSearch :-ms-input-placeholder {
        color: #ffffff;
        -ms-opacity: 1 !important;
        font-size: 16px;
        color: white;
        font-weight: 100;
    }

    .newsletterSearch input:-moz-placeholder {
        color: #ffffff;
        -moz-opacity: 1 !important;
        font-size: 16px;
        color: white;
        font-weight: 100;
    }

.newsletterSubscribe h5 + div {
    display: inline-block;
}

.submitWrap {
    padding: 0 !important;
}

.newsletterSearch input[type=submit], .newsletterSearch input[type=button] {
    display: inline-block;
    background: none;
    border: none;
    font-size: 18px;
    color: white;
    padding: 7px 26px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 100;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}


@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}


.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 {
    border: 1px solid #9ba1a4;
    /*text-transform: uppercase;*/
    padding: 1px 15px 2px;
    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;
        right: 0;
    }

    .dk-selected:before {
        background-position: -56px -119px;
        width: 14px;
        height: 7px;
        top: 50%;
        margin: -0.125em 0.5em 0 0;
    }

    .dk-selected:after {
        top: 0;
        height: 100%;
        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;
    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: #868686;
    color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit;
}

.dk-option {
    padding: 3px 20px;
}

.dk-select-options .dk-option-highlight {
    background-color: #004f82;
    color: #fff;
}

.dk-select-options .dk-option-disabled {
    color: #BBBBBB;
    text-transform: uppercase;
    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: #868686;
}

.dk-select-open-down .dk-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #868686;
}

    .dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
        border-width: 0 0.25em 0.25em;
        border-bottom-color: #868686;
    }

    .dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
        border-left-color: #868686;
    }

.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: #868686;
}

.dk-select-multi:hover, .dk-select-multi:focus {
    outline: none;
}

.dk-selected:hover, .dk-selected:focus {
    outline: none;
    border-color: #868686;
    ;
}

    .dk-selected:hover:before, .dk-selected:focus:before {
        border-top-color: #868686;
    }

    .dk-selected:hover:after, .dk-selected:focus:after {
        border-left-color: #868686;
    }

.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;
}

.customSelect .dk-select + select {
    display: none;
}

/********************************************************************Common css***********************************************/
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,div{
	vertical-align:top;
}
a{color:inherit}
*{
	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: 'Merriweather Sans', sans-serif;
	}
/************************************* Reset End Styles ********************************/
/**************************************Grid styles*****************************/
.container {
	margin:0 auto;
}
*, *:after, *:before{
	box-sizing:border-box;
	}
@media (max-width:768px) {
.container {
	margin:0 20px;
}
}
@media (min-width:768px) {
.container {
	width: 728px
}
}

@media (min-width:992px) {
.container {
	width: 970px
}
}

@media (min-width:1200px) {
.container {
	width: 1134px;
}
}
.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-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.smallerRowSpace .col-xs-1, .smallerRowSpace .col-sm-1, .smallerRowSpace .col-md-1, .smallerRowSpace .col-lg-1, .smallerRowSpace .col-xs-2, .smallerRowSpace .col-sm-2, .smallerRowSpace .col-md-2, .smallerRowSpace .col-lg-2, .smallerRowSpace .col-xs-3, .smallerRowSpace .col-sm-3, .smallerRowSpace .col-md-3, .smallerRowSpace .col-lg-3, .smallerRowSpace .col-xs-4, .smallerRowSpace .col-sm-4, .smallerRowSpace .col-md-4, .smallerRowSpace .col-lg-4, .smallerRowSpace .col-xs-5, .smallerRowSpace .col-sm-5, .smallerRowSpace .col-md-5, .smallerRowSpace .col-lg-5, .smallerRowSpace .col-xs-6, .smallerRowSpace .col-sm-6, .smallerRowSpace .col-md-6, .smallerRowSpace .col-lg-6, .smallerRowSpace .col-xs-7, .smallerRowSpace .col-sm-7, .smallerRowSpace .col-md-7, .smallerRowSpace .col-lg-7, .smallerRowSpace .col-xs-8, .smallerRowSpace .col-sm-8, .smallerRowSpace .col-md-8, .smallerRowSpace .col-lg-8, .smallerRowSpace .col-xs-9, .smallerRowSpace .col-sm-9, .smallerRowSpace .col-md-9, .smallerRowSpace .col-lg-9, .smallerRowSpace .col-xs-10, .smallerRowSpace .col-sm-10, .smallerRowSpace .col-md-10, .smallerRowSpace .col-lg-10, .smallerRowSpace .col-xs-11, .smallerRowSpace .col-sm-11, .smallerRowSpace .col-md-11, .smallerRowSpace .col-lg-11, .smallerRowSpace .col-xs-12, .smallerRowSpace .col-sm-12, .smallerRowSpace .col-md-12, .smallerRowSpace .col-lg-12 {
	padding-left: 3px;
	padding-right: 3px
}
.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: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%;
    /*height: 122px;*/
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
}

@media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
}

@media (min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .clearContainer:after {
	content: " ";
	display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .clearContainer:after {
	clear: both
}
/**************************************Grid End Styles*****************************/
/************************************* Common Styles ********************************/
.rightAlign{
	text-align:right;
	}
.centerAligned{
	text-align:center;
	}
.centeredBlock{
	margin-left:auto;
	margin-right:auto;
	float:none;
	}
.fullWidth{
	width:100%;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.posRelative{
	position:relative;
}
.absolutePos{
	position:absolute;
}
.textDecorationNone{
	text-decoration:none;
}
.textDecorationUnderline{
	text-decoration:underline;
}
.fontWeightBold{
	font-weight:bold;
}
.clearBoth{
	clear:both;
}
.clearRight{
	clear:right;
	}
input, textarea, select, body, .smallTop a, .mainMenu a{
	color:#868686;
}
.showFade{
	transition:all linear 400ms;
	-moz-transition:all linear 400ms;
	-webkit-transition:all linear 400ms;
	-ms-transition:all linear 400ms;
	}
/************************************* 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 ********************************/


.* {
    font-family: 'Merriweather Sans', sans-serif;
}
/***** Sprite   *****/
.logoHolder a, .toggleSearch, .homeSlider .flex-direction-nav a, .newsContainer .listingInfos .listingLink a, .careerHolder ul li a:before, .headerSearch input[type=submit], .headerSearch input[type=button], .greyNewsContainer .hiddenContent .close, .shareHolder span, .headerBackground .backBtn a:before, .bottomArrow, .playIcon span:before, .dk-selected:before, .socialMediaContainer a, .productsSlider .flexslider .flex-direction-nav a, .listingImage .galleryLink a, .wideNewsListing .listingInfos .listingLink a, .fancybox-close, .galleryContainer .flex-direction-nav a, .careerListing .close, .bottomWhiteArrow, .teams .listingEmail:before, .successMessage:before {
    background-image: url(../images/sprite.png);
    background-size: 500px 500px;
}

body, img {
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transition: width 1s ease-in-out, left 1.5s ease-in-out;
}

h3 {
    text-transform: capitalize;
    color: #63696d;
    font-size: 44px;
    font-weight: 100;
    margin-bottom: 25px;
}

h4 {
    color: #63696d;
    /*font-size: 26px;*/ font-size: 32px;
    font-weight: normal;
    margin-bottom: 15px;
}

.highlightedText {
    color: #63696d;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 45px;
}

.regularText {
    margin-bottom: 25px;
    color: #9fa5a8;
    font-size: 20px;
    font-weight: 100;
}

.lightText {
    /*margin-bottom: 25px;*/
    color: #9fa5a8;
    font-size: 18px;
    font-weight: 100;
}

.col-md-6 .regularText, .col-md-6 .highlightedText {
    margin-bottom: 0;
}

html body .RadInput input.riEmpty, html body .RadInput textarea.riEmpty, html body input.RadInput_Empty {
    font-style: inherit !important;
}

.logoHolder a {
    background-position: 0 0;
    width: 200px;
    height: 95px;
}

.headerSearch input[type=text], .headerSearch input[type=submit], .headerSearch input[type=button] {
    display: none;
}

.wideContainer {
    margin: 0 auto;
    max-width: 1400px;
}

.additionalHeaderComponents ul > li > a:after {
    content: '/';
    display: inline-block;
    padding: 0 5px;
}

.additionalHeaderComponents ul > li:last-child a:after {
    display: none;
}

.additionalHeaderComponents ul > li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    text-transform: capitalize;
    color: #9ba1a4;
}

.menusMain .li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    text-transform: capitalize;
    color: #9ba1a4;
}

.mainMenu ul {
    float: left;
}

.toggleSearch {
    position: absolute;
    width: 50px;
    background-position: 13px -90px;
    height: 30px;
    top: -2px;
}

.additionalHeaderComponents li a.active, .additionalHeaderComponents li a:hover {
    color: #004489;
}

.mainMenu li a {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 20px;
    position: relative;
    display: inline-block;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

    .mainMenu li a::before {
        border-bottom: 2px solid #004489;
        border-left: 2px solid #004489;
        -webkit-transform-origin: 100% 0%;
        -moz-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        -o-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    .mainMenu li a::after {
        border-top: 2px solid #004489;
        border-right: 2px solid #004489;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }



    .mainMenu li a::before, .mainMenu li a::after {
        width: 100%;
        height: 100%;
        z-index: 3;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        transition: 0.5s;
    }

.tab .highlightedText {
    margin-bottom: 25px;
}

@media all and (min-width: 1280px) {
    .mainMenu li a:hover {
        color: #004489;
    }

    .mainMenu li a.active, .mainMenu li a:hover {
        background: #004489;
        color: white;
    }
}


.headerSearch {
    float: right;
    z-index: 3;
    width: 50px;
    border-left: 1px solid #d6dee2;
    height: 30px;
}

.homeSlider .flex-direction-nav {
    position: absolute;
    top: 55px;
    right: 190px;
}

    .homeSlider .flex-direction-nav a.flex-prev {
        width: 52px;
        height: 52px;
        background-position: 0 -132px;
        left: 7px;
        border-radius: 0;
    }

    .homeSlider .flex-direction-nav a.flex-next {
        right: 7px;
        width: 52px;
        border-radius: 0;
        height: 52px;
        background-position: -61px -133px;
    }

.homeSlider .sliderMain {
    margin-bottom: 80px;
}

.homeSlider .sliderTitle {
    color: white;
    font-size: 38px;
    font-weight: 100;
    margin-bottom: 15px;
}

.homeSlider p {
    color: white;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 15px;
}


/*.viewAllBottom a, .btn, .moreNewsBtn a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 20px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .viewAllBottom a::before, .btn::before, .moreNewsBtn a:before {
        border-bottom: 3px solid #FFF;
        border-left: 3px solid #FFF;
        -webkit-transform-origin: 100% 0%;
        -moz-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        -o-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    .viewAllBottom a::after, .btn::after, .moreNewsBtn a:after {
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    .viewAllBottom a:hover, .btn:hover {
        border: 1px solid #fff;
        color: #FFF;
    }

    .viewAllBottom a::before, .viewAllBottom a::after, .btn::before, .btn::after, .moreNewsBtn a:before, .moreNewsBtn a:after {
        width: 100%;
        height: 100%;
        z-index: 3;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        transition: 0.5s;
    }

    .viewAllBottom a::before, .btn::before, .moreNewsBtn a:before {
        border-bottom: 3px solid #FFF;
        border-left: 3px solid #FFF;
        -webkit-transform-origin: 100% 0%;
        -moz-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        -o-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    .viewAllBottom a:hover::after, .viewAllBottom a:hover::before, .btn:hover::after, .btn:hover::before, .moreNewsBtn a:hover:before, .moreNewsBtn a:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .btn::after, .viewAllBottom a::after {
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }*/
.viewAllBottom a, .btn, .moreNewsBtn a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 20px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .viewAllBottom a:hover, .btn:hover, .moreNewsBtn a:hover {
        color: #014b7c;
    }

    .viewAllBottom a::before, .btn::before, .moreNewsBtn a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        z-index: -1;
        box-shadow: inset 0 0 0 0px #ffffff;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
        transition: box-shadow 0.3s, transform 0.3s;
    }



    .viewAllBottom a:hover::before, .btn:hover::before, .moreNewsBtn a:hover:before {
        box-shadow: inset 0 0 0 35px #ffffff;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }


h2 {
    font-size: 44px;
    font-weight: 300;
    color: #63696d;
    margin-bottom: 30px;
    line-height: 44px;
}

.holder {
    margin-bottom: 45px;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.newsContainer .blockBody, .numberListing .listingHolder .col-md-3 {
    margin-bottom: 25px;
}

.blueBackground {
    background: url(../images/blue-background.jpg);
    padding: 85px 0 0 0;
}

.numberListing .listingTitle {
    font-size: 50px;
    font-weight: 100;
    color: white;
    text-align: center;
    line-height: 40px;
}

.numberListing .listingTitle {
    margin-bottom: 15px;
}

.sliderBtnHolder + .sliderBtnHolder {
    margin-top: 15px;
}

.slideBtn {
    width: 100%;
    text-align: center;
}

.numberListing .listingTitle span:empty {
    display: none;
}

.numberListing .listingTitle span {
    font-size: 32px;
}

.numberListing .listingHolder .col-md-3 .listingItem {
    margin-bottom: 60px;
}

.numberListing .listingTitle .counterEl {
    font-size: 50px;
}

.contentImageHolder {
    margin: 30px auto;
    text-align: center;
}

.numberListing .listingImage {
    margin-bottom: 20px;
    color: white;
    text-align: center;
}

.numberListing .listingDescription {
    font-size: 18px;
    color: white;
    text-align: center;
}

.viewAllBottom {
    text-align: center;
    margin: 0 auto;
    padding: 35px;
    display: block;
}

.productListing .listingHolder li {
    position: relative;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
    height: 200px;
}

.productListing .row {
    /*.productListing .blockBody {*/
    /*margin: 30px 20px;*/
    margin: 30px 0;
    /*border-top: 1px solid #efefef;*/
    border-left: 1px solid #efefef;
}

.productListing .listingItem .listingImage {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.productListing .listingItem {
    background: white;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    text-align: center;
}

.greyBackground {
    background: url(../images/greyBackground.jpg);
    padding: 45px 45px 0;
}

.headerBackground {
    background: url(../images/headerbackground.jpg);
    padding: 25px 0 0;
}

.headerMargin {
    margin-bottom: 35px !important;
}

.greyBackground h2, .blueBackground h2, .headerBackground h2 {
    margin-bottom: 30px;
    color: white;
    font-size: 44px;
    font-weight: 100;
}

.headerBackground h2 {
    display: inline-block;
    float: left;
    font-size: 60px;
    line-height: 60px;
}

.headerBackground .backBtn a:before {
    content: '';
    width: 8px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
    background-position: -195px -96px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.headerBackground .backBtn a:hover:before {
    margin-right: 7px;
}

.headerBackground .backBtn a:hover {
    text-decoration: none;
}

.headerBackground .backBtn a {
    float: right;
    color: white;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 100;
    margin-top: 20px;
}

.radioBtn ul {
    display: inline-block;
}

.radioBtn {
    margin-bottom: 25px;
}

.greyBackground .listingImage img {
    max-width: 100%;
}

.newsContainer .listingImage a {
    display: block;
    position: relative;
}

.newsContainer .listingImage img {
    max-width: 100%;
    display: block;
    width: 100%;
}

.newsContainer .listingInfos {
    padding: 25px 30px 60px 30px;
    position: relative;
    background: #eee;
    height: 270px;
}

.awards .listingInfos {
    height: 390px;
}

.newsContainer .listingItem {
    /*background: #eee;*/
}

.newsContainer .listingInfos .listingTitle a:hover {
    color: #004489;
}

.newsContainer .listingInfos h3.listingTitle, .newsContainer .listingInfos .listingTitle a {
    COLOR: #63696d;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

.newsContainer.withFeature li:first-child .listingImage a:after, .newsContainer.withFeature li:first-child .listingImage a:before {
    content: none;
}

.newsContainer .listingInfos .listingTitle {
    margin-bottom: 10px;
}

.newsContainer .listingInfos .listingDate {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: 100;
    margin-bottom: 10px;
}

.newsContainer .listingInfos .listingDescription {
    font-weight: 100;
    font-size: 18px;
    color: #9fa5a8;
}

.footerMiddle h5 {
    margin-bottom: 10px;
}

.footerBottom a:hover {
    text-decoration: underline;
}

.newsContainer .listingInfos .listingLink a, .wideNewsListing .listingInfos .listingLink a {
    width: 30px;
    display: block;
    position: absolute;
    height: 30px;
    background-position: -5px -201px;
    bottom: 10px;
    right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .newsContainer .listingInfos .listingLink a:hover, .wideNewsListing .listingInfos .listingLink a:hover {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.wideNewsListing .listingInfos .listingLink a {
    right: 20px;
}

.newsContainer li:nth-child(3n+ 2) .listingImage {
    position: absolute;
    bottom: 0;
    /*padding: 0 15px;*/
    left: 15px;
    right: 15px;
}

.awards.newsContainer li:nth-child(3n+ 2) .listingImage {
    position: inherit;
}

.halfScreenImage img {
    width: 100%;
    display: block;
}

.highlightedText + .regularText {
    margin-top: 30px;
    margin-bottom: 45px;
}

.moreBtn {
    text-align: center;
    margin-bottom: 20px;
}

.careerHolder ul li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 18px;
    color: #9fa5a8;
    text-decoration: underline;
    margin-bottom: 15px;
    font-weight: 100;
    display: block;
}

    .careerHolder ul li a:before {
        background-position: -53px -94px;
        width: 18px;
        height: 16px;
        content: '';
        display: inline-block;
    }

    .careerHolder ul li a:hover {
        color: #004489;
    }

.careerHolder .simpleList {
    margin-bottom: 45px;
}

.darkBtn, .moreNewsBtn a {
    border-color: #9ba1a4 !important;
    color: #9ba1a4 !important;
}

.sliderBtnHolder:hover a {
    color: #9ba1a4;
}

.newsletterSearch .btn:hover input[type=button] {
    color: #004c7e;
}

.darkBtn:hover, .btn:hover, .moreNewsBtn a:hover, viewAllBottom.darkBtn:hover {
    color: #ffffff !important;
}

.darkBtn:before, .viewAllBottom a::before, .moreNewsBtn a::before, viewAllBottom.darkBtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 0px #9ba1a4;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}


.formActions .submitWrap:hover input, .formActions .submitWrap:hover input[value=CLEAR] {
    color: white;
    opacity: 1;
}

.darkBtn:hover:before, .darkBtn a:hover::before, .moreNewsBtn a:hover::before, viewAllBottom.darkBtn:hover:before {
    box-shadow: inset 0 0 0 35px #9ba1a4;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.greyBackground .moreNewsBtn a {
    border-color: #fff !important;
    color: #fff !important;
}

.careerHolder .highlightedText {
    margin-top: 20px;
}

.greyBackground .moreNewsBtn a:before {
    border-bottom: 3px solid #fff !important;
    border-left: 3px solid #fff !important;
}

.greyBackground .moreNewsBtn a:after {
    border-top: 3px solid #fff !important;
    border-right: 3px solid #fff !important;
}

.darkBtn:hover.viewAllBottom.darkBtn:hover {
    border: 1px solid rgba(0, 160, 80, 0) !important;
    color: #9ba1a4 !important;
}

.lighBlueBackground {
    background: #004c7e;
    padding: 28px 0;
}

.darkBlueBackground {
    background: #003355;
    padding: 25px 0;
    margin-bottom: 35px;
}

.lighBlueBackground .blockMain {
    text-align: center;
}

.lighBlueBackground .simpleListTitle {
    font-size: 20px;
    color: white;
    vertical-align: middle;
    margin-right: 30px;
    font-weight: 100;
    display: inline-block;
    margin: 8px 30px 8px 0;
}

.footerMiddle {
    padding: 5px 0;
}

.newsletterSearch input[type=text]:focus {
    border-color: white;
}

.footerMiddle h5 a {
    font-size: 16px;
    font-weight: 100;
    color: #e8e8e8;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid RGBA(0,0,0,0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .footerMiddle h5 a:hover {
        border-bottom: 1px solid white;
    }

.footerBottom {
    font-size: 14px;
    font-weight: 100;
    color: #e8e8e8;
    margin-top: 20px;
}

.openSearch {
    border-color: RGBA(0,0,0,0);
}

    .openSearch a {
        height: 43px;
        background-color: #ffffff;
        z-index: 1;
        border: 1px solid #9ba1a4;
    }
/*.mainMenu .openSearch .searchInner  {
	z-index:1;
	opacity:1;
    width: 282px;
    top: 55px;
    left: -231px;
}*/
.searchInner {
    white-space: nowrap;
    display: none;
    width: 282px;
    position: absolute;
    top: 40px;
    left: -232px;
}

.productListing .tabsHolder .viewAllBottom {
    padding-bottom: 0;
}

.headerSearch input[type=text] {
    vertical-align: top;
    display: block;
    color: #9ba1a4;
    background: #ffffff;
    border: 1px solid #9ba1a4;
    -webkit-appearance: none;
    font-size: 13px;
    padding: 16px 20px;
    padding-right: 50px;
    width: 100%;
}

.headerSearch input[type=submit], .headerSearch input[type=button] {
    display: inline-block;
    width: 48px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    background-position: -203px -138px;
    position: absolute;
    right: 1px;
    top: 0px;
    z-index: 1;
    cursor: pointer;
}

.headerSearch ::-webkit-input-placeholder {
    color: #9ba1a4;
    -webkit-opacity: 1 !important;
    font-size: 16px;
    color: white;
    font-weight: 100;
}

.headerSearch ::-moz-placeholder {
    color: #9ba1a4;
    font-size: 16px;
    color: white;
    font-weight: 100;
    opacity: 1 !important;
}

.headerSearch :-ms-input-placeholder {
    color: #9ba1a4;
    -ms-opacity: 1 !important;
    font-size: 16px;
    color: white;
    font-weight: 100;
}

.headerSearch input:-moz-placeholder {
    color: #9ba1a4;
    -moz-opacity: 1 !important;
    font-size: 16px;
    color: white;
    font-weight: 100;
}

.breadCrumbs, .breadCrumbs a, .breadCrumbs span {
    color: white;
    font-size: 14px;
    font-weight: 100;
}

.brandSlider {
    margin-bottom: 0;
}

.breadCrumbs {
    margin-bottom: 55px;
    display: inline-block;
}

.shareHolder span .sharethis {
    background-position: -81px -96px;
    width: 15px !important;
    height: 15px !important;
    padding-left: 0 !important;
    display: block !important;
}

.shareHolder span .print {
    padding-left: 0 !important;
    background-position: -109px -96px;
    width: 20px !important;
    height: 15px !important;
    display: inline-block !important;
}

.shareHolder span .email {
    padding-left: 0 !important;
    background-position: -137px -96px;
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
}

.stButton {
    margin-right: 0;
    margin-left: 0;
}

.shareHolder {
    float: right;
}

    .shareHolder a {
        margin-left: 12px;
    }

    .shareHolder span span {
        background-image: url(../images/sprite.png) !important;
        background-size: 500px 500px !important;
    }

.brandListing .listingInfos {
    width: 360px;
    height: 288px;
    padding: 25px;
    position: absolute;
    background: white;
    top: 30px;
    right: 133px;
}

.brandListing ul > li .listingInfos.fullOpacity {
    opacity: 1;
}

.brandListing ul > li .listingInfos {
    display: none;
    opacity: 0;
}

.brandListing .listingTitle {
    margin-bottom: 20px;
    line-height: 27px;
}

    .brandListing .listingTitle a {
        font-weight: 100;
        font-size: 34px;
        line-height: 34px;
    }

.brandListing .listingItem {
    position: relative;
    margin-bottom: 30px;
}

.brandListing li:nth-child(2n) .listingInfos {
    left: 133px;
}

.brandListing .listingDescription {
    font-size: 18px;
    font-weight: 100;
    color: #9fa5a8;
    margin-bottom: 18px;
}

.brandSlider .flex-control-nav {
    bottom: 30px;
}

.brandSlider .flex-control-paging li a.flex-active {
    background: #004f84;
    cursor: default;
}

.brandSlider .flex-control-paging li a {
    width: 15px;
    height: 15px;
    display: block;
    background: #abb0b2;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.subHeaderBackground {
    background: #b9c0c4;
    margin-bottom: 35px !important;
}

.subMenu ul li {
    float: left;
    color: white;
}

    .subMenu ul li a {
        padding: 15px 25px;
        border-right: 1px solid #e2e2e2;
        display: block;
        font-size: 16px;
        font-weight: 100;
    }

    .subMenu ul li:last-child a {
        border-right: 0px solid #e2e2e2;
    }

.breadCrumbs a:after {
    content: ' . ';
    display: inline-block;
    padding: 0 12px;
}

@media all and (min-width: 1280px) {
    .subMenu ul li a:hover, .subMenu ul li a.active {
        background: #9ca2a5;
        color: #FFF;
    }

    .brandListing.brandLanding li .listingLink {
        position: absolute;
        bottom: 20px;
        left: 25px;
    }
}

.subMenu ul:after {
    content: '';
    clear: both;
}

.bannerHolder {
    margin-bottom: 45px;
}

.lightGreyBackground {
    background: #f4f4f4;
    padding: 45px 0 25px 0;
    position: relative;
}

.numberListing {
    position: relative;
}

.bottomWhiteArrow {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 52px;
    top: 0;
    height: 18px;
    background-position: -255px -130px;
    position: absolute;
}

.bottomArrow {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 52px;
    bottom: -18px;
    height: 18px;
    background-position: -150px -130px;
    z-index: 1;
    position: absolute;
}

.teams .listingTitle {
    line-height: 22px;
    font-size: 22px;
    color: #606568;
    font-weight: normal;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.marginBottom0 {
    margin-bottom: 0;
}

.teams .listingDescription {
    font-size: 18px;
    color: #9ba1a4;
    font-weight: lighter;
    margin-bottom: 10px;
}

.teams .listingEmail:before {
    width: 24px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 7px;
    background-position: 0 -483px;
}

.teams .listingEmail a {
    font-size: 14px;
    color: #9ba1a4;
    text-decoration: underline;
}

    .teams .listingEmail a:hover {
        text-decoration: none;
    }

.teams .listingItem .listingInfos {
    padding: 25px;
}

.teams .listingItem {
    border: 1px solid #b9c0c4;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

    .teams .listingItem img {
        max-width: 100%;
    }

.marginBottom15 {
    margin-bottom: 15px;
}

.greyNewsContainer li {
    margin-bottom: 30px;
}

.greyNewsContainer .listingInfos {
    background: #efefef;
}

.greyNewsContainer .absoluteClass {
    position: initial;
}

.sisterCompanyContainer .tabsLinks {
    margin-bottom: 0;
}

.paddingBottom85 {
    padding-bottom: 85px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.paddingBottom85 + .productListing {
    margin-bottom: 15px;
}

.sisterCompanyContainer .tabsLinks a {
    text-transform: uppercase;
    border-bottom: 0px;
    font-size: 16px;
    font-weight: 100;
    border: 1px #9ba1a4 solid;
    display: inline-block;
    margin-right: 1px;
    padding: 14px 18px 13px;
    text-align: center;
    line-height: 16px;
}

.sisterCompanyContainer .tabsHolder {
    background: white;
    border-top: 1px solid #9ba1a4;
    margin-top: -1px;
    padding-top: 60px;
}

.sisterCompanyContainer .tabsLinks a.active {
    background: white;
    color: #9ba1a4;
    border: #9ba1a4 solid;
    border-width: 1px 1px 1px 1px;
    border-bottom: 1px solid white;
}

.gallery li:first-child {
    width: 50%;
    min-height: 405px;
}

    .gallery li:first-child .listingImage {
        min-height: 405px;
        margin-bottom: 0;
    }

.gallery li .listingImage {
    display: inline-block;
    overflow: hidden;
    max-height: 122px;
}

.gallery li a {
    display: block;
}

.gallery li img {
    width: 100%;
    display: block;
}

.gallery li .playIcon:hover {
    opacity: 1;
}

.listingImage.playIcon {
    position: relative;
}

.playIcon span {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .playIcon span::before {
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        width: 60px;
        height: 60px;
        background-position: -206px 0px;
        display: block;
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-22.5px) translateY(-22.5px);
        -webkit-transform: translateX(-22.5px) translateY(-22.5px);
        -o-transform: translateX(-22.5px) translateY(-22.5px);
        -ms-transform: translateX(-22.5px) translateY(-22.5px);
        transform: translateX(-22.5px) translateY(-22.5px);
    }

.playIcon:hover span {
    background: rgba(69,72,72,0.8);
}

.greyBackground h3 {
    color: white;
}

.gallery {
    margin: 45px auto 25px;
}

.table {
    margin-bottom: 45px;
}

table thead {
    background: #9ba1a4;
    font-size: 16px;
    color: #ffffff;
    font-weight: 100;
}

table td {
    padding: 10px 30px;
    font-size: 16px;
}

table tbody tr td {
    color: #9fa5a8;
}

table tbody tr:nth-child(2n +1) {
    background: #eef1f2;
}

table tfoot tr {
    background: #004b7b;
    font-size: 16px;
    color: #ffffff;
}

.contactDetails .desInfo {
    display: inline;
    vertical-align: bottom;
}

.contactDetails {
    color: white;
}

.desInfo a {
    text-decoration: underline;
}

    .desInfo a:hover {
        text-decoration: none;
    }

h5 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
}

h6 {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.contactDetails .listingHolder {
    margin-bottom: 45px;
}
    /*.contactDetails .listingHolder .col-md-4:nth-child(3n ){
	margin-top:55px;
	}*/

    .contactDetails .listingHolder .col-md-4 .infoContent {
        margin-bottom: 5px;
    }

.addressInfo {
    margin-bottom: 45px;
}

addressInfo .addressInfo {
    margin-bottom: 0;
}

.mapContainer {
    margin-bottom: 45px;
}

.inputEntity label, .formLabel {
    FONT-SIZE: 16px;
    font-weight: 100;
    /*text-transform: uppercase;*/
    padding: 6px 0;
    color: #474747;
    margin-right: 15px;
    display: inline-block;
}

.formLabel {
    float: left;
}

.filter {
    margin-bottom: 45px;
    float: left;
}

.customSelect {
    width: 220px;
    display: inline-block;
}

.newsContainer.withFeature li {
    margin-bottom: 30px;
}

.newsContainer.withFeature .listingInfos {
    background: #eeeeee;
}

.newsContainer.withFeature li:first-child {
    width: 100%;
    margin-bottom: 60px;
    min-height: 492px;
}

.newsContainer li:first-child .listingItem {
    position: relative;
}

.newsContainer.withFeature li:first-child .listingInfos {
    position: absolute;
    bottom: -25px;
    background: url(../images/sliderbox.png);
    left: 25px;
    padding: 30px 35px;
    width: 360px;
    height: 345px;
}

    .newsContainer.withFeature li:first-child .listingInfos .listingLink a {
        background-position: -62px -201px;
    }

    .newsContainer.withFeature li:first-child .listingInfos .listingTitle a {
        font-size: 32px;
        font-weight: 100;
        margin-bottom: 0;
        line-height: 42px;
        display: inline-block;
    }

    .newsContainer.withFeature li:first-child .listingInfos .listingTitle a, .newsContainer.withFeature li:first-child .listingInfos .listingDescription, .newsContainer.withFeature li:first-child .listingInfos .listingDate {
        color: white;
    }

.viewAllBottom {
    padding-top: 0;
}

.detailsImage {
    margin-bottom: 30px;
}

    .detailsImage img {
        max-width: 100%;
    }

.detailsDate {
    color: #3c3c3c;
    font-size: 15px;
    margin-bottom: 20px;
}

.detailsTitle {
    font-size: 32px;
}

.detailsDescription {
    margin-bottom: 50px;
    font-size: 18px;
    color: #9fa5a8;
    font-weight: 100;
    line-height: 22px;
}

.sharelabel {
    display: inline-block;
    font-size: 22px;
    color: #474747;
    margin: 0 30px 0 0;
    font-weight: 400;
    vertical-align: middle;
}

.socialMediaContainer {
    display: inline-block;
    vertical-align: middle;
}

    .socialMediaContainer li {
        display: inline-block;
    }

    .socialMediaContainer a {
        margin-right: 20px;
        display: block;
        height: 20px;
    }

        .socialMediaContainer a.fb:hover {
            background-position: -15px -250px;
        }

        .socialMediaContainer a.fb {
            background-position: 0px -250px;
            width: 15px;
        }

        .socialMediaContainer a.twitter:hover {
            background-position: -26px -288px;
        }

        .socialMediaContainer a.twitter {
            background-position: 0px -288px;
            width: 26px;
        }

        .socialMediaContainer a.linkedIn:hover {
            background-position: -24px -326px;
        }

        .socialMediaContainer a.linkedIn {
            background-position: 0px -326px;
            width: 24px;
        }

.shareContainer {
    margin-bottom: 45px;
}

.productListing .blockTitle {
    font-size: 32px;
    color: #63696d;
    font-weight: 400;
    margin: 0;
}

.rightCol .productListing.row {
    margin: 30px 0;
}

.rightCol .productListing .listingHolder li {
    height: 250px;
    border: 1px solid #efefef;
}

.highlightedText + .lightText {
    margin-top: 30px;
}

.productsSlider li .listingItem .listingImage a {
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.productsSlider .listingHolder.row > li .listingInfos {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.productsSlider .listingHolder.row > li .listingTitle {
    color: white;
    font-size: 18px;
    margin: 0;
    padding: 5px;
    background: rgba(155,161,164,0.9);
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .productsSlider .listingHolder.row > li .listingTitle a {
        display: block;
        padding: 15px 20px;
        margin: -5px;
    }

.productsSlider .listingHolder > li {
    height: 270px;
    margin-bottom: 15px;
}

.productsSlider li .listingItem:hover .listingInfos .listingTitle a, .productsSlider li.active .listingItem .listingInfos .listingTitle a {
    background: rgba(0,79,132,0.9);
}

.productsSlider li .listingItem {
    height: 100%;
    background: #ffffff;
    width: 100%;
    display: table;
    position: relative;
    border: 1px solid #e7e7e7;
}

    .productsSlider li .listingItem .listingImage {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        width: 100%;
    }

    .productsSlider li .listingItem .listingInfos {
        display: table-row;
    }

.greyNewsContainer .hiddenContent {
    background: #efefef none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 45px;
}

.greyNewsContainer .active .listingLink a {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.greyNewsContainer .active .listingLink {
    background: #efefef;
    bottom: -30px;
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}

.greyNewsContainer .hiddenContent .close {
    background-position: -117px -195px;
    bottom: 37px;
    display: block;
    height: 40px;
    position: absolute;
    right: 25px;
    width: 40px;
}

.greyNewsContainer .hiddenContent .listingMoreDescription {
    font-size: 18px;
    color: #9fa5a8;
    font-weight: 100;
}

.brandHiddenSlider {
    background: #004f84;
}

    .brandHiddenSlider .flexslider {
        min-height: 315px;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -webkit-transition: all linear 300ms;
        -moz-transition: all linear 300ms;
        transition: all linear 300ms;
    }

        .brandHiddenSlider .flexslider.visibleSlider {
            -moz-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1;
        }

    .brandHiddenSlider li {
        margin-right: 30px;
    }

    .brandHiddenSlider .flex-viewport {
        width: 100%;
        margin: 0;
    }

.productsSlider .listingHolder.slides > li {
    height: auto;
    margin-bottom: 0;
}

.productsSlider .flexslider .slides img {
    /*width: auto;*/
    max-width: 100%;
    margin: 0 auto;
}

.productsSlider .flexslider li .listingItem .listingImage {
    background: white none repeat scroll 0 0;
    display: table-cell;
    height: 215px;
    vertical-align: middle;
}

.productsSlider .flexslider li h5.listingTitle {
    font-size: 18px;
    color: white;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}

.productsSlider .flexslider li .listingDescription {
    font-size: 14px;
    color: white;
    font-weight: normal;
}

.productsSlider .flexslider li .listingItem {
    background: none;
}

.brandHiddenSlider {
    margin-bottom: 15px;
    font-size: 18px;
    color: white;
    padding: 40px 30px;
}

.productsSlider .listingHolder.gridView li .listingDescription {
}

.productsSlider .listingHolder.gridView li.active .listingDescription {
    opacity: 1;
}

.productsSlider .flexslider .flex-direction-nav a {
    background-position: -180px -193px;
    height: 45px;
    left: -35px;
    margin: 0;
    opacity: 1 !important;
    top: 92px;
    width: 25px;
}

.productsSlider.teamList .blockBody {
    margin-right: 30px;
}

.productsSlider .flexslider .flex-direction-nav a.flex-next {
    background-position: -213px -193px;
    left: auto;
    right: -35px;
    top: 95px;
    opacity: 1 !important;
}

.productsSlider .flexslider .flex-direction-nav a:hover {
    /*background-position: -180px -238px;*/
    -webkit-opacity: 0.6 !important;
    -moz-opacity: 0.6 !important;
    opacity: 0.6 !important;
}

.productsSlider .flexslider .flex-direction-nav a.flex-next:hover {
    /*background-position: -213px -238px;*/
}

.galleryLink {
    display: none;
}

.listingInfos .galleryLink a {
    background-position: -56px -250px;
    top: 10px;
    width: 50px;
    right: 10px;
    height: 50px;
    display: block;
    position: absolute;
}

    .listingInfos .galleryLink a:hover {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.galleryListing .listingInfos {
    position: initial;
}

.galleryListing .listingItem {
    position: relative;
}

.withMore .listingHolder > li {
    margin-bottom: 25px;
}

.inputEntity {
    float: left;
    margin-right: 10px;
}

.smallbtn {
    padding: 5px 20px;
}

.smallText {
    font-size: 18px;
    color: #9fa5a8;
    font-weight: normal;
    margin-bottom: 10px;
}

.link {
    font-size: 13px;
    color: #63696d;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 30px;
}

.rightCol .blockTitle {
    font-size: 26px;
}

.wideNewsListing .listingImage {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.wideNewsListing .listingImage {
    overflow: hidden;
}

.wideNewsListing .listingInfos {
    padding: 45px 30px;
    float: left;
    width: 100%;
    background: #eeeeee;
}

.wideNewsListing .listingItem {
    background: #eeeeee;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.wideNewsListing .listingImage a {
    display: block;
    height: 100%;
}

.wideNewsListing .listingImage img {
    vertical-align: bottom;
}

.wideNewsListing .listingImage img {
    border: 0px;
    height: 100%;
}

.wideNewsListing .listingDate {
    color: #3c3c3c;
    font-size: 15px;
    margin-bottom: 10px;
}

.wideNewsListing .listingTitle {
    color: #63696d;
    font-size: 22px;
    margin-bottom: 10px;
}

    .wideNewsListing .listingTitle a:hover, .careerListing h4 a:hover {
        color: #004489;
    }

.wideNewsListing .eventDescription span {
    font-weight: bold;
}

.wideNewsListing .eventDescription {
    color: #63696d;
    font-size: 16px;
}

.wideNewsListing .listingDescription {
    color: #9fa5a8;
    font-size: 18px;
    font-weight: 100;
    line-height: 26px;
}

.wideNewsListing li {
    margin-bottom: 30px;
}

.wideNewsListing .listingInfos .galleryLink a {
    left: 312px;
}

.galleryContainer {
    width: 100%;
    margin: 0 0;
    height: 555px;
}

    .galleryContainer .flex-direction-nav a.flex-prev {
        width: 52px;
        height: 52px;
        background-position: -62px -130px;
        opacity: 0.7 !important;
        left: 7px;
    }

    .galleryContainer .flex-direction-nav .flex-next {
        width: 52px;
        opacity: 0.7 !important;
        height: 52px;
        background-position: 0 -130px;
        right: 7px;
    }

.eventDescription span {
    font-weight: bold;
}

.eventDescription {
    font-size: 16px;
    font-weight: lighter;
    line-height: 22px;
}

.gallery.col2 .listingHolder > li:first-child {
    width: 75%;
    min-height: 405px;
}

    .gallery.col2 .listingHolder > li:first-child .listingImage, .gallery.col2 li:nth-last-child(1) .listingImage {
        margin-bottom: 0;
    }

.gallery.col2 {
    margin: 45px auto 30px;
}

.rightCol .productListing .row {
    margin: 30px 0;
}

.filter:after {
    content: '';
    clear: both;
}

.listingImage .galleryLink a:hover {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.listingImage .galleryLink a {
    background-position: -56px -250px;
    top: 10px;
    width: 50px;
    right: 10px;
    height: 50px;
    display: block;
    position: absolute;
}

.searchBlock .blockHead .blockTitle {
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: 400;
}

.searchBlock .listingHolder .listingItem .listingInfos .listingDate {
    font-size: 15px;
    color: #3c3c3c;
}

.searchBlock .listingHolder .listingItem .listingInfos .listingTitle {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
    /*margin-top: 10px;*/
}

.searchBlock .listingHolder .listingItem .listingInfos .listingLink {
    color: #004f84;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    text-decoration: underline;
}

.searchBlock .listingHolder .listingItem .listingInfos .listingDescription {
    color: #9fa5a8;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.searchBlock .listingHolder .listingInfos {
    margin-top: 20px;
    border-bottom: 2px solid #e9e9e9;
}

.searchBlock .listingHolder li:last-child .listingInfos {
    border-bottom: 0;
    margin-bottom: 45px;
}

.searchTitle {
    color: #004e82;
}

.careerHeader .listingImage {
    width: 50%;
    padding-right: 15px;
    float: left;
    padding-bottom: 20px;
}

.careerHeader {
    margin-bottom: 30px;
}

    .careerHeader .listingInfos {
        width: 50%;
        padding-left: 15px;
        float: left;
    }

        .careerHeader .listingInfos .listingTitle {
            font-size: 32px;
            text-transform: none;
        }

        .careerHeader .listingInfos .listingDescription {
            font-size: 20px;
            margin-bottom: 30px;
            font-weight: 100;
        }

.careerListing li {
    margin-bottom: 30px;
}

    .careerListing li .listingItem {
        background: #eeeeee;
        padding: 30PX;
        position: relative;
    }

.careerListing h4 {
    font-size: 22px;
}

.careerListing .listingDescription {
    color: #9fa5a8;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 15px;
}

.careerListing .listingHolder > li.active .listingItem {
    background: #005189;
    color: white;
}

.careerListing .listingHolder > li.active .listingTitle {
    color: white;
}

.careerListing .listingHolder > li.active .listingDescription, .careerListing .hiddenContent .listingDescription {
    color: white;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 15px;
}

.careerListing .listingHolder > li.active .listingLink a {
    display: none;
}

.careerListing .listingHolder > li.active .listingLink {
    background: #005189 none repeat scroll 0 0;
    bottom: -30px;
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}

.careerListing .listingMoreDescription {
    padding: 25px;
}

.careerListing .hiddenContent {
    background: #005189 none repeat scroll 0 0;
    color: white;
    margin-bottom: 30px;
}

.bullets {
    margin-bottom: 40px;
}

    .bullets li:before {
        font-family: 'FontAwesome';
        content: '\f111';
        color: white;
        left: 0;
        font-size: 8px;
        margin-right: 10px;
        position: absolute;
        top: 8px;
        vertical-align: middle;
    }

    .bullets li {
        color: #ffffff;
        display: block;
        font-size: 18px;
        font-weight: 100;
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
    }

.careerListing .close {
    background-position: 0 -200px;
    bottom: 36px;
    display: block;
    height: 40px;
    position: absolute;
    right: 25px;
    width: 40px;
    z-index: 2;
    transform: rotate(45deg);
}

.careerListing .hiddenContent .listingTitle {
    color: white;
}
/*****CSS MAURICE S HERE****/



.searchBlock .blockHead .blockTitle {
    font-size: 32px;
    margin-bottom: 35px;
    font-weight: 400;
}

.searchBlock .listingHolder .listingItem .listingInfos .listingDate {
    font-size: 15px;
    color: #3c3c3c;
    font-size: 15px;
    color: #3c3c3c;
    margin-bottom: 10px;
}

.searchBlock .listingHolder .listingItem .listingInfos .listingTitle {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.searchBlock .listingHolder .listingItem .listingInfos .listingLink {
    color: #004f84;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    text-decoration: underline;
}

.searchBlock .listingHolder .listingItem .listingInfos .listingDescription {
    color: #9fa5a8;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.searchBlock .listingHolder .listingInfos {
    border-bottom: 2px solid #e9e9e9;
}

.searchBlock .listingHolder li:last-child .listingInfos {
    border-bottom: 0;
    margin-bottom: 45px;
}

.simpleListBlock .simpleListTitle {
    line-height: 20px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #63696d;
}

.simpleListBlock .simpleList {
    padding-bottom: 30px;
}

    .simpleListBlock .simpleList li {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 16px;
        font-weight: 100;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .simpleListBlock .simpleList li:last-child {
            margin: 0;
        }

.siteMapRow {
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

    .siteMapRow:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

.simpleListBlock .simpleListTitle:hover {
    color: #014e82;
}

.simpleListBlock .simpleList li:hover {
    color: #014e82;
    text-decoration: underline;
}

.container .error404 {
    min-height: 650px;
    color: #fff;
    font-size: 32px;
}

.errorPage {
    text-align: center;
    padding-bottom: 240px;
    padding-top: 170px;
}

    .errorPage h2 {
        font-size: 44px;
        text-align: center;
        line-height: 70px;
    }
/***CSS MAURICE ENDS HERE**/
.contactForm .customSelect {
    display: block;
}

.contactForm .inputEntity input, html body .RadInput_Default.RadInput .riTextBox, html body .RadInputMgr_Default.RadInput {
    width: 100%;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
}

    .contactForm .inputEntity input:focus, html body .RadInput_Default.RadInput .riTextBox:focus, html body .RadInputMgr_Default.RadInput:focus {
        border: 1px solid #868686;
    }

.RadPicker {
    width: 100% !important;
}

html body .RadInput_Default.RadInput .riTextBox, html body .RadInputMgr_Default.RadInput {
    height: auto !important;
    padding: 6px 15px;
    color: #868686;
    font-family: 'Merriweather Sans', sans-serif !important;
}

.contactForm .inputEntity {
    /*margin-bottom: 30px;*/
}

    .contactForm .inputEntity .customSelect .dk-selected {
        border: 1px solid #e2e2e2;
        text-transform: uppercase;
        padding: 8px 15px;
    }

        .contactForm .inputEntity .customSelect .dk-selected:focus {
            border: 1px solid #868686 !important;
        }

    .contactForm .inputEntity .customSelect {
        width: 100%;
    }

    .contactForm .inputEntity label {
        text-transform: capitalize;
        color: #63696d;
    }

.contactForm .inputEntity {
    float: left;
    margin-right: 10px;
    width: 100%;
}

input {
    border-radius: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.contactForm .inputEntity textArea {
    border: 1px solid;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    border-color: #e2e2e2;
    padding: 10px 20px;
    height: 175px;
}

    .contactForm .inputEntity textArea:focus {
        border-color: #868686;
    }

.contactForm .formActions {
    float: right;
    width: 100%;
    border-top: 1px solid #868686;
    text-align: right;
    /*padding: 30px 0 60px 0;*/
    margin-bottom: 30px;
    padding-top: 30px;
}

.formActions input, .filter input[type=button], .filter input[type=submit], .filter input[type=reset] {
    background: none;
    text-transform: uppercase;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 100;
    position: relative;
    z-index: 11;
    cursor: pointer;
}


    .formActions input[type=reset], input[value=CLEAR] {
        cursor: pointer;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        opacity: 0.6;
    }

.errorMessage, .erroMessage {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: -30px;
    /*padding: 495px;*/
    color: #e80000;
    font-size: 12px;
}

.errorSearch {
    color: #e80000;
    bottom: 2px;
    position: absolute;
    font-size: 10px;
    left: 20px;
}

.inputEntity {
    position: relative;
}

input.errorInput {
    border-color: #e80000 !important;
}

.error label {
    color: #e80000 !important;
}

.formActions input[type=reset] {
    border: none;
    color: #FFF;
    background-color: #9ba1a4;
    opacity: 1;
    transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    -webkit-transition: all linear 300ms;
}

    .formActions input[type=reset]:hover {
        color: #9ba1a4;
        background-color: #fff;
    }

.greyBackground.numberListing {
    padding: 90px 0;
}

.title {
    /*margin-bottom: 40px;*/
}

.contactUs h3 {
    margin-bottom: 35px;
}

.listingItem .listingInfos.addressInfo .itemInfo .infoContent h5 {
    margin-bottom: 30px;
}

.listingItem .listingInfos.addressInfo li {
    vertical-align: bottom;
    margin-bottom: 5px;
}

.mapImg {
    margin-bottom: 30px;
}

.contactUs {
    margin-bottom: 50px !important;
}

.msgSent {
    font-weight: bold;
    font-size: 16px;
    color: #008923;
    margin-bottom: 35px;
}

.msgError {
    font-weight: bold;
    font-size: 16px;
    color: #e90000;
    margin-bottom: 35px;
}

.msgSent:before {
    background-image: url(../images/sprite.png);
    background-size: 500px 500px;
}

.searchBlock .listingHolder li:first-child .listingInfos {
    margin: 0;
}

.msgSent:before {
    content: '';
    background-position: 0 -408px;
    width: 27px;
    height: 18px;
    display: inline-block;
}

.msgError:before {
    background-image: url(../images/sprite.png);
    background-size: 500px 500px;
}

.msgError:before {
    content: '';
    background-position: 0px -438px;
    width: 27px;
    height: 20px;
    display: inline-block;
}

.contactUs + .container .formActions {
    border: 0;
}

.menusMain {
    float: left;
}

.menuContainer {
    clear: right;
    float: right;
    padding-top: 46px;
}

.flexLoader {
    display: none;
}

.brandsHover {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.galleryContainer #slider.flexslider .slides a {
    cursor: default;
}

/*.brandsHover::before {
        border-bottom: 3px solid #014b7c;
        border-left: 3px solid #014b7c;
        -webkit-transform-origin: 100% 0%;
        -moz-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        -o-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    .brandsHover::after {
        border-top: 3px solid #014b7c;
        border-right: 3px solid #014b7c;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    .brandsHover::before, .brandsHover::after {
        width: 100%;
        height: 100%;
        z-index: 3;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        transition: 0.5s;
    }

brandsHover::before {
    border-bottom: 3px solid #014b7c;
    border-left: 3px solid #014b7c;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.brandsHover:hover::after, .brandsHover:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.brandsHover::after {
    border-top: 3px solid #014b7c;
    border-right: 3px solid #014b7c;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}*/

.newsContainer .listingImage > a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .newsContainer .listingImage > a::before {
        border-bottom: 3px solid #fff;
        border-left: 3px solid #fff;
        -webkit-transform-origin: 100% 0%;
        -moz-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        -o-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    .newsContainer .listingImage > a::after {
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    .newsContainer .listingImage > a::before, .newsContainer .listingImage > a::after {
        width: 100%;
        height: 100%;
        z-index: 3;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        transition: 0.5s;
    }

newsContainer .listingImage > a::before {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

@media all and (min-width: 1280px) {
    .newsContainer .listingImage > a:hover::after, .newsContainer .listingImage > a:hover::before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}


.newsContainer .listingImage > a::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.hiddenContent {
    display: none;
}

.errorKeyword {
    color: red;
}

.imageHolder img {
    max-width: 100%;
}

.imageHolder {
    text-align: center;
    margin-bottom: 40px;
}
.regularText ul {
margin-top: 10px;
}
.holder .listing ul li, .regularText ul li {
    position: relative;
    padding: 0 0 10px 20px;
}

    .holder .listing ul li:before, .regularText ul li:before {
        content: '';
        top: 8px;
        display: block;
        position: absolute;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 2px solid #004489;
    }

.listingCompanies:after {
    content: '';
    display: table;
    clear: both;
}

.listingCompanies {
    border: solid #efefef;
    border-width: 1px 0 0 1px;
    margin-bottom: 40px;
    margin-top: 40px;
}

    .listingCompanies li {
        display: table;
        width: 25%;
        float: left;
        height: 200px;
        border: solid #efefef;
        border-width: 0 1px 1px 0;
    }

        .listingCompanies li a, .listingCompanies li span {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

        .listingCompanies li img {
            max-width: 150px;
        }

.lightText + .imageHolder {
    margin-top: 80px;
}

.sisterCompanyListing .listingImage {
    width: 260px;
    height: 180px;
    border: 1px solid #efefef;
    margin-right: 20px;
    float: left;
    display: table;
}

    .sisterCompanyListing .listingImage a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.sisterCompanyListing .listingInfos {
    float: right;
    width: 850px;
}

.sisterCompanyListing h5 {
    font-size: 28px;
    color: #63696d;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sisterCompanyListing .listingDescription, .sisterCompanyListing .moreDescription {
    font-size: 18px;
    color: #9fa5a8;
    font-weight: 300;
    line-height: 26px;
}

    .sisterCompanyListing .listingDescription a, .sisterCompanyListing .moreDescription a {
        border-bottom: 1px solid;
    }

.sisterCompanyListing h4 {
    color: #63696d;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 45px;
    text-transform: none;
}

.sisterCompanyListing .moreDescription {
    display: none;
}

.sisterCompanyListing li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.sisterCompanyListing .listingDescription a.viewMore {
    font-size: 20px;
    color: #2b2c2d;
    font-weight: normal;
    border: 0;
}

    .sisterCompanyListing .listingDescription a.viewMore:hover {
        color: #9fa5a8;
    }

.absoluteButtons {
    position: absolute;
    left: 15px;
    bottom: 0;
}

.btn + .btn {
    margin-left: 10px;
}

.sliderBtnHolder + .sliderBtnHolder {
    margin-left: 0;
}

.newsletterSubscribe h5 {
    text-transform: capitalize;
}

.lightText a {
    color: #004489;
}

    .lightText a:hover {
        color: #9fa5a8;
    }

.inputEntity .RadPicker table.rcTable {
    width: 100% !important;
}

.filter .customSelect {
    width: 210px;
}

div.filter {
    float: none;
}

    div.filter input[type=submit] {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.mainMenu > ul > li {
    margin-right: 1px;
}

.productListing .tabsHolder .sideLinks {
    display: none;
}

.flex-disabled {
    display: none !important;
}

[data-content-theme=test] a {
    display: none;
}

.productsSlider .listingHolder.gridView li.active .listingDescription {
    display: block !important;
}

.sliderBtnHolder a, .submitWrap input {
    position: relative;
    z-index: 4;
}

.careerHolder .highlightedText {
    margin-top: 0;
}

.wideContainer.greyBackground.newsContainer {
    padding-bottom: 20px;
}

.ias_loader {
    text-align: center;
}

.productListing .listingHolder li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.floatedLeftContentImage {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

    .floatedLeftContentImage img {
        max-width: 150px;
    }

    .floatedLeftContentImage + div {
        padding-left: 165px;
    }

.lightText a[href*="facebook.com"] {
    display: inline-block;
    color: #fff;
    background: #004489;
    padding: 10px 15px;
    font-size: 16px;
}

    .lightText a[href*="facebook.com"]:before {
        display: inline-block;
        font-family: 'FontAwesome';
        content: "\f082";
        margin-right: 5px;
        font-size: 20px;
    }

.footerTop {
    text-align: center;
}

.newsletterSubscribe {
    display: inline-block;
    position: relative;
}

    .newsletterSubscribe .erroMessage {
        left: 100%;
        right: inherit;
        white-space: nowrap;
        margin-left: 10px;
    }

.wideContainer.darkBlueBackground:last-child {
    margin-bottom: 0;
}

.listingImage.playIcon {
    position: relative;
}

.newsContainer .listingItemLI {
    margin-bottom: 30px;
    min-height: 530px;
}

.playIcon {
    position: relative;
}

.fromDate .erroMessage {
    right: inherit;
    left: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

.successMessage {
    padding-left: 45px;
    position: relative;
    color: #138023;
    font-weight: bold;
    margin-bottom: 0px;
}

    .successMessage:before {
        display: block;
        content: '';
        width: 24px;
        height: 16px;
        top: 50%;
        margin-top: -8px;
        left: 15px;
        background-position: 0 -410px;
        position: absolute;
    }

.Loader, .loader {
    background: url(../images/vincenti-loader.svg) center center no-repeat;
}

body .RadUpload .ruFileWrap {
    height: 40px;
}

html body .RadInput_Default.RadInput .riTextBox, html body .RadInputMgr_Default.RadInput {
    width: 100%;
}

html body .rcInputCell + td a {
    position: absolute;
    right: 2px;
    top: 6px;
}

html body .RadUpload_Default .ruButton {
    height: 38px;
    width: auto;
    background-image: none;
}

.contactForm .inputEntity input.ruFakeInput {
    width: 300px;
}

.contactForm .inputEntity .ruFileWrap {
    width: 100%;
}

    .contactForm .inputEntity .ruFileWrap .ruUploadFailure {
        border: 1px solid #868686;
        margin-right: 3px;
        height: 38px;
        line-height: 36px;
        width: 100%;
    }

.RadUpload .ruUploadFailure, .RadUpload .ruUploadCancelled {
    background-position: 2px 87%;
}

.bottomSubHeader .customSelect {
    margin-left: 20px;
}

.bottomSubHeader .dk-selected {
    border-color: rgba(255,255,255,0.32);
    color: #fff;
    line-height: 44px;
}

    .bottomSubHeader .dk-selected::before {
        background-position: -70px -119px;
    }

.topNumberedText {
    margin-bottom: 25px;
}

.contentDesc {
    margin-right: 30px;
}

.popupProduct .listingImage {
    border: 1px solid #e7e7e7;
    float: left;
    display: table;
    margin-right: 30px;
}

    .popupProduct .listingImage a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.popupProduct .listingInfos {
    width: 315px;
    float: left;
}

    .popupProduct .listingInfos a {
        color: #63696d;
        font-size: 32px;
        line-height: 39px;
    }

.popupProduct .listingDescription {
    font-size: 18px;
    color: #63696d;
}

.newsletterSearch .successMessage {
    color: white;
}

    .newsletterSearch .successMessage::before {
        content: none;
    }

.newsletterSearch .errorMessage {
    bottom: 45px;
    color: #e85353;
    font-size: 12px;
    left: calc(50% - 84px);
    margin-bottom: 0;
    position: absolute;
    right: auto;
    bottom: -20px;

}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.8;
}

.lighBlueBackground {
    position: relative;
}

#RelateditemsHolder .threeItems.centered {
    float: none;
    margin: 0 auto;
}

.productsSlider.teamList .withoutText .blockBody {
    margin-right: 30px;
    margin-left: 30px;
}

.centered0 {
    margin-bottom: 45px;
}

.fromDate .customSelect, .toDate .customSelect {
    width: 240px;
}

.RadCalendar_Default .rcWeek .rcViewSel {
    background: #014e82 !important;
    color: white !important;
}

.RadCalendar_Default .rcRow th {
    background: #014e82 !important;
    color: #ffffff !important;
}


#slider.flexslider .slides a {
    display: block;
}

.related .listingHolder {
    margin: 30px 0;
}

.fancybox-close {
    background-position: 0px -360px !important;
    position: absolute;
    top: 20px !important;
    right: 20px !important;
    width: 26px !important;
    background-image: url(../images/sprite.png) !important;
    height: 26px !important;
    cursor: pointer !important;
    z-index: 8040 !important;
}

.bottomSubHeader {
    position: relative;
}

    .bottomSubHeader:after {
        clear: both;
        content: '';
        display: table;
    }

.backBtn {
    position: absolute;
    right: 0;
    top: 0;
}

.marginTop {
    margin-top: 45px;
}

h4 {
    color: #63696d;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 15px;
}

.floatedLeftContentImage {
    float: left;
    margin-right: 20px;
    display: table;
    margin-bottom: 20px;
    width: 270px;
    height: 200px;
    text-align: center;
    border: 2px solid #004f84;
}

    .floatedLeftContentImage div {
        display: table-cell;
        vertical-align: middle;
    }

.floatRightSelect {
    float: right;
    width: 260px;
    margin-top: 3px;
}


.ajaxLoaderEvent {
    background-color: #fff;
    background: url(/images/ajax-loader.gif) no-repeat center center;
    position: absolute;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    left: calc(50% - 16px);
}

.productListing {
    position: relative;
}

.productsSlider {
    margin-bottom: 45px;
}

.filter input[type=submit] {
    background: #004489;
    border-color: #004489;
    color: white;
}

.filter .darkBtn {
    border-color: #004489 !important;
    color: #ffffff !important;
}

    .filter .darkBtn::before {
        border-bottom: 3px solid #ffffff !important;
        border-left: 3px solid #ffffff !important;
    }

    .filter .darkBtn::after {
        border-top: 3px solid #ffffff !important;
        border-right: 3px solid #ffffff !important;
    }

.filter input[type=submit]:hover {
    background: white;
    color: #004489;
}

.RadCalendarPopup table tbody tr:nth-child(2n +1) {
    background: #ffffff;
}

.RadCalendarMonthView button, .RadCalendarMonthView [type="button"] {
    background: #014e82;
    color: white;
    border: 1px solid #014e82;
    padding: 2px 10px;
}

.RadCalendarPopup {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}

.RadCalendarMonthView button:hover, .RadCalendarMonthView [type="button"]:hover {
    background: white;
    color: #004489;
}

.RadCalendarMonthView_Default .rcSelected a {
    background: #004489 !important;
    border: 0 !important;
    box-shadow: none;
}

.RadPicker_Default .rcCalPopup {
    background-position: 0 0;
    background-color: white;
}

    .RadPicker_Default .rcCalPopup:hover {
        background-position: 0 0;
        background-color: #004489 !important;
    }

.inputEntity.error .customSelect .dk-selected {
    border: 1px solid #e80000;
}

.contactForm .inputEntity.error textArea {
    border: 1px solid #e80000;
}

.contactForm .inputEntity input.ruFakeInput {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
}

html body .RadUpload_Default .ruButton {
    height: 40px;
    width: auto;
    color: white;
    background-image: none;
    right: 0;
    background: #004c7e;
    position: absolute;
}

.RadUpload {
    width: 100% !important;
}


.greyBackground.numberListing .listingHolder .col-md-3 .listingItem {
    margin-bottom: 0;
}

.centered0:empty {
    display: none;
}

.maplocation {
    background: #005085;
    padding: 30px;
    color: white;
    width: 360px;
    font-size: 14px;
    font-weight: bold;
}

    .maplocation a {
        font-size: 14px;
        margin: 5px 0;
        font-weight: normal;
        display: block;
    }



HTML CSS JS Result Edit on #map-canvas {
    margin: 0;
    padding: 0;
    height: 400px;
    max-width: none;
}

#map-canvas img {
    max-width: none !important;
}

.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
}

#iw-container {
    margin-bottom: 10px;
}

    #iw-container .iw-title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 22px;
        font-weight: 400;
        padding: 10px;
        background-color: #48b5e9;
        color: white;
        margin: 0;
    }

    #iw-container .iw-content {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-right: 1px;
        padding: 15px 5px 20px 15px;
        max-height: 140px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
}

.bannerHolder img {
    max-width: 100%;
    margin-top: 25px;
}

.fullWidth .listingInfos {
    width: 100%;
    padding-left: 0;
}

#RelateditemsHolder .listingItem {
    border: 0;
}

.breadCrumbs a {
    text-decoration: underline;
}

.productsSlider .listingHolder > li.active:after {
    background: url(../images/arrow.png);
    width: 27px;
    height: 11px;
    content: '';
    position: absolute;
    bottom: -33px;
    left: calc(50% - 5px);
}

.contactForm .successMessage {
    margin-bottom: 30px;
}

.sisterCompanyListing .moreDescription {
    display: inline;
}

.sisterCompanyListing .listingDescription a.viewMore {
    display: none;
}

.blueBackground.numberListing, .careerHolder, .brandLanding {
    overflow: hidden;
}

.wideContainer {
    margin: 0 auto;
    max-width: 1400px;
}



.rightCol .listingItemLI {
    margin-bottom: 20px;
    min-height: auto;
}

.careerListing .hiddenContent .applyBtn a:hover {
    color: #014b7c !important;
}

.anchorToggler {
    display: none;
}

    .anchorToggler + .tabsLinks {
        margin-bottom: 0;
    }

        .anchorToggler + .tabsLinks li {
            line-height: normal;
        }

            .anchorToggler + .tabsLinks li a {
                padding: 15px 25px;
                border-right: 1px solid #e2e2e2;
                display: block;
                font-size: 16px;
                font-weight: 100;
            }

.headerSearch input[type=text] {
    -webkit-border-radius: 0;
}

.holder {
    padding-top: 30px;
}

.newsContainer .listingItemLI {
    padding: 0;
}

    .newsContainer .listingItemLI .listingItem {
        padding-left: 15px;
        padding-right: 15px;
    }

.awards.newsContainer .listingItem {
    background: transparent;
    border: 1px solid #efefef;
}

.newsContainer .listingInfos {
    height: 275px;
}

.numberListing .listingImage img {
    width: 60px;
}

.logoHolder {
    margin-top: 15px;
}

h2, h3 {
    text-transform: capitalize;
    color: #63696d;
    font-size: 44px;
    font-weight: 100;
    margin-bottom: 25px;
}

.anchorToggler + .tabsLinks li a {
    text-align: center;
}

.productListing .tabsLinks {
    margin-bottom: 20px;
}

    .productListing .tabsLinks a {
        background: #9ba1a4;
    }

        .productListing .current a, .productListing .tabsLinks a:hover {
            color: #63696d;
            background: #ecf0f2;
        }

.flex-direction-nav a {
    z-index: 2;
}

.awards.newsContainer .listingImage {
    height: 262px;
}

.awards.newsContainer .listingDescription {
    overflow-y: auto;
    height: 92px;
}

.brandSlider.holder {
    padding-top: 0;
}

.contactDetails {
    padding: 20px !important;
}

    .contactDetails .addressInfo {
        margin-bottom: 0;
    }

.searchBlock {
    padding-top: 30px;
}

.filterEvent .btn {
    background-color: #004f84 !important;
    color: #FFF !important;
    height: 35px;
    line-height: 35px;
    border: none;
    border: 1px solid transparent !important;
}

    .filterEvent .btn input {
        color: #FFF !important;
        height: 33px;
        line-height: 33px;
        padding: 0 20px;
        border: none;
    }

    .filterEvent .btn:before {
        display: none;
    }

    .filterEvent .btn:hover {
        border: 1px solid #004f84 !important;
    }

    .filterEvent .btn:hover {
        background: white !important;
        color: #004489 !important;
    }

        .filterEvent .btn:hover input {
            color: #004489 !important;
        }

.teams .listingImage {
    text-align: center;
}

.productListing .listingHolder li img {
    max-width: 70%;
}


.filterEvent .inputEntity input {
    border-color: #9ba1a4 !important;
    /*text-transform: uppercase;*/
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 21px !important;
}

.dk-select-options {
    background-color: #014e82;
    color: #FFF;
}

.regularText strong {
    color: #63696d;
    font-size: 27px;
    font-weight: normal !important;
    display: block;
}

.lightText h4 {
    color: #63696d;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 45px;
    text-transform: none;
}

.RemoveReset .submitWrap:first-child {
    display: none;
}

.fancybox-inner {
    overflow: hidden !important;
}

.productsSlider .flexslider .slides img, .productsSlider li .listingItem .listingImage a {
    width: auto;
    max-width: 100%;
}

.errorMsg {
    color: red;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 16px;
}

.eventDetails {
    margin-top: 20px;
}

.gallery.col2 .listingHolder > li {
    padding: 0 10px;
}

.gallery.col2 .listingHolder {
    margin: 0 -10px;
}

    .gallery li,
    .gallery.col2 .listingHolder > li:first-child {
        margin-bottom: 20px;
    }



    
.noresults  {
   
  
    margin-bottom: 40px;
    font-size: 16px;
}

.contactDetails.contactUs .listingItem {
        min-height: 150px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .logoHolder a, .toggleSearch, .homeSlider .flex-direction-nav a, .newsContainer .listingInfos .listingLink a, .careerHolder ul li a:before, .headerSearch input[type=submit], .headerSearch input[type=button], .greyNewsContainer .hiddenContent .close, .shareHolder span, .headerBackground .backBtn a:before, .bottomArrow, .playIcon span:before, .dk-selected:before, .socialMediaContainer a, .productsSlider .flexslider .flex-direction-nav a, .listingImage .galleryLink a, .wideNewsListing .listingInfos .listingLink a, .fancybox-close, .galleryContainer .flex-direction-nav a, .careerListing .close, .bottomWhiteArrow, .teams .listingEmail:before, .successMessage:before, .shareHolder span span {
        background-image: url(../images/srpite@2x.png)!important;
        background-size: 500px 500px;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .searchInner {
    top: 37px;
    }
    .headerSearch input[type=text] {
    -webkit-border-radius: 0;
    }
    .wideContainer {
    max-width: 1024px;
    }
    .tabsLinks a {
    padding: 0 20px;
    min-width: 130px;
    }
    .newsContainer.withFeature li:first-child .listingInfos {
    bottom: 0;
    }
    .newsContainer li:nth-child(3n+ 2) .listingImage {
        padding: 15px;
        left: 0;
    }
    .greyNewsContainer .listingDescription {
    height: 160px;
    overflow: hidden;
    }
    .greyNewsContainer li {
    height: 618px;
    }
    .brandListing .listingInfos {
    top: -1px;
    }
    .wideNewsListing #Main_ctrlEvents_EventsItemsHolder .listingInfos {
    width:500px;
    padding: 25px;
    }
    .wideNewsListing #Main_ctrlEvents_EventsItemsHolder li {
    background-color:  #eee;
    }
        .wideNewsListing #Main_ctrlEvents_EventsItemsHolder li a {
        display: block;
        }
}
/**Ipad and below**/
@media all and (max-width:1024px){
    .st_print {display: none;}
    .careerListing .listingHolder > li.active .listingItem {
    z-index: 20;
    padding: 15px;
    }   
    .mainMenu > ul > li > a {
    text-transform: capitalize!important;
    }
    .holder {
    padding-top: 0;
    }
    .btn + .btn {
    margin-bottom: 0;
    }
    .awards.newsContainer .listingImage {
    height: 246px;
    }
    .logoHolder {margin-top: 0;}
	.productsSlider .listingHolder .hiddenContentParent {z-index: -1}
	.formLabel {display: block;    float: none;}
	 .floatedLeftContentImage + div {
    padding-left: 0;
    }
	.sisterCompanyListing h5 {font-size: 23px;}
	.lighBlueBackground .blockMain {float: left;}
    .wideContainer, .subHeader.wideContainer.headerBackground .container {
    margin: 0 20px;
    }
	.sisterCompanyListing h4 {margin-bottom: 20px;}
	.subHeaderBackground {background: transparent; margin-top: 20px;}
	.newsContainer {overflow: hidden;}
	.newsContainer .blockBody, .newsContainer .flexslider li   {margin-bottom: 0;}
	.lightText br {/*display: none;*/}
	h2, h3 {
		margin-bottom: 10px;
	}
	.awards .listingInfos {height: 320px!important;}
	.awards li {min-height: initial!important; height: 575px!important;margin-bottom: 20px!important;}
	.awards .listingItem {height: 100%}
	.footerBottom .rightAlign {text-align: left;}
	.wideContainer .container, .footer  .wideContainer,  .careerHolder .holder .container, .homeSlider .wideContainer,
	.subHeader.wideContainer.headerBackground{
	margin: 0;
	}
	.wideContainer.lightGreyBackground {padding: 20px;}
	.footer {margin-top: 0;}
    .sliderContent {
	padding: 20px;
	left: 40px;
	}
    .wideContainer.greyBackground.newsContainer .container, .careerHolder .holder {
    margin: 0;
    }
	.footer .wideContainer  .container {
		margin: 0 20px;
	}
	.footerTop .col-md-12 {
		padding: 0 20px;
	}
    .productListing .row {
    margin: 20px 0;
    }
     .careerListing .listingHolder > li.active .listingLink { display: none;}
    .subHeader .bottomSubHeader .customSelect {
    margin-bottom:15px;
    margin-top: 15px;
    }
     .subHeader .dk-option {padding: 10px 20px;}
     .careerListing li.active {margin-bottom: 0;}
    .viewAllBottom a:visited, .btn:visited, .moreNewsBtn a:visited {
        border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 20px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    }
  	.anchorToggler {display: block; margin-bottom: 0;}
    .anchorToggler + .tabsLinks li a {
        padding: 15px;
    }
	.tabsHolder {margin-top: 20px;}
	.anchorToggler {
	display: block;
	color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
	width: 100%;
	 -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.anchorToggler i {
float: right;
}
	.fa-angle-up:before {
    content: "\f106";
}
.anchorToggler span {
	font-size: 18px;
}
    .floatedLeftContentImage {
    width: 100%;
    }
.tabsLinks {
	background-color: #eae9e9;
	height: auto;
    display: none;
}
.tabsLinks li {
	background-color: #eae9e9;
	display: block;
	width: 100%;
	z-index: 100;
	position: Relative;
	border-top: 1px solid #6f737a;
}
    .tabsLinks li:first-child {
    border-top: none;
    }
.tabsLinks li a {
	color: #000;
    padding: 0 10px;
    background-color: transparent;
}
    .careerListing .close {bottom: auto; top: -30px;}
    .bottomSubHeader .customSelect {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: -5px;
    }
    h4 {
    font-size: 22px;
    }
	.submitWrap {margin-top: 20px;}
    .newsletterSearch .submitWrap{margin-top:0}
    .careerListing .listingMoreDescription {padding: 15px 15px 30px 15px;}
    .careerListing li .listingItem {padding: 15px;}
    .careerHolder {margin: 0 20px;}
    .halfScreenImage {margin-bottom: 20px;}
	.outer-menu .checkbox-toggle {
	position: absolute;
	top: 0;
	right: -15px;
	z-index: 1000;
	cursor: pointer;
	width: 60px;
	height: 60px;
	opacity: 0;
	}
    body.fixed {
    position: fixed;
    height: 100%;
    overflow: hidden;
    }
    .lightText + .imageHolder {
    margin-top: 20px;
    }
        .lightText {margin-bottom: 20px;}
    .container .container {margin-left: 0;}
     .contentImageHolder img {max-width: 100%;}
     div.filter input[type=submit] {
		-webkit-border-radius: 0;
		-webkit-border: none;
    }
	.listingMoreDescription {border-top: 1px solid #ccc; padding-top: 15px;}
	.filter .darkBtn {border: none!important;}
     .filter .inputEntity {
    margin-bottom: 15px;
    }
	.outer-menu {
	position: relative;
	top: 0;
	right: 15px;
	z-index: 1000;
	}
	.outer-menu .hamburger {
	position: absolute;
	top: 15px;
	right: -12px;
	z-index: 1;
	width: 60px;
	height: 50px;
	padding: .5em 1em;
	border-radius: 0 0.12em 0.12em 0;
	cursor: pointer;
	-webkit-transition: box-shadow 0.4s ease;
	transition: box-shadow 0.4s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	.outer-menu .hamburger > div {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%;
	height: 2px;
	background: #303030;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	.outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: inherit;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
	.outer-menu .hamburger > div:after {
	top: 10px;
	}
	.outer-menu .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
	.outer-menu .menu > div {
	width: 100%;
	height: 100%;
	color: #FEFEFE;
	background: #f5f5f5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    overflow-y: scroll;
	}
	.outer-menu .menu > div > div {
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	}
	.outer-menu .menu > div > div > ul {
	list-style: none;
	padding: 0 1em;
	margin: 0;
	display: block;
/*	max-height: 100vh;*/
	}
	.outer-menu .menu > div > div > ul > li > a:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -0.15em;
	left: 0;
	width: 0;
	height: 2px;
	background: #e5e5e5;
	-webkit-transition: width 0.4s ease;
	transition: width 0.4s ease;
	}
	/**On the menu click**/
	.outer-menu .checkbox-toggle:checked ~ .menu {
	pointer-events: auto;
	visibility: visible;
	}
	.outer-menu .checkbox-toggle:checked + .hamburger > div:before, 
	.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
		top: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.outer-menu  .secondSideElements > ul {
		float: none;
	}
	.outer-menu  .secondSideElements, .smallTop .headerBtn {
		padding: 0!important;
		border-left: 0;
	}
	.outer-menu  .secondSideElements:before, .smallTop .headerBtn:before{
		display: none;
	}
	.outer-menu  .smallTop .headerBtn {
		color: #535353;
	}
	.outer-menu .dropDown {
		width: 200px;
		margin-bottom: 45px;
	}
	.outer-menu .dropDownToggle:after {
		top: 0;
	}
	.outer-menu .checkbox-toggle:checked ~ .menu > div {
	opacity: 1;
	/*-webkit-transform: scale(1);
	transform: scale(1);*/
	/*-webkit-transition-duration: .75s;
	transition-duration: .75s;*/
	}
	.outer-menu .checkbox-toggle:checked + .hamburger > div {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	}
	.outer-menu .checkbox-toggle:checked ~ .menu > div {
		-webkit-transform: scale(1);
		transform: scale(1);
		/*-webkit-transition-duration: .75s;
		transition-duration: .75s;*/
	}
	.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
		opacity: 1;
		/*-webkit-transition: opacity 0.4s ease 0.4s;
		transition: opacity 0.4s ease 0.4s;*/
	}
	.outer-menu .checkbox-toggle:checked ~ .menu .hiddenDesktop {
		display: block;
	}
    html, body {
    overflow-x: hidden;
    }
    .absoluteButtons {
        position: relative;
    }
    body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;

    }
    .listingImage img {
    max-width: 100%;
    }
    h2, h3 {
    font-size: 34px;
    }
    .subHeaderBackground, .contactUs h3, .title, .highlightedText, .holder, .bannerHolder {
    margin-bottom: 20px!important;
    }
    .detailsDescription {line-height: 30px;}
    .contactForm .inputEntity input, html body .RadInput_Default.RadInput .riTextBox, html body .RadInputMgr_Default.RadInput, .newsletterSearch input[type=text] {
    -webkit-border-radius: 0;
    }
    .detailsDescription, .shareContainer {
    margin-bottom: 20px
    }
    .careerHeader .listingInfos .listingTitle, .brandListing .listingTitle a {
    font-size: 28px;
    }
    .headerBackground h2 {
    font-size: 40px;
    line-height: 20px;
    }
    .breadCrumbs {
    margin-bottom: 35px;
    }
    .productListing .blockTitle {
    margin-bottom: 20px
    }
    .newsContainer.withFeature li:first-child {
        margin-bottom: 30px;
        min-height: 300px;
    }
    .newsContainer .listingImage > a img{
        max-width: 100%;
    }
    .brandListing .listingInfos {
    padding: 10px 15px;
    }
    .brandListing .listingTitle {
    margin-bottom: 10px;
    }
    .additionalHeaderComponents, .menuContainer {
    float: none;
    text-align: center;
     width: 100%;
    }
        .additionalHeaderComponents li, .menuContainer li {
            display: block; 
            width: 100%;
        }
        .additionalHeaderComponents ul > li > a:after {
        display: none;
        }
        .additionalHeaderComponents li a, .mainMenu li a{
            font-size: 16px!important;
            border-bottom: 1px solid #e6e6e6!important;
            padding-bottom: 15px!important;
            margin-bottom: 15px;
            width: 100%;
        }
    .menuContainer {
    padding-top: 0;
    }
    .menusMain {
    float: none;
    }
    .searchInner {
        top: -1px;
        left: -257px;
    }
    .headerSearch input[type=submit], .headerSearch input[type=button] {
        height: 38px;
        width: 42px;
        top: 3px;
        background-position: -203px -144px;
    }
    .headerSearch input[type=text] {
    padding: 13px 20px;
    height: 42px;
    }
    .homeSlider .sliderTitle {
    font-size: 25px;
    line-height: 30px;
    }
    
   
    .menuContainer {
    float: left;
    }
    .lightGreyBackground {
    padding: 20px 0;
    }
    .newsContainer .listingInfos {
    padding: 15px 15px 60px 15px;
    }
    .brandListing .listingInfos {
    padding: 10px 15px;
    }
    .brandListing .listingTitle {
    margin-bottom: 10px;
    }
    .additionalHeaderComponents, .menuContainer {
    float: none;
    text-align: center;
     width: 100%;
    }
        .additionalHeaderComponents li, .menuContainer li {
            display: block; 
            width: 100%;
        }
        .additionalHeaderComponents ul > li > a:after {
        display: none;
        }
        .additionalHeaderComponents li a, .mainMenu li a{
            font-size: 16px!important;
            border-bottom: 1px solid #e6e6e6!important;
            padding-bottom: 15px!important;
            margin-bottom: 15px;
            width: 100%;
        }
    .menuContainer {
    padding-top: 0;
    }
    .menusMain {
    float: none;
    }
    .searchInner {
        top: -1px;
        left: -257px;
    }
    .headerSearch input[type=submit], .headerSearch input[type=button] {
        height: 38px;
        width: 42px;
        top: 3px;
        background-position: -203px -144px;
    }
    .headerSearch input[type=text] {
    padding: 13px 20px;
    height: 42px;
    }
    .homeSlider .sliderTitle {
    font-size: 25px;
    line-height: 30px;
    }
    .headerSearch input[type=submit], .headerSearch input[type=button] {
        background-position: 11px -90px;
    }
     .searchInner {left: -470px}
    .toggleSearch {
    opacity: 0;
    }
    .wideContainer.blueBackground.numberListing {
        padding: 20px;
    }
    .numberListing .listingHolder .col-md-3 .listingItem {
    margin-bottom: 0;
    }
    .productListing, .wideContainer.blueBackground.numberListing, .wideContainer.greyBackground.newsContainer, .wideContainer.careerHolder {
    margin-bottom: 40px!important;
    }
    .wideContainer.greyBackground.newsContainer {
        padding: 45px 25px 0;
    }
    .newsContainer .listingItemLI {
    min-height: 500px;
    }
    .productListing .tabsMain {
    min-height: initial;
    }
    .subHeaderBackground .anchorToggler {
    margin-top: 0;
    }
    .addressInfo h5 {margin-bottom: 10px;}
    .contactForm .inputEntity {margin-bottom: 0;}
    .greyBackground.numberListing {
    padding: 90px 20px;
    }
    .sisterCompanyListing .listingInfos {width: 675px;}
    .brandListing .listingTitle a {font-size: 22px;}
    .brandListing .listingDescription {font-size: 16px; margin-bottom: 10px;}
    .newsletterSearch input[type=text], .newsletterSearch .submitWrap {height: 40px;}
    .newsletterSearch .successMessage {padding-left: 0;}
    .careerListing .hiddenContent {margin-top: -32px;}
      .careerListing li {margin-bottom: 0;}
        .careerListing li .listingItem {
        margin-bottom: 30px;
        }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .wideContainer {max-width: 100%;}
    .homeSlider .flex-direction-nav {right: 90px;}
    .homeWelcomeText .col-sm-6{
    width: 100%!important;
    text-align: justify;
    }
	.headerBackground h2 {
		font-size: 40px;
		line-height: normal;
		margin-top: 15px;
	}
    .contactDetails .addressInfo {
    margin-bottom: 20px;
    }
    .tabsLinks a {min-width: initial;}
    .tabsLinks {margin-bottom: 20px;}
    .highlightedText {font-size: 22px;}
    .numberListing .listingTitle .counterEl {font-size: 40px;}
    .blueBackground {padding-top: 45px;}
    .numberListing .listingHolder .col-md-3 {margin-bottom: 0; width: 25%;}
    .homeSlider .flexslider .slides > li,  .homeSlider .flexslider .slides,  .homeSlider {
    height: 450px;
    }
    .wideContainer.greyBackground.newsContainer {
    padding: 45px 25px 0 15px;
    }
    .careerHeader .listingInfos .listingTitle, .brandListing .listingTitle a {
    font-size: 24px;
}
    .homeSlider .flexslider .slides > li {
    background-size: auto 450px;
    }
    .wideContainer.lightGreyBackground .container {
    width: 100%;
    }
    .sliderHeight, .sliderHeight .posRelative {
        height: 450px;
    }
    .homeSlider {min-height: 500px}
    .newsContainer {margin-bottom: 0;}
        .newsContainer.withFeature li:first-child .listingInfos {
        left: auto;
        right: 0;
        height: 326px;
        }
        .newsContainer.withFeature {
        margin: 20px 10px;
        }
    .filter,.newsContainer.withFeature li:first-child {
    margin-bottom: 0;
    }
        .newsContainer .listingItemLI {
        min-height: 270px;
        }
        .newsContainer .listingInfos h3.listingTitle, .newsContainer .listingInfos .listingTitle a {
        font-size: 18px;
        }
    .detailsTitle {
    font-size: 28px;
    margin-bottom: 15px;
    }
    .rightCol .blockTitle {
    font-size: 22px;
    }
    .related .listingHolder {
    margin: 0;
    }
    .greyNewsContainer .listingInfos {
    height: auto;
    }
    .rightCol .greyNewsContainer li {
    height: auto;
    min-height: initial;
    }
    .rightCol .newsContainer li .listingDescription  {
    height: auto!important;
    }
    .wideNewsListing .listingInfos {
    width: 100%;
    }
    
    .filter .darkBtn::before {
    display: none;
    }
    .filter .darkBtn::before {
    border: none;
    }
     .wideNewsListing #Main_ctrlEvents_EventsItemsHolder .listingInfos {
    width:50%;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
    height: 262px!important;
    }
    .wideNewsListing #Main_ctrlEvents_EventsItemsHolder li {
    background-color: transparent;
    }
     .wideNewsListing #Main_ctrlEvents_EventsItemsHolder li   .listingItem {
    margin-bottom: 15px;
    }
    .wideNewsListing .listingTitle {
    font-size: 16px;
    }
    .wideNewsListing .listingDescription {
    font-size: 14px;
    }
    .gallery.col2 .listingHolder > li:first-child {
    width: 50%;
    }
    .careerHeader .listingImage, .careerHeader .listingInfos {
        width: 100%;
    }
    .careerHeader .listingInfos {
    padding-left: 0;
    }
    .contactForm .inputEntity {margin-bottom: 15px;}
    .careerListing li .listingItem {z-index: 20;}
    .greyBackground {padding: 20px;}
    .contactUs {margin-bottom: 40px!important;}
    .contactForm .formActions {
    padding: 0 0 20px 0;
    }
    .holder .bannerHolder img {
    margin-top: 0;
    }
    .sisterCompanyListing .listingInfos {
       width: auto;
       float: none;
    }
    .brandListing .listingInfos{
    position: relative;
    background: #f3f0f0;
    width: 100%;
    right: auto!important;
    left: auto!important;
    height: auto!important;
    }
    .listingCompanies li {
        width: 33%;
        border-top: 1px solid #efefef;
        border-left: 1px solid #efefef;
    }
    .listingCompanies {
    margin-bottom: 0;
    }
    .listingCompanies {border: none;}
    h2, h3 {font-size: 30px;}
   h3.title{padding-top:15px}
}
/**Mobile**/
@media all and (max-width: 700px) {
    .outer-menu .menu > div {
    display: inherit;
    }
    .headerSearch {width: 100%;}
    .searchInner {
        left: 20px;
    width: 90%;
    /* right: 20px; */
    position: relative;
    margin-bottom: 20px;
    }
.productListing .listingHolder li img {margin: 10px auto;}
    .brandLanding .listingImage img {
    max-width: auto;
    }
    .homeSlider .sliderMain {
    margin-bottom: 100px;
    }
    .homeSlider .sliderTitle {
    font-size: 18px;
    line-height: 20px;
}
    .wideContainer.blueBackground.numberListing {
    padding: 40px 20px 0;
}
    .viewAllBottom a, .btn, .moreNewsBtn a {
    padding: 10px 20px;
    }
    .subHeader .bottomSubHeader .customSelect {width: 100%; margin-left: 0;}   
.topNumberedText {margin-bottom: 10px;}
.regularText, .newsContainer .listingInfos .listingDescription {font-size: 14px;}
.homeWelcomeText {margin-top: 20px;}
    .infoContent h5 {
    margin-bottom: 5px;
    }
    .contactDetails.contactUs br {
    display: none;
    }
    .contactDetails.contactUs .addressInfo {
    margin-bottom: 10px;
    }
.greyBackground.numberListing {
    padding: 40px 0 0;
}
.careerHolder ul {margin-bottom: 15px;} 
.blueBackground {
padding: 35px 0;
}
.numberListing .listingImage {
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
display: inline-block;
width: 20%;
}
.numberListing .listingDescription {
text-align: left;
display: inline-block;
margin-right: 5px;
font-size: 16px;
}
.numberListing .listingTitle {
text-align: left;
display: inline-block;
margin-top: -25px;
margin-bottom: 5px;
}
.numberListing .listingInfos {
display: inline-block;
width: 68%;
}
    .numberListing .viewAllBottom.tabsLinks li {
    padding-bottom: 0;
    }
        .numberListing .viewAllBottom a {margin-bottom: 0;
        }
.numberListing .listingTitle .counterEl {
font-size: 30px;
}
.detailsImage img {height: auto!important;}
.detailsImage a {display: block;}
.backBtn{display: none;}
#Main_sliderlistingholder {/*margin-top: 20px;*/}
.wideNewsListing .listingInfos {padding: 20px;}
.filter .customSelect, .filter .inputEntity, .wideNewsListing .listingImage, .wideNewsListing .listingInfos{width: 100%;}
.wideNewsListing .listingImage img {max-width: 100%;}
.related .listingHolder {margin: 0;}
.wideNewsListing li {position: relative;display: inline-block;width: 100%;}
.detailsDescription {line-height: 26px;}
.numberListing, .homeWelcomeText , .subHeaderBackground, .title, .highlightedText, .holder, .bannerHolder {margin-bottom: 30px!important;}
.breadCrumbs {display: none;}
.awards li {height: auto!important;}
.newsContainer .listingInfos h3.listingTitle, .newsContainer .listingInfos .listingTitle a {font-size: 18px;}
.awards .listingInfos{height: auto!important; padding: 20px;}
.listingCompanies li {width: 100%;}
.headerBackground h2 {line-height: 34px;}
.subHeader.wideContainer.headerBackground {padding: 15px 0;}
.productsSlider.teamList .blockBody {margin-right: 0;}
.errorMessage, .erroMessage {bottom: 10px;}
.headerBackground .backBtn a {margin-top: 30px;}
.sliderContent {bottom: auto; left: 20px; padding: 20px; top: 200px; height: 200px; margin-bottom: 15px;}
.careerHeader .listingImage, .careerHeader .listingInfos { width: 100%;}
.outer-menu .checkbox-toggle:checked ~ .menu > div {padding: 60px 0;}

.sliderHeight, .sliderHeight .posRelative {height: 200px;}
.outer-menu .hamburger {top: 24px;}
h2, h3 {font-size: 26px; margin-bottom: 15px;}
h2,h3 {line-height: 34px;}
.listingCompanies {margin-bottom: 0;}
.careerHeader .listingInfos {padding-left: 0;}
.greyBackground {padding: 20px;}
.contactUs {margin-bottom:40px!important;}
.contactForm .formActions {padding: 0;}
.holder .bannerHolder img {margin-top: 0;}
.sisterCompanyListing .listingInfos {
width: auto;
float: none;
}
    .sliderContent {
        position: relative;
        left: 0!important;
        transform: translateX(0)!important;
        width: 100%;
        max-width: 100%!important;
        top: 100%;
    }
    .homeWelcomeText {
    /*padding-top: 140px;*/
    }
.submitWrap {margin-top: 0;}
	.submitWrap:first-child {margin-top: 0;}
.addressInfo {margin-bottom: 20px;}
.careerListing .close {top: 13px;}
.teams .listingItem .listingInfos {padding: 15px;}
.teams .listingDescription {margin-bottom: 0;}
h5 {margin-bottom: 15px;}
.contactDetails.greyBackground  .listingHolder, .contactDetails.greyBackground .col-md-4:last-child .addressInfo {margin-bottom: 0;}
.footer .darkBlueBackground {
padding: 15px;
}
.footer .darkBlueBackground .container {margin: 0;}

.subHeaderBackground.wideContainer.subMenu  {background: transparent;padding-top: 10px;}
.brandListing .listingInfos{
position: relative;
background: #f3f0f0;
width: 100%;
right: auto!important;
left: auto!important;
height: auto!important;
}
.logoHolder a{
transform: scale(0.6);
transform-origin: left;
}
.wideContainer {max-width: 100%;}
    .header {
        padding: 0;
    }
    .homeSlider .flex-direction-nav {right: 80px;}
    .homeSlider {
        min-height: 350px;
        margin-bottom: 20px;
    }
    .highlightedText {font-size: 18px;}
    .homeSlider .sliderTitle {
    font-size: 14px;
    }
    .numberListing .listingHolder .col-md-3 .listingItem {margin-bottom: 20px;}
    .linkToggle {
    width: 200px;
    background: #222;
    color:  #eee;
    line-height: 25px;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
	}
    .newsContainer .flexslider .listingItemLI {
    /*width: 254px!important;*/
    min-height: initial!important;
    margin-bottom: 20px;
    }
    .greyBackground h2, .blueBackground h2, .headerBackground h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    .productListing .row {margin: 20px 0;}
    .viewAllBottom a, .btn, .moreNewsBtn a {
    width: 100%;
    margin-bottom: 15px;
    }
    .productsSlider .listingHolder.row > li .listingTitle a {padding: 15px;}
    .absoluteButtons {left: 0;}
    .btn {text-align: center;}
    .btn + .btn {margin-left: 0;}
    .footerBottom .rightAlign {text-align: left;margin-top: 10px;}
    .footer .wideContainer.lighBlueBackground {display: none;}
    .outer-menu .checkbox-toggle ~ .menu > div > div {
        /*height: 300px;*/
        padding-top: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .newsContainer.withFeature li:first-child .listingInfos {position: relative;    width: 100%;left: 0;bottom: initial;padding: 15px; height: auto;}
        .newsContainer.withFeature li:first-child .listingInfos .listingTitle a, .detailsTitle {font-size: 28px;}
        .filter{float: none; margin-bottom: 20px;}
   
    .newsContainer li:nth-child(3n+ 2) .listingImage {position: relative;}
    .rightCol .blockTitle {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .careerHeader .listingInfos .listingTitle, .brandListing .listingTitle a {font-size: 22px;}
    .rightCol .productListing .listingHolder li {height: auto;}
    .contactForm .col-sm-12, .contactForm .col-md-6 {clear: both;}
    .contactForm .inputEntity .col-sm-4 + .col-sm-4 .customSelect {margin-top: 10px;}
    .contactForm .formActions {border: none; margin-top: 10px;}
    .awards .listingInfos {
    height: auto;
    }
    .sisterCompanyListing .listingImage {
    width: 100%;
    margin-bottom: 10px;
    }
    .brandListing li {margin-bottom: 20px;}
        .brandListing li .listingItem {margin-bottom: 0;}
    .brandListing .listingInfos {top: -5px;}

    .newsContainer li:nth-child(3n+ 2) .listingImage{
        padding:0;
        left: 0;
    }
    .newsContainer .flexslider .listingItemLI .listingItem {
    padding-right:0;
    }
    .sliderContent{
        max-width:280px;
        left:50%;
        -moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
    }
    .productListing .listingHolder li img{
        margin:0 auto
    }
    #map-canvas{
        max-height:300px !important
    }
    .viewAllBottom a, .btn, .moreNewsBtn a {font-size: 14px;}
    .brandSlider .wideContainer {
    margin: 0;
    }
    .contactForm {margin-bottom: 30px;}
    .newsContainer .listingItemLI {min-height: auto;}
}
/*@media all and (max-width: 375px) {
    .searchInner {
        left: -455px;
    }
}
@media (max-width: 330px) {
    .searchInner {
        left: -415px;
    } 
}*/  
.ajaxLoaderEvent {
	background-color: #fff;
	background: url('/images/ajax-loader.gif') no-repeat center center;
}
