/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Figure responsive images
 */

figure.responsive {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #ccc;
    color: #000;
    padding: 0.2em;
}

/* ==========================================================================
   Stylesheet for (Project name) - width: bootstrap
   ========================================================================== 

Content:
1. GENERAL STYLES
2. PAGE STRUCTURE ELEMENTS
3. WRAPPERS
4. NAVIGATION
5. CLOUDS
6. BUTTONS
7. CONTENT 
8. TABS, BANNERS and SLIDERS
9. OTHER
10. JQUERY DYNAMIC CLASSES
*/   

/*
 * 1. GENERAL STYLES
 * -----------------------------------------------------------------------------------------
 * Custom font
 */

@font-face {
    font-family: 'exo';
    src: url('/static/fonts/exo.eot');
    src: url('/static/fonts/exo.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/exo.woff') format('woff'),
         url('/static/fonts/exo.ttf') format('truetype'),
         url('/static/fonts/exo.svg#exo') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/static/fonts/fontawesome.eot?v=4.0.3');
    src: url('/static/fonts/fontawesome.eot?#iefix&v=4.0.3') format('embedded-opentype'), 
         url('/static/fonts/fontawesome.woff?v=4.0.3') format('woff'), 
         url('/static/fonts/fontawesome.ttf?v=4.0.3') format('truetype'), 
         url('/static/fonts/fontawesome.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body,
button,
input,
select,
textarea {
    color: #222;
}

body.index {
    font-family: 'exo', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    background: #ffffff;
    background-size: cover;
}
body {
    font-family: 'exo', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    background: url('/static/img/slider/bg_1.jpg') top center no-repeat;
    background-size: cover;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'exo', Arial, Helvetica, sans-serif;
}

/*
 * Link basic styles
 */

a {
    text-decoration: none;
    color: #D2232A;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
a:hover {
    color: #990006;
}

/*
 * Input focus highlight
 */

input[type=text],
input[type=email],
input[type=search],
input[type=number],
input[type=tel],
input[type=password],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    outline: none;
}
 
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
    box-shadow: 0 0 5px #9ecaed;
    border: 1px solid  #9ecaed!important;
}

/*
 * Font awesome
 */

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
}
.fa-inverse {
    color: #fff;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.modal.fade .modal-dialog {
     -moz-transform: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.modal.in .modal-dialog {
    -moz-transform: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/*
 * 2. PAGE STRUCTURE ELEMENTS
 * -----------------------------------------------------------------------------------------
 */
 .bg_yellow,
 .well {
    background: url('/static/resources/bg_yellow.jpg') center right no-repeat;
    background-size: cover;
 }

 .bg_white {
    background-color: #fff;
 }

 footer,
 .footer {
    background-color: #f3f3f3;
 }
 
 .well {
    border-radius: 0px;
}

/*
 * 3. WRAPPERS
 * -----------------------------------------------------------------------------------------
 */

/*
 * 4. NAVIGATION
 * -----------------------------------------------------------------------------------------
 */

.nav_main {
    background-image: none;
    background-repeat: repeat-x;
    border-radius: 0px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.85);
    border-color: none;
    border: none;
    filter: none;
    padding: 0;
}
.nav_main ul li a {
    text-transform: uppercase;
    color: #d2232a;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
    color: #d2232a;
}
.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-collapse.collapse {
    float: right;
}
.navbar-collapse {
    border-top: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    max-height: 340px;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
    font-weight: normal;
    color: #646464!important;
}

.nav_main.navbar-default .navbar-toggle {
    border: solid 1px #000;
    padding: 5px;
    margin-top: 24px;
    border-radius: 0;
    background-color: #fff!important;
}
.nav_main.navbar-default .navbar-toggle:focus,
.nav_main.navbar-default .navbar-toggle:active {
    background-color: #d2232a!important;
}
.nav_main.navbar-default .navbar-toggle .icon-bar {
    background-color: #d2232a;
    height: 4px;
}
.nav_main.navbar-default .navbar-toggle:focus .icon-bar,
.nav_main.navbar-default .navbar-toggle:active .icon-bar {
    background-color: #fff!important;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.dropdown-menu {
    background: #f6bf29;
    border-radius: 0px;
    width: 100%;
    padding-bottom: 15px;
    top: 58px;
}
.dropdown-menu li {
    float: left;
    width: 95%;
    border-bottom: solid 1px #f9d26a;
    margin-left: 4%;
    text-align: left;
}
.dropdown-menu li a {
    padding: 10px 0 5px 5px!important;
    text-transform: none!important;
    color: #000!important;
    font-weight: bold!important;
}
.dropdown-menu li a .fa {
    color: #fff;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    background: #fff;
    max-width: 180px;
}
.dropdown-submenu>.dropdown-menu li {
    float: none;
    width: 90%;
    border-bottom: none;
}
.dropdown-submenu>.dropdown-menu li a {
    font-size: 12px!important; 
}
.dropdown-submenu>.dropdown-menu {
    display: block;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-header {
    width: 100%;
}

.nav_img  {
    background:  #f6c02c;
    padding: 0;
}
.nav_img a {
    text-decoration: none;
}
.nav_img.black {
    background:  #272d30;
}
.nav_img:hover  {
    background:  #000;
}
.nav_img.black:hover {
    background:  #000;
}
.nav_img.black:hover h2 {
    color:  #fff;
}
.nav_img:hover h2 {
    color:  #fff;
}
.nav_img h2 {
    color: #272d30;
    padding: 15px 5px;
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.nav_img h2.black {
    color: #fff;
    padding: 15px 5px;
    text-align: center;
}
.nav_img img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    border-right: none;
    max-width: 100.5%!important;
    float: left;
    -moz-backface-visibility: hidden;
}
.nav_img img:hover {
     filter: none; 
    -webkit-filter: none; /* Chrome 19+ & Safari 6+ */
    -moz-backface-visibility: hidden;
}
.no_shit_view {
    margin: 20px 0 0 !important;
}
.item_review h3 {
    padding: 0px 20px 10px 0;
    float: none;
    margin: 0 0 10px;
    color: #272d30;
    font-size: 25px;
    text-align: center;
}
.item_review h2 {
    padding: 0 20px 4px 0;
    float: left;
    margin: 0 0 10px;
    color: #272d30;
    font-size: 25px;
    clear: left;
}
.item_review p {
    clear: both;
    margin-bottom: 10px;
    color: #272d30;
}
.fa_sa .fa {
    font-size: 24px;
}
.video {
    margin: 50px 0 20px 0;
}
.video a {
    cursor: pointer;
}
.index_column,
.index_column a {
    color: #757e82;
}
.index_column table tr td {
    padding: 3px 3px;
    font-size: 15px;
}
.index_column table tr td .fa {
    font-size: 20px;
    color: #757e82;
}
.index_column address {
    line-height: 24px;
} 
.index_column h2 {
    margin: 0 0 30px 0;
    font-style: italic;
    font-size: 30px;
    color: #272d30;
}
.index_column h2 strong span {
   color: #d2232a;
}
.modal-lg {
    width: 90%!important;
}
.more {
    background: #272d30;
    color: #fff!important;
    font-style: italic;
    font-weight: bold;
    border-radius: 4px;
    padding: 15px 30px 10px;
    display: inline-block;
    margin-bottom: 20px;
    border: none;
}
.more:hover {
    background: #d2232a;
    color: #fff!important;
    text-decoration: none!important;
}
.common_content {
    margin-bottom: 20px;
}
.common_content ul li {
    margin-bottom: 5px;
}
.common_content h1 {
    margin: 20px 0 30px 0;
    font-style: italic;
    font-size: 36px;
    color: #272d30;
}
.common_content h1 strong span {
   color: #d2232a;
}
.common_content img {
    margin-bottom: 20px;
}
.contact_page h2 .fa{
    color: #D2232A;
    font-weight: bold;
}
.phone {
    font-size: 30px;
    color: #D2232A;
    margin-top: 50px;
}
/*
 * 5. CLOUDS
 * -----------------------------------------------------------------------------------------
 */

/*
 * 6. BUTTONS
 * -----------------------------------------------------------------------------------------
 */

/*
 * 7. CONTENT
 * -----------------------------------------------------------------------------------------
 */

 .banner-text {
    background: rgba(0,0,0,0.8);
    padding: 0;
 }
 .banner-text h1 {
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    font-style: italic;
    font-weight: normal;
 }
  .banner-text h1 span {
    color: #d2232a;
    font-weight: bold;
 }

  .white-banner {
    background: rgba(255,255,255,0.8);
    padding: 20px 0;
    margin-top: 15px;
    text-align: left;
 }
.white-banner .circle {
    background: #272d30;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    margin: 0 10px 0 20px;
    text-align: right;
}
.white-banner .circle .fa {
   color: #fff;
   font-size: 20px;
   text-align: right;
   margin-right: 3px;
}
.white-banner p {
   color: #272d30;
   margin: 0;
   line-height: 30px;
   display: inline-block;
   height: 30px;
}
.reviews h2 {
    font-style: italic;
    font-size: 30px;
    margin-top: 80px;
}
.reviews h2 span {
    font-weight: bold;
}
.carousel-control {
    background: none repeat scroll 0 0 #fff;
    border: none;
    border-radius: 0px;
    color: #f6c02d;
    font-size: 25px;
    font-weight: 10;
    height: 15px;
    right: 10px;
    line-height: 15px;
    margin-top: 0px!important;
    opacity: 1.0;
    filter:alpha(opacity=100);
    position: absolute;
    text-align: center;
    width: 15px;
    top: -5px;
    left: auto;
    text-shadow: none;
    border-radius: 50%;
}
.carousel-control:hover {
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.left-item {
    right: 30px!important;
}
.right-item {
    right: 0px!important;
}

/*
 * 8. TABS, BANNERS and SLIDERS
 * -----------------------------------------------------------------------------------------
 */

/*
 * 9. OTHER
 * -----------------------------------------------------------------------------------------
*/

/*
 * Erpium link
 * Customize margin to match your design
 * Customize the font color and size to match your design.
 */

.erpium, .erpium a {
    color: #757575;
}
.erpium {
    float: left;
    font-size: 13px; /*11px*/
    margin-top: 15px;
}
.erpium img {
    width: 56px;
}
.erpium a {
    text-decoration: none;
    font-size: inherit;
}
.erpium a:hover {
    text-decoration: underline;
}
.copyright {
    color: #757575;
    margin-top: 15px;
    font-size: 13px;
}

/*
 * Responsive Google maps
 */

.google-map-canvas-2,
.google-map-canvas,
.google-map-canvas * { .box-sizing(content-box); }

.google-map-canvas {
    height: 0;
    padding-bottom: 18.25%; /* 16: 9 */
    position: relative;
    width: 100%;
    margin: 0;
}
.google-map-canvas-2 {
    height: 0;
    padding-bottom: 45.25%; /* 16: 9 */
    position: relative;
    width: 100%;
    margin: 0;
}

.google-map-canvas iframe,
.google-map-canvas-2 iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.logo img {
    margin: 5px 0;
}
/*
 * Floating Follow Tab
 */

#floating_follow_tab {
    /* Position and float the tab */  
    position: fixed;
    z-index: 1;
    right: 0;
    top: 130px;
    height: 55px;
    /* Give the tab width */
    width: 260px;
    background: #f6c02c;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 17px;
    line-height: 55px;
    overflow: hidden;
}
#floating_follow_tab li {

}
/* General style for buttons within the tab */
#floating_follow_tab a {
    display: block;
    height: 55px;
    width: 55px;
    background: #272d30;
    float: left;
    line-height: 55px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.padding-respo {
    padding-bottom: 5px;
}
.ref_container {
    background: #fff;
    padding: 5px 5px 10px;
    margin: 20px 0 20px;
     -moz-box-shadow: 0px 0px 5px rgba(68,68,68,0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(68,68,68,0.3);
    box-shadow: 0px 0px 5px rgba(68,68,68,0.3);
}
.ref_container img {
    max-width: 100%;
    margin-bottom: -4px!important;
}
.ref_container img:hover {
   opacity: 0.75;
   filter:alpha(opacity=75); /* For IE8 and earlier */
}
.ref_container h4 {
    color: #D2232A;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}
.feature {
    width: 200px;
    height: 200px;
    background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%); 
    background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%); 
    background: -ms-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ededed 0%, #ffffff 100%);  
    background: linear-gradient(top, #ededed 0%, #ffffff 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ededed, endColorstr=#ffffff);
    border: solid #dbdbdb 5px;
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%; 
    margin-bottom: 30px;
    text-align: center;
 }
 .feature2 {
    border: solid #D2232A 3px;
    text-align: center;
    width: 130px;
    display: inline-block;
    margin: 0 10px 20px;
 }
  .feature2 img {
    max-width: 100%;
    height: auto;
 }
 .feature:hover {
    border: solid #c6c6c6 5px;
    -moz-box-shadow: 0px 0px 8px rgba(68,68,68,0.35);
    -webkit-box-shadow: 0px 0px 8px rgba(68,68,68,0.35);
	box-shadow: 0px 0px 8px rgba(68,68,68,0.35);
 }
.feature a {
    color: #848484;
    text-decoration: none;
}
.feature p {
    font-size: 12px;
}
.feature .fa {
    font-size: 80px;
    margin-top: 40px; 
}
.n2 {
    background: #d2232a;
    width: 100%;
    text-align: center;
    line-height: 63px;
    float: right;
    text-decoration: none;
    padding-top: 5px;
    -webkit-animation: changeColor 3s infinite;
    -moz-animation: changeColor 3s infinite;
    animation: changeColor 3s infinite;
}
.n2:hover {
    text-decoration: none;
    color: #d2232a;
    background: #222222;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.n2 .circle-white {
    background: #fff;
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%; 
    display: inline;
    font-weight: bold;
    font-style: italic;
    font-size: 36px;
    padding: 0 8px;
}
.n2 .circle-white sub {
    font-size: 16px;
    font-weight: bold;
}
.n2 .vs {
    color: #fff;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 72px;
}
.n2 .fa {
    font-size: 26px;
    color: #fff;
    float: right;
    margin: 22px 10px 0 0;
}
.feature3 h3 {
    font-size: 14px;
    margin-top: 0px;
}
.align_center {
    text-align: center;
}
.common_content_2 {
    padding-top: 25px;
    border-top: dashed 1px #666;
}
@-webkit-keyframes changeColor {
    0% {
        background: #d2232a;
    }
    50% {
        background: transparent;
    }
    100% {
        background: #d2232a;
    }
}
@keyframes changeColor {
    0% {
        background: #d2232a;
    }
    50% {
        background: transparent;
    }
    100% {
        background: #d2232a;
    }
}
/*
 * 10. JQUERY DYNAMIC CLASSES
 * -----------------------------------------------------------------------------------------
 */

input.parsley-success, textarea.parsley-success {
    color: #468847 !important;
    background-color: #DFF0D8 !important;
    border: 1px solid #D6E9C6 !important;
    }
input.parsley-error, textarea.parsley-error {
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}
ul.parsley-error-list {
    font-size: 11px;
    margin: 2px!important;
    padding: 0px!important;
    list-style-type: none; 
}
ul.parsley-error-list li {
    padding-bottom: 2px!important;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.clear {
    clear: both;
}
.no_margin {
    margin: 0!important;
}
.no_padding {
    padding: 0!important;
}
.padding_top_10 {
    padding: 10px 0 0;
}
.padding_top_20 {
    padding: 20px 0 0;
}
.padding_top_30 {
    padding: 30px 0 0;
}
.padding_custom {
    margin-top: 50px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary styles.
   Modify as content requires.
   ========================================================================== */

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .nav_img h2 {
        min-height: 68px;
    }
    .item_review {
        text-align: center;
    }
    .item_review img {
        display: inline-block;
        margin-bottom: 20px;
    }
    .common_content {
        padding: 0px;
    }
    .google-map-canvas {
        padding-bottom: 33.25%; /* 16: 9 */
    }
    .dropdown-submenu>.dropdown-menu li a {
        font-size: 12px!important; 
        font-weight: normal!important;
        border: none!important;
    }
    .dropdown-submenu>.dropdown-menu li {
        margin-left: 50px;
    }
    .common_content h1 {
        font-size: 28px;
    }
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        color: #646464!important;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #646464;
    }
     .item_review {
        margin: 50px 0 20px 0;
    }
    .item_review h3 {
        float: left;
        text-align: left;
    }
    .item_review h2 {
        margin-bottom: 0;
    }
    .padding_custom {
        margin-top: 100px;
    }
     .banner-text h1 {
        font-size: 26px;
        padding-left: 40px;
     }
     .padding-respo {
        padding-bottom: 0px;
    }
    .erpium {
        float: right;
    }
    .no_shit_view {
        margin: 140px 0 0 !important;
    }
    .feature p {
        font-size: 14px;
    }
     .dropdown-submenu>.dropdown-menu {
        display: none;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-menu li {
        float: left;
        width: 45%;
        border-bottom: solid 1px #f9d26a;
        margin-left: 4%;
        text-align: left;
    }
     .dropdown-menu {
        background: #f6bf29;
        border-radius: 0px;
        width: 360px;
        padding-bottom: 15px;
        top: 58px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .padding_custom {
        margin-top: 150px;
    }
     .banner-text h1 {
        font-size: 34px;
        padding-left: 40px;
     }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .padding_custom {
        margin-top: 250px;
    }
    .phone {
    font-size: 40px;
    color: #D2232A;
    margin-top: 50px;
}
}


/* We occasionally expand on these media queries to include a max-width to limit CSS to a narrower set of devices. */
@media (max-width: 480px) { }
@media (min-width: 768px) and (max-width: 991px) {
    .nav.navbar-nav {
        padding-top: 15px;
    }
    .padding-respo {
        text-align: center;
    }
    .padding-respo .circle {
       display: inline-block;
       float: none;
       margin-bottom: 10px;
    }
    .padding-respo p {
       clear: both;
       line-height: 20px;
    }
    .nav_img h2 {
        font-size: 15px;
        min-height: 63px;
    }
    .item_review {
        text-align: center;
        margin-top: 0px;
    }
    .item_review img {
        display: inline-block;
        margin-bottom: 5px;
        width: 50px;
    }
    .n2 .circle-white {
        background: #fff;
        -webkit-border-radius: 50%; 
        -moz-border-radius: 50%; 
        border-radius: 50%; 
        display: inline;
        font-weight: bold;
        font-style: italic;
        font-size: 30px;
        padding: 0 4px;
    }
    .n2 .vs {
        margin-left: 5px;
        margin-right: 5px;
        line-height: 92px;
    }
    .n2 .fa {
        display:none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
     .nav.navbar-nav {
        padding-top: 25px;
    }
    .padding-respo p {
       font-size: 11px;
    }
    .padding-respo .circle {
       margin-left: 10px;
    }
    .item_review {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
     .nav.navbar-nav {
        padding-top: 25px;
    }
}
@media (max-width: 360px) {
    .nav_img {
        width: 100%;
    }
}
