/* 
	Table of Contents
	update on Tue May 03 2016 10:27:40 GMT+0300 (FLE Summer Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Media Queries ----------------------------
	         Mobile -----------------------------------
	     04. Fonts ------------------------------------
	     05. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Mobile Show ------------------------------
	         Link -------------------------------------
	     06. Media Queries ----------------------------
	         Mobile -----------------------------------
	         Mobile Show ------------------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	     05. Media Queries ----------------------------
	         Mobile -----------------------------------
	     06. Main -------------------------------------
	     07. Shell ------------------------------------
	     08. Media Queries ----------------------------
	         Mobile -----------------------------------
	     09. Sidebar ----------------------------------
	     10. Wrapper ----------------------------------
	     11. Media Queries ----------------------------
	         Mobile -----------------------------------
	III. Modules --------------------------------------
	     01. Button -----------------------------------
	         Button Block -----------------------------
	     02. Features ---------------------------------
	         Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#172966+0,172966+100&1+0,0.99+17,0.91+31,0.81+39,0.66+47,0.35+60,0.15+71,0.04+82,0.01+91,0+100 
	         FF3.6-15 ---------------------------------
	         Chrome10-25,Safari5.1-6 ------------------
	         W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
	         IE6-9 ------------------------------------
	     03. Media Queries ----------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     04. Form Elements ----------------------------
	     05. Form -------------------------------------
	     06. Fullsize Image ---------------------------
	     07. List -------------------------------------
	     08. List Header Items ------------------------
	     09. List Logos -------------------------------
	     10. Media Queries ----------------------------
	         Mobile -----------------------------------
	         List Header Items ------------------------
	         List Logos -------------------------------
	     11. Logo -------------------------------------
	     12. Nav --------------------------------------
	     13. Section Logos ----------------------------
	     14. Section Features -------------------------
	     15. Media Queries ----------------------------
	         Mobile -----------------------------------
	         Section Logos ----------------------------
	         Section Features -------------------------
	     16. Slider -----------------------------------
	     17. Table ------------------------------------
	     18. Widget -----------------------------------
 */

.ico-arrow-right { background-image: url(../css/images/sprite.png); background-position: 0 0; width: 12px; height: 18px; 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, iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

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

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

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

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

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

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

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

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

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

button,
select { text-transform: none; }

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

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

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

body { min-width: 320px; background: white; font-family: 'Trebuchet MS', sans-serif; font-size: 16px; line-height: 1.3; color: black; }

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

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

h1 { font-size: 40px; }
h2 { font-size: 35px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

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

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

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

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

/* Mobile */

@media (max-width: 767px) {
	body { font-size: 13px; }
	h1 { font-size: 35px; }
	h2 { font-size: 30px; }
	h3 { font-size: 24px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 16px; }
}

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

/* ------------------------------------------------------------ *\
	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; }


/*  Mobile Show  */
.mobile-show { display: none; }


/*  Link  */
.link { color: #a9b3d0; transition: color .4s; }
.link:hover { color: white; text-decoration: none; }


/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

/* Mobile */

@media (max-width: 767px) {
	/*  Mobile Show  */
	.mobile-show { display: block; }
	.mobile-hide { display: none; }
}

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

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

.container {}

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

.content {}

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

.footer {}

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

.header { overflow: hidden; padding: 38px 0 8px; text-align: center; }

.header-inner { font-size: 0; }

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

/* Mobile */

@media (max-width: 767px) {
	.header { padding: 36px 0 6px; }
}

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

.main {}

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

.shell { max-width: 1136px; padding: 0 10px; margin: auto; }

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

/* Mobile */

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

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

.sidebar {}

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

.wrapper { position: relative; overflow: hidden; min-height: 100%; background: #00000; color: rgba(102,102,102,1.00); }

.wrapper-bg.fullsize-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center bottom; }

.wrapper-inner { position: relative; z-index: 2; }

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

/* Mobile */

@media (max-width: 767px) {
	.wrapper-bg { display: none; }
}

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

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

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


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

/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */

.features { margin: 0 -30px; font-size: 0; list-style: none outside none; }

.feature { display: inline-block; width: 33.33%; padding: 0 30px; font-size: 16px; font-style: italic; font-weight: 600; vertical-align: top; }

.feature-image { margin-bottom: 15px; }
.feature-image a { overflow: hidden; display: block; }
.feature-image a:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.feature-image img { width: 100%; -webkit-backface-visibility: hidden; transition: -webkit-transform 1s; transition: transform 1s; }

.feature-content { padding: 15px 10px 30px 35px; border-top: 1px solid rgba(153,153,153,1.00); }
.feature-content h4 { position: relative; margin-bottom: 8px; font-weight: 900; letter-spacing: 0.015em; }
.feature-content h4 .ico-arrow-right { position: absolute; top: 7px; left: -19px; }
.feature-actions .link,
.feature-content p { letter-spacing: 0.015em; }
.feature-content p { line-height: 1.4; }

.feature-actions { padding-top: 2px; }

.feature-content {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#172966+0,172966+100&1+0,0.99+17,0.91+31,0.81+39,0.66+47,0.35+60,0.15+71,0.04+82,0.01+91,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(23,41,102,1) 0%,rgba(23,41,102,0.99) 0%,rgba(23,41,102,0.91) 0%,rgba(23,41,102,0.81) 0%,rgba(23,41,102,0.66) 0%,rgba(23,41,102,0.35) 0%,rgba(23,41,102,0.15) 0%,rgba(23,41,102,0.04) 0%,rgba(23,41,102,0.01)0%,rgba(23,41,102,0) 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172966', endColorstr='#00172966',GradientType=0 ); /* IE6-9 */
}

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

/* Small Desktop */

@media (max-width: 1135px) {
	.feature-content p br { display: none; }
}

/* Mobile */

@media (max-width: 767px) {
	.feature { display: block; width: auto; margin-bottom: 47px; font-size: 13px; }

	.feature-image { margin-bottom: 12px; }

	.feature-content { padding: 12px 10px 12px 28px; }
	.feature-content h4 { margin-bottom: 5px; }
	.feature-content h4 .ico-arrow-right { top: 4px; left: -17px; -webkit-backface-visibility: hidden; -webkit-transform: scale(.8); -ms-transform: scale(.8); transform: scale(.8); }
	.feature-content p br { display: block; }
}

/* ------------------------------------------------------------ *\
	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 {}

/* ------------------------------------------------------------ *\
	Fullsize Image
\* ------------------------------------------------------------ */

.fullsize-image { background-position: 50% 50%; background-repeat: no-repeat; }
.fullsize-image {
	background-size: cover;
}

.fullsize-image > img { display: none; }

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

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

/* ------------------------------------------------------------ *\
	List Header Items
\* ------------------------------------------------------------ */

.list-header-items { position: relative; display: inline-block; }
.list-header-items:before,
.list-header-items:after { position: absolute; bottom: 7px; width: 4000px; border-bottom: 1px solid rgba(153,153,153,1.00); content: ''; }
.list-header-items:before { right: 100%; margin-right: 19px; }
.list-header-items:after { left: 100%; margin-left: 19px; }
.list-header-items li { display: inline-block; font-size: 24px; font-weight: 900; font-style: italic; vertical-align: top; letter-spacing: 0.012em; }

.list-header-items .mobile-show { display: none; }

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

.list-logos { margin: 0 -30px; font-size: 0; }
.list-logos li { display: inline-block; width: 33.33%; padding: 0 30px; vertical-align: middle; }

.list-logos .mobile-show { display: none; }

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

/* Mobile */

@media (max-width: 767px) {
	/*  List Header Items  */
	.list-header-items:after,
	.list-header-items:before { bottom: 5px; }
	.list-header-items:before { margin-right: 13px; }
	.list-header-items:after { margin-left: 13px; }
	.list-header-items li { margin: 0 9px; font-size: 16px; }

	.list-logos .mobile-show,
	.list-header-items .mobile-show { display: inline-block; }
	
	.list-logos .mobile-hide,
	.list-header-items .mobile-hide { display: none; }

	/*  List Logos  */
	.list-logos li { display: block; width: auto; }
}

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

.logo {}

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

.nav {}

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

.section-logos { overflow: hidden; padding: 4px 0 3px; margin-bottom: 15px; background: white; text-align: center; }

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

.section-features { padding: 41px 0; border-top: 1px solid rgba(153,153,153,1.00); }

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

/* Mobile */

@media (max-width: 767px) {
	/*  Section Logos  */
	.section-logos { padding: 9px 0 8px; margin-bottom: 12px; }

	/*  Section Features  */
	.section-features { padding: 34px 0 20px; }
}

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

.slider {}

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

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

.table {}

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

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