@font-face {
  font-family: 'gotham_black';
  src: url('../fonts/gotham_black-webfont.eot');
  src: url('../fonts/gotham_black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham_black-webfont.woff2') format('woff2'),
    url('../fonts/gotham_black-webfont.woff') format('woff'),
    url('../fonts/gotham_black-webfont.ttf') format('truetype'),
    url('../fonts/gotham_black-webfont.svg#gotham_blackregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gotham_thin';
  src: url('../fonts/gotham_thin-webfont.eot');
  src: url('../fonts/gotham_thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham_thin-webfont.woff2') format('woff2'),
    url('../fonts/gotham_thin-webfont.woff') format('woff'),
    url('../fonts/gotham_thin-webfont.ttf') format('truetype'),
    url('../fonts/gotham_thin-webfont.svg#gotham_thin') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gotham_book';
  src: url('../fonts/gotham_book-webfont.eot');
  src: url('../fonts/gotham_book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham_book-webfont.woff2') format('woff2'),
    url('../fonts/gotham_book-webfont.woff') format('woff'),
    url('../fonts/gotham_book-webfont.ttf') format('truetype'),
    url('../fonts/gotham_book-webfont.svg#gotham_bookregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gotham_medium';
  src: url('../fonts/gotham_medium-webfont.eot');
  src: url('../fonts/gotham_medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham_medium-webfont.woff2') format('woff2'),
    url('../fonts/gotham_medium-webfont.woff') format('woff'),
    url('../fonts/gotham_medium-webfont.ttf') format('truetype'),
    url('../fonts/gotham_medium-webfont.svg#gotham_mediumregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gotham_book';
  src: url('../fonts/gotham_book_italic-webfont.eot');
  src: url('../fonts/gotham_book_italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham_book_italic-webfont.woff2') format('woff2'),
    url('../fonts/gotham_book_italic-webfont.woff') format('woff'),
    url('../fonts/gotham_book_italic-webfont.ttf') format('truetype'),
    url('../fonts/gotham_book_italic-webfont.svg#gotham_bookitalic') format('svg');
  font-weight: normal;
  font-style: italic;

}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/

body {
  margin: 0;
}

/* HTML5 display definitions
 ========================================================================== */

/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

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

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/

[hidden],
template {
  display: none;
}

/* Links
 ========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
 ========================================================================== */

/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/

abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/

b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/

dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/

mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9/10.
*/

img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/

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

/* Grouping content
 ========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari.
*/

figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/

pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
 ========================================================================== */

/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/

/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/

button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/

button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

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

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/

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

/**
* Define consistent border, margin, and padding.
*/

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/

textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/

optgroup {
  font-weight: bold;
}

/* Tables
 ========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

:focus {
  outline: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wbpFl {
  float: left;
}

.wbpFr {
  float: right;
}

p {
  font: normal 15px 'gotham_book', Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #000;
}

h2 {
  font: normal 24px 'gotham_medium', Arial, Helvetica, sans-serif;
  line-height: 28px;
  color: #000;
  margin: 0 0 30px;
}

h3 {
  font: normal 24px 'gotham_book', Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #000;
  margin: 0 0 5px;
}

.big {
  font-family: 'gotham_medium';
  font-size: 1.5em;
}

.container:after {
  content: '';
  display: table;
  clear: both;
}

.aboutimg {
  float: right;
  margin-left: 42px;
}

.fadeInBlock {
  opacity: 0;
  transition: all ease-in-out 0.4s;
}

.fadeInBlock.one {
  opacity: 1;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */
html {
  min-height: 100%;
  position: relative;
  padding-bottom: 200px;
}

body {
  height: 100%;
}

.footerWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.pageWrapper {
  min-height: 100%;
  width: 100%;
}

.headerWrapper {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.mainmenu {
  list-style-type: none;
  margin: 40px 0px 60px 0px;
  padding: 0;
  font-size: 0;
}

.mainmenu li {
  list-style-type: none;
  display: table-cell;
  font: normal 26px 'gotham_thin', Arial, Helvetica, sans-serif;
  line-height: 1;
  color: #000;
  border-left: 1px solid #000;
  letter-spacing: 0.09em;
  width: 1%;
}

.mainmenu li:first-child {
  border-left: 0;
}

.mainmenu li a {
  color: #000;
  text-decoration: none;
}

.mainmenu li.active a,
.mainmenu li a:hover {
  font-family: 'gotham_medium';
}

.logo {
  display: block;
}

.logo img {
  width: 100%;
  display: block;
}

.footerWrapper {
  width: 100%;
  text-align: center;
}

.topfooter {
  padding-bottom: 42px;
}

.footerbtm {
  background: #000000;
  padding: 5px 0;
}

.footerbtm p {
  font: normal 14px 'gotham_medium', Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #fff;
}

.footerbtm p a {
  text-decoration: none;
  color: inherit;
}

.footermenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footermenu li {
  font: normal 14px 'gotham_medium', Arial, Helvetica, sans-serif;
  line-height: 25px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}

.footermenu li a {
  text-decoration: none;
  color: inherit;
}

.maincontent p {
  margin: 0 0 20px 0;
  letter-spacing: 0;
}

.maincontent {
  padding-bottom: 48px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.btmSection {
  text-align: center;
}

.btmSection p {
  font-size: 24px;
}

.maincontent h2.mgntp {
  margin-top: 86px;
}

.qoutest p {
  letter-spacing: 0.08em;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px 0;
  position: relative;
}

.qoutest p:before,
.qoutest p:after {
  content: '';
  height: 52px;
  width: 60px;
  display: inline-block;
}

.qoutest p:before {
  position: absolute;
  top: -32px;
  left: 4px;
  background: url(../img/qoutes1.png) no-repeat 0 0;
}

.qoutest p:after {
  margin-left: 14px;
  background: url(../img/qoutes2.png) no-repeat 0 0;
  vertical-align: bottom;
  position: absolute;
}

.qoutest {
  padding-top: 15px;
  margin-bottom: 40px;
}

.qoutesby {
  letter-spacing: 0.08em;
  font: italic 16px 'gotham_book', Arial, Helvetica, sans-serif;
  line-height: 34px;
  margin: 0 0 25px 0;
  color: #000;
  display: block;
}

.contact {
  width: 1400px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  padding-bottom: 0;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
  height: 40px;
  width: 100%;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 5px 7px;
  font: normal 24px 'gotham_book', Arial, Helvetica, sans-serif;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}

.contact input[type="submit"] {
  width: 250px;
  margin: 0 auto;
  font: normal 36px 'gotham_book', Arial, Helvetica, sans-serif;
  line-height: 40px;
  padding: 8px;
  text-align: center;
  border: 1px solid #000;
  display: block;
  background: #fff;
  color: #000;
}

.contact input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.contactinfo {
  text-align: center;
  margin-bottom: 50px;
}

.contactinfo p {
  font: normal 16px 'gotham_book', Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.contactinfo p a {
  text-decoration: none;
  color: inherit;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

.logoSection {
  width: 33.333%;
  float: left;
  padding: 0 20px;
  text-align: center;
  line-height: 250px;
  height: 250px;
}

.logoSection img {
  max-width: 70%;
  vertical-align: middle;
}

.contrib {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 50px;
}

h5 {
  font: normal 30px 'gotham_medium', Arial, Helvetica, sans-serif;
  line-height: 36px;
  color: #000;
  margin: 0 0 0px 0;
}

.menuContainer {
  width: 100%;
  padding: 10px;
  background: #d7d7d7;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  cursor: pointer;
  display: none;
}

.menu {
  font: normal 24px 'gotham_medium', Arial, Helvetica, sans-serif;
  line-height: 30px;
  color: #000;
  vertical-align: top;
}

.menubtn {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.menubtn .menuline,
.menubtn .menuline:after,
.menubtn .menuline:before {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  top: 50%;
  display: block;
}

.menubtn .menuline:after {
  margin-top: -10px;
  content: '';
}

.menubtn .menuline:before {
  margin-top: 10px;
  content: '';
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, .8);
}

.menuClose {
  height: 40px;
  width: 40px;
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  background: #000;
}

.qoutest p:before,
.qoutest p:after {
  content: '';
  height: 25px;
  width: 25px;
  display: inline-block;
  background-size: 100% auto !important;
}

.qoutest p:before {
  top: -13px;
}

.aboutimg {
  width: 400px;
}

.touch .fancybox-nav {
  display: none;
}

.imgcontainer1 img {
  max-width: 100%;
}

.fB_logo {
  max-width: 400px;
}

.bgimage {
  width: 100%;
  text-align: center;
  display: none;
}

.bgimage img {
  width: 93%;
}

.suceesmessage {
  text-align: center;
  background: #959595;
  width: 38%;
  margin: auto;
  color: white;
  padding: 13px;
  margin-bottom: 12px;
  display: none;
}

.suceesmessage p {
  margin: 0px;
  color: white;
}

.suceesmessage span {
  cursor: pointer;
}

/* newsletter signup form */
.newsletterOpen{
  text-transform: uppercase;
}
.newsletterBoxContainer{
  position: fixed;
  left: 150%;
  top: 50%;
  display: block;
  width: 90%;
  max-width: 700px;
  transform: translate(-50%, -50%);
  z-index: 1010;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.newsletterBoxContainer.slide-in{
  left: 50%;
}
.newsletterBoxContainer .menuClose{
  text-align: center; line-height: 40px; cursor: pointer; 
  transform: translateX(-100%); font-size: 24px; line-height: 32px; width: 32px; height: 32px; background-color: rgba(0,0,0, .25);
}
.newsletterbox {
  width: 100%;
  background-color: #fafafa;
  /* -webkit-box-shadow: 4px 4px 2px 0px rgba(173, 173, 173, 0.6);
  -moz-box-shadow: 4px 4px 2px 0px rgba(173, 173, 173, 0.6);
  box-shadow: 4px 4px 2px 0px rgba(173, 173, 173, 0.6); */
  padding-top: 20px;
}

.newsletterbox #mc_embed_signup {
  font-size: 16px;
}

.newsletterbox #mc_embed_signup h2 {
  color: #656565;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.newsletterbox .field-row {
  display: block;
}

.newsletterbox #mc_embed_signup .field-row .mc-field-group {
  width: 100%;
}

.newsletterbox #mc_embed_signup .field-row.split .mc-field-group {
  width: 50%;
  display: inline-block;
  padding-right: 10px;
}

.newsletterbox #mc_embed_signup .field-row.split .mc-field-group:last-child {
  padding-right: 0;
  padding-left: 10px;
}

.newsletterbox #mc_embed_signup .field-row .mc-field-group input {
  border: 0px solid #000;
  border-radius: 0;
  font-family: gotham_book, Arial, Helvetica, sans-serif;
}

.newsletterbox #mc_embed_signup .field-row .mc-field-group input::-webkit-input-placeholder,
.newsletterbox #mc_embed_signup .field-row .mc-field-group input::placeholder {
  color: #a3a3a3;
}

.newsletterbox #mc_embed_signup #mc-embedded-subscribe {
  background-color: #efedee;
  border-radius: 0;
  text-transform: uppercase;
  color: #606060;
  font-weight: 700;
  font-family: gotham_medium, Arial, Helvetica, sans-serif;
}

.newsletterbox #mc_embed_signup .clear {
  text-align: right;
}

.newsletterbox #mc_embed_signup .helper_text {
  background: transparent;
}
.overlay.newspop,  .overlay.active.newspop {
  display: block;
  z-index: 1009;
  opacity: 0.75;
}

/* end newsletter signup form */

/* ==========================================================================
 Media Queries
 ========================================================================== */

/*@media only screen and (max-width: 1400px) {
.container{
  width: 1200px;
}
}*/

@media only screen and (min-width: 1600px) {
  .container {
    width: 1400px;
  }

  /*.mainmenu li{
  font-size: 32px;
}*/
  .aboutimg {
    width: 400px;
  }

  /*h2{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 48px;
}
p{
  font-size: 20px;
  line-height: 28px;
}
.btmSection p{
  font-size: 24px;
}
h3{
  font-size: 30px;
  line-height: 40px;
}*/
  .logoSection {
    line-height: 356px;
    height: 356px;
  }

  /*.qoutest p{
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
}*/
  .qoutest {
    margin-bottom: 100px;
  }

  .qoutest p:before,
  .qoutest p:after {
    width: 52px;
    height: 60px;
  }

  .maincontent p {
    letter-spacing: 0.1em;
    margin-bottom: 36px;
  }

  .contact input[type="text"],
  .contact input[type="email"],
  .contact textarea {
    /*height: 70px;*/
    /*padding: 17px 7px;*/
    /*font-size: 28px;*/
    margin-bottom: 30px;
  }

  /*.contactinfo p{
  font-size: 20px;
  line-height: 40px;
}*/
  .contact input[type="submit"] {
    width: 360px;
    /*font-size: 30px;
  line-height: 45px;*/
    padding: 12px;
  }

  .contactinfo {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1920px) {
  .container {
    width: 1852px;
  }

  /*.mainmenu li{
  font-size: 42px;
}*/
  .aboutimg {
    width: auto;
  }

  .qoutest {
    margin-bottom: 150px;
  }

  .contactinfo {
    margin-bottom: 50px;
  }

  .contact {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .container {
    width: 940px;
  }

  .mainmenu li {
    font-size: 20px;
  }

  .qoutest p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0 !important;
    letter-spacing: 0;
  }

  /*.qoutest p:before, .qoutest p:after{
  width: 40px;
  background-size: 100% auto;
  height: 34px;
}*/
  .qoutest p:before {
    top: -22px;
  }

  .qoutest {
    margin-bottom: 40px;
  }

  .aboutimg {
    width: 375px;
  }

  /* h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
}*/
  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .maincontent p {
    margin-bottom: 20px;
  }

  .btmSection p {
    font-size: 20px;
  }

  .footermenu li {
    /*padding: 0;*/
    font-size: 12px;
  }

  .qoutesby {
    font-size: 14px;
  }

  /*.contactinfo p{
  font-size: 20px;
  line-height: 36px;
}*/
  .contact input[type="text"],
  .contact input[type="email"],
  .contact textarea {
    font-size: 18px;
    height: 35px;
    width: 100%;
    padding: 3px;
  }

  .contact input[type="submit"] {
    font: normal 30px 'gotham_book', Arial, Helvetica, sans-serif;
    line-height: 40px;
    padding: 8px;
    width: 210px;
  }

  .logoSection img {
    max-height: 150px;
  }

  /*.container{
  padding-top: 20px;
}*/
}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 979px) {
  .container {
    width: 734px;
  }

  .mainmenu li {
    font-size: 18px;
  }

  .contactinfo {
    margin-bottom: 30px;
  }

  .contact input[type="text"],
  .contact input[type="email"],
  .contact textarea {
    font-size: 20px;
    height: 35px;
    width: 100%;
    padding: 4px;
    margin-bottom: 10px;
  }

  .contact input[type="submit"] {
    font: normal 30px 'gotham_book', Arial, Helvetica, sans-serif;
    line-height: 40px;
    padding: 8px;
    width: 210px;
  }

  .footerWrapper img {
    width: 100%;
  }

  .contactinfo p {
    font-size: 20px;
    line-height: 30px;
  }

  .qoutest p {
    font-size: 13px;
    line-height: 20px;
  }

  .qoutest p:before,
  .qoutest p:after {
    width: 32px;
    background-size: 100% auto;
    height: 34px;
  }

  .qoutest p:before {
    top: -12px;
  }

  .qoutest p:after {
    margin-left: 0;
  }

  .contrib img {
    max-width: 100%;
  }

  h5 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px;
  }

  .aboutimg {
    width: 300px;
    margin-left: 24px;
  }

  /*.topfooter{
  padding-bottom: 34px;
}*/
  .footermenu li {
    font-size: 12px;
    /*padding: 0;*/
  }

  .qoutest {
    margin-bottom: 50px;
  }

  .maincontent p {
    margin-bottom: 15px;
    letter-spacing: 0;
  }

  h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  p {
    font-size: 16px;
    line-height: 20px;
  }

  h2 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .btmSection p {
    font-size: 18px;
    line-height: 1.23;
  }

  .logoSection {
    height: 180px;
    line-height: 180px;
  }

  .qoutesby {
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
  }

  .qoutest {
    margin-bottom: 30px;
  }

}

@media only screen and (min-width: 768px) {
  .menuContainer {
    display: none;
  }

  .mainmenu {
    display: block !important;
  }

  .menuClose {
    display: none;
  }
  .newsletterBoxContainer .menuClose {
    display: block;
  }

}

@media only screen and (max-width: 767px) {
  html {
    padding-bottom: 450px;
  }
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bgimage {
    width: 100%;
    text-align: center;
    display: block;
  }

  .bgimage img {
    width: 93%;
  }

  .mainmenu {
    /*display: none;*/
  }

  .mainmenu li {
    float: none;
    display: block;
    width: 100%;
    border: 0;
    font-size: 26px;
  }

  .mainmenu li a {
    display: block;
    padding: 30px;
  }

  .btmSection p {
    font-size: 16px;
  }

  p {
    font-size: 14px;
    line-height: 18px;
  }

  .aboutimg {
    width: 240px;
  }

  .logoSection {
    height: 150px;
    line-height: 150px;
  }

  .qoutest p:before,
  .qoutest p:after {
    width: 24px;
    height: 20px;
  }

  .qoutest p:before {
    top: -12px;
  }

  .contact input[type="text"],
  .contact input[type="email"],
  .contact textarea {
    font-size: 16px;
    height: 35px;
    width: 100%;
    padding: 7px;
    line-height: 1;
  }

  .contact {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .mainmenu {
    margin-bottom: 30px;
  }

  .headerWrapper {
    position: static;
  }

  .maincontent {
    padding-top: 0 !important;
  }


  .menuWrapper {
    top: 0;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    z-index: 1002;
    -webkit-transition: all .2s;
    transition: all .2s;

  }
  /*
.menuWrapper{
  position:fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  background: #fff;
  z-index: 1002;
  -webkit-transition: all .2s;
  transition: all .2s;
} */


.menuWrapper ul {
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

  .menuWrapper.slide-in {
    left: 0;
  }

  .maincontent {
    padding-bottom: 10px;
  }

  body {
    overflow-x: hidden;
  }

  .overlay.active {
    display: block;
  }

  .menuWrapper .menuClose {
    font-size: 27px;
    line-height: 40px;
    display: none;
    cursor: pointer;
  }

  .menuWrapper.slide-in .menuClose {
    display: block;
  }

  .ov_body {
    overflow: hidden;
  }
}

@media only screen and (max-width: 600px) {
  .logoSection {
    width: 50%;
  }

  .logoSection img {
    max-height: 100px;
  }

  .contact input[type="submit"] {
    width: 100px;
    font-size: 24px;
    line-height: 30px;
    padding: 5px;
  }
}

@media only screen and (max-width: 479px) {
  .aboutimg {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .logoSection {
    width: 100%;
  }

  .contactinfo p {
    font-size: 16px;
  }

  .bgimage {
    width: 100%;
    margin-bottom: 13px;
    text-align: center;
    display: block;
  }

  .bgimage img {
    width: 90%;
  }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}

/* ==========================================================================
 Helper classes
 ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
 Print styles
 ========================================================================== */

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
