/*font-family: 'Roboto Condensed', sans-serif;*/

body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #373737;
    background: #ffffff;
}
.padding-none
{
    padding: 0;
}

.padding
{
    padding: 10px;
}

.padding-sm
{
    padding: 5px;
}

.padding-lg
{
    padding: 22px;
}

.padding-top-none
{
    padding-top: 0;
}

.padding-top
{
    padding-top: 14px;
}

.padding-top-sm
{
    padding-top: 5px;
}

.padding-top-ex-lg
{
    padding-top: 70px;
}

.padding-bottom-ex-lg
{
    padding-bottom: 70px;
}

.padding-top-lg
{
    padding-top: 22px;
}

.padding-right-none
{
    padding-right: 0;
}

.padding-right
{
    padding-right: 14px;
}

.padding-right-sm
{
    padding-right: 5px;
}

.padding-right-lg
{
    padding-right: 22px;
}

.padding-bottom-none
{
    padding-bottom: 0;
}

.padding-bottom
{
    padding-bottom: 14px;
}

.padding-bottom-sm
{
    padding-bottom: 5px;
}

.padding-bottom-lg
{
    padding-bottom: 22px;
}

.padding-left-none
{
    padding-left: 0;
}

.padding-left
{
    padding-left: 14px;
}

.padding-left-sm
{
    padding-left: 5px;
}

.padding-left-lg
{
    padding-left: 22px;
}

.margin-none
{
    margin: 0;
}

.margin
{
    margin: 14px;
}

.margin-sm
{
    margin: 5px;
}

.margin-lg
{
    margin: 22px;
}

.margin-top-none
{
    margin-top: 0;
}

.margin-top
{
    margin-top: 14px;
}

.margin-top-lg
{
    margin-top: 22px;
}

.margin-top-sm
{
    margin-top: 5px;
}

.margin-right-none
{
    margin-right: 0;
}

.margin-right
{
    margin-right: 14px;
}

.margin-right-lg
{
    margin-right: 22px;
}

.margin-right-sm
{
    margin-right: 5px;
}

.margin-bottom-none
{
    margin-bottom: 0;
}

.margin-bottom
{
    margin-bottom: 14px;
}

.margin-bottom-lg
{
    margin-bottom: 22px;
}

.margin-bottom-sm
{
    margin-bottom: 5px;
}

.margin-left-none
{
    margin-left: 0;
}

.margin-left
{
    margin-left: 14px;
}

.margin-left-lg
{
    margin-left: 22px;
}

.margin-left-sm
{
    margin-left: 5px;
}

.border-left-none
{
    border-left: none;
}

.border-right-none
{
    border-right: none;
}

.border-bottom-none
{
    border-bottom: none;
}

.border-top-none
{
    border-top: none;
}

.border-none
{
    border: none;
}
.margin-auto
{
    margin: auto;
}
.font-bold
{
    font-weight: bold;
}
.border-right
{
    border-right: 1px solid #dfdfdf;
}
.border-left
{
    border-left: 1px solid #dfdfdf;
}
.border-top
{
    border-top: 1px solid #dfdfdf;
}
.border-bottom
{
    border-bottom: 1px solid #dfdfdf;
}
.content-adjust:after, .content-adjust:before
{
    display: table;
    content: "";
    clear: both;
}

a, .fa
{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.col-center {
    float: none;
    margin:0 auto;
}
.img-center-main {
    max-width: 100%;
    height: 243px;
}
.img-center {
    max-width: 100%;
    height: 243px;
}
.img-center-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.img-center-inner img {
    max-height: 200px;
    width: 100%;
}

.btn-warning
{
    background: #f78f1e;
    border-color: #f78f1e;
    border-radius: 0px;
}

.btn-warning:hover, .btn-warning:focus
{
    background: #a2a4a7;
    border-color: #a2a4a7;
}

.bg-f3f3f3
{
    background: #f3f3f3;
}

h1, h2, h3, h4
{
    font-family: 'Roboto Condensed', sans-serif;
}

/*Style Ends*/

.top-header
{
    background: #232323;
}

.top-header .contacts li
{
    padding-left: 8px;
    padding-right: 8px;
}

.top-header .contacts li a
{
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    font-size: 16px;
}

.top-header .contacts li a:hover, .top-header .contacts li a:focus
{
    color: #f78f1e;
    text-decoration: none;
}

.top-header .contacts li a .fa
{
    color: #f78f1e;
}

.top-header .social
{
    text-align: right;
}

.top-header .social li a .fa
{
    color: #f78f1e;
    font-size: 18px;
}

.top-header .btn-warning
{
    padding: 13px 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.bottom-header {
    border-bottom: 1px solid #cccccc;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border:0px;
    margin-bottom: 0px;
}

.navbar-form
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -30px;
}

.navbar-nav > li > a
{
    font-size: 15px;
    color: #373737;
    text-transform: uppercase;
    padding: 28px 12px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    color: #f78f1e;
    background-color: transparent;
}

.main-menu .navbar-form .form-control
{
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f3f3f3;
    border: 0px;
    height: 82px;
    font-size: 18px;
}

.main-menu .navbar-form label
{
    position: absolute;
    right: 17px;
    top: 20px;
    font-size: 28px;
}

.navbar-nav > li > .dropdown-menu
{
    padding: 0px;
}

.dropdown-menu > li > a
{
    padding: 8px 20px;
    font-size: 15px;
    color: #373737;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #f78f1e;
    text-decoration: none;
    background-color: transparent;
}

.home-title
{
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 2px solid #f78f1e;
    padding-bottom: 15px;
    display: inline-block;
}

.p
{
    color: #6a6a6a;
    line-height: 24px;
}

.body .btn-warning
{
    padding: 10px 20px;
}

.consult-section
{
    background: #f78f1e;
}

.appointment-form
{
    color: #ffffff
}

.appointment-form h2
{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.btn-link
{
    color: #f78f1e;
}

.appointment-form h3
{
    font-size: 16px;
    text-align: center;
}

.appointment-form h3.first
{
    font-size: 30px;
    text-align: center;
    font-variant: small-caps;
}

.appointment-form .form-control
{
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff;
    margin-top: 1px;
    background-color: rgba(255,255,255,0.2);
    padding: 13px 10px;
    border: 1px solid rgba(229,229,229,0.14);
    height: 50px;
}

.appointment-form textarea.form-control
{
    height: auto;
}

.appointment-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.appointment-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.appointment-form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.appointment-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.appointment-form .btn-default
{
    background-color: #2c2c2c;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 11px 40px;
    width: 100%;
    border: 1px solid #2c2c2c;
    color: #ffffff;
    border-radius: 0px;
}

.appointment-form .btn-default:hover, .appointment-form .btn-default:focus
{
    background-color: transparent;
    color: #2c2c2c;
    border-color: #2c2c2c;
}

.blog-box
{
    max-width: 360px;
    margin: 0px auto 20px;
}

.blog-img img
{
    border: 1px solid #cccccc;
}

.footer
{
    background: #000000;
    color: #ffffff;
}

.footer .list-inline li
{
    padding-right: 15px;
    padding-left: 15px;
}

.footer .list-inline li a
{
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.footer .list-inline li a:hover, .footer .list-inline li a:focus
{
    color: #f78f1e;
    text-decoration: none;
}

.footer .list-inline li:not(:last-child):after {
    content: "|";
    float: right;
    position: relative;
    margin-top: 0px;
    color: #ffffff;
    margin-right: -20px;
}

/*---Inner Page---*/

.inside-slider
{
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.inside-slider-inner
{
    height: 300px;
    background-color: rgba(0,0,0,0.50);
}

.entry-title
{
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    padding: 9% 0%;
    text-transform: uppercase;
}

.contact-form .form-control
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    width: 100%;
    color: #999999;
    padding: 13px 10px;
    font-weight: normal;
    background-color: rgba(0,0,0,.03);
    text-transform: inherit;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
}

.contact-form textarea.form-control
{
    height: auto;
}

.contact-sidebar-icon
{
    width: 67px;
    height: 67px;
    text-align: center;
    line-height: 76px;
    background: #f78f1e;
    border-radius: 3px;
}

.contact-sidebar-icon .fa
{
    color: #ffffff;
    font-size: 30px;
}

.contact-sidebar-text h4
{

}
.error
{
    font-size: 50px;
    color: #ff0404;
    font-weight: bold;
    margin-bottom: 0px;
}

.error404
{
    color: #f78f1e;
    font-size: 140px;
    margin: 0px;
    font-weight: 900;
}

.page-not-available
{
    color: #ff0404;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    font-weight: 900;
}
.return-to-home-page
{
    font-size: 20px;
    font-weight: 900;
}
.return-to-home-page a
{
    color: #f78f1e;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #f78f1e;
    border-color: #f78f1e;
}
.pagination > li > a, .pagination > li > span{
    color: #000000;
    background-color: #ffffff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    color: #000000;
}
div.wpcf7-validation-errors {
    border: 2px solid #f78f1e !important;
    color: #f00 !important;
}
.comment-respond .form-submit{
    margin-top: 12px;
}
.comment-respond .form-submit input[type="submit"]{
    display: inline-block;
    padding: 15px 35px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f78f1e;
    border-color: #f78f1e;
    border-radius: 0px;
    color: #fff;

}
.comment-respond .form-submit input[type="submit"]:hover, .comment-respond .form-submit input[type="submit"]:focus {
    background: #a2a4a7;
    border-color: #a2a4a7;
}

.thememount-team-box {
    margin-bottom: 30px;
}

.thememount-team-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.thememount-team-img img {
    border-radius: 0;
    max-width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #cccccc;
}

.thememount-team-data {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.thememount-team-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.thememount-team-position
{
    margin-top: 0px;
}

.thememount-team-box .thememount-team-position {
    color: #838383;
    font-size: 15px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

.our-firm-title
{
    padding-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 20px;
}

.sidebar-main 
{
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #d4d4d4;
}

.sidebar h3 
{
    margin-top: 0px;
}

.sidebar .menu
{
    list-style-type: none;
    padding: 0px;
}

.sidebar .menu li {
    padding: 10px 15px;
    border-bottom: 1px dotted #f68a17;
    position: relative;
}

.sidebar .menu li:before
{
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 13px;
    left: 2px;
    color: #f7a143;
}

.sidebar .menu li a {
    color: #373737;
}

.sidebar .menu li a:hover, .sidebar .menu li a:focus {
    color: #f78f1e;
    text-decoration: none;
}

.form-horizontal .control-label {
    padding-top: 7px;
    color: #868686;
}

.form-horizontal .form-group
{
    margin-bottom: 25px;
    font-size: 17px;
}

.contact-form input[type="radio"], .contact-form input[type="checkbox"]
{
    margin: 7px 0 0;
    margin-left: -20px;
}

.modal-content
{
    border-radius: 0px;
}

.modal-header
{
    background: #f78f1e;
}

.modal-title
{
    color: #ffffff;
}
