<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h/* 
	Table of Contents
	update on Thu Aug 13 2015 09:18:48 GMT+0300 (FLE Summer Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Fonts ------------------------------------
	     03. Base -------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Fullscreener -----------------------------
	II.  Regions --------------------------------------
	     01. Wrapper ----------------------------------
	         Mobile -----------------------------------
	     02. Container --------------------------------
	     03. Shell ------------------------------------
	     04. Header -----------------------------------
	         Mobile -----------------------------------
	     05. Header Alt -------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     06. Main -------------------------------------
	     07. Footer -----------------------------------
	         Footer Alt -------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     08. Content ----------------------------------
	     09. Sidebar ----------------------------------
	III. Themes ---------------------------------------
	IV.  Modules --------------------------------------
	     01. Ad ---------------------------------------
	         Mobile -----------------------------------
	     02. Ad Medium --------------------------------
	     03. Article ----------------------------------
	         Tablet Landscape -------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     04. Button -----------------------------------
	     05. Button Nav -------------------------------
	         Button Nav Alt ---------------------------
	         Mobile -----------------------------------
	     06. Callout ----------------------------------
	         Mobile -----------------------------------
	     07. Form Elements ----------------------------
	     08. Form -------------------------------------
	     09. List -------------------------------------
	     10. Logo -------------------------------------
	     11. Nav --------------------------------------
	         Nav Alt ----------------------------------
	         Mobile -----------------------------------
	     12. Nav Search -------------------------------
	     13. Search -----------------------------------
	         Search Alt -------------------------------
	         Mobile -----------------------------------
	     14. Section ----------------------------------
	         Tablet Landscape -------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     15. Section Services -------------------------
	         Mobile -----------------------------------
	     16. Section Alt ------------------------------
	         Mobile -----------------------------------
	     17. Section Secondary ------------------------
	     18. Service ----------------------------------
	         Tablet Landscape -------------------------
	         Tablet -----------------------------------
	         Mobile -----------------------------------
	     19. Slider -----------------------------------
	     20. Table ------------------------------------
	     21. Widget -----------------------------------
 */

.arrow-right-grey { background-image: url(images/sprite.png); background-position: -354px -111px; width: 13px; height: 12px; display: inline-block; vertical-align: middle; font-size: 0; }
.arrow-right { background-image: url(images/sprite.png); background-position: -371px -111px; width: 10px; height: 8px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-email { background-image: url(images/sprite.png); background-position: -372px -93px; width: 16px; height: 12px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-search { background-image: url(images/sprite.png); background-position: -354px -93px; width: 14px; height: 14px; display: inline-block; vertical-align: middle; font-size: 0; }
.sprite-logo-alt-mobile { background-image: url(images/sprite.png); background-position: 0 -219px; width: 201px; height: 42px; display: inline-block; vertical-align: middle; font-size: 0; }
.sprite-logo-alt { background-image: url(images/sprite.png); background-position: 0 -93px; width: 350px; height: 73px; display: inline-block; vertical-align: middle; font-size: 0; }
.sprite-logo-mobile { background-image: url(images/sprite.png); background-position: 0 -170px; width: 194px; height: 45px; display: inline-block; vertical-align: middle; font-size: 0; }
.sprite-logo { background-image: url(images/sprite.png); background-position: 0 0; width: 388px; height: 89px; display: inline-block; vertical-align: middle; font-size: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.arrow-right-grey { background-image: url(images/sprite.@2x.png); background-position: -34px -47px; background-size: 397px 61px; width: 13px; height: 12px; display: inline-block; vertical-align: middle; font-size: 0; }
	.arrow-right { background-image: url(images/sprite.@2x.png); background-position: -49px -47px; background-size: 397px 61px; width: 10px; height: 8px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-email { background-image: url(images/sprite.@2x.png); background-position: -16px -47px; background-size: 397px 61px; width: 16px; height: 12px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-search { background-image: url(images/sprite.@2x.png); background-position: 0 -47px; background-size: 397px 61px; width: 14px; height: 14px; display: inline-block; vertical-align: middle; font-size: 0; }
	.sprite-logo-alt-mobile { background-image: url(images/sprite.@2x.png); background-position: -196px 0; background-size: 397px 61px; width: 201px; height: 42px; display: inline-block; vertical-align: middle; font-size: 0; }
	.sprite-logo-mobile { background-image: url(images/sprite.@2x.png); background-position: 0 0; background-size: 397px 61px; width: 194px; height: 45px; display: inline-block; vertical-align: middle; font-size: 0; }
}

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

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

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

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

html,
body { height: 100%; }

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

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

img, iframe, video, audio, object { max-width: 100%; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

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

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

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

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

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

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

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

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

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

button,
select { text-transform: none; }

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

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

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

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

body { min-width: 320px; background: #e9e9e9; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; line-height: 1.35; color: #474747; }

a { color: #015e83; text-decoration: none; }
a:hover { text-decoration: underline; }

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

h1 { font-size: 27px; font-weight: 600; }
h2 { font-size: 27px; font-weight: 600; }
h3 { font-size: 27px; font-weight: 600; }
h4 { font-size: 20px; font-weight: 600; }
h5 { font-size: 18px; font-weight: 600; }
h6 { font-size: 16px; font-weight: 600; }

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

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

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

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

/*  Clear  */

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


/*  Notext  */

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


/*  Hidden  */

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


/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

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

/*  Fullscreener  */

.fullscreener { background-size: cover; background-repeat: no-repeat; }
.fullscreener &gt; img { display: none; }

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

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

.wrapper {}

/* Mobile */

@media (max-width: 767px) {
	.wrapper { padding-top: 80px; }
	.wrapper:before { content: ''; position: fixed; z-index: 100; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.7); visibility: hidden; opacity: 0; transition: all .3s ease-out; }
	.wrapper-dimmed:before { visibility: visible; opacity: 1; }
}

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

.container {}

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

.shell { max-width: 1200px; margin: auto; }

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

.header { padding: 40px 0; background: #fff; }

.header .header-logo { float: left; display: block; width: 388px; height: 89px; background-image: url(images/sprite.png); background-position: 0 0; font-size: 0; line-height: 0; text-indent: -4004px; }

/* Mobile */

@media (max-width: 767px) {
	.header { position: fixed; z-index: 200; left: 0; top: 0; width: 100%; padding: 18px 0; }
	.header .header-logo { width: 194px; height: 45px; background-image: url(images/sprite.png); background-position: 0 -170px; }
}

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

.header-alt { padding: 25px 0; background: #ffffff;  }

.header-alt .header-logo-alt {background-size: contain;     background-repeat: no-repeat; float: left; display: block; width: 350px; height: 73px; margin: 24px 0 20px; background-image: url(images/sprite.png); font-size: 0; line-height: 0; text-indent: -4004px; }
.header-alt .header-ad { float: right; }

/* Tablet Portrait */

@media (max-width: 991px) {
	.header-alt .header-logo-alt { margin: 5px 0; }
	.header-alt .header-ad { max-width: 320px; }
}

/* Mobile */

@media (max-width: 767px) {
	.header-alt .header-logo-alt { width: 201px; height: 42px; margin: 19px 0; background-image: url(images/sprite.png); background-position: 0 -219px; }
	.header-alt .header-inner { position: fixed; z-index: 200; left: 0; top: 0; width: 100%; padding: 0 15px; background: #da6b1c; background: linear-gradient(to right, #da6b1c 0%,#f47820 100%); }
	.header-alt .header-ad { max-width: none; float: none; text-align: center; }
}

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

.main {}

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

.footer { margin-top: 100px; }

.footer .footer-body { padding: 44px 0 50px; background: #76777a;}

.footer .footer-section { font-size: 15px; }
.footer .footer-section h4 { margin-bottom: 1px; font-size: 15px; font-weight: 600; text-transform: uppercase; }
.footer .footer-section p { margin-bottom: 0; line-height: 1.4; }
.footer .footer-section a { color: inherit; }
.footer .footer-section i { margin-right: 5px; }

.footer .footer-section-alt p { margin-bottom: 10px; }

.footer .footer-bar { padding: 20px 0; background: #4d4d4f; color: rgba(255,255,255,.6); font-size: 15px; }
.footer .footer-bar a { color: inherit; }
.footer .footer-copyright { float: left; }
.footer .footer-credits { float: right; }

/*  Footer Alt  */

.footer-alt { margin-top: 25px; }
.footer-alt .footer-section { margin-bottom: 20px; }
.footer-alt .footer-body { padding: 40px 0 10px; background: #e6711e; }
.footer-alt .footer-bar { background: #964a14; }

/* Tablet Portrait */

@media (max-width: 991px) {
	.footer { margin-top: 0; }
}

/* Mobile */

@media (max-width: 767px) {
	.footer .footer-body { padding: 25px 0; }
	.footer .footer-section { font-size: 16px; }
	.footer .footer-bar { padding: 10px 0; font-size: 16px; }
	.footer .footer-copyright,
	.footer .footer-credits { float: none; text-align: center; }
}

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

.content {}

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

.sidebar {}

/* ------------------------------------------------------------ *\
	III. Themes
\* ------------------------------------------------------------ */



/* ------------------------------------------------------------ *\
	IV.  Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Ad
\* ------------------------------------------------------------ */

.ad { margin: 35px 0; }

/* Mobile */

@media (max-width: 767px) {
	.ad { margin: 15px 0; }
}


/* ------------------------------------------------------------ *\
	Ad Medium
\* ------------------------------------------------------------ */

.ad-medium img { width: 100%; }

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article { padding: 15px; margin-bottom: 30px; background: #fff;}

.article img { display: block; margin-bottom: 11px; }
.article h3,.article h2, .article h1   { margin-bottom: 8px; }

.article a { font-weight: 600; color: #e6711e; }

.article .article-cols { font-size: 0; }
.article .article-col { display: inline-block; vertical-align: middle; width: 47%; font-size: 18px; }
.article .article-col:last-child { margin-left: 6%; }
.article .article-col .article-image { margin-bottom: 5px; /*box-shadow: 0 2px 10px rgba(0,0,0,.4);*/ }
.article .article-col .article-image  img {box-shadow: 0 2px 10px rgba(0,0,0,.4);}

.article-teritary img { display: inline-block; vertical-align: top; box-shadow: 0 2px 10px rgba(0,0,0,.4); }
.article ul {margin-left:20px; list-style-type:square}
.article ol {margin-left:30px; }
/* Tablet Landscape */

@media (max-width: 1199px) {
	/*.article h3 { font-size: 26px; }
	.article { font-size: 17px; }
	.article-teritary img { width: auto; max-height: 320px; */}
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.article { margin-bottom: 30px; }
}

/* Mobile */

@media (max-width: 767px) {
	.article { padding: 10px; margin-bottom: 15px; }
	.article .article-col { width: 100%; }
	.article .article-col + .article-col { margin: 0; }
	.article .article-col .article-image { display: inline-block; margin-top: 20px; }
	.article .article-content { padding: 5px 0; font-size: 16px; }
	.article h3 { margin-bottom: 5px; font-size: 18px; }
}

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

.btn { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

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

.btn-nav { display: none; height: 9px; padding-top: 9px; }
.btn-nav span { position: relative; display: block; width: 22px; height: 5px; border-radius: 5px; background: #f4781f; }
    
.btn-nav span:before,
.btn-nav span:after { position: absolute; width: 100%; height: 5px; border-radius: 5px; background: #f4781f; content: ''; }

.btn-nav span:before { top: -8px; }
.btn-nav span:after { top: 8px; }

.btn-nav span:before,
.btn-nav span:after,
.btn-nav span { 
    transition: all .3s linear; 
 }

.btn-nav.active span { background: transparent; }

.btn-nav.active span:before { 
-webkit-transform: rotate(45deg) translate(4px, 7px);
        -ms-transform: rotate(45deg) translate(4px, 7px);
    transform: rotate(45deg) translate(4px, 7px);

}
.btn-nav.active span:after { 
-webkit-transform: rotate(-45deg) translate(4px, -7px);
        -ms-transform: rotate(-45deg) translate(4px, -7px);
    transform: rotate(-45deg) translate(4px, -7px); 
}

/*  Button Nav Alt  */

.btn-nav-alt span,
.btn-nav-alt span:before,
.btn-nav-alt span:after { background: #fff; }

/* Mobile */

@media (max-width: 767px) {
	.btn-nav { display: block; position: absolute; right: 15px; top: 25px; }
}

/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */

.callout { padding: 18px 15px; margin-bottom: 30px; background: #333333; text-align: center; box-shadow: 0 2px 10px 0 rgba(0,0,0,.4); }

/* Mobile */

@media (max-width: 767px) {
	.callout { margin-bottom: 15px; }
}

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

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

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

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

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

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

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

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

.form {}

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

[class^="list-"] { list-style: none outside none; }

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

.logo {}

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

.nav { position: relative; z-index: 150; line-height: 39px; background: #76777a; min-height: 39px;}

.nav ul { list-style: none outside none; font-weight: 600; }
.nav .row &gt; ul { position: relative; z-index: 10; }
.nav .row &gt; ul &gt; li { position: relative; float: left; border-right: 1px solid #fff; }
.nav .row &gt; ul &gt; li &gt; a { display: block; padding: 0 15px; text-align: center; text-decoration: none; color: #fff; }
.nav .row &gt; ul &gt; .current &gt; a,
.nav .row &gt; ul &gt; li:hover &gt; a { background: #e9e9e9; color: #000; }
.nav .row &gt; ul &gt; .has-dropdown:hover { box-shadow: 0 2px 7px 0 rgba(0,0,0,.4); }
.nav .row &gt; ul &gt; .has-dropdown:hover &gt; a { position: relative; z-index: 2; }

.nav ul ul { position: absolute; width: 230px; top: 100%; left: 0; padding: 10px 15px; background: #e9e9e9; box-shadow: 0 2px 7px 0 rgba(0,0,0,.4); line-height: 34px; visibility: hidden; opacity: 0; transition: all .2s ease-out; }
.nav li:hover &gt; ul { visibility: visible; opacity: 1; }
.nav ul ul li { position: relative; padding-left: 15px; }
.nav ul ul li:before { content: ''; position: absolute; left: 0; top: 50%; margin-top: -4px; width: 10px; height: 8px; background-image: url(images/sprite.png); background-position: -371px -111px; }
.nav ul ul a { color: #000; text-decoration: none; }
.nav ul ul a:hover { color: #e43d3b; }

/*  Nav Alt  */

.nav-alt { background: #d25f07;/* z-index:1;*/ }
.nav-alt .row &gt; ul &gt; li { border-right: 1px solid #e9721f; }

/* Mobile */

@media (max-width: 767px) {
	.nav { display: none; position: fixed; left: 0; top: 80px; width: 100%; padding: 0 15px 15px; background: #fff; }
	.nav ul { font-size: 15px; }
	.nav .row &gt; ul { border-bottom: 1px solid #d7dadc; }
	.nav .row &gt; ul:before { content: none; }
	.nav .row &gt; ul &gt; li { float: none;  border: 0; }
	.nav .row &gt; ul &gt; li + li {border-top: 1px solid #d7dadc; }
	.nav .row &gt; ul &gt; li &gt; a { padding: 0; color: #38454f; text-align: left; text-transform: uppercase; }
	.nav .row &gt; ul &gt; .current &gt; a,
	.nav .row &gt; ul &gt; li:hover &gt; a { background: transparent; }
	.nav .row &gt; ul &gt; .has-dropdown:hover { box-shadow: none; }
	.nav .row &gt; ul &gt; .has-dropdown:after { content: ''; position: absolute; right: 0; top: 15px; width: 13px; height: 12px; background-image: url(images/sprite.png); background-position: -354px -111px; transition: -webkit-transform .2s ease-out; transition: transform .2s ease-out; }
	.nav .row &gt; ul &gt; .has-dropdown-expanded:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
	.nav ul ul { max-height: 0; position: static; width: auto; padding: 0 0 5px; box-shadow: none; background: transparent; visibility: visible; opacity: 1; overflow: hidden; }
	.nav ul .has-dropdown-expanded ul { max-height: 200px; }
	.nav ul ul li:before { content: none; }
}

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

.nav-search { margin: 0 -15px; padding: 10px 10px; background: #da6b1c; background: linear-gradient(to right, #da6b1c 0%,#f47820 100%); }
.nav-search .search-field { display: block; width: 100%; height: 30px; line-height: 30px; padding: 0 30px; margin-top: 3px !important; font-size: 14px; border-radius: 15px; border: 0; background: rgba(255,255,255,.6); color: #38454f; }
.nav-search .search-btn { position: absolute; left: 20px; top: 18px; background-image: url(images/sprite.png); background-position: -354px -93px; background-color: transparent; width: 14px; height: 14px; border: 0; font-size: 0; line-height: 0; text-indent: -4004px; }

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */

.search { padding: 19px 0; }

.search p { margin-bottom: 7px; font-size: 16px; font-weight: 600; }

.search .search-field { width: 100%; max-width: 525px; height: 45px; padding: 0 16px; margin-bottom: 16px; background: #e9e9e9; border: 1px solid #d4d4d4; border-radius: 5px; font-size: 16px; font-weight: 600; }
.search .search-field::-webkit-input-placeholder { color: #9d9d9d; }
.search .search-field::-moz-placeholder { color: #9d9d9d; }
.search .search-field:-ms-input-placeholder { color: #9d9d9d; }
.search .search-field::placeholder { color: #9d9d9d; }

.search .search-btn { width: 168px; height: 39px; line-height: 37px; background: #76776a; border: 0; border-radius: 5px; border-bottom: 2px solid #414143; font-size: 16px; font-weight: 600; text-align: center; color: #fff; transition: background .2s ease-out; }
.search .search-btn:hover { background: rgb(106, 107, 110); }

.search .search-btn-alt { background: #e6711e; border-bottom-color: #7e3e10; }
.search .search-btn-alt:hover { background: rgb(207, 102, 27); }

/*  Search Alt  */

.search-alt { padding: 9px 0; }

/* Mobile */

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

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

.section { min-height: 315px; padding: 20px; background: #fff; box-shadow: 0 2px 10px 0 rgba(0,0,0,.4); overflow: hidden; }

.section img { float: left; margin: 10px 10px 10px 10px; }
.section a { display: block; overflow: hidden; padding-bottom: 10px; font-weight: 600; }
.section p { overflow: hidden; }
.section h3 { overflow: hidden; padding-top: 10px; margin-bottom: 9px; }

/* Tablet Landscape */

@media (max-width: 1199px) {
	.section img { max-width: 80px; margin-bottom: 20px; }
	.section a { padding-left: 115px; }
}

/* Tablet Portrait */

@media (max-width: 991px) {
	.section { min-height: 0; margin-bottom: 30px; }
	.section img { max-width: none; }
	.section a { padding-left: 0;  }
}

/* Mobile */

@media (max-width: 767px) {
	.section { padding: 10px; margin-bottom: 15px; }
	.section img { max-width: 65px; margin: 5px 0 0; margin-right: 10px; }
	.section .section-content { padding: 5px 0; font-size: 16px; }
	.section h3 { margin-bottom: 5px; font-size: 18px; }
	.section a { padding-left: 75px; }
}

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

.section-services { padding: 35px 0 30px; }

/* Mobile */

@media (max-width: 767px) {
	.section-services { padding: 15px 0 0; }
}

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

.section-alt { margin-bottom: 30px; }
.section-alt .col-md-12 { margin-bottom: 30px; }

/* Mobile */

@media (max-width: 767px) {
	.section-alt { margin-bottom: 15px; }
	.section-alt .col-md-12 { margin-bottom: 15px; }
}

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

.section-secondary { min-height: 0; padding: 15px; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.4); }

/* ------------------------------------------------------------ *\
	Service
\* ------------------------------------------------------------ */

.service { overflow: hidden; background: #f47820; box-shadow: 0 2px 10px 0 rgba(0,0,0,.4); }

.service-blue { background: #015e83; }
.service-grey { background: #939598; }

.service .service-body { position: relative; height: 400px; color: #fff; box-shadow: 0 2px 10px 0 rgba(0,0,0,0.4); }

.service .service-title { position: absolute; top: 50%; left: 0; width: 100%; margin: 0; font-weight: 300; line-height: 1.12; text-align: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-transform: uppercase; }
.service .service-title strong { font-weight: 600; }
.service .service-title span { color: #009ee1; }
.service .service-title em { font-family: 'Roboto Slab', serif; font-size: 42px; font-style: normal; }
.service .service-title em strong { font-weight: bold; }
.service .service-title em span { color: #636466; font-weight: bold; }

.service .service-bar { padding: 58px 0 50px; text-align: center; font-size: 18px; font-weight: 600; }
.service .service-bar a { color: #fff; text-decoration: none; }

/* Tablet Landscape */

@media (max-width: 1199px) {
		
	.service-grey { max-width: 445px; margin: 30px auto 0; }
}

/*  Tablet  */

@media (max-width: 991px) {
	.service { max-width: 345px; }
	.service-blue { margin-left: auto; }
	.service .service-title { font-size: 46px; }
	.service .service-title em { font-size: 38px; }
}

/* Mobile */

@media (max-width: 767px) {
	.service { max-width: none; margin: 0 auto 15px; }
	.service .service-title { font-size: 39px; }
	.service .service-title em { font-size: 32px; }
}

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

.slider {}

.slider .slides { list-style: none outside none; }

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

.table {}

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

.widgets { list-style: none outside none; }

.csc-textpic-imagewrap {margin-bottom: 10px;}

.csc-textpic-caption { font-size: 14px; font-style:italic;}

div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 20px!important;
}

.contenttable {font-size:14px;}

td {padding:5px; margin:2px;  vertical-align: top;}

table.contenttable {border-collapse: collapse;}
table.contenttable tr:nth-child(even) { background-color:#e9e9e9; }

#lbLightbox{z-index:99999!important;}

</pre></body></html>