/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
@font-face {
    font-family: 'DINProCondBold';
    src: url('../fonts/DINProCondBold.eot');
    src: url('../fonts/DINProCondBold.eot') format('embedded-opentype'), url('../fonts/DINProCondBold.woff2') format('woff2'), url('../fonts/DINProCondBold.woff') format('woff'),  url('../fonts/DINProCondBold.ttf') format('truetype'), url('../fonts/DINProCondBold.svg#DINProCondBold') format('svg');
}
@font-face {
    font-family: 'GARA';
    src: url('../fonts/GARA.eot');
    src: url('../fonts/GARA.eot') format('embedded-opentype'), url('../fonts/GARA.woff2') format('woff2'), url('../fonts/GARA.woff') format('woff'), url('../fonts/GARA.ttf') format('truetype'), url('../fonts/GARA.svg#GARA') format('svg');
}
@font-face {
    font-family: 'GARAIT';
    src: url('../fonts/GARAIT.eot');
    src: url('../fonts/GARAIT.eot') format('embedded-opentype'), url('../fonts/GARAIT.woff2') format('woff2'), url('../fonts/GARAIT.woff') format('woff'),  url('../fonts/GARAIT.ttf') format('truetype'), url('../fonts/GARAIT.svg#GARAIT') format('svg');
}
@font-face {
    font-family: 'DINNextLTArabicMedium';
    src: url('../fonts/DINNextLTArabicMedium.eot');
    src: url('../fonts/DINNextLTArabicMedium.eot') format('embedded-opentype'),url('../fonts/DINNextLTArabicMedium.woff2') format('woff2'),url('../fonts/DINNextLTArabicMedium.woff') format('woff'),url('../fonts/DINNextLTArabicMedium.ttf') format('truetype'),url('../fonts/DINNextLTArabicMedium.svg#DINNextLTArabicMedium') format('svg');
}
@font-face {
    font-family: 'DINNextLTArabicLight';
    src: url('../fonts/DINNextLTArabicLight.eot');
    src: url('../fonts/DINNextLTArabicLight.eot') format('embedded-opentype'),url('../fonts/DINNextLTArabicLight.woff2') format('woff2'),url('../fonts/DINNextLTArabicLight.woff') format('woff'),url('../fonts/DINNextLTArabicLight.ttf') format('truetype'),url('../fonts/DINNextLTArabicLight.svg#DINNextLTArabicLight') format('svg');
}
@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.1.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff?v=4.1.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.1.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-youtube-square:before {
    content: "\f16a"
}
.top_nav .social .fa-facebook-square:hover {
	color: #3b5998;
}
.top_nav .social .fa-twitter-square:hover {
	color: #00CAFB;
}
.top_nav .social .fa-linkedin-square:hover {
    color: #0077b5;
}
.top_nav .social .fa-youtube-square:hover {
    color: #e62117;
}
.fa-quote-left:before{content:"\f10d"}
.fa-quote-right:before{content:"\f10e"}
.font22 i.fa-quote-left{
    padding-right:15px;
}
.font22 i.fa-quote-right{
    padding-left:15px;
}
body {
    font-family: 'DINProCondBold';
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: #FFF;
    color: #6c6d6c;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display:none
}
a:active, a:hover, a:focus {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
mark {
    color: #000;
    background: #ff0
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding:0;
    border:0
}
input {
    line-height: normal
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height:auto
}
input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}
legend {
    padding: 0;
    border: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
td, th {
    padding: 0
}
@media print {
    * {
        color: #000!important;
        text-shadow: none!important;
        background: transparent!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a, a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }
    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
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .table td, .table th {
        background-color: #fff!important
    }
    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd!important
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
figure {
    margin: 0
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    text-transform: uppercase;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 25px;
    margin-bottom: 20px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
h1, .h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 20px
}
h3, .h3 {
    font-size: 18px
}
h4, .h4 {
    font-size: 16px
}
h5, .h5 {
    font-size: 14px
}
h6, .h6 {
    font-size: 12px
}
p {
    margin: 0 0 10px;
    font-family: 'GARA';
    font-size: 2rem;
    line-height: 2.6rem;
}
p.font22{
    font-size:2.2rem;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}
small, .small {
    font-size: 85%
}
cite {
    font-style: normal
}
mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #777
}
.text-primary {
    color: #428bca
}
a.text-primary:hover {
    color: #3071a9
}
.text-success {
    color: #3c763d
}
a.text-success:hover {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:hover {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:hover {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:hover {
    color: #843534
}
.bg-primary {
    color: #fff;
    background-color: #428bca
}
a.bg-primary:hover {
    background-color: #3071a9
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:hover {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 0px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none
}
.list-inline>li {
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dt, dd {
    line-height: 1.42857143
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:990px) {
    .container {
        width: 100%
    }
}
@media (min-width:1200px) {
    .container {
        width: 990px
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #3F3F40;
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type=file] {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple], select[size] {
    height: auto
}
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control {
    display: block;
    width: 100%;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #666666;
    -webkit-box-shadow: inset 0 1px 1px rgba(102,102,102,.075);
    box-shadow: inset 0 1px 1px rgba(102,102,102,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
select.form-control {
    height: 30px;
}
.form-control:focus {
    border-color: #666666;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(102,102,102,.075), 0 0 8px rgba(102,102,102,.6);
    box-shadow: inset 0 1px 1px rgba(102,102,102,.075), 0 0 8px rgba(102,102,102,.6)
}
.form-control::-moz-placeholder {
    color:#777;
    opacity:1
}
.form-control:-ms-input-placeholder {
    color:#777
}
.form-control::-webkit-input-placeholder {
    color:#777
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}
textarea.form-control {
    height: auto
}
input[type=search] {
    -webkit-appearance: none
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 34px;
    line-height: 1.42857143 \0
}
input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px
}
input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px
}
.form-group {
    margin-bottom: 15px
}
.radio, .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio label, .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}
.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px
}
.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}
input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}
.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
textarea.input-sm, select[multiple].input-sm {
    height: auto
}
.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
textarea.input-lg, select[multiple].input-lg {
    height: auto
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        font-size: 14px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}
@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}
.btn {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover, .btn:focus {
    text-decoration: none
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #4c8794;
    border-color: #4c8794
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #f15c22;
    width: 100%;
}
.btn-primary span img {
    float: right;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3F3F40;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}
.btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block;
    margin-top: 18px;
    padding-top: 10px;
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}
.caret {
    position: absolute;
    right: 0;
    top: 10px;
    width: 0;
    height: 0;
    vertical-align: middle;
    background: url(../images/mobplus.png);
    cursor: pointer;
    height: 15px;
    width: 15px;
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}
[data-toggle=buttons]>.btn>input[type=radio], [data-toggle=buttons]>.btn>input[type=checkbox] {
    position:absolute;
    z-index:-1;
    filter:alpha(opacity=0);
    opacity:0
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    font-family: 'DINProCondBold';
    font-size: 15px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li {
    float: none
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    padding: 14px 14px 14px 0;
    border-bottom: 1px solid #dedede;
    font-family: 'GothamBook';
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 13px;
}
.nav-pills>li>a>i {
    margin-left: 10px;
    position: absolute;
    top: 16px;
}
.nav-pills>li:last-child>a {
    border: none
}
.nav-pills>li+li {
    margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #666666;
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified>li {
    float: none
}
.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}
@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}
@media (max-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width:768px) {
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-top, .navbar-fixed-bottom{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9999;
}
.navbar-fixed-bottom {
    bottom: 0;
    top:inherit;
}
.navbar-brand {
    float: left;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}
@media (min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin: 22px 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav>li>a {
    padding: 20px 12px 0px;
    line-height: 20px;
    float: left;
    text-transform: uppercase;
}
.navbar-nav>li.active a {
    color:#4c8794;
}
.navbar-nav>li>span {
    padding: 20px 5px;
    float: left;
    font-size: 10px;
}
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
	
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 8px 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}
@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important
    }
	.mobVideo{ float:left !important; width:100% !important}
}
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
.navbar-default .navbar-brand {
    color: #777
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-text {
    color: #777
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #f15c22;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #777
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #777
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}
.pagination {
    display: inline-block;
    padding-left: 0;
    /*margin: 20px 0;*/
    border-radius: 4px;
    float:right;
}
.pagination>li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #4c8794;
    border-color: #eee
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
    /*padding: 10px 16px;*/
    font-size: 18px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 14px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none!important;
    visibility: hidden!important
}
.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
@-ms-viewport {
    width:device-width
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none!important
}
@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs, td.visible-xs {
        display: table-cell!important
    }
}
@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm, td.visible-sm {
        display: table-cell!important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md, td.visible-md {
        display: table-cell!important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}
@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg, td.visible-lg {
        display: table-cell!important
    }
}
@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}
@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}
@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}
@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}
@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}
.visible-print {
    display: none!important
}
@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print, td.visible-print {
        display: table-cell!important
    }
}
.visible-print-block {
    display: none!important
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
.visible-print-inline {
    display: none!important
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
.visible-print-inline-block {
    display: none!important
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}
@media print {
    .hidden-print {
        display: none!important
    }
}
/** ays starts
===================================*/
a {
    color: #6c6d6c;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #4c8794;
    text-decoration: none;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease;
}
a:hover, a:active, a:focus {
    outline: none;
}
p a{
    color: #4c8794;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.btn {
    border:1px solid #CCC;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-transform: uppercase;
}
.section-title {
    text-align: center;
    font-size: 30px;
    font-family: 'GothamMedium';
    color: #6d6e70;
}
.section-title .green {
    color: #a6ce38;
}
.header {
    background: #404041;
    max-height: 58px;
    overflow: hidden;
}
.navbar {
    margin-bottom: 0
}
.navbar li {
    color: #666666;
    float: left;
}
.navbar-default {
    border: 0;
    border-radius: 0;
    background: #f5f5f5;
    padding: 12px 0;
}

.navbar-default .navbar-nav>li>a:hover:after {
    width: 100%
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #333
}
.top_nav {
    padding: 0;
    float: right;
    min-width:264px;
}
@media (max-width:1199px) {
    .top_nav {
        width:80%;
    }
}
.top_nav a{
    color:#666;
}
.top_nav a.language{
    float:right;
    padding:0px 0 0 6px;
    font-size:16px;
	font-family: 'DINNextLTArabicMedium';
}
.top_nav .social {
    float: right;
    margin: 0px 6px 0px 6px;
}
.top_nav .social i {
    color: #bebfbe;
    line-height: 15px;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    font-size: 22px;
}
.top_nav .social i:hover {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.affix.navbar-default {
    /*background: rgba(255,255,255,1);
    padding: 15px 0;*/
}
.affix {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
.affix .to-top a, .affix .to-bottom a {
    line-height: 56px;
    padding: 20px
}
.navbar .to-top, .navbar .to-bottom {
    display: none
}
.affix-top .to-bottom {
    display: block!important
}
.affix .to-top {
    display: block!important
}
.to-top, .to-bottom {
    list-style: none
}
.to-top a, .to-bottom a {
    padding: 26px 22px;
    line-height: 70px;
    outline: 0;
    color: #fff
}
.navbar-default .navbar-toggle .icon-bar {
    background: #000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #333
}
/*mobile toggle style*/
.navbar-toggle {
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}
.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
.navbar-toggle {
    border: 0 !important;
}
/*mobile toggle style end*/
.hero {
    margin-top: 86px;
    padding:30px 0;
}
.hero .home_hero h1{
    margin-top: 86px;
    font-size:103px;
    color:#9e4949;
    margin:0;
    letter-spacing:-5px;
    line-height:95px;
}
.hero .green{
    color:#72825a
}
.hero .brown{
    color:#b98055
}
.hero .blue{
    color:#4c8794
}
.hero .red{
    color:#502c34
}
.hero .home_hero .eightth{
    font-size:18px;
    line-height:26px;
    letter-spacing:2px;
    color:#a0a1a0;
    margin-bottom:0;
    display:inline-block;
    font-family: 'DINProCondBold';
    text-transform:uppercase;
}
.test_section{
	float:left;
	width:100%;
}
.testimonial h2{
    font-size:15px;
    margin:14px 0;
}
.testimonial h2.test_name{
    font-size:19px;

}
.testimonial{
    margin-bottom:30px;
    float:left;
    width:100%;
}
.testimonial p{
    font-size:16px;
    line-height:2.2rem;
}

.testimonial .btn{
    border-bottom:1px solid #CCC;
    border-top:1px solid #CCC;
    padding:3px 12px;
}
.testimonial p.font22{
    font-size:2rem;
    line-height:2.2rem;
}
.testimonial img {
    max-width: 120px;
    max-height:120px;
    border-radius: 100%;
    margin-top: 10px;
}
.detail_img{
    max-width: 120px;
    float:left;
    margin:0 30px 20px 0;
}
.testim{
    max-width: 180px;
}
.testim img{
    max-width: 180px;
    border-radius: 100%;
    margin-top: 10px;
}
.test_italic h2.test_name{
    font-family: 'GARAIT';
    padding-bottom:12px;
    text-transform:inherit;
    font-size:30px;
    position:relative;
}
.test_italic h2.test_name:after{
    border-bottom:2px solid #cfa676;
    position:absolute;
    content:"";
    width: 200px;
    max-width: 300px;
    height:2px;
    bottom: 0;
    left: 207px;
}
.test_det p:first-child:first-letter{
    float:left;
    color:#9e4949;
    font-size:55px;
    line-height:55px;
    text-transform:uppercase;
    padding-right:5px;
}
.pullout_raj{
    background: #F1F1F1;
    padding: 45px;
    color: #b98055;
    text-transform: inherit;
    font-size: 24px;
    line-height: 30px;
}
.test_det h2{
    text-transform:inherit;
}
.test_bio{
    border-bottom: 2px solid #CCC;
    padding-bottom: 20px;
    margin-bottom:20px;
}
.test_italic p.font22{
    font-family: 'GARAIT';
}
.hero .video_home, .hero .youtube_video{
    margin:4em 0;
    cursor:pointer;
}
.hero .underline{  margin: 0px;  border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.press_home h1{
	margin:0px; 
	font-size: 24px !important;
    letter-spacing: 0 !important;
    line-height: 25px !important;
}
.press_home p{ margin:10px 0;  line-height: 2.2rem;}
.youtube_video{
    height:342px;
}
.video_find{
    cursor:pointer;
}
.find_video{
    height:512px;
}
.hero .video_home img{
    width:100%;
}
.home_hero .testimonial h1{
    margin:40px 0 0px;
    font-size:60px;
    color:#b98055;
    letter-spacing:-3px;
}
.home_hero .testimonial.heading h1{
	color:#9e4949;
}
.home_hero .testimonial.heading p.font30{    
	font-size: 3.0rem;
    line-height: 3.0rem;
}
.home_hero .testimonial.heading h3{
	font-size: 3.0rem;
}
.panel .col-sm-3{
	width:20%;
}
.watch_video{
	font-size:20px;
    background:#999999;
    color:#FFF;
    border-radius:4px;
    padding:8px 20px;
}
.watch_video:hover{
	background:#4c8794;
    color:#FFF;
}
.home_button li a{
    font-size:14px;
    text-transform:uppercase;
    float:left;
    border-bottom:1px solid #CCC;
    border-top:1px solid #CCC;
    padding:3px 0;
}
.home_button{
    margin-top:40px;
}
.home_button li{
    padding-left:4px;
    padding-right:4px;
    vertical-align:middle;
}
.home_button li:first-child{
    padding-left:0;
}
.home_button li.big_font a{
    font-size:19px;
    background:#999999;
    color:#FFF;
    border-radius:4px;
    padding:12px 10px;
}
.home_button li.big_font a:hover{
    background:#4c8794;
}
.hero .home_hero a i{
    padding:0 2px;
}
section {
    float: left;
    width: 100%;
}
.padding_0 {
    padding: 0;
}
.padding_left0 {
    padding-left: 0;
}
.padding_right0 {
    padding-right: 0;
}
.footer {
    background: #f5f5f5;
    float: left;
    width: 100%;
}
.footer .row {
    padding: 16px 0;
}
.footer p {
    margin-bottom: 0;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    padding:15px 0;
}
.footer ul li a {
    float:left;
    padding:0 0 0 12px;
}

/*new style*/

/*findings style*/

.main-title h1{
    font-size: 7.2rem;
    text-transform: uppercase;
    margin:0;
    line-height:64px;
    letter-spacing:-3px
}
.main-title.test_head {
    margin-top: 20px;
}
.insight .test_name{
	width:100%;	
}
.insight .test_name, .insight h2, .insight > p, .insight .btn{
	text-align:left;	
	float:left;
}
.sub-title p{
    font-size: 4.2rem;
    line-height: 4.5rem;
    font-family: 'GARA';
}

/*colors*/
.barley-corn-text {
    color:#B98055;
}
.hippie-blue-text {
    color:#4c8794
}
.sirocco-text {
    color:#6d6c6d;
}
.orange-text {
    color:#f68b21;
}
.violet-txt{
    color:#9163ac;
}

/*Overlay Content*/
.overlay-content {
    padding:30px 0;

}
p.blurb{
    font-family: 'GARA';
    font-size: 2rem;
    line-height: 2.6rem;
}
.half-graph {
    width: 50%;
    float:left;

}
.third-graph {
    width: 33%;
    float:left;
}
.third-graph .pie-legend{
    right:21%;
}
.third-graph p.blurb {
    text-align: center;
}
.owl-paragraph {
    margin-bottom:10x;
    font-family:'DINProCondBold' !important;
    font-weight:bold;
    text-transform:uppercase;
}
.half-graph p.blurb {
    padding:0 5%;
    text-align:center;
}
.scale-x {
    -webkit-transform: scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.canvas-holder .right-labels {
    text-align: right;
    list-style: none;
    display: inline-block;
    float: left;
    position: absolute;
    left: -68px;
    top: 46px;
    font-size: 18px;

}
.canvas-holder .right-labels li{
    margin: 11.3px 0;
    display: list-item;
}
.canvas-holder img {
    max-width: 380px;
    padding-top: 20px;
}
.chart3-3 img{
    padding-top:65px;
}
.canvas-holder img.revealed {
    opacity: 1;
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
}
.left-bars {
    position:absolute;
}
.canvas-holder{
    width:280px;
    position:relative;
    margin:0 40px;
}
.pie-legend {
    max-width: 39%;
    position: absolute;
    right: 15%;
    top:50%;
    transform: translate(-50%,-50%);
    text-align: left;
}
.pie-legend p{
    line-height: 1;
    margin: 6px 0;
    font-size: 14px;
    padding-left: 14px;
    position: relative;
    color:#000 !important;
}
.graph_3_2 .pie-legend{
    position:inherit;
    float:inherit;
    transform:none;
    max-width:100%;
    margin-top:40px;
}
.graph_3_2-img img{
    margin-top: 73px !important;
}
.square:before {
    width: 0;
    height: 0;
    display: inline-block;
    content: '';
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #94a858;
    position: absolute;

}
.canvas-holder.full-width img {
    max-width: 800px;
}
.canvas-holder.text-area {
    text-align: center;
    margin:0 auto;
    padding-top: 40px;
    width:100%;
}
.canvas-holder.text-area h2{
    font-size: 5rem;
    line-height: 6rem;
    font-family: 'GARA';
}
.canvas-holder.full-width.full-width-special {
    width: 100%;

}
.half-graph p.blurb.large-text {
    font-size: 2.8rem;
    padding-top: 7px;
}
.canvas-holder.full-width-special img {
    padding:20px 0;
}
.canvas-holder.full-width-special p {
    padding-top:40px;
}
.fact-pointer {
    position: absolute;
}
.canvas-holder.doughnut-chart-holder {
    margin: 0 auto;
    text-align: center;
}
.canvas-holder.bar-chart-small {
    margin:0 0 0 15px;
}
.canvas-holder.bar-chart-small.extra-small {
    margin-top: 40px;

}
.canvas-holder.bar-chart-holder.uae-bar:after {
    left: 364px;
}
.grap3_2_bg1{
    width:278px;
    margin:10px auto;
    padding:14px;
    background:#c4e0e2;
}
.grap3_2_bg2{
    background:#f3dbd9;
}
.graph_4_3{
    background:#d9e6e8;
}
.gragh4-2-img{
    position:absolute;
    left:75px;
    margin-top:25px;
}
.bar-chart-holder.graph-4-2{
    margin-top:82px;
}
.grap3_2_bg1 p{
    margin:0 !important;
    font-size:16px;
    line-height:2rem;
}
.grap1_2_bg1{
    background:#dfe7bd;
    margin-top:20px;
    position:relative;
    width:216px;
    left:20px;
}
.graph5_1{
    background:#e3eced;
    left:-10px;

}
.grap1_2_bg1:before{
    border-style: solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 19px;
    left: 40%;
    top: -40px;
}

.grap1_2_bg1:after{
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 19px;
    left:40%;
    top: -38px;
}
.grap2_1_bg1.grap1_2_bg1:after{
    left:22%;
}
.grap2_1_bg1.grap1_2_bg1:before{
    left:22%;
}
.grap2_1_bg1{
    background: #e0c6af;
    width: 130px;
    margin: 0 auto;
    padding: 6px;
    float: right;
    left: inherit !important;
    position: absolute;
    right: 64px;
    margin-top: 60px;
}
.grap2_1_bg1 p{
    font-size:1.6rem;
    margin-bottom:0 !important;
    line-height:20px;
}
.grap2_1_bg1:before{
    top: -28px;
    border-width: 13px;
}
.grap2_1_bg1:after{
    top: -26px;
    border-width: 13px;
}
.graph7-2{
    margin: 50px 0 0 20px !important;
}
.graph7, .graph9{    position: inherit;
    max-width: 100%;
    text-align: center;
    transform:none;
}
.graph7 p, .graph9 p{
    padding-left:0;
    margin-top:10px;
}
.graph7.pie-legend p span{
    line-height: 1;
    margin: 6px 0;
    font-size: 14px;
    padding-left: 14px;
    position: relative;
    margin-right:10px;
    color:#000;
}
.graph9.pie-legend p span{
    line-height: 1;
    margin: 6px 0;
    font-size: 14px;
    padding-left: 14px;
    position: relative;
    margin-right:4px;
    color:#000;
}
.graph4-img{
    float:right;
    padding-right:115px;
}
.green:before{
    background:#97aa59;
}
.dark-green:before {
    background:#72825a;
}

.navy:before{
    background:#453746;
}
.yellow:before {
    background:#d4ae62;
}
.grey:before{
    background:#939598;
}
.pie-legend.below {
    position: static;
    max-width: inherit;
    transform: none;
}
.pie-legend.below .square:before {
    padding-top: 2.5px;
}
.dark-grey:before {
    background:  #6c6d6c;
}
.brown:before {
    background:#b97f54;
}
.blue:before {
    background: #4c8794;

}
.red:before {
    background: #9e4949;
}
.rose:before {
    background: #dd9a9d;
}
.cream:before {
    background: #c4bc98;
}

.sky_blue:before {
    background: #92b8be;
}
.grey_brown:before {
    background: #91825e;
}
.light_blue:before {
    background: #78bcc1;
}
.dark_blue:before {
    background: #4c8794;
}
.red-text {
    color: #9e4949;
}
.cherry:before {
    background:#6e4445;
}
.cherry-text {
    color:#6e4445;
}
.stone:before {
    background: #91b8bf;
}
.absolute-text {
    position: absolute;
}

/*grid*/
.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    float:left;
}

.og-grid li {
    display: inline-block;
    margin: 20px 26px 20px 0px;
    vertical-align: top;

}
.og-grid li > .overlay-content {
    display: none;

}
.og-grid li:nth-child(4n+4) {
    margin-right:0 ;
}
.bar-chart {
    margin-left: -30px;
}
.bar-chart-holder {
    width:320px;
    position:relative;
    margin: 0 auto ;
    padding-left: 20px;
}
.full-width-bar-chart-holder {
    width:100%;
    position:relative;
    margin: 0;
    padding-left: 0;
}
#chart-area-1 {
    margin-left: -82px;
}
.graph_3_3.pie-legend {
    right:8%;
}
.graph3-1.pie-legend{
    right:9%;
}
.graph_3_3.pie-legend {
    right:8%;
}
.graph-3 .pie-legend{
    max-width:100% ;
    margin:45px 0 0 46px;
    float:right;
    right:0;
    position:inherit;
}
.graph4-1{
    position:absolute;
    right:0;
}
.graph-5{
    left: -125px;
    position: absolute;
    width: 670px;
}
.graph-5 .pie-legend{
    max-width:100% ;
    position:inherit !important;
    margin:55px 0 0 0;

}
.bar-chart-holder:after{
    content: '';
    width:1px;
    position: absolute;
    background: #000000;
    height: 90%;
    top: 18px;
    left: 196px;
}
.image-animate:before,
.image-animate:after {
    content:'';
    position:absolute;
    height:250px;
    width:50%;
    top:0;
    background: #ffffff;
    z-index: 10;
}
.graph4-1.image-animate:before,
.graph4-1.image-animate:after {
    height:150px;
}
.image-animate:before {
    left:0
}
.image-animate:after {
    right:0;
}
.image-animate.canvas-holder {
    width: 100%;
    margin:0;
}
.image-animate.canvas-holder img{
    max-width: 100%;
    margin:0;
}
.graph8-1.image-animate:before,
.graph8-1.image-animate:after {
    height:350px;
}
#image-chart-1-1, #image-chart-1-2{ left:100px; }
.owl-carousel-item .image-animate.transform:before,
.owl-carousel-item .image-animate.transform:after{
    width:0% !important;
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -ms-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}
.image-container {
    position: relative;
}
.image-container img {
    position: absolute;
    left:0;
    top:0;
}
.image-text {
    opacity: 0;
    -webkit-transition: opacity 0s 1.4s ease;
    -moz-transition: opacity 0s 1.4s ease;
    -ms-transition: opacity 0s 1.4s ease;
    -o-transition: opacity 0s 1.4s ease;
    transition: opacity 0s 1.6s ease;
}
.owl-carousel-item .image-animate.transform .image-text {
    opacity: 1;
}

#graph-2-5:before {
    left: 21%;
    width: 50%;

}
#graph-2-5:after {
    right: 5.7%;
    width: 24%;
}


.half-graph .bar-chart-holder.extra-small:after {
    height: 61%;
    top: 20px;
    left: 40px;
}
.og-grid li > a {
    border: none;
    outline: none;
    display: block;
    position: relative;
    z-index: 10;
    height: 388px;
    width:216px;
    color:white;
    text-decoration: none;
    cursor: pointer;

}
.og-grid li > a:hover {
    text-decoration: none;
}

.og-grid li > a >div {
    padding:30px;
    height: 100%;
    width: 100%;
}

.og-grid li > a >div >h1{
    font-size: 10rem;
	text-align:center;
	margin-top:0;
	border-bottom:1px solid #F1F1F1;
    /* font-family: 'DIN Condensed Bold';*/
}
.og-grid li > a >div >p {
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: 'DINProCondBold';
    text-transform:uppercase;
	text-align:center;
}
.full-width .bar-chart-holder{
    width:100%;
    text-align: center;
}
.full-width .bar-chart-holder:after {
    left:276px;
}
.half-graph .bar-chart-holder:after {
    height: 89%;
    top: 20px;
    left: 191px;
}
.graph-3-2{
    margin-left: -19px !important;
}
.graph-3-2.bar-chart-holder:after {
    height: 78%;
    top: 20px;
    left: 80px !important;
}
.graph-4-2.bar-chart-holder:after {
    height: 68%;
    top: 20px;
    left: 94px !important;
}
.graph-8-4{
    width:80%;
    border:1px solid #ccc;
}
.graph-8-4.bar-chart-holder:after {
    height: 66%;
    top: 20px;
    left: 70px !important;
}
.og-grid li.og-expanded > a::before {
    bottom: -23px;
    border-style: solid;
    border-top-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 19px;
    left: 50%;
    margin: -20px 0 0 -19px;
}
.extra-top-padding {
    padding-top:100px;
}
.og-grid li.og-expanded > a::after {
    bottom: -29px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 19px;
    left: 50%;
    margin: 27px 0 0 -19px;
}

.og-expander {
    position: absolute;
    background: #fff;
    border-top: solid 4px black;
    border-bottom: solid 4px black;
    top: auto;
    left: 50%;
    width: 100%;
    height: 0;
    overflow: hidden;
    max-width: 940px;
    margin:23px auto 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}
.overlay-content .col-lg-12 {
    margin-bottom: 20px;
}
.og-expander-inner {
    padding: 50px 30px;
    height: 100%;
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.og-close::before,
.og-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.og-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
    background: #333;
}

.og-fullimg,
.og-details {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.og-details {
    padding: 0 40px 0 20px;
}

.og-fullimg {
    text-align: center;
}

.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.og-details h3 {
    font-weight: 300;
    font-size: 52px;
    padding: 40px 0 10px;
    margin-bottom: 10px;
}

.og-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999;
}

.og-details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    outline: none;
}

.og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px;
}

.og-details a:hover {
    border-color: #999;
    color: #999;
}

.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -moz-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 768px) {

    .og-fullimg { display: none; }
    .og-details,.half-graph { float: none; width: 100%; }
    .og-grid li > a {
        width: 100%;
        height: 286px;
        padding-bottom: 130px;
    }
    .canvas-holder {
        margin:0;
    }
}
.image-container {
    min-height: 350px;
}
.imgchart .image-container {
    min-height: 230px;
}
.chart3-3 .image-container {
    min-height: 166px;
}
.chart4-4 .image-container {
    min-height: 190px;
}
.pie-legend.grapg4-4{
    right:20%;
}
.chart5-2 .image-container {
    min-height: 150px;
    margin-top:65px;
}
.graph6-2.pie-legend {
    right:10%;
}
.grapg7-1.pie-legend {
    right:9%;
}
.graph7.pie-legend{
    right:inherit;
}
.graph7-2.pie-legend {
    margin: 0 !important;
    right: 40%;
}
.graph7-2.pie-legend p{
    margin: 0 ;
}
.graph7-2-3.pie-legend{
    right:33%;
}
.graph7-2-2.pie-legend{
    top:47%;
    right:40%;
}
.graph8-4.pie-legend {
    right:20%;
}
.graph9-1.pie-legend{
    right:28%;
}
.graph9-2.pie-legend{
    right:13%;
}
.graph9.pie-legend{
    right:0;
}
.graph9-3.pie-legend{
    right:20%;
}
.canvas-holder.text-area.grapg9-2-2{
    padding-top:0;
}
.canvas-holder.text-area.grapg9-2-2 h2{
    margin-bottom:0;
}
.image-animate.canvas-holder.graph10{
    width:auto;
}
.canvas-holder.text-area.graph10-3{
    padding-top:0;
}
.canvas-holder.text-area.graph10-3 h2{
    margin-bottom:0;
}
.canvas-holder.text-area.graph10-3 p.blurb{
    margin-bottom:0;
}
.graph-5-4{
    margin-bottom:20px;
}
.chart6-2 .image-container {
    min-height: 350px;
}
.chart6-2.image-animate:before,
.chart6-2.image-animate:after {
    height:330px;
}
.graph10 .image-container {
    min-height: 550px;
    left:15%;
}
.graph10.image-animate:before,
.graph10.image-animate:after {
    height:550px;
}
.canvas-holder.grap_10_1{
    padding:0;
    text-align:left;
    border-bottom:1px solid #CCC;
    min-height:134px;
}
.canvas-holder.grap_10_1 h2{
    margin-bottom:0;
}
.graph10-1 img{
    margin-bottom:5px;
}
.imgchart .pie-legend{
    position: inherit;
    max-width: 100%;
    margin: 0;
    left: inherit;
    float: left;
    transform: none;
    right: inherit;
    margin-left: 58px;
}
.imgchart .pie-legend p span{
    line-height: 1;
    margin: 6px 0;
    font-size: 16px;
    padding-left: 14px;
    position: relative;
    margin-right:10px;
    color:#000;
}
.chart5-2 .pie-legend{
    margin-left: 69px;
}
.grapg5-1.pie-legend{
    right:20%;
}
.black:before{
    background:#000;
}
.chart6-2 .pie-legend{
    position:inherit;
    max-width:100%;
    margin:0 0 0 175px;
}
/*grid color styles*/
.overlay-content p.font22{
    padding-bottom:20px;
}
.first-grid-box >a,
.first-grid-box .owl-theme .owl-controls .owl-buttons div{
    background-color:#94a858;

}
.first-grid-box.og-expanded > a::before ,
.first-grid-box.og-expander
{
    border-color:#94a858;
}
.first-grid-box p.font22{
    color:#94a858;
    border-bottom:1px solid #94a858;
}
.graph1-1.pie-legend{
    left:55%;
    max-width:100%;
    right:inherit;
}
.graph1-2.pie-legend, .graph1-3.pie-legend{
    left:52%;
}
.second-grid-box >a,
.second-grid-box .owl-theme .owl-controls .owl-buttons div{
    background-color:#b97f54;
    border-bottom:1px solid #94a858;

}
.second-grid-box.og-expanded > a::before ,
.second-grid-box.og-expander
{
    border-color:#b97f54;
}
.second-grid-box p.font22{
    color:#b97f54;
    border-bottom:1px solid #b97f54;
}
.graph2-3.pie-legend{
    max-width:35%;
}
.second-grid-box .imgchart .pie-legend{
    max-width: 100%;
    position:inherit;
    right:inherit;
    left:inherit;
    margin-top:-10px;
}
.third-grid-box >a,
.third-grid-box .owl-theme .owl-controls .owl-buttons div{
    background-color:#4c8692;

}
.third-grid-box.og-expanded > a::before ,
.third-grid-box.og-expander
{
    border-color:#4c8692;
}
.third-grid-box p.font22{
    color:#4c8692;
    border-bottom:1px solid #4c8692;
}
.fourth-grid-box >a,
.fourth-grid-box .owl-theme .owl-controls .owl-buttons div{
    background-color:#91815f;

}
.fourth-grid-box.og-expanded > a::before ,
.fourth-grid-box.og-expander
{
    border-color:#91815f;
}
.fourth-grid-box p.font22{
    color:#91815f;
    border-bottom:1px solid #91815f;
}
.vert-bar-chart {
    margin-top: -70px;
}
.fifth-grid-box >a,
.fifth-grid-box .owl-theme .owl-controls .owl-buttons div{
    background-color:#91b8bf;

}
.fifth-grid-box.og-expanded > a::before ,
.fifth-grid-box.og-expander
{
    border-color:#91b8bf;
}
.fifth-grid-box p.font22{
    color:#91b8bf;
    border-bottom:1px solid #91b8bf;
}
.sixth-grid-box >a,
.sixth-grid-box .owl-theme .owl-controls .owl-buttons div{
    background-color:#7a6a68;

}
.sixth-grid-box.og-expanded > a::before ,
.sixth-grid-box.og-expander
{
    border-color:#7a6a68;
}
.sixth-grid-box p.font22{
    color:#7a6a68;
    border-bottom:1px solid #7a6a68;
}
.seventh-grid-box >a,
.seventh-grid-box .owl-theme .owl-controls .owl-buttons div{
    background-color:#72825a;

}
.seventh-grid-box.og-expanded > a::before ,
.seventh-grid-box.og-expander
{
    border-color:#72825a;
}
.seventh-grid-box p.font22{
    color:#72825a;
    border-bottom:1px solid #72825a;
}
.eighth-grid-box >a,
.eighth-grid-box .owl-theme .owl-controls .owl-buttons div{
    background-color:#815152;

}
.eighth-grid-box.og-expanded > a::before ,
.eighth-grid-box.og-expander
{
    border-color:#815152;
}
.eighth-grid-box p.font22{
    color:#815152;
    border-bottom:1px solid #815152;
}
.ninth-grid-box >a,
.ninth-grid-box  .owl-theme .owl-controls .owl-buttons div{
    background-color:#9d4848;

}
.ninth-grid-box.og-expanded > a::before ,
.ninth-grid-box.og-expander
{
    border-color:#9d4848;
}
.ninth-grid-box p.font22{
    color:#9d4848;
    border-bottom:1px solid #9d4848;
}
.tenth-grid-box >a,
.tenth-grid-box  .owl-theme .owl-controls .owl-buttons div{
    background-color:#597d68;

}
.tenth-grid-box.og-expanded > a::before ,
.tenth-grid-box.og-expander
{
    border-color:#597d68;
}
.tenth-grid-box p.font22{
    color:#597d68;
    border-bottom:1px solid #597d68;
}
/* popup style starts */
.preview
{
    z-index:9999;
    cursor:pointer;
}
#basic-modal-contentinitial{
    position:absolute;
    left:0;
    background:#000;
    width:80%;
    overflow:auto;
    display:none;
    z-index:9999;
    padding:20px;
    border:10px solid #999;
	overflow:hidden;
}

#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
}
#popupdata
{
    width:70%;

}



.modalCloseImg
{
    background:url(../images/x.png) no-repeat;
    width:25px;
    height:29px;
    display:none;
    z-index:9999;
    position:absolute;
    top:138px;
    cursor:pointer;
}
#popupdataHome
{
    width:100%;
}

.popupdataHome{ width:99% !important; left:0 !important; }
.modalCloseImg.home{ right:0 !important}

.popup_video{
    width:100%;
    height:600px;
}
.home_ppv h2{
	margin:5px 0 10px 0;
	color:#FFF;
}
.home_popup_video {
	width:100%;
	height:600px;
}
.chart3-3
/* popup style ends */

@media screen and (max-width: 767px) {
    .og-expander,.overlay-content {
        padding-left: 0;
        padding-right: 0;
    }
	
    .canvas-holder {
        width: inherit;
    }
    .image-container img {
        max-width: 100%;
    }
    .image-animate.canvas-holder img{
        padding-top: 15px;
    }
    .bar-chart-holder.bar-chart-large {
        padding-left: 85px;
    }
    .full-width .bar-chart-holder:after {
        top:5%;
        left:180px;
    }
    .half-graph .bar-chart-holder:after {
        left:185px;
    }
    .third-graph {
        width: 100%;
        float: none;
    }
    #chart-area-9 {
        margin: 0;
    }
    .fact-pointer {
        text-align: center;
        width: 100%;
        position: static;
    }
    img {
        max-width: 100% !important;
    }
    .bar-chart {
        margin-left: 8px ;
    }
    .vert-bar-chart {
        margin-top: 0;
    }
    .pie-legend.below {
        margin: 0 20px;
    }
    .half-graph .bar-chart-holder.extra-small:after {
        height: 48%;
        top: 20px;
        left: 77px;
    }
    .absolute-text {
        width:100%;
    }
}
.white_paper .download{
    float:left;
    width:100%;
}
.white_paper .archieve h2{
    margin:0 0 15px;

}
.white_paper .archieve h2.year{
    font-size:24px;
    margin:0;
}
.white_paper p.underline{
    border-bottom:1px solid #CCC;
    padding-bottom:10px;
}
p.underline a{
	color:#6c6d6c;
}
.white_paper p.blurb{
    margin-top:15px;
}
.white_paper h2{
    margin-top:14px;
}
.white_paper h2 span{
    margin-right:6px;
    padding-top:12px;
    float:left;
    color:#8c8f90;
}
.white_paper h2 a span:hover{
    color:#4c8794;
}
.white_paper .archieve{
    margin-bottom:35px;
}
.press_release p{
    margin:15px 0;
}
.media_coverage h1{
    margin-bottom:15px;
}
.media_coverage h2.year{
    text-transform:inherit;
}
.media_coverage p span{
    font-weight:bold;
}
.asda_bm .main-title h1{
    margin-bottom:40px;
    text-transform:inherit;
}
.asda_bm .test_head h1{
    color:#9e4949;
}
.asda_bm  .sub-title p{
    margin-bottom:50px;
}
.asda_bm h2.year{
    margin:0 0 10px;
    text-transform:inherit;
}
.asda_bm ul{
	margin:15px 0 15px 25px;
	max-width:80%;
}
.asda_bm ul li{
	font-family:'GARA';
	list-style:disc;
	font-size:20px;
	line-height:24px;
}
.contact_us .main-title h1{
    text-transform:uppercase;
}
.infographics .col-xs-12{
	margin-bottom:20px;
}
.infographics a{
    font-family: 'GARA';
    font-size:16px;
    float:left;
    margin-bottom:10px;
}
.infographics a{
	max-width:145px;
}
.infographics a img{
    border-right:1px solid #9b9b9b;
	max-width:145px;
}
.infographics{
}
.findings .main-title h1{
    margin-bottom:30px;
}
.finding_video{
    margin:40px 0;
}
.font_bold{
    font-weight:bold;
}

/*home page courosel*/
.home_slider{
	padding-bottom:30px;
	margin:30px 0 0 0;
}
.topblock{
    margin: 0 auto;
    max-width: 250px;
    padding-bottom: 3px;
    min-height:54px;
}
.bottomblock a img{
	margin-bottom:10px;
}
.topblock img{
    float:left;
    max-width: 60px;
    max-height: 60px;
    border-radius: 100%;
    margin-right:20px;
}
.txtwrapper {
    float: left;
}
.home_slider .txtwrapper h1 {
    color: #333333;
    font-size: 15px;
    margin: 19px 10px 5px 0px;
    text-transform: uppercase;
    letter-spacing: inherit;
    line-height: inherit;
}
.home_slider .txtwrapper h2 {
    color: #999999;
    font-size: 11px;
    margin: 0 10px 0 0px;   
    letter-spacing: inherit;
    line-height: inherit;
}

hr {
    background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: .1em;
    margin: 0 0 1.45em;
    border: none;
}
hr.ruler {
    clear: both;
    margin: 20px auto;
    max-width: 340px;
}
.home_slider p {
    color: #003a63;
    font-size: 24px;
    margin: 0 auto;
    max-width: 840px;
    text-align: center;
	
}
.home_slider .tweets_by{
	text-transform: inherit;
	font-size:24px;	
}

.flex-direction-nav, .flex-pauseplay{
	display:none;
}
.flex-control-nav {
    float: left;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    padding: 0;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a.flex-active{
	background: rgba(0, 0, 0, 1);
}
/*home courosel ends*/

/*Responsive style starts*/

@media (max-width: 767px) {
	.owl-theme .owl-controls {
	position:relative;
}
	.owl-prev, .owl-next {
		top:0 !important;
	}
}
@media (min-width: 768px) {
	.owl-paragraph {
		margin-bottom:50px;
	}
}

@media (max-width:994px) {
    .hero .home_hero h1{
       font-size: 80px;
       line-height: 72px;
    }
    .home_hero .testimonial h1{
        font-size:40px;
        float:left;
        width:100%;
    }
    .hero .home_hero h3{
        margin-top:0;
    }
    
    .hero .home_hero span.eightth{
        line-height:23px;
    }
    .og-grid li{
        margin:20px 0px 20px 10px;
    }
}
@media (max-width:816px) {
    .navbar-nav>li>a{
        font-size:14px;
        padding:20px 10px 0px
    }
    .top_nav{
        width:50%;
    }
}
@media (max-width:767px) {
.navbar-header {
	width: 100%;
}
.navbar-brand {
	padding: 0;
}
.nav {
	padding: 0;
	float:left;
}
.navbar li{
	float:left;
	width:100%;
}
.navbar-nav>li>a{
	padding:8px 0;
	font-size:16px;
}
.dropdown:hover .dropdown-menu {
	display: none;
}
.navbar-nav .open .dropdown-menu {
	display: block;
	float: left;
	padding: 0;
	width:100%;
}
.home_button{
	float:left;
	margin:20px 0;
	text-align:center;
	width:100%;
}
.home_button li{
	margin:10px 0;
}
.home_button li, .home_button li a{
	float:left;
	width:100%;
}
.hero .video_home, .hero .youtube_video{
	float:left;
	width:100%;
	margin:1.5em 0;
}
.canvas-holder, .canvas-holder canvas{
	width:100%;
	margin:0;
}
#chart-area-1{
	margin:0;
	width:100%;
}
.bar-chart-holder:after{
	background:none;
}
.og-expander{
	max-width:100%;
}
.image-container{
	min-height:150px;
}
#image-chart-1-1, #image-chart-1-2{
	left:0;
}
.grap2_1_bg1{
	display:none;
}
.og-grid li {
	margin: 5px 0;
	width: 100%;
}
.home_button li a{
	font-size:18px;
	padding:10px 0;
}
.infographics a img{
	max-width:100%;
}
.home_slider{
	float:left;
	width:100%;
}
.home_slider .flex-viewport{
	float:left;
	width:100%;
}	
.flex-control-nav{
	position:inherit;
}
.home_slider p, hr.ruler{
	max-width:90%;
}
.test_italic h2.test_name{
	float:left;
	width:100%;
}
.test_italic p.font22{
	float:left;
	width:100%;
}
.test_italic h2.test_name:after{
	left:0;
}
#basic-modal-contentinitial{
	width:100%;
	left:0 !important;
	padding:5px;
}
.popup_video{
	height:300px;
}
.modalCloseImg{
	right:20px !important;
}
.home_popup_video {
	height:300px;
}
.panel .col-sm-3{
	width:100%;
}
.home_hero .testimonial.heading p.font30{    
	font-size: 2.2rem;
    line-height: 2.2rem;
}
}

@media (max-width:446px) {
	.mobVideo{ float:left !important; width:100% !important}
    .hero .home_hero .eightth{
        font-size:16px;
        line-height:20px;
    }
    .hero .home_hero h1{
        font-size:70px;
		line-height: 62px;
    }
}


/*Responsive style Ends*/