    /****************** Google Fonts Import*************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

/****************** Responsive Styles***************************/

@media (min-width: 1200px) {
    .container {
        max-width: 1750px !important;
    }
}

@media (max-width: 760px) {
    body {
        padding-top: 80px !important;
    }
    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .content-area {
        margin-left: 0px !important;
    }
    .dropdown-menu > li > a {
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        text-transform: uppercase;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:active,
    .dropdown-menu > li > a:focus,
    .dropdown-submenu:hover > a {
        background: none !important;
        color: #800 !important;
    }
    .features-primary h4 {
        text-align: center !important;
    }
    #features {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    #features .feature {
        margin-bottom: 0px !important;
    }
    #features .feature img {
        margin: 0px auto !important;
        float: none !important;
    }
    #features .feature .info h3 {
        text-align: center;
    }
    .pic-right,
    .info-left {
        float: none !important;
    }
    .sectionTitle {
        margin-top: 10px !important;
        text-align: center !important;
    }
    .headline {
        padding-left: 5px;
        padding-right: 5px;
    }
    .page-header {
        text-align: center;
        padding-bottom: 5px !important;
    }
    .page-header h3 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .about-stats {
        text-align: center;
    }
    .about-stats h1 {
        font-size: 54px !important;
    }
    .about-info {
        padding-top: 0px !important;
        text-align: center;
    }
    .about-testimonials {
        text-align: center;
    }
    .about-testimonials h3 {
        margin-bottom: 20px !important;
        margin-top: -10px !important;
    }
    .contactform .submit-button,
    .commentform .submit-button {
        text-align: center !important;
        margin-top: 20px;
    }
    .address {
        padding-bottom: 30px;
        text-align: center !important;
    }
    footer {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .quicklinks {
        margin-top: 10px !important;
    }
    .footer-posts,
    .footer-contact,
    .footer-newsletter {
        text-align: center;
    }
    #portfolio #filters {
        text-align: center !important;
        padding-left: 0px !important;
    }
    #team #team_filters {
        text-align: center !important;
        padding-left: 0px !important;
    }
    #team #team_container .photo {
        width: 100% !important;
    }
    .project-detail .project-info {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .headline-pricing {
        font-size: 24px !important;
    }
    .job-opening {
        min-height: 200px !important;
    }
    #result p {
        margin-left: 0px !important;
    }
    .rn {
        display: none !important;
    }
    .not-rn {
        display: inline !important;
    }
    .blog-content {
        min-height: 0px !important;
    }
    .blog-post-item {
        margin-bottom: 20px !important;
    }
    .blog-post-item h4,
    .blog-post h4 {
        margin-top: 10px !important;
        text-align: center;
    }
    .blog-post-item img {
        width: 100% !important;
    }
    .blog-post-metadata,
    .blog-post-tags,
    .blog-post-content-summary {
        text-align: center;
    }
    .sidebar-item {
        margin-bottom: 20px;
        text-align: center;
    }
    .comment-text:after,
    .comment-text:before {
        display: none;
    }
    .comment-row {
        text-align: center;
    }
    .comment-row img {
        margin-bottom: 20px;
    }
    .login-box {
        width: 99% !important;
        margin-top: 20px !important;
    }
    .login-box .remember-me {
        margin-top: -10px !important;
    }
    .login-box .cta {
        text-align: center !important;
    }
    .time-boxes .box .circle {
        height: 75px !important;
        width: 75px !important;
        padding: 25px 15px !important;
        font-size: 16px !important;
    }
    .time-boxes .box p {
        font-size: 10px;
    }
    .coming-soon .subscribe .input-group {
        width: 100% !important;
    }
    .error-404 {
        margin-top: 30px !important;
        margin-bottom: 40px !important;
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .error-404 h1 {
        font-size: 30px !important;
    }
    .banner ul li {
        text-align: center !important;
        min-height: 700px !important;
    }
    .banner ul li img {
        margin-bottom: 20px !important;
    }
    .banner ul li h1 {
        font-size: 24px !important;
    }
}


/********************BootStrap Modifications *******************/


/****HTML Elements***/

body {
    padding-top: 0px;
    background: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    color: #333;
}

hr {
    border-color: #ccc;
}

a {
    color: #744104;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #e09236;
    text-decoration: none;
}

label {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    color: #333;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}


/****Navbar***/

.navbar-default {
    background-color: #fff;
    border: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #744104;
    margin-bottom: 0px;
    z-index: 10000 !important;
    -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
}

.navbar-brand,
.navbar-brand:focus {
    font-size: 20px;
    font-weight: 600;
    color: #744104 !important;
}

.brand {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
}

.strap {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

.navbar .nav {
    padding-top: 5px;
}

.navbar .nav > li > a {
    color: #744104;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #800;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #e09236;
    background-color: transparent;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
    color: #800;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown.open > a:focus .caret {
    border-top-color: #800;
    border-bottom-color: #800;
}

.dropdown-menu > li > a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus {
    background-color: #FF5555;
    color: #fff;
}

.navbar-default .navbar-toggle {
    color: #fff;
    background-color: #744104;
    border-color: #744104;
    margin-top: 15px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #e09236;
    *background-color: #e09236;
    border-color: #e09236;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.container {
    padding-left: 8%;
    padding-right: 8%;
}


/****Pagination***/

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #f44;
    border-color: #f44;
}


/********************Custom Styles *******************/


/* Side Menu */

.sidemenu,
.sidemenu ul,
.sidemenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidemenu {
    background: #fff;
    display: block;
    position: fixed;
    height: auto;
    min-height: 700px;
    width: 210px;
    top: 0px;
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.4);
    z-index: 1037;
}

.sidemenu > li {
    cursor: pointer;
    text-align: center;
}

.sidemenu > li > a {
    padding-top: 30px;
    color: #888;
    display: block;
    text-decoration: none;
}

.sidemenu > li > a.selected {
    color: #e1e1e1;
}

.sidemenu > li > a:hover {
    color: #ddd;
    transition: color .3s ease;
    -o-transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
}

.sidemenu > li > a.flyout:hover:after {
    content: "  ";
    display: inline-block;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #f44;
    height: 0px;
    margin-top: -15px;
    position: absolute;
    left: 142px;
    width: 1px;
    z-index: 1038;
}

.sidemenu > li > ul {
    display: none;
    visibility: hidden;
}

.sidemenu > li > ul > li {
    color: #fff;
}

.sidemenu > li:hover > ul {
    display: block;
    visibility: visible;
    position: absolute;
    left: 160px;
    top: 0px;
    width: 280px;
    height: 100%;
    background-color: #f44;
    border-right: 1px solid #666;
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.4);
}

.submenu {
    text-align: left;
    list-style: none;
    cursor: default;
}

.submenu-section {
    padding-top: 20px !important;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 15px !important;
    cursor: default;
}

.submenu-item a {
    display: block;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #fff;
    font-weight: 600;
    width: 100%;
}

.submenu-item a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d00;
}

.submenu-item a:hover:after {
    content: "";
    display: inline-block;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    height: 0px;
    position: relative;
    left: 10px;
    width: 1px;
}

.sidemenu-brand {
    font-size: 18px;
    font-weight: 600;
    color: #744104 !important;
    margin-top: -19px;
    padding-bottom: 22px;
    border-bottom: 0px solid #b7b7b7;
    background-color: #fff;
    padding-top: 40px !important;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s
}

.sidemenu-brand:hover {
    background-color: #fff;
}

.textoside {
    color: #744104 !important;
    padding-left: 0%;
    margin-top: 50px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.textoside a {
    color: #744104 !important;
}

.textoside a:hover {
    color: #e09236 !important;
}


/*********/

.content-area {
    margin-left: 210px;
}

.login-strip {
    position: fixed;
    top: 0;
    right: 2%;
    width: 180px;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #272727;
    border-top: 0px;
    z-index: 1037;
    background: #272727;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.login-strip a {
    color: #ddd;
}

.login-strip a:hover {
    color: #fff;
}

.header {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
}

.header h4 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: -2px;
    padding-bottom: 9px;
    border-bottom: 2px solid #d00;
}

.address h4 {
    margin-bottom: 10px;
}

.icon-6x {
    font-size: 6em;
}

.icon-10x {
    font-size: 10em;
}

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

.btn-header {
    margin-top: 10px !important;
    margin-left: 10px;
    background-color: #a00 !important;
    border-color: #a00 !important;
    color: #fff !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.btn-header:hover,
.btn-header:focus {
    background-color: #c00 !important;
    border-color: #c00 !important;
}

.btn-main {
    margin-top: 0px;
    background-color: #744104;
    border-color: #744104;
    color: #fff;
}

.btn-main:hover,
.btn-main:focus {
    background-color: #e09236;
    border-color: #e09236;
    color: #fff;
}

.page-header {
    background: #eee;
    border-bottom: 1px solid #aaa;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.page-header h3 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 300;
    margin-top: 38px;
    margin-bottom: 5px;
    color: #333;
}

.page-header h3 small {
    margin-top: 10px;
    color: #555;
}

.page-header a {
    color: #333;
}

.page-header .active {
    color: #d00;
}

.page-header a:hover {
    color: #f00;
    text-decoration: none;
}

.headline {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    color: #333;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.headline-alt {
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 28px;
}

.headline-alt small {
    font-size: 16px;
    display: block;
    margin-top: 20px;
    line-height: 25px;
    color: #666;
}

.headline-alt .btn {
    margin-top: 20px;
}

.sectionTitle {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    padding-bottom: 10px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333;
}

.features-primary {
    background: #f1fbff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #333;
}

.features-primary p {
    text-align: justify;
    color: #555;
    padding-bottom: 10px;
}

.features-primary h4 {
    color: #333;
}

#features {
    margin-top: 70px;
    margin-bottom: 20px;
    border-bottom: 0px solid #ccc;
}

#features .feature {
    padding-top: 50px;
    padding-bottom: 50px;
}

#features .feature .info h3 {
    font-size: 21px;
    margin-top: 45px;
    color: #333;
}

#features .feature .info h3 img {
    margin-right: 18px;
    position: relative;
    top: -10px;
}

#features .feature .info p {
    margin-top: 15px;
    color: #555;
}

.pic-right {
    float: right;
}

.info-left {
    float: left;
}

.clients .bx-wrapper {
    padding: 10px;
    margin-left: 0px;
}

.clients .bx-viewport {
    background-color: #fff;
}

.client-slider img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.client-slider img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.about-stats {
    padding-top: 0px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.about-stats h1 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 80px;
    font-weight: 200;
    color: #333;
}

.about-stats p {
    color: #555;
}

.about-info {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.about-info h3 {
    margin-top: 0px;
    font-size: 20px;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    color: #555;
}

.about-testimonials {
    padding-top: 40px;
    padding-bottom: 30px;
}

.about-testimonials h3 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 20px;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    color: #555;
}

.about-testimonials blockquote {
    border-left: 0px;
    padding-left: 0px;
    color: #333;
}

.about-testimonials small {
    color: #555;
}

.contactform {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contactform h4 {
    margin-bottom: 40px;
    margin-top: -10px;
}

.contactform .submit-button {
    text-align: right;
}

.address dt,
dd {
    text-align: left;
}

.icon-bg {
    color: #744104;
}

.service-row {
    margin-top: 15px;
    margin-bottom: 25px;
}

.service-row a h3 {
    color: #555;
    font-size: 20px;
}

.service-row a:hover h3 {
    color: #555;
}

.service-item:hover .icon-bg {
    color: #744104;
}

.service-item {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.service-item h3 {
    margin-top: 15px;
    font-size: 20px;
}

.service-item p {
    color: #777;
}


/*.service-item:hover{
	background-color:#e0f7ff;
}*/

.jobs {
    margin-top: 15px;
    margin-bottom: 25px;
}

.job-opening {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    min-height: 250px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.job-opening h3 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.job-opening p {
    color: #777;
}

.job-opening:hover {
    background-color: #fef5ed;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 0.25);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.25);
}

.jobs a {
    color: #333;
}

.jobs a h3 {
    font-size: 20px;
    color: #555;
}

.jobs a:hover {
    color: #333;
    text-decoration: none;
}

.jobs a:hover {
    color: #333;
    text-decoration: none;
}

.jobs a:hover p {
    color: #555;
}

.project-detail {
    padding-bottom: 50px;
    padding-top: 50px;
}

.project-detail img {
    width: 100%;
}

.project-detail h3 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 300;
    margin-top: 0px;
    color: #555;
    margin-bottom: 20px;
}

.cta-bar {
    background: #fff;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0px;
    text-align: center;
}

.cta-bar h3 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #555;
}

.pricing {
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
    margin-bottom: 60px;
}

.pricing:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 0.25);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.25);
}

.pricing-header {
    padding-top: 5px;
    padding-bottom: 20px;
    color: #777;
}

.pricing-header h3 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #333;
    font-size: 30px;
}

.pricing-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #777;
}

.pricing-item strong {
    color: #555;
}

.strike {
    text-decoration: line-through;
}

.pricing-item-highlighted {
    background-color: #f6f6f6;
    font-size: 14px;
}

.pricing-item-highlighted strong {
    font-size: 30px;
    font-weight: 400;
}

.pricing-recommended .pricing-item-highlighted {
    background-color: #f44;
    color: #fff;
    border-top: 0px;
    padding-top: 16px;
}

.pricing-recommended .pricing-item-highlighted strong {
    color: #fff !important;
}

.pricing-recommended .pricing-item-highlighted strong {
    color: #222;
}

.pricing .btn-main {
    margin-top: 0px;
}

.clients {
    padding-top: 20px;
    padding-bottom: 20px;
}

.client {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.client:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 0.25);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.25);
    background-color: #fef5ed;
}

.client-header {
    color: #777;
    border-bottom: 1px solid #ccc;
}

.client-footer {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.client-header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
}

.client h3 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #333;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3em;
}

.client p {
    padding: 10px;
    text-align: justify;
}

.search-bar {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.search-bar h4 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    color: #555;
}

#faq {
    margin-top: 50px;
    margin-bottom: 50px;
}

#result {
    margin-left: -40px;
}

#result p {
    display: none;
    margin-left: 45px;
}

#result p.active {
    display: block;
}

#result li h4 {
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 600;
}

.indent {}

#result li {
    list-style: none inside none;
    padding-bottom: 20px;
}

.rn {
    display: inline-block;
    background-color: #744104;
    color: #fff;
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -2px;
    padding-top: 5px;
    padding-left: 1px;
    border: 2px solid #744104;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.not-rn {
    display: none;
}

.blog {
    margin-top: -20px;
}

.blog-content {
    min-height: 1000px;
    border-right: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-post-item {
    margin-bottom: 80px;
}

.blog a:hover {
    text-decoration: none;
}

.blog-post-item h4,
.blog-post h4 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: -2px;
    padding-bottom: 9px;
    border-bottom: 1px dotted #ccc;
    margin-top: 0px;
}

.blog-post .header-image {
    width: 100%;
    margin-top: 15px;
}

.blog-post-metadata {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    color: #666;
}

.blog-post-metadata span {
    margin-right: 10px;
}

.blog-post-tags {
    padding-top: 5px;
    border-bottom: 1px dotted #ccc;
}

.blog-post-social {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    height: 100px;
}

.blog-post-content-summary,
.blog-post-content {
    margin-top: 15px;
}

.blog-paging {
    margin-bottom: 50px;
    text-align: center;
}

.blog-sidebar {
    padding-top: 30px;
}

.blog-sidebar .sidebar-item {
    margin-top: 50px;
}

.blog-sidebar .sidebar-item small {
    display: block;
    padding-top: 20px;
}

.blog-sidebar .sidebar-item .btn-main {
    margin-top: 0px;
}

.label-tag {
    background-color: #eee;
    color: #555;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
}

.label-tag:hover {
    background-color: #ccc;
    color: #333;
}

.blog-sidebar button i {
    color: #999 !important;
}

.blog-comments {
    margin-top: 40px;
}

.blog-comments h4 {
    border-bottom: 0px;
    margin-bottom: 30px;
}

.blog-post {
    margin-bottom: 20px;
}

.commentform {
    padding-bottom: 40px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

.commentform .submit-button {
    text-align: right;
}

.comment-row {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: -15px;
}

.comment-metadata {
    margin-top: 10px;
    font-size: 12px;
    color: #555;
}

.comment-text {
    background-color: #f1f1f1;
    padding: 10px;
    position: relative;
    border: 1px solid #ccc;
}

.comment-text:after,
.comment-text:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.comment-text:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f1f1f1;
    border-width: 10px;
    top: 30px;
    margin-top: -10px;
}

.comment-text:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #ccc;
    border-width: 11px;
    top: 30px;
    margin-top: -11px;
}

.gallery {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.gallery img {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.gallery a:hover .img-thumbnail {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 255, 0.50);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 255, 0.50);
    box-shadow: 0 0 10px rgba(0, 0, 255, 0.50);
}

.login-box {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 80px;
    border: 1px solid #ddd;
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #555;
}

.login-header {
    background-color: #CFF3FF;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.login-footer {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
}

.login-form {
    padding: 20px;
}

.login-box hr {
    border-color: #ddd;
}

.login-box .input-group {
    margin-bottom: 15px;
}

.login-box .remember-me {
    text-align: left;
}

.login-box label {
    color: #555;
    margin-top: 8px;
}

.login-box .btn {
    margin-top: 0px;
}

.login-box .cta {
    margin-top: 20px;
}

.login-box .related-links {
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-box .btn-block {
    margin-bottom: 10px;
}

.coming-soon {
    text-align: center;
    color: #fff;
}

.coming-soon hr {
    border-top: 1px solid #800;
}

.coming-soon .brand {
    font-size: 40px;
    font-weight: 200;
}

.coming-soon h3 {
    margin-bottom: 30px;
}

.time-boxes {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.time-boxes .box {
    display: inline-block;
}

.time-boxes p {
    text-transform: uppercase;
}

.time-boxes .box .circle {
    color: #fff;
    padding: 40px 40px;
    height: 125px;
    width: 125px;
    font-size: 32px;
    font-weight: 400;
    text-decoration: none;
    margin: 15px -10px;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    border-radius: 50% 50%;
    border: 1px solid rgba(153, 0, 0, 0.5);
    background-color: rgba(153, 0, 0, 0.5);
}

.coming-soon .subscribe .input-group {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.coming-soon .subscribe {
    border-bottom: 1px solid #800;
    padding-top: 0px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.coming-soon .social-networks a {
    border: 2px solid #a00;
    background-color: #a00;
    margin-bottom: 20px;
    color: #fff;
}

.coming-soon .social-networks a:hover {
    border: 2px solid #d00;
    background: #d00;
    color: #fff;
}

.error-404 {
    margin-top: 80px;
    margin-bottom: 130px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.error-404 .icon-bug {
    color: #f44;
}

.error-404 p {
    margin-top: 30px;
    margin-bottom: 30px;
}

footer {
    background-color: #fff;
    color: #333;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #ccc;
}

footer h5 {
    color: #333;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 16px;
}

footer i {
    margin-top: 3px !important;
}

footer a {
    color: #333;
}

footer a:hover {
    text-decoration: none;
}

footer input[type=text] {
    margin-top: 10px;
}

footer hr {
    border-bottom-width: 0px;
    border-top: 1px solid #ccc;
}

#footer-bottom {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #744104;
    position: relative;
    bottom: 0px;
}

#footer-bottom div {
    font-size: 16px;
    font-weight: 400;
    color: #e1e1e1;
    margin-bottom: 10px;
}

.social-networks {
    margin-top: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.social-networks a {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 2px 0px 0px 0px;
    font-size: 12px;
    border: 2px solid #f44;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 26px;
    line-height: 17px;
    background-color: #f44;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s
}

.social-networks a:hover {
    border: 2px solid #d00;
    background: #d00;
    color: #fff;
}


/****************************jquery plugins styles************************/


/******BX Slider**********/

.bx-wrapper {
    margin-left: 5px;
    width: 100%;
}

.bx-viewport {
    border-width: 0px !important;
    box-shadow: none !important;
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.slide h4,
.slide h5 {
    text-align: center;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 1036;
}


/*******Unslider Stylings******/

.banner {
    position: relative;
    width: 100%;
    overflow: auto;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
}

.banner ul {
    list-style: none;
    width: 300%;
    padding-left: 0px;
}

.banner ul li {
    display: block;
    float: left;
    width: 33%;
    padding: 50px 0 110px;
    min-height: 300px;
    background-color: #fff;
    background-image: url("image_02.jpg");
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc;
}

.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding-left: 0px;
    text-align: center;
}

.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #555;
    border-radius: 6px;
    cursor: pointer;
}

.banner .dots li.active {
    background: #555;
    opacity: 1;
    filter: alpha(opacity=100);
}


/***isotope portfolio ***/

#portfolio {
    margin-top: 30px;
    margin-bottom: 30px;
}

#portfolio #filters_container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

#portfolio #filters_container h4 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin-top: 0px;
    font-weight: 400;
}

#portfolio #filters {
    list-style-type: none;
    text-align: right;
    font-size: 14px;
}

#portfolio #filters li {
    display: inline-block;
    margin: 0px;
}

#portfolio #filters li.separator {
    color: #ccc;
    font-weight: 200;
    margin: 0px 3px;
}

#portfolio #filters li a {
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    transition: color .2s;
}

#portfolio #filters li a.active {
    color: #222;
}

#portfolio #gallery_container {
    margin-bottom: 50px;
    margin-top: 30px;
}

#portfolio #gallery_container .photo {
    width: 270px;
    margin: 5px;
    display: inline-block;
    position: relative;
}

#portfolio #gallery_container .photo:hover .mask {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}

#portfolio #gallery_container .photo .mask {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: none;
    top: 0px;
    left: 0px;
    height: 100%;
    padding: 0px 20px;
    width: 100%;
    background: #f44;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

#portfolio #gallery_container .photo .mask h4 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    text-align: center;
    color: #fff;
    position: relative;
    top: 10%;
}

#portfolio #gallery_container .photo .mask small {
    color: #fff;
    position: relative;
    top: 10%;
    display: block;
    text-align: center;
}

#portfolio #gallery_container .photo .mask .more {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 7%;
    left: 43%;
}


/***isotope team ***/

#team {
    margin-top: 30px;
    margin-bottom: 30px;
}

#team #team_filters_container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

#team #team_filters_container h4 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin-top: 0px;
    font-weight: 400;
}

#team #team_filters {
    list-style-type: none;
    text-align: right;
    font-size: 14px;
}

#team #team_filters li {
    display: inline-block;
    margin: 0px;
}

#team #team_filters li.separator {
    color: #ccc;
    font-weight: 200;
    margin: 0px 3px;
}

#team #team_filters li a {
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    transition: color .2s;
}

#team #team_filters li a.active {
    color: #222;
}

#team #team_container {
    margin-bottom: 50px;
    margin-top: 30px;
}

#team #team_container .photo {
    width: 140px;
    margin: 6px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

#team #team_container img {
    width: 100%;
}

#team #team_container .photo:hover .mask {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}

#team #team_container .photo .mask {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: none;
    top: 0px;
    left: 0px;
    height: 100%;
    padding: 0px 20px;
    width: 100%;
    background: #f44;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

#team #team_container .photo .mask h4 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    text-align: center;
    color: #fff;
    position: relative;
    top: 10%;
    font-size: 14px;
    font-weight: 600;
}

#team #team_container .photo .mask small {
    color: #fff;
    position: relative;
    top: 10%;
    display: block;
    text-align: center;
    font-size: 12px;
}

#team #team_container .photo .mask .twitter_handle {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 7%;
    left: 0;
    text-align: center;
    width: 100%;
}


/***sharrre styles ***/

.sharrre {
    margin: 0px 30px 0 0px;
    float: left;
}

.sharrre .box a:hover {
    text-decoration: none;
}

.sharrre .count {
    color: #525b67;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    width: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b2c6cc;
    background: #fbfbfb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f6f6f6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    /* IE10+ */
    background: linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
}

.sharrre .count:before,
.sharrre .count:after {
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    width: 0;
    height: 0;
}

.sharrre .count:before {
    border: solid 7px transparent;
    border-top-color: #b2c6cc;
    margin-left: -7px;
    bottom: -14px;
}

.sharrre .count:after {
    border: solid 6px transparent;
    margin-left: -6px;
    bottom: -12px;
    border-top-color: #fbfbfb;
}

.sharrre .share {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#twitter .share {
    text-shadow: 1px 0px 0px #0077be;
    filter: dropshadow(color=#0077be, offx=1, offy=0);
    border: 1px solid #0075c5;
    background: #26c3eb;
    background: -moz-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26c3eb), color-stop(50%, #26b3e6), color-stop(51%, #00a2e1), color-stop(100%, #0080d6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
    /* IE10+ */
    background: linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#26c3eb', endColorstr='#0080d6', GradientType=0);
    /* IE6-9 */
    box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #5cd3f1 inset;
}

#facebook .share {
    text-shadow: 1px 0px 0px #26427e;
    filter: dropshadow(color=#26427e, offx=1, offy=0);
    border: 1px solid #24417c;
    background: #5582c9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5582c9 0%, #33539a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5582c9), color-stop(100%, #33539a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5582c9 0%, #33539a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5582c9 0%, #33539a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5582c9 0%, #33539a 100%);
    /* IE10+ */
    background: linear-gradient(top, #5582c9 0%, #33539a 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5582c9', endColorstr='#33539a', GradientType=0);
    /* IE6-9 */
    box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #80a1d6 inset;
}

#googleplus .share {
    text-shadow: 1px 0px 0px #222222;
    filter: dropshadow(color=#222222, offx=1, offy=0);
    border: 1px solid #262626;
    background: #6d6d6d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6d6d6d 0%, #434343 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6d6d), color-stop(100%, #434343));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6d6d6d 0%, #434343 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6d6d6d 0%, #434343 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6d6d6d 0%, #434343 100%);
    /* IE10+ */
    background: linear-gradient(top, #6d6d6d 0%, #434343 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#434343', GradientType=0);
    /* IE6-9 */
    box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #929292 inset;
}


/**************************magnific popup************************/

.mfp-bg {
    background-color: #111;
    opacity: 0.9;
    filter: alpha(opacity=90);
}


/**************************Banner responsivo************************/

.carousel-item {
    height: 400px;
    min-height: 400px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 1px solid #aaa;
}


/* ==================================== */


/* ============= 13. TEAM SECTION ============ */


/* ==================================== */

#teamz {
    margin-top: 30px;
    margin-bottom: 30px;
}

#teamz img {
    border-radius: 78px;
    width: 156px;
    height: 156px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#teamz h4 {
    font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 700;
}

#teamz hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.teamz-hover {
    position: absolute;
    left: 50%;
    margin-left: -78px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 156px;
    height: 156px;
    border-radius: 80px;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}


/*.team-hover:hover {
opacity:1;
}*/

.teamz-hover-text {
    position: relative;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    top: 50%;
    text-align: center;
    margin-top: -16px;
}

.teamz-info h4 {
    font-weight: 700;
}

.teamz-info h6 {
    color: #373d49;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    #teamz img {
        width: 132px;
        height: 132px;
    }
    .teamz-hover {
        margin-left: -66px;
        width: 132px;
        height: 132px;
    }