@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-extrabold-webfont.eot');
    src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-extrabold-webfont.woff') format('woff'),
         url('../fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-extrabold-webfont.svg#ProximaNovaThBold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-semibold-webfont.svg#ProximaNovaLtBold') format('svg');
    font-weight: 600;
    font-style: normal;

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

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

}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-lightitalic-webfont.eot');
    src: url('../fonts/proximanova-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-lightitalic-webfont.woff') format('woff'),
         url('../fonts/proximanova-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-lightitalic-webfont.svg#ProximaNovaLtItalic') format('svg');
    font-weight: 300;
    font-style: italic;

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

body {
  font-family: 'ProximaNova';
  mid-width: 1024px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

header.main > .nav-wrapper > .nav-inner  > nav.main > ul > li > a {
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  line-height: 120%;
}

header.main > .nav-wrapper > .nav-inner  > nav.main > ul > li input[type='text'] {
  font-size: 15px;
/*  font-weight: normal;*/
  color: #999;
}

section.intro > .left > .title {
  text-align: center;
  font-size: 22px;
}

section.intro > .left > .title small {
  font-size: 18px;
}

section.intro > .left > .block > .text-holder > .title {
  font-size: 16px;
  font-weight: 600;
}

section.intro > .right > .text {
  font-size: 14px;
  line-height: 128%;
}

section.intro > .right > .text strong {
  font-size: 16px;
  font-weight: 600;
}

section.intro > .page-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 120%;
  color: #333;
}

#breadcrumb .inner > ul > li {
  font-size: 12px;
  line-height: 120%;
  color: #333;
}

#breadcrumb .inner > ul > li > a {
  color: #333;
  text-decoration: none;
}

#breadcrumb .inner > ul > li > a:hover {
  color: #C50F36;
}

section.motto {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.3px;
  text-align: center;
}

section.motto .bigger {
  font-size: 38px;
  font-weight: bold;
  line-height: 110%;
}

form#contactform > .left > label,
form#contactform > .left > input[type='text'] {
  font-family: 'ProximaNova';
  font-size: 15px;
  line-height: 120%;
}

form#contactform > label {
  font-family: 'ProximaNova';
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}



form#contactform > .left > label.required {
  font-size: 12px;
  line-height: 120%;
}

form#contactform > .left > select  {
  font-family: 'ProximaNova';
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;

}

form#contactform > aside.contactbox p {
  font-size: 14px;
  color: #333;
  line-height: 171%;
}

form#contactform > aside.contactbox a {
  font-size: 16px;
  font-weight: 600;
  line-height: 285%;
  color: #248AD0;
}

body.affiliate form#contactform > aside.contactbox a {
  line-height: 120%;
}

form#contactform > aside.contactbox .phone {
  font-size: 16px;
  font-weight: 600;
  line-height: 207%;
}

form#contactform > .explain {
  font-size: 13px;
  font-weight: normal;
  line-height: 120%;
}

form#contactform2 > .left > label,
form#contactform2 > .left > input[type='text'],
form#contactform2 > .left2 > label,
form#contactform2 > .left2 > input[type='text'] {
  font-family: 'ProximaNova';
  font-size: 15px;
  line-height: 120%;
}

form#contactform2 > label {
  font-family: 'ProximaNova';
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

form#contactform2 > .left > label.required,
form#contactform2 > .left2 > label.required {
  font-size: 12px;
  line-height: 120%;
}

form#contactform2 > .left > select,
form#contactform2 > .left2 > select {
  font-family: 'ProximaNova';
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

form#contactform2 > aside.contactbox p {
  font-size: 14px;
  color: #333;
  line-height: 171%;
}

form#contactform2 > aside.contactbox a {
  font-size: 16px;
  font-weight: 600;
  line-height: 285%;
  color: #248AD0;
}

body.affiliate form#contactform2 > aside.contactbox a {
  line-height: 120%;
}

form#contactform2 > aside.contactbox .phone {
  font-size: 16px;
  font-weight: 600;
  line-height: 207%;
}

form#contactform2 > .explain {
  font-size: 13px;
  font-weight: normal;
  line-height: 120%;
}

body > .wrapper > div.main > .content {
  font-size: 14px;
  line-height: 171%;
  color: #333;
}

body > .wrapper > div.main > .content h1 {
  font-size: 25px;
  font-weight: 600;
}

body > .wrapper > div.main > .content h2 {
  font-size: 16px;
  font-weight: 600;
  
}

body > .wrapper > div.main > .content a {
  text-decoration: underline;
  color: #248AD0;
}

body > .wrapper > div.main > .content a:hover {
  color: #c50f36;
}



body.home > .wrapper > div.main > section.content ul > li {
  font-weight: 600;
}

body > .wrapper > div.main > .content ul.testimonials-full > li {
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}

body > .wrapper > div.main > .content ul.testimonials-full > li > span.name {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

body > .wrapper > div.main > aside > .box > .head {
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 118%;
}

body > .wrapper > div.main > aside > .box > .head .orange {
  color: #FFA54C;
}

body > .wrapper > div.main > aside > .box > .content > ul > li {
  font-size: 14px;
  font-weight: 600;
  font-weight: 128%;
}

body.company > .wrapper > div.main {
  font-size: 14px;
  color: #333;
  line-height: 171%;
}

body.company > .wrapper > div.main h3 {
  font-size: 16px;
  font-weight: bold;
}

body.company > .wrapper > div.main > aside > .block.contact {
  color: #333;
}

body.company > .wrapper > div.main > aside > .block.contact > .box-title {
   font-size: 18px;
   font-weight: 600;
   line-height: 136%;
}

body.company > .wrapper > div.main > aside > .block.contact > .contact > .text > .title {
   font-size: 16px;
   font-weight: 600;
   line-height: 136%;  
}

body.company > .wrapper > div.main > aside > .block.contact > .contact > .text > .contact-name {
   font-size: 14px;
   font-weight: bold;
   line-height: 166%;
}

body.company > .wrapper > div.main > aside > .block.contact > .contact > .text > p {
  font-size: 13px;
  line-height: 136%;
}

body.company > .wrapper > div.main > aside > .block.contact > form label {
  font-size: 13px;
  font-weight: 120%;
}

body.company > .wrapper > div.main > aside > .block.contact > form label[for='message'] {
  line-height: 110%;
}

body.company > .wrapper > div.main > aside > .block.contact > form label.required {
  font-size: 11px;
}

body.company > .wrapper > div.main > aside > .block.contact > form select, 
body.company > .wrapper > div.main > aside > .block.contact > form select option {
  font-size: 13px;
  font-weight: 700;
  font-weight: 120%;
  color: #000;
}

body.company > .wrapper > div.main > aside > .block.contact > form textarea  {
  font-family: 'ProximaNova';
  font-size: 12px;
  font-weight: 600;
}


body.company > .wrapper > div.main > aside > .block.customers .box-title {
   font-size: 18px;
   font-weight: 600;
   line-height: 136%;
}

body.company > .wrapper > div.main > aside > .block.customers ul > li {
  font-size: 12px;
  line-height: 161%;
  color: #333;
}

body.flashcards > .wrapper > div.main  > .content {
  font-size: 14px;
  line-height: 170%;
  color: #333;
}

body.flashcards > .wrapper > div.main  > aside > ul.catalog > li > a {
  font-size: 18px;
  font-weight: 600;
  line-height: 136%;
  color: #248AD0;
}

body.flashcards > .wrapper > div.main  > aside > ul.catalog > li > a:hover {
  color: #C80F37;
}

body.flashcards > .wrapper > div.main  > aside > ul.catalog > li.current > a {
  color: white;
}




#quotes-slider > .quotes-table > .main > ul.slides > li > p {
  font-size: 16px;
  line-height: 176%;
  font-weight: 300;
}

#quotes-slider > .quotes-table > .main > ul.slides > li  > .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 176%;  
}

footer > .top  > .inner > .blocks > .block > ul > li > a {
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
  color: white;
}

footer > .top  > .inner > .blocks > .block > ul > li > a:hover { #C50F36; }

footer > .top  > .inner > .blocks > .block > ul > li > strong {
  font-size: 14px;
  font-weight: bold;
  color: white;
}

footer > .bottom  > .inner {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
}

footer > .bottom > .inner > small {
  font-size: 10px;
}