body
{
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  background-color:#f8f8f8;
  overflow-x: hidden;
}

img {
  border: 0px;
}

@font-face
{
  font-family: ProximaNova-Regular;
  src: url('../css/fonts/proxima/ProximaNova-Regular.otf');
}

@font-face
{
  font-family: ProximaNova-Light;
  src: url('../css/fonts/proxima/ProximaNova-Light.otf');
}

@font-face
{
  font-family: ProximaNova-LightItalic;
  src: url('../css/fonts/proxima/ProximaNova-LightItalic.otf');
}

@font-face
{
  font-family: ProximaNova-Bold;
  src: url('../css/fonts/proxima/ProximaNova-Bold.otf');
}

@font-face
{
  font-family: ProximaNova-SemiboldItalic;
  src: url('../css/fonts/proxima/ProximaNova-SemiboldItalic.otf');
}

@font-face
{
  font-family: ProximaNova-Semibold;
  src: url('../css/fonts/proxima/ProximaNova-Semibold.otf');
}

.roximaNovaRegular16
{
  font-family:"ProximaNova-Regular";
  font-size:16px;
  line-height:30px;
  color:#494949;
}

.proximaNovaSemibold
{
  font-family:"ProximaNova-Semibold";
}

.clearBoth
{
  height:0px;
  padding:0px;
  margin:0px;
  clear:both;
}

.floatLeft
{
  float:left;
}

.floatRight
{
  float:right;
}

.topLine
{
  min-width:326px;
  padding:0px;
  margin:0px;
}

.topLine li
{
  list-style:none;
  float:left;
  height:5px;
  width:20%;
}

.green
{
  background-color:#1abc9c;
}

.yellow
{
  background-color:#f1c40f;
}

.orange
{
  background-color:#e67e22;
}

.red
{
  background-color:#c0392b;
}

.lightGreen
{
  background-color:#2ecc71;
}

.headerBg
{
  height:237px;
  width:1000px;
  min-width:34px;
  background-image:url('../images/headerBg.png');
  background-size: 100%;
  background-repeat:no-repeat;
}

.headerBg a
{
  display:inline-block;
}

.headerWrapper
{
  min-width:340px;
}

@media all and (max-width: 1194px)
{
  .headerBg
  {
    width:100%;
  }
  #imgDiv
  {
    width:10.8%;
    margin-right:3%;
  }
  .headerText
  {
    width:83.2%;
  }
  .content
  {
    width:100%;
  }

  .headerWrapper
  {
    max-width:1000px;
    margin:0 auto;
  }

  .contentWrapper
  {
    max-width:1000px;
    min-width:326px;
    margin:0 auto;
  }

  #rightTwit
  {
    display:none;
  }
}

@media all and (min-width: 1380px)
{
  .headerWrapper
  {
    width:1000px;
    margin:0 auto;
  }
  .contentWrapper
  {
    padding-left: 179px;
  }
}

@media all and (max-width: 1379px) and (min-width: 1195px)
{
  .content
  {
    width:1000px;
  }
  .headerWrapper
  {
    float:right;
    margin-right: 179px;
  }
  .contentWrapper
  {
    float:right;
  }
}

@media all and (min-width: 1195px)
{
  #imgDiv
  {
    width:10.8%;
    height:108px;
    margin-right:3%;
  }
  .headerText
  {
    width:86.2%;
  }
  .content
  {
    width:85.8369%;
  }
  .contentWrapper
  {
    width:1180px;
    margin:0 auto;
  }
  #topTwit
  {
    display:none;
  }
  #rightTwit
  {
    margin:0px;
    margin-left:1016px;
    padding:16px;
    width: 111px;
  }
}

@media all and (max-width: 900px)
{
  .headerBg
  {
    height:210px;
  }
}

@media all and (max-width: 800px)
{
  .headerBg
  {
    height:190px;
  }
  .textBlock
  {
    float:left;
    width:100%;
  }
}

@media all and (max-width: 700px)
{
  .headerBg
  {
    height:165px;
  }
}

@media all and (max-width: 600px)
{
  #imgDiv
  {
    display:none;
  }
  .headerText
  {
    width:100%;
  }
  .headerBg
  {
    height:140px;
  }
}

@media all and (max-width: 550px)
{
  .headerBg
  {
    height:130px;
  }
}

.headerBg ul
{	
  padding:0px;
  margin-left:0px;
  margin-bottom:0px;
}

@media all and (min-width: 500px)
{
  .headerBg ul
  {
    margin-top:23px;
    margin-right:18px;
  }
}

@media all and (max-width: 500px)
{
  .headerBg ul
  {
    margin-top:18px;
    margin-right:18px;
  }
  .headerBg 
  {
    height: 115px;
  }
}

@media all and (max-width: 430px)
{
  .headerBg ul
  {
    margin-top:10px;
    margin-right:10px;
  }
  .headerBg
  {
    height:100px;
  }
}

@media all and (max-width: 380px)
{
  .headerBg ul
  {
    margin-top:4px;
  }
  .headerBg 
  {
    height: 86px;
  }
}

.headerBg li p
{
  font-size:20px;
  line-height:58px;
  color:#ffffff;
  padding:0px;
  margin:0px;
}

.headerBg li span
{
  font-size:14px;
  color:#333333;
  line-height:18px;
}

.headerBg li
{
  list-style-type:none;
  display:inline-block;
  width:58px;
  text-align:center;
  margin-left:5px;
  margin-right:5px;
}

.rounded
{
  height:58px;
  width:58px;
  border-radius:29px;
}

.findIcon
{
  margin-top:16px;
}

.shareIcon
{
  margin-top:11px;
  margin-right:3px;
}

.headerTextBg p
{
  margin: 0px;
  margin-top:10px;
  max-width:97%;
}

.headerImg
{
  width:100%;
}

h1
{
  margin:0px;
  padding:0px;
  font-family:"ProximaNova-Semibold";
  font-size:36px;
  color:#343434;
}

.gray
{
  color:#343434;
}

.darkGray
{
  color:#424242;
}

.fontSize14
{
  font-size:14px;
}


.fontSize16
{
  font-size:16px;
}

.fontSize20
{
  font-size:20px;
}

.lineHeight24
{
  line-height:24px;
}

.lineHeight14
{
  line-height:14px;
}

.proximaNovaLight
{
  font-family:"ProximaNova-Light";

}

.proximaNovaSemibold
{
  font-family:"ProximaNova-Semibold";
}

.blue
{
  color:#0097fa;
}

.blue2
{
  color:#009aff;
}

.commentWrapper
{
  position:relative;
  background-color:#f8f8f8;
  margin-left:16px;
  margin-right:16px;
  border-width:1px;
  border-color:#e6e6e6;
  border-style:solid;
  padding-top: 20px;
  padding-bottom:20px;
  margin-bottom:25px;
}

.upArrow
{
  position:absolute;
  top:-12px;
  right:56px;
}

.comment
{
  position:relative;
  padding-left:44px;
  padding-right:27px;
  margin:0px;
  font-family:"ProximaNova-LightItalic";
  font-size:16px;
  line-height:24px;
  color:#181818;
}

.iconsDiv
{
  min-height:53px;
  padding-bottom:18px;
  background-color:#f0f0f0;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-color:#c3c3c3;
}


.headerTextBg
{
  padding-top:30px;
  padding-bottom:30px;
  min-height:120px;
  max-width:1000px;
  min-width:326px;
}

.content
{
  max-width:1000px;
  min-width:326px;
  float:left;
  margin:0 auto;
}

#topTwit
{
  max-width:1000px;
  min-width:326px;
  width: 100%;
  margin:0px;
  padding:0px;
  margin-bottom:10px;
  margin-top:10px;
  border-width:1px;
  border-color:#ececec;
  border-style:solid;
  background-color:#fefefe;
}

#topTwit li
{
  list-style:none;
  font-family:"ProximaNova-Light";
  font-size:14px;
  color:#7d7d7d;
  line-height:22px;
  margin:0px;
  float:left;
  padding:0px;
  margin-left:16px;
  margin-right:16px;
}

#rightTwit
{
  max-width: 111px;
  position:fixed;
  border-width:1px;
  border-color:#ececec;
  border-style:solid;
  background-color:#fefefe;
}

#rightTwit li
{
  list-style:none;
  font-family:"ProximaNova-Light";
  font-size:14px;
  color:#7d7d7d;
  line-height:22px;
  margin:0px;
}

@media all and (min-width: 800px)
{
  .textBlock
  {
    width:49%;
  }
}

@media all and (max-width: 1039px)
{
  .contentWrapper
  {
    padding-left:7px;
    padding-right:9px;
  }
}

.textBlock
{
  position:relative;
  background-color:#fefefe;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-top: 0px;
  border-color: #e6e6e6;
  border-style: solid;
  min-width: 326px;
  margin-bottom:10px;
}

.doubleQuote
{
  margin:0px;
  text-align:bottom;
}

.openingQuote
{
  position:absolute;
  top:6px;
  left:24px;
}

a
{
  text-decoration:none;
  color:#7d7d7d;
}

h2
{
  font-family:"ProximaNova-Semibold";
  font-size:30px;
  line-height:30px;
  color:#303030;
  margin:0px;
  margin-left:16px;
}

.header1Pos
{
  margin-bottom:20px;
  padding-top:24px;
}

.header2Pos
{
  margin-top:12px;
  margin-bottom:2px;
}

.textInBlock
{
  margin-left:16px;
  margin-right:16px;
  font-family:"ProximaNova-Light";
  font-size:16px;
  line-height:24px;
  color:#181818;
}

.text1
{
  min-height: 134px;
  margin-top:24px;
  margin-bottom:24px;
}

.text2
{
  margin-top: 18px;
  margin-bottom: 24px;
}

.buttons
{
  display:inline-block;
  height:14px;
  font-family:"ProximaNova-Light";
  font-size:14px;
  color:#424242;
  border-right-style:none;
  border-top-style:none;
  border-bottom-style:none;
  border-left-style:solid;
  border-width:3px;
  background-color:#f8f8f8;
  border-radius: 0px;
  margin-right:6px;
}

.buttonStyle a:hover
{
  padding-left:8px;
  color:#ffffff;
  border-style:none;
}

.firstButton:hover
{
  background-color:#009aff;
}

.secondButton:hover
{
  background-color:#1abc9c;
}

.thirdButton:hover
{
  background-color:#e67e22;
}

.firstButton
{
  border-color:#009aff;
  margin-left:16px;
  padding:5px;
  padding-right:8px;
}

.secondButton
{
  border-color:#1abc9c;
  margin-left:0px;
  padding:5px;
  padding-right:10px;
}

.thirdButton
{
  border-color:#e67e22;
  padding:5px;
  padding-right:8px;
  padding-left:8px;
}

.socialButtons
{
  width:31px;
  height:30px;
  margin:0px;
  border-radius:2px;
  margin-top:18px;
  display:inline-block;
  cursor:pointer;
  float:left;
  text-align:center;
}

.facebook
{
  background-color:#374b8d;
  margin-left:16px;
}

.google
{
  background-color:#da573a;
  margin-left:4.8583%;
}

.socSign
{
  padding-top:5px;
}

.dotsPadding
{
  padding-top:17px;
}

.dots
{
  background-color:#009aff;
  margin-left:5.06%;
}

.toLeft
{
  position:relative;
  min-width:9px;
  height:30px;
  margin:0px;
  margin-top:18px;
  padding-left:9px;
  padding-right:9px;
  margin-left:11px;
  background-color:#ffffff;
  display:inline-block;
  border-radius:2px;
  float:left;
}

.leftArrow
{
  position:absolute;
  left:-6px;
  top:8px;
}

.smallImgMargins
{
  margin-right:16px;
  margin-bottom:16px;
  text-align:top;
}

.blockHeader img
{
  margin-right:20px;
  margin-bottom:20px;
}

.imgBlock
{
  padding-top:6px;
  margin-left:18px;
  margin-right:6px;
}

.badge
{
  position:absolute;
  top:0px;
  right:2.4%;
  width:8.9%;
  max-width:45px;
}

.contactImg
{
  padding-top:13px;
  margin-right:16px;
}

.margin0
{
  margin:0px;
}

.largeImg
{
  width:100%;
}

.topMargin17
{	
  margin-top:17px;
}

.secondBlockButtons
{
  float:right;
  margin-right:16px;
  margin-top:18px;
}

.secondBlockButtons span
{
  float:left;
  margin-right:2px;
}

.smallButtons
{
  float:left;
  height:14px;
  line-height: 9px;
  width:13px;
  margin:0px;
  margin-left:3px;
  cursor:pointer;
  display:inline-block;
  text-align:center;
}

.button1
{
  background-color:#1abc9c;
}

.button2
{
  background-color:#e67e22;
}

.button3
{
  background-color:#009aff;
}

@media all and (min-width: 800px) and (max-width: 990px)
{
  .contact
  {
    display:none;
  }
}

@media all and (max-width: 500px)
{
  .contact
  {
    display:none;
  }
}

.contact
{
  padding-top:13px;
  margin-right:16px;
}

.name
{
  font-family:"ProximaNova-Light";
  font-size:14px;
  line-height:24px;
  color:#2d2d2d;
}

.date
{
  font-family:"ProximaNova-LightItalic";
  font-size:12px;
  line-height: 10px;
  color:#606060;
}


