html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}

/* Editor styles here */
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
body{
    color: #666;
    font-size: 16px;
}
a, a:hover{
    color: #F47F20;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0 0 20px;
    font-weight: 400;
}
h1, h1 a{
    font-size: 35px;
    color: #666;
}
h2, h2 a{
    font-size: 29px;
    color: #F47F20;
    font-family: "myriad-pro-condensed-n3", "myriad-pro-condensed",sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
h3, h3 a{
    font-size: 18px;
    color: #434546;
    font-family: "myriad-pro-condensed-n6", "myriad-pro-condensed",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
h4, h5, h6, h4 a, h5 a, h6 a{
    color: #434546;
}
.italic{
    font-family: "myriad-pro-condensed-i4", "myriad-pro-condensed",sans-serif;
    font-style: italic;
}
.large{
    font-size: 29px;
    color: #F47F20;
}
.small_uppercase{
    font-size: 12px;
    text-transform: uppercase;
    color: #434546;
    font-weight: bold;
    text-align: right;
    font-style: normal !important;
}
.quote{
    font-size: 20px;
    font-style: italic;
    padding: 0 15px;
}
.quote:before{
    background: url(../img/quote1.png) no-repeat;
    content: '';
    height: 15px;
    width: 17px;
    display: block;
    margin-left: -15px;
}
.quote:after{
    background: url(../img/quote2.png) no-repeat;
    content: '';
    height: 15px;
    width: 17px;
    display: block;
    margin: 0 -15px 0 0;
    float: right;
}
.view{
    color: #FFF;
    background: #F47F20;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 17px;
    font-family: "myriad-pro-condensed-n6", "myriad-pro-condensed",sans-serif;
    font-weight: 600;
}