/* 
	Table of Contents
	update on Wed Sep 02 2015 16:47:03 GMT+0300 (FLE Daylight Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Fonts ------------------------------------
	     03. Base -------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	II.  Regions --------------------------------------
	     01. Wrapper ----------------------------------
	     02. Container --------------------------------
	     03. Shell ------------------------------------
	     04. Header -----------------------------------
	     05. Main -------------------------------------
	     06. Footer -----------------------------------
	     07. Content ----------------------------------
	     08. Sidebar ----------------------------------
	III. Themes ---------------------------------------
	IV.  Modules --------------------------------------
	     01. Article ----------------------------------
	     02. Article Secondary ------------------------
	     03. Bar --------------------------------------
	     04. Breadcrumbs ------------------------------
	     05. Button -----------------------------------
	     06. Callout ----------------------------------
	     07. Col --------------------------------------
	     08. Contacts ---------------------------------
	     09. Copyright --------------------------------
	     10. Form Elements ----------------------------
	     11. Form -------------------------------------
	     12. List Schedule ----------------------------
	     13. List News Items --------------------------
	     14. List Cards -------------------------------
	     15. Logo -------------------------------------
	     16. Nav --------------------------------------
	     17. Nav Dropdown -----------------------------
	     18. Phone ------------------------------------
	     19. Phone Secondary --------------------------
	     20. Phone Quaternary -------------------------
	     21. Section ----------------------------------
	     22. Section Primary --------------------------
	     23. Section Article --------------------------
	     24. Section Services -------------------------
	     25. Section Secondary ------------------------
	     26. Section Teritary -------------------------
	     27. Service ----------------------------------
	     28. Slider -----------------------------------
	     29. Slider Testimonials ----------------------
	     30. Slider Tips ------------------------------
	     31. Slider Partners --------------------------
	     32. Socials ----------------------------------
	     33. Socials Secondary ------------------------
	     34. Subscribe --------------------------------
	     35. Table ------------------------------------
	     36. Widget -----------------------------------
 */

.ico-arrows-down { background-image: url(../images/sprite.png); background-position: -138px -84px; width: 49px; height: 42px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-clock { background-image: url(../images/sprite.png); background-position: -44px -152px; width: 43px; height: 43px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-envelope { background-image: url(../images/sprite.png); background-position: -138px -130px; width: 18px; height: 13px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-facebook-secondary { background-image: url(../images/sprite.png); background-position: -44px -204px; width: 31px; height: 29px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-facebook { background-image: url(../images/sprite.png); background-position: -191px -84px; width: 42px; height: 42px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-google-plus-secondary { background-image: url(../images/sprite.png); background-position: -79px -204px; width: 30px; height: 29px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-google-plus { background-image: url(../images/sprite.png); background-position: -237px -84px; width: 42px; height: 42px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-next { background-image: url(../images/sprite.png); background-position: -69px -84px; width: 65px; height: 64px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-phone-secondary { background-image: url(../images/sprite.png); background-position: 0 -204px; width: 40px; height: 46px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-phone-teritary { background-image: url(../images/sprite.png); background-position: -271px -152px; width: 13px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-phone { background-image: url(../images/sprite.png); background-position: -137px -152px; width: 32px; height: 37px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-pointer-down-secondary { background-image: url(../images/sprite.png); background-position: -250px -152px; width: 17px; height: 22px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-pointer-down { background-image: url(../images/sprite.png); background-position: 0 -152px; width: 40px; height: 48px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-prev { background-image: url(../images/sprite.png); background-position: 0 -84px; width: 65px; height: 64px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-quote-secondary { background-image: url(../images/sprite.png); background-position: -212px -152px; width: 34px; height: 26px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-quote { background-image: url(../images/sprite.png); background-position: -173px -152px; width: 35px; height: 26px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-twitter-secondary { background-image: url(../images/sprite.png); background-position: -283px -84px; width: 30px; height: 29px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-twitter { background-image: url(../images/sprite.png); background-position: -91px -152px; width: 42px; height: 42px; display: inline-block; vertical-align: middle; font-size: 0; }
.logo { 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: #fff; font-family: 'Open Sans', sans-serif; font-size: 15px; line-height: 1.73; color: #000; }

a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }

a[href^="tel"] { text-decoration: none; }

h1 { font-size: 85px; font-weight: 800; color: #e6e3b9; text-shadow: 5px 6px 2px rgba(0, 0, 0, 0.7); text-transform: uppercase; }
h3 { font-family: 'LeagueGothic', sans-serif; font-size: 30px; letter-spacing: 0.07em; font-weight: 400; color: #446872; text-transform: uppercase; }
h5 { font-size: ; }
h6 { font-size: 18px; font-weight: 600; color: #e6e4ca; text-transform: uppercase; }

h2.article-title { font-size: 50px; font-weight: 800; letter-spacing: -0.03em; color: #e44329; text-transform: uppercase; position: relative; line-height: 1.73; }
h2.article-title:before { content: ''; position: absolute; width: 36%; height: 2px; top: 10px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: #446872; }
h2.article-title:after { content: ''; position: absolute; width: 36%; height: 2px; bottom: 6px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: #446872; }

.section-content h4 { font-family: 'Just Another Hand', cursive; font-size: 45px; letter-spacing: 0.03em; font-weight: 400; color: #e44329; text-align: center; position: relative; }
.section-content h4:before { content: ''; position: absolute; width: 80%; height: 1px; top: 41px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: #99a9a1; }
.section-content h4:after { content: ''; position: absolute; width: 80%; height: 1px; top: 46px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: #99a9a1; }

h4 span { position: relative; display: inline-block; padding: 0 19px; background: #eeead1; z-index: 10; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.865em; }

h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.83em;
/*  line-height: 1.2;*/	
}

@media (max-width: 767px) {
h1 { font-size: 1.25em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.15em; }
h4 { font-size: 1.1em; }
}




p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.73em; }

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; }

ul { list-style-type: none; }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.main-body:after,
.section-content:after,
.cols:after,
.socials:after,	
ul:after,
.shell: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; }

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {}

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container { padding: 94px 0 95px; background: #f6f6eb; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { position: relative; max-width: 1140px; margin: auto; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { padding: 26px 0 7px; }

.header .logo { position: relative; top: 14px; }

.header .header-image { position: relative; display: inline-block; top: 16px; margin-left: 20px; }
.header .header-image:before { content: ''; position: absolute; width: 1px; height: 98px; top: -25px; left: -39px; background: #b2b2b2; }

.header .header-inner { float: right; margin-right: 24px; }
.header .header-inner .socials { margin-right: 4px; }
.header .header-inner .phone { position: relative; top: -4px; text-align: right; }
.header .header-inner .phone i { position: relative; top: -1px; right: 2px; }

.header .header-btn { display: none; }

.header p.phone { margin-bottom: 0px; }

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main {}

.main .main-head { margin-bottom: 64px; text-align: center; }
.main .main-head h2 { margin-bottom: 21px; }
.main .main-head p { font-size: 21px; font-weight: 700; color: #525252; }
.main .main-head a { color: #e44329; text-decoration: none; }

.main-head h1.page_title { text-shadow: none; text-transform: none; color: #000000; font-size: 50px; line-height: 50px; }
.main-head h2.page_cta { margin-bottom: 0px; font-size: 15px; line-height: 15px; font-weight: normal; color: #666666bd;  } 
.main-head h2.page_cta a { text-decoration: none; color: #666666bd; }
.main-head h2.page_cta:before, .main-head h2.page_cta:after { display: none; }
.main-head h1.alternate_name { font-size: 15px; line-height: 15px; font-weight: normal; color: #666666bd; text-shadow: none; text-transform: none; }
.main-head h1.alternate_name a { text-decoration: none; color: #666666bd; }



/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { padding-bottom: 28px; background: #2d454c; }

.footer h6 { position: relative; top: -6px; margin-bottom: 6px; }

.footer .footer-bar { padding: 25px 0; background: #283d43; }

.footer .footer-content { padding: 42px 0 33px; }
.footer .footer-content .btn { width: 339px; height: 53px; margin-bottom: 15px; line-height: 1.55; text-align: center; background: url(../images/footer-btn-bg.png) no-repeat 0 0;}

.footer .footer-nav { font-size: 12px; letter-spacing: 0.01em; font-weight: 600; text-transform: uppercase; }
.footer .footer-nav li { margin-bottom: 6px; }
.footer .footer-nav a { color: #fff; text-decoration: none; }
.footer .footer-nav a:hover { text-decoration: underline; }

.footer-nav ul.left { float: left; display: inline; padding-right: 30px; }
.footer-nav ul.right {/* float: left; */display: inline;/* padding-left: 30px; */}

.footer .col-size-1 { padding-left: 15px; border-right: 1px solid #627370; }
.footer .col-size-2 { padding-left: 37px; border-right: 1px solid #627370; }
.footer .col-size-3 { padding-left: 33px; border-right: 1px solid #627370; }
.footer .col-size-4 { padding-left: 4px; text-align: center; }

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content { float: left; width: 67.19%; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar { float: right; width: 31.92%; padding-top: 69px; }

.sidebar .widget { margin-bottom: 79px; }
.sidebar .widget:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	III. Themes
\* ------------------------------------------------------------ */



/* ------------------------------------------------------------ *\
	IV.  Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article { color: #525252; }

.article h1 { font-family: 'Open Sans', sans-serif; /*font-size: 30px;*/ font-weight: 700; letter-spacing: -0.03em; color: #e44329; text-transform: none; text-shadow: none; }
.article h3 { font-family: 'Open Sans', sans-serif; /*font-size: 30px;*/ font-weight: 700; letter-spacing: -0.03em; color: #e44329; text-transform: none; }
.article strong { display: inline; margin-bottom: 9px; font-size: 18px; color: #525252; }
.article p { margin-bottom: 18px; }
.article p a { color: #e44329; text-decoration: none; }

.article .article-head { margin-bottom: 34px; }

.article .article-body { text-align: left; }

.article-body ul { list-style-position: inside; list-style-type:disc; text-indent: -1em; padding-left: 1em; }

/* ------------------------------------------------------------ *\
	Article Secondary
\* ------------------------------------------------------------ */

.article-secondary { padding-right: 30px; }

/*.article-secondary img { display: block; }*/
.article-secondary p { margin-bottom: 25px; }

.article-secondary .article-head { margin-bottom: 10px; }

/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */

.bar { padding: 7px 0; background: #e8e8dd; }

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */

.breadcrumbs { padding-left: 23px; }
h2.breadcrumbs { font-size: 15px; line-height: 1.73; font-weight: normal; }
h2.breadcrumbs::before, h2.breadcrumbs::after { display: none; }
.breadcrumbs span { display: inline-block; margin: 0 8px; color: #9e9e9e; }

.breadcrumbs a { color: #e44329; text-decoration: none; }
.breadcrumbs a:hover { color: #525252; }

.breadcrumbs .current { color: #525252; }

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { position: relative; display: inline-block; font-family: 'LeagueGothic', sans-serif; font-size: 34px; letter-spacing: 0.03em; text-shadow: 2px 2px 1px rgba(0, 0, 0, .5); vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.btn span { position: relative; z-index: 2; }
.btn svg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

.btn .st1 { fill: #446872; }
.btn .st2 { fill: #E44329; }
.btn .st3 { fill: #FFFFFF; }
.btn .st4 { fill: #11282e; opacity: .6; }
.btn .st5 { fill: #446872; }

.btn-orange { display: inline-block; width: 368px; height: 58px; color: #fff; text-transform: uppercase; text-decoration: none; text-shadow: 2px 2px 1px rgba(0, 0, 0, .5); transition: color .5s; }
.btn-orange:hover { color: #e6e3b9; }

.btn-orange .st1 { fill: #e44329; }
.btn-orange .st2 { fill: #E44329; }
.btn-orange .st3 { fill: #FFFFFF; }
.btn-orange .st4 { fill: #a92b17; opacity: .6; }
.btn-orange .st5 { fill: #e44329; }

.btn-rounded { position: relative; display: inline-block; width: 151px; padding: 2px 14px 1px; border-radius: 6px; font-size: 23px; color: #e6e3b9; text-transform: uppercase; text-decoration: none; text-align: center; background: #446872; transition: color .5s; }
.btn-rounded:hover { color: #e44329; }

/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */

.callout { position: relative; text-align: center; padding: 26px 0 58px; background: #e44329; }

.callout em { display: block; margin-bottom: 9px; font-size: 41px; font-weight: 600; letter-spacing: -0.01em; color: #efebd2; }
.callout em span { font-family: 'Lobster Two', cursive; font-weight: 400; color: #fff; }
.callout:before { content: ''; position: absolute; width: 100%; top: 58%; left: 0; height: 2px; background: #ea977e; }
.callout:after { content: ''; position: absolute; width: 100%; top: 62.7%; left: 0; height: 2px; background: #ea977e; }

.callout .btn { position: relative; width: 368px; height: 59px; font-size: 35px; color: #fff; text-transform: uppercase; text-decoration: none; background: none; transition: color .5s; z-index: 8; }
.callout .btn span { position: relative; z-index: 5; }
.callout svg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; }
.callout .btn:hover { color: #e44329; }

/* ------------------------------------------------------------ *\
	Col
\* ------------------------------------------------------------ */

.cols { margin-left: -23px; }
.cols .col { padding-left: 23px; }

.col { float: left; min-height: 250px; }

/*.col-1of3 { width: 33.3%; }
.col-2of3 { width: 66.6%; }*/

.col-1of3 { width: 33.3%; }
.col-1of3_2 { width: 40%; }
.col-2of3 { width: 60%; }

.col-size-1 { width: 18%; }
.col-size-2 { width: 47.97%; }
.col-size-3 { width: 25%; }
.col-size-4 { width: 33.42%; }

/* ------------------------------------------------------------ *\
	Contacts
\* ------------------------------------------------------------ */

.contacts { font-size: 14px; line-height: 1.1; font-weight: 600; color: #fff; padding-bottom: 15px; padding-left: 0px;  }

.contacts p { position: relative; padding-left: 0px; margin-bottom: 5px; }
.contacts i { position: absolute; top: 0; left: 0; }

.contacts a { position: relative; padding-left: 0px; color: inherit; text-decoration: none; }
.contacts a:hover { text-decoration: underline; }

.contacts .phone-teritary { margin-bottom: 5px; font-size: 16px; font-weight: 700; }
.contacts .phone-teritary a { padding-left: 0; }

.contacts .ico-envelope { top: 4px; }

/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */

.copyright { font-size: 12px; color: #e6e4ca; text-align: center; }

/* ------------------------------------------------------------ *\
	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 Schedule
\* ------------------------------------------------------------ */

.list-schedule { display: block; width: 90%; margin: 0 auto; list-style: none outside none; font-size: 17px; letter-spacing: -0.03em; color: #474747; }

.list-schedule span { display: inline-block; width: 125px; }
.list-schedule li { margin-bottom: 1px; }

/* ------------------------------------------------------------ *\
	List News Items
\* ------------------------------------------------------------ */

.list-news-items { margin-bottom: 32px; font-size: 13px; line-height: 1.23; color: #000; text-align: left; }

.list-news-items + .btn { letter-spacing: 0.05em; }

.list-news-items strong { display: block; margin-bottom: 4px; font-size: 14px; color: #e44329; }

.list-news-items li { float: left; width: 48.7%; padding: 20px 50px 29px 39px; margin-right: 11px; background: #fff; }
.list-news-items li:last-child { margin: 0; }

.list-news-items a { display: block; text-decoration: none; }
.list-news-items a:hover { text-decoration: underline; }

/* ------------------------------------------------------------ *\
	List Cards
\* ------------------------------------------------------------ */

.list-cards { margin-top: 10px; }

.list-cards li { display: inline-block; margin-right: 5px; }
.list-cards li:last-child { margin-right: 0; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { position: relative; margin: 0 47px 0 31px; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { position: relative; padding: 6px 0 0px; height: 63px; font-family: 'LeagueGothic', sans-serif; font-size: 30px; letter-spacing: 0.01em; text-transform: uppercase; text-shadow: 1px 2px 1px rgba(0, 0, 0, .7); background: #e44329; z-index: 30; }

.nav ul { /*float: right;*/ margin: 0 0 0 24px; }

.nav li { position: relative; float: left; padding: 0 28px 5px 0; margin-right: 22px; }
.nav .shell > ul > li { height: 57px; }
.nav li:hover .sub { visibility: visible; opacity: 1; }
.nav li:after { content: ''; position: absolute; width: 2px; top: 9px; bottom: 14px; right: 0; -webkit-transform: rotate(17deg); -ms-transform: rotate(17deg); transform: rotate(17deg); background: #e4e2cf; }
.nav li:last-child:after { content: ''; display: none; }
.nav .shell > ul > li:hover > a { color: #ffffc3; }

.nav a { color: #fff; text-decoration: none; transition: color .5s; }

.nav .shell { padding-right: 265px; }

.nav .btn { position: absolute; width: 293px; height: 78px; top: -12px; right: 0; padding-top: 10px; text-align: center; background: none; z-index: 30; }
.nav .btn span { position: relative; z-index: 6; }
.nav .btn svg { position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 4; }
.nav .btn:hover { color: #000; }

.nav .btn-menu { display: none; height: 9px; padding-top: 9px; }
.nav .btn-menu span { position: relative; display: block; width: 25px; height: 15px; border-top: 3px solid #446872; }
    
.nav .btn-menu span:before,
.nav .btn-menu span:after { position: absolute; width: 100%; height: 3px; background: #446872; content: ''; }

.nav .btn-menu span:before { top: -9px; }
.nav .btn-menu span:after { top: 3px; }

.nav .btn-menu span:before,
.nav .btn-menu span:after,
.nav .btn-menu span { 
    transition: all .3s linear; 
 }

.nav .btn-menu.active span { border-color: transparent; }
.nav .btn-menu.active span:before,
.nav .btn-menu.active span:after { background: #446872; }

.nav .btn-menu.active span:before { 
-webkit-transform: rotate(45deg) translate(2.5px, 6px);
        -ms-transform: rotate(45deg) translate(2.5px, 6px);
    transform: rotate(45deg) translate(2.5px, 6px);

}
.nav .btn-menu.active span:after { 
-webkit-transform: rotate(-45deg) translate(2.5px, -6px);
        -ms-transform: rotate(-45deg) translate(2.5px, -6px);
    transform: rotate(-45deg) translate(2.5px, -6px); 
}

/* ------------------------------------------------------------ *\
	Nav Dropdown
\* ------------------------------------------------------------ */

.sub { position: absolute; width: 230px; top: 57px; left: -22px; padding: 10px 0; margin: 0; visibility: hidden; opacity: 0; font-family: 'Open Sans', sans-serif; font-size: 14px; text-transform: uppercase; text-shadow: none; background: #fff; z-index: 35; transition: opacity .5s; }
.sub:before { content: ''; position: absolute; width: 0; height: 0; top: -12px; left: 25px; border-style: solid; border-width: 0 11px 12px 11px; border-color: transparent transparent #ffffff transparent; }

.sub ul { margin: 0; }

.sub li { float: none; display: block; padding: 0; margin: 0; }
.sub li:after { content: ''; display: none; }

.sub a { display: block; padding: 7px 14px; color: #535152; transition: .5s; }
.sub a:hover { color: #fff; background: #e44229; }

/* ------------------------------------------------------------ *\
	Phone
\* ------------------------------------------------------------ */

.phone { font-family: 'LeagueGothic', sans-serif; font-size: 43px; letter-spacing: 0.03em; color: #e44329; }

.phone a { text-decoration: none; }

/* ------------------------------------------------------------ *\
	Phone Secondary
\* ------------------------------------------------------------ */

.phone-secondary { font-family: 'Open Sans', sans-serif; font-size: 35px; font-weight: 700; color: #e44329; }

.phone-secondary a { text-decoration: none; }

/* ------------------------------------------------------------ *\
	Phone Quaternary
\* ------------------------------------------------------------ */

.phone-quaternary { margin-bottom: 13px; font-size: 45px; letter-spacing: -0.03em; font-weight: 700; color: #e6e4ca; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { padding: 105px 0 86px; background: url(../images/section-background.jpg) repeat 0 0; }

.section .section-head { margin-bottom: 15px; text-align: center; }
.section .section-body { padding: 0 40px; }

.section .section-actions { position: relative; margin-top: 27px; text-align: center; }
.section .section-actions:before { content: ''; position: absolute; width: 421px; height: 1px; top: 13px; left: 50%; -webkit-transform: translateX(-51%); -ms-transform: translateX(-51%); transform: translateX(-51%); background: #c7c3a6; }
.section .section-actions:after { content: ''; position: absolute; width: 421px; height: 1px; top: 45.5%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #c7c3a6; }
.section .section-actions .btn { position: relative; display: inline-block; padding: 2px 0; border-radius: 6px; font-size: 23px; letter-spacing: 0.05em; color: #e6e3b9; text-transform: uppercase; text-decoration: none; background: #446872; transition: color .5s; }
.section .section-actions .btn span { position: relative; display: block; padding: 0 10px; border-radius: 6px; background: #446872; z-index: 10; }
.section .section-actions .btn:after { content: ''; position: absolute; width: 421px; height: 1px; top: 27px; left: 50%; -webkit-transform: translateX(-48.5%); -ms-transform: translateX(-48.5%); transform: translateX(-48.5%); background: #c7c3a6; z-index: 5; }
.section .section-actions .btn:hover { color: #e44329; }

/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */

.section-primary { padding: 70px 0 78px; }

.section-primary .section-head { margin-bottom: 20px; }
.section-primary .section-actions { margin-top: 40px; }

/* ------------------------------------------------------------ *\
	Section Article
\* ------------------------------------------------------------ */

.section-article { padding: 70px 0 29px; text-align: center; background: url(../images/section-article-bg.jpg) repeat 0 0; }

/* ------------------------------------------------------------ *\
	Section Services
\* ------------------------------------------------------------ */

.section-services { padding: 35px 0 49px; background: url(../images/section-services-background.jpg) no-repeat 0 0; }

.section-services .section-title { font-family: 'Open Sans', sans-serif; font-size: 40px; font-weight: 700; letter-spacing: 0; color: #e6e3b9; text-align: center; }
.section-services .section-head { margin-bottom: 23px; }

.section-services .section-actions { margin-top: 65px; text-align: center; }
.section-services .section-actions .btn { display: inline-block; width: 363px; height: 59px; background: url(../images/section-services-btn.bg.png) no-repeat 0 0; }

/* ------------------------------------------------------------ *\
	Section Tire Search
\* ------------------------------------------------------------ */

.section-tire-search { padding: 35px 0 49px; background: url(../images/section-tire-background.jpg) no-repeat 0 0; }

.section-tire-search a { color: #fff; font-weight: bold; }

.section-tire-search .section-title { font-family: 'Open Sans', sans-serif; font-size: 40px; font-weight: 700; letter-spacing: 0; color: #fff; text-align: center; }
.section-tire-search .section-head { margin-bottom: 23px; }

.section-tire-search .section-body { text-align: center; }

.section-tire-search .section-actions { margin-top: 65px; text-align: center; }
.section-tire-search .section-actions .btn { display: inline-block; width: 363px; height: 59px; background: url(../images/section-services-btn.bg.png) no-repeat 0 0; }

.section-tire-search .tire-widget-select { width: 250px; margin-right: 30px; }
.section-tire-search .tire-widget-select-no-margin { margin: 0px; }

/* ------------------------------------------------------------ *\
	Section Secondary
\* ------------------------------------------------------------ */

.section-secondary { padding-top: 77px; }

.section-secondary h4 { font-size: 45px; margin-bottom: 14px; }

.section-secondary .col { padding-left: 22px; }
.section-secondary .col-2of3 { padding: 20px 21px 29px; text-align: center; background: #eeead1; }
.section-secondary .section-content { padding-bottom: 80px; margin-left: -22px; border-bottom: 1px solid #d8d8d8; }
.section-secondary .section-inner { padding: 20px 0; }

/* ------------------------------------------------------------ *\
	Section Teritary
\* ------------------------------------------------------------ */

.section-teritary { padding-top: 0; }

/* ------------------------------------------------------------ *\
	Service
\* ------------------------------------------------------------ */

.services { margin-left: -3px; }

.services .service { float: left; width: 25%; padding-left: 3px; }

.service { position: relative; overflow: hidden; text-align: center; }

.service h3 { font-size: 35px; letter-spacing: 0; color: #fff; }
.service p { margin-bottom: 23px; font-size: 15px; line-height: 1.33; color: #e6e3b9; }

.service .service-overlay { position: absolute; width: 100%; left: 3px; top: 209px; bottom: 0; padding: 2px 20px; background: rgba(228, 67, 41, .8); transition: .5s; z-index: 15; }

.service .btn { position: relative; display: inline-block; width: 242px; height: 39px; font-size: 23px; font-weight: 400; color: #e6e3b9; text-transform: uppercase; text-decoration: none; background: none; transition: color .5s; }
.service svg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; }
.service .btn span { position: relative; z-index: 6; }
.service .btn:hover { color: #e5543d; }

.service:hover .service-overlay { top: 0; padding-top: 29px; }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider { position: relative; }

.slider img { width: 100%; height: auto; }
.slider h1 { letter-spacing: -0.07em; margin: 0; }
.slider h2 { letter-spacing: -0.07em; margin: 0;  font-size: 85px; font-weight: 800; color: #e6e3b9; text-shadow: 5px 6px 2px rgba(0, 0, 0, 0.7); text-transform: uppercase;  }
.slider h2::before { display: none; }
.slider h2::after { display: none; }
.slider p { display: block; margin: -44px 0 30px; letter-spacing: -0.01em; font-family: 'Lobster Two', cursive; font-size: 43px; color: #fff; }

.slider .slides { list-style: none outside none; }
.slider .slide { position: relative; }

.slider .slide-content { position: absolute; width: 100%; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; }

.slider .slider-actions { position: absolute; width: 100%; height: 0; top: 50%; left: 0; overflow: visible; }
.slider .slider-actions .slider-prev { position: absolute; top: 0; left: -65px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.slider .slider-actions .slider-next { position: absolute; top: 0; right: -65px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.slider .slider-actions .slider-next:hover,
.slider .slider-actions .slider-prev:hover { opacity: .7; }

/* ------------------------------------------------------------ *\
	Slider Testimonials
\* ------------------------------------------------------------ */

.slider-testimonials { position: relative; height: 256px; font-size: 20px; line-height: 1.3; color: #525252; text-align: center; background: url(../images/testimonial-background.png) no-repeat 0 0; }

.slider-testimonials .slide { width: 100%; padding: 54px 105px 60px; }

.slider-testimonials .blockquote { position: relative; }
.slider-testimonials .ico-quote { position: absolute; top: -19px; left: -38px; }
.slider-testimonials .ico-quote-secondary { /*position: relative; top: 14px; left: 10px;*/ position: absolute; top: auto; left: auto; bottom: -15px; right: -35px; }

/* ------------------------------------------------------------ *\
	Slider Tips
\* ------------------------------------------------------------ */

.slider-tips { padding: 22px 0 16px; font-size: 18px; line-height: 1.67; font-weight: 600; color: #525252; background: #eeead1; }

.slider-tips li { padding: 0 50px; text-align: center; font-style: italic; }

.slider-tips h4 { margin-bottom: 12px; }

.slider-tips h4:before,
.slider-tips h4:after { content: ''; display: none; }

.slider-tips .owl-pagination { padding-top: 12px; margin-right: 16px; text-align: right; }
.slider-tips .owl-pagination .owl-page { display: inline-block; margin-right: 9px; }
.slider-tips .owl-pagination .owl-page:last-child { margin-right: 0; }
.slider-tips .owl-pagination span { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #b9b5a3; }

.slider-tips .owl-pagination .active span,
.slider-tips .owl-pagination span:hover { background: #e44329; }

/* ------------------------------------------------------------ *\
	Slider Partners
\* ------------------------------------------------------------ */

.slider-partners { text-align: center; }
.slider-partners li img { max-height: 70px; max-width: 90%; }

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials ul { float: right; list-style-type: none; }

.socials li { float: left; margin-left: 7px; }
.socials li:first-child { margin-left: 0; }

.socials a { padding: 2px; }
.socials a:hover { opacity: .7; }

/* ------------------------------------------------------------ *\
	Socials Secondary
\* ------------------------------------------------------------ */

.socials-secondary { margin-top: 20px; }

.socials-secondary li { float: left; margin-right: 10px; }
.socials-secondary a:hover { opacity: .7; }

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */

.subscribe { width: 90%; margin: 0 auto; }

.subscribe label { margin-right: 29px; font-size: 30px; color: #e6e4ca; }

.subscribe .subscribe-field { position: relative; width: 298px; height: 38px; top: -6px; padding: 0px 11px 4px; margin-right: 16px; border: 1px solid transparent; font-size: 17px; color: #000; background: #738084; }
.subscribe .subscribe-field:focus { border-color: #e44329; }

.subscribe .subscribe-btn { position: relative; width: 153px; top: -5px; padding: 7px 0 7px; margin-left: 4px; border: 0; border-radius: 6px; font-family: 'LeagueGothic', sans-serif; font-size: 23px; letter-spacing: 0.05em; color: #2d454c; text-align: center; text-transform: uppercase; background: #e6e4ca; transition: background .5s; }
.subscribe .subscribe-btn:hover { background: #e44329; }

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

.widget { position: relative; min-height: 414px; padding: 75px 30px 5px; background: #fff; }

.widget h3 { text-align: center; margin-bottom: 9px; font-size: 30px; }

.widget-icon { width: 102px; height: 117px; position: absolute; top: 0; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.widget-icon svg { width: 100%; height: 100%; display: block; }
.widget-icon [class^="ico-"] { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }

.widget-icon .st1 { fill: #446872; }
.widget-icon .st2 { fill: #E44329; }
.widget-icon .st3 { fill: #FFFFFF; }
.widget-icon .st4 { fill: #969696; }
.widget-icon .st5 { fill: #446872; }

.widget-location { padding: 75px 3px 3px; }

.widget-location h3 { margin-bottom: 6px; }
.widget-location iframe { position: relative; top: 7px; }

.widget-contact { letter-spacing: -0.03em; text-align: center; color: #474747; }

.widget-contact strong { font-size: 18px; }
.widget-contact h3 { margin-bottom: 15px; }
.widget-contact p { font-size: 17px; margin-bottom: 6px; }
.widget-contact a { text-decoration: none; }

.widget-contact .link-more { display: block; width: 90%; padding-bottom: 15px; margin: 0 auto 5px; border-bottom: 1px solid #c7d1d4; text-decoration: none; font-size: 17px; color: #e44329; }
.widget-contact .phone-secondary { margin-bottom: 0; font-size: 35px; }

.widget-contact .fax,
.widget-contact .email { font-size: 19px; }

.fancy-wrapper h2:before { background: none; }
.fancy-wrapper h2:after { background: none; }

p.footer-serving-areas { color: #ffffff; text-align: center; }
p.footer-serving-areas a { color: #ffffff; text-decoration: none; }

.fancy-wrapper h1 { text-shadow: none; }

.content img,
iframe,
video,
audio,
object { max-width: none; }

#autonet_blog video { max-width: 100%; }

/* ------------------------------------------------------------ *\
        Footer
\* ------------------------------------------------------------ */

.footer { color: #ffffff; }
.footer .shell { text-align: center; max-width: 1200px; }

.footer h3 { padding-top: 25px; color: #ffffff; }

.footer-nav-links { margin-bottom: 35px; }
.footer-nav-links ul { /*display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: center;*/
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: flex-start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style-type: none; flex-wrap: wrap;

 }
.footer-nav-links > ul > li { position: relative; display: block; flex: 1 1 40%; max-width: 40%; }
.footer-nav-links > ul > li > a { margin-left: 15px; margin-right: 15px; }

.footer-location-data { margin-bottom: 15px; }
.footer-location-data > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: flex-start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style-type: none; flex-wrap: wrap; }

.footer-location-data > ul > li { position: relative; display: block; flex: 1 1 40%; max-width: 40%; margin-bottom: 30px; }

.footer-content-statement { margin-bottom: 15px; }
.list-icons li { text-align: center; }
.footer .list-icons li p { line-height: 1.6; }

@media (max-width: 1023px) {
.footer-location-data > ul > li { position: relative; display: block; flex: 1 1 40%; max-width: 40%; }
.footer-nav-links > ul > li { position: relative; display: block; flex: 1 1 40%; max-width: 40%; }
}

@media (max-width: 767px) {
.footer-location-data > ul > li { position: relative; display: block; flex: 1 1 100%; max-width: 95%; }
.list-icons li + li { margin-top: 0px; }
.footer-nav-links > ul > li { position: relative; display: block; flex: 1 1 100%; max-width: 95%; }
}

.copyright { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 
.copyright p { margin-bottom: 0px; font-size: 14px; }
.copyright .list-payments { display: flex; }
.copyright .list-payments li { display: inline-block; }

@media (max-width: 767px) {
	.copyright { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-family: 'Raleway', sans-serif; font-weight: 500; text-align: center; }
	.copyright p { flex: 0 1 100%; max-width: 100%; font-size: 14px; letter-spacing: 0; }
	.copyright .footer__payments { order: -1; text-align: center; margin-bottom: 10px; }
	.copyright .list-payments { align-items: center; }
}