@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.eot');
    src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-black-webfont.woff') format('woff'), url('../fonts/lato-black-webfont.ttf') format('truetype'), url('../fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Lato', sans-serif;
    color: #2c2c2c;
}

.box_headding {
    background-color: #fbfafb;
    width: 100%;
    color: #211b1b;
    border-bottom: #dddddd 1px solid;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
}

.box_1 {
    width: 25%;
}

.box_login {
    text-align: center;
    padding: 60px 0 60px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #4d4d4dfont-weight: 400;
}

h1,
.h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

h2,
.h2 {
    font-size: 30px;
    margin-bottom: 36px;
}

h3,
.h3 {
    font-size: 26px;
    margin-bottom: 39px;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 24px;
    margin-bottom: 40px;
}

h5,
.h5 {
    font-size: 20px;
    margin-bottom: 42px;
}

h6,
.h6 {
    margin-bottom: 39px;
}

p {
    font-size: 14px;
    line-height: 1.5;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
}

img {
    height: auto;
}

ul,
ol {
    padding-left: 15px;
}

h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h2 strong,
.h2 strong,
h4 strong,
.h4 strong {
    font-family: 'latoblack', sans-serif;
    text-transform: uppercase;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    font-size: 100%;
    color: inherit;
    border-radius: 0;
    padding: 5px 0;
    text-transform: capitalize;
}

h1 small.border-none,
.h1 small.border-none,
h2 small.border-none,
.h2 small.border-none,
h3 small.border-none,
.h3 small.border-none,
h2 small.border-none,
.h2 small.border-none,
h4 small.border-none,
.h4 small.border-none {
    border-bottom: 0px;
}

.heading-group {
    padding: 20px 0 0;
}

.svg-shape svg {
    width: 50px;
    height: 50px;
}

.svg-shape {
    height: 68px;
    position: absolute;
    right: 38px;
    text-align: center;
    width: 68px;
    top: 19px;
}

.user-svg-shape {
    position: absolute;
    right: 8px;
    top: 17px;
    width: 68px;
    height: 98px;
}

.user-svg-shape svg {
    width: 80px;
    height: 80px;
}

.border-none {
    border: none !important;
}

.btn {
    padding: 10px 25px;
}

input:focus,
textarea:focus {
    outline: none;
}

input:focus,
textarea:focus,
.btn:focus,
.zoom img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.media-content:hover .svg-shape,
.media-content .svg-shape,
.volunteer-reward:hover .svg-shape,
.volunteer-reward .svg-shape {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#page-info {
    padding-bottom: 0px;
}

[class^="icon-"] {
    background-image: url(../img/icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}

.icon-search {
    width: 24px;
    height: 24px;
}

.icon-volume {
    width: 37px;
    height: 36px;
    background-position: 0 -30px;
    margin-top: -5px;
}

.icon-user {
    width: 29px;
    height: 36px;
    background-position: 0 -69px;
    margin-top: -3px
}

.icon-heart {
    width: 38px;
    height: 36px;
    background-position: 0 -109px;
    margin-top: -3px;
}

.icon-embed {
    width: 20px;
    height: 25px;
    background-position: -40px -30px;
}

.btn-theme {
    color: #fff;
    border-radius: 0;
}

.btn-theme:hover,
.btn.btn-theme:focus {
    color: #fff;
}

.img-thumb {
    display: block;
    overflow: hidden;
}

.img-thumb img {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-thumb:hover img,
.img-thumb:focus img,
.zoom:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ftlink {
    color: #666666;
    text-decoration: none;
    background-color: #575352;
}

.ftlink a {
    color: #FFFF00;
    text-decoration: none;
    background-color: #575352;
    font-size: 12px;
}

.ftlink a:hover {
    color: #CCCCCC;
    text-decoration: none;
    background-color: #575352;
    font-size: 12px;
}

.table-wrap {
    border: 1px solid #e0e0e0;
    padding: 15px 10px 10px;
    border-radius: 8px;
    background: #f8f7f5;
}

.table {
    text-align: center;
}

.tables-outline {
    border: none;
    background: none;
}

.table-content h3 {
    margin-bottom: 0;
}

.table-content .bs-example {
    margin-bottom: 70px;
    padding-top: 20px;
}

.tables-outline>tbody>tr>td:first-child,
.tables-outline>thead>tr>th:first-child {
    border-left: 1px solid transparent;
}

.tables-outline>tbody>tr>td:last-child,
.tables-outline>thead>tr>th:last-child {
    border-right: 1px solid transparent;
}

.tables-outline>tbody>tr:last-child>td {
    border-bottom: 1px solid transparent;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    height: 37px;
}

.table>thead>tr>th {
    font-size: 18px;
    color: #4d4d4d
}

.table>tbody>tr>td {
    color: #2c2c2c;
}

.table.b-border>tbody>tr:last-child>td {
    border-bottom: 1px solid #e0e0e0;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background: #ededed;
}

.bs-example-tabs {}

.content-wrapper .shortcode-page .bs-example-tabs:last-child {
    margin-bottom: 0;
}

.tab-content {
    border-top: none;
    padding: 20px 0px 53px;
}

.nav-tabs>li {
    float: none;
}

.nav-tabs>li:last-child {
    margin-bottom: 0px;
}

.nav-tabs>li>a {
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    color: #2c2c2c;
    cursor: pointer;
}

.nav-tabs_less-space>li>a {
    margin-right: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel {
    box-shadow: none;
    border: none;
}

.panel-title>a {
    padding: 5px 0 10px 10px;
    display: block;
    position: relative;
    border-bottom: #dddddd 1px solid;
}

.toggel-icon {
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -8px;
}

.panel-heading {
    padding: 0;
    border-radius: 0;
}

.panel-default>.panel-heading {
    background-image: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.panel-collapse {
    border: 1px solid #e5e3dc;
    border-top: none;
}

.toggle-panel .panel-collapse {
    border: none;
}

.bs-example-notification {
    padding: 35px 0;
}

.content-wrapper .bs-example-notification {
    padding-bottom: 0;
}

.alert {
    padding: 13px 15px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.alert p {
    margin-bottom: 0;
}

.alert-danger {
    background: #ffdfe0;
}

.alert-success {
    background: #edffe9;
}

.alert-info {
    background: #eaf7ff;
}

.alert-warning {
    background: #fffbf0;
}

.alert-default {
    background: #f8f8f8;
}

.alert.alert-danger {
    color: #dc7276;
    border: 1px solid #f5cfcf;
}

.alert.alert-success {
    color: #68905e;
    border: 1px solid #b9e6b1;
}

.alert.alert-info {
    color: #71abd1;
    border: 1px solid #b1defb;
}

.alert.alert-warning {
    color: #d2af49;
    border: 1px solid #fbdeb1;
}

.alert.alert-default {
    color: #b9b5b4;
    border: 1px solid #dedede;
}

.alert.alert-danger p {
    color: #dc7276;
}

.alert.alert-success p {
    color: #68905e;
}

.alert.alert-info p {
    color: #71abd1;
}

.alert.alert-warning p {
    color: #d2af49;
}

.alert.alert-default p {
    color: #b9b5b4;
}

li {
    color: #2c2c2c;
}

.list-style li {
    font-size: 16px;
    list-style: none;
}

.list-unstyled,
.list-arrowstyled {
    list-style: none;
}

.list-unstyled li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 5px;
    padding-right: 8px;
    position: relative;
    top: -1px;
}

.list-arrowstyled li:before {
    content: "\f101";
    font-family: FontAwesome;
    padding-right: 8px;
}

.list-circlestyled,
.list-arrowstyled {
    padding-left: 0;
    list-style: none;
}

.list-circlestyled li:before {
    content: "\f10c";
    font-family: FontAwesome;
    padding-right: 8px;
    font-size: 11px;
}

.list-style h3 {
    margin: 45px 0 50px;
}

.bs-blockquete {
    margin-top: 50px;
}

blockquote {
    min-height: 90px;
}

.blockquote-reverse {
    min-height: 90px;
}

blockquote p {
    font-size: 20px;
    line-height: 1;
}

blockquote footer,
blockquote small,
blockquote .small {
    color: #4d4d4d
}

blockquote footer:before,
.blockquote-reverse footer:after {
    display: none;
}

.progress {
    border-radius: 0;
    height: 11px;
    margin-bottom: 53px;
    overflow: visible;
    box-shadow: 0 0 0;
    position: relative;
}

.progress-bar {
    background: #4d4d4dposition: relative;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    box-shadow: 0 0 0;
}

.progress-value {
    min-width: 69px;
    height: 27px;
    line-height: 27px;
    font-size: 16px;
    color: #4d4d4dtext-align: center;
    position: absolute;
    left: 100%;
    top: -35px;
    margin-left: -35px;
}

.progress-value-number {
    font-size: 16px;
    color: #4d4d4dposition: absolute;
    left: 0;
    bottom: -26px;
}

.progress-value:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ff5400 transparent transparent;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%;
}

.progress-bar.progress-bar-custom {
    background: rgba(38, 33, 29, 0.64)
}

.progress-bar-striped {
    background: transparent url(../img/progress-bg.png);
}

.progress-bar.slide-ranger {
    background: rgba(38, 33, 29, 0.14);
}

.slide-ranger .left-btn,
.slide-ranger .right-btn {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    top: 50%;
    background: #4d4d4dborder-radius: 100%;
    display: block;
    cursor: pointer;
}

.slide-ranger .left-btn {
    left: -2px;
}

.slide-ranger .right-btn {
    right: -2px;
}

.bnr {
    background: url(../img/Shirtino_breadcrumb-bg.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr1 {
    background: url(../img/Shirtino_breadcrumb-bg1.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr2 {
    background: url(../img/Shirtino_breadcrumb-bg2.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr3 {
    background: url(../img/Shirtino_breadcrumb-bg3.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr4 {
    background: url(../img/Shirtino_breadcrumb-bg4.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr5 {
    background: url(../img/Shirtino_breadcrumb-bg5.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr6 {
    background: url(../img/Shirtino_breadcrumb-bg6.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr7 {
    background: url(../img/Shirtino_breadcrumb-bg7.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr8 {
    background: url(../img/Shirtino_breadcrumb-bg8.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr9 {
    background: url(../img/Shirtino_breadcrumb-bg9.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr10 {
    background: url(../img/Shirtino_breadcrumb-bg10.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr11 {
    background: url(../img/Shirtino_breadcrumb-bg11.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr12 {
    background: url(../img/Shirtino_breadcrumb-bg12.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr13 {
    background: url(../img/Shirtino_breadcrumb-bg13.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr14 {
    background: url(../img/Shirtino_breadcrumb-bg14.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr15 {
    background: url(../img/Shirtino_breadcrumb-bg15.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr16 {
    background: url(../img/Shirtino_breadcrumb-bg16.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr17 {
    background: url(../img/Shirtino_breadcrumb-bg14.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr18 {
    background: url(../img/Shirtino_breadcrumb-bg18.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.bnr30 {
    background: url(../img/Shirtino_breadcrumb-bg19.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.bnr40 {
    background: url(../img/shirtino-article-banner.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.bnr41 {
    background: url(../img/shirtino-article-banner1.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.bnr42 {
    background: url(../img/shirtino-article-banner2.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.bnr43 {
    background: url(../img/shirtino-article-banner10.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.bnr44 {
    background: url(../img/shirtino-article-banner9.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.bnr45 {
    background: url(../img/shirtino-article-banner8.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.bnr46 {
    background: url(../img/shirtino-article-banner7.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.bnr47 {
    background: url(../img/shirtino-article-banner6.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.bnr31 {
    background: url(../img/Shirtino_breadcrumb-bg20.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.bnr19 {
    background: url(../img/breadcrumb-bg19.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr20 {
    background: url(../img/breadcrumb-bg20.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr21 {
    background: url(../img/breadcrumb-bg21.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr22 {
    background: url(../img/breadcrumb-bg22.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr23 {
    background: url(../img/breadcrumb-bg23.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.bnr24 {
    background: url(../img/breadcrumb-bg24.jpg) center 37.3% no-repeat;
    background-size: cover;
    padding: 31px 0 42px;
}

.breadcrumb-section {}

.breadcrumb-section h1 {
    font-weight: 700;
    margin-bottom: 0;
}

.breadcrumb {
    background: none;
    border-radius: 0;
    padding: 4px 0;
}

.breadcrumb>li,
.breadcrumb>.active,
.breadcrumb a,
.breadcrumb>li+li:before {
    color: #ffffff;
}

.breadcrumb>.active {
    font-weight: 700;
}

.bs-example {
    border: #CCC 1px solid;
}

.content-wrapper .shortcode-page .bs-example:last-child {
    margin-bottom: 0;
}

.text-uc {
    text-transform: uppercase;
}

.anim-section {
    position: relative;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -moz-transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    visibility: visible;
    opacity: 0
}

.anim-section.animate {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1
}

.side-nav {
    list-style: none;
}

.side-nav ul {
    padding-left: 0;
    padding-bottom: 31px;
}

.side-nav li {
    border-bottom: 1px solid #e1dedb;
    list-style: none;
}

.side-nav li a {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 1.5;
    display: block;
    padding: 11px 0;
}

.side-nav li:hover a,
.side-nav li.active a {
    font-weight: bold;
    color: #4d4d4d
}

.bullet-arrow {
    margin-right: 15px;
}

.page-header {
    margin: 0 0 20px 0;
    border-bottom: none;
}

.pagination {
    margin: 0;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #FFFFFF;
    border: 2px solid #4D4641;
    color: #4d4d4dmargin: 0 3px;
    padding: 8px 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #fff;
    color: #4d4d4d-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #fff;
    color: #4d4d4d
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: 0;
}

#header {
    background: #FFFFFF;
    position: relative;
    z-index: 99;
}

#header.header-third {
    background: #FFFFFF;
}

#header.navbar-fixed-top {
    position: fixed;
}

.primary-header {
    padding: 18px 0 11px;
}

.brand {
    text-align: left;
}

.btn-volunteer {
    padding: 11px 31px;
    float: right;
    margin-left: 2%;
    color: #fff;
    font-size: 11px;
}

.btn-volunteer:hover,
.btn-volunteer:focus {
    color: #fff;
}

.social-icons {
    list-style: none;
    display: table;
    padding: 18px 0 0;
    margin-bottom: 0;
}

.social-icons>li {
    margin-right: 3px;
}

#header .social-icons>li {
    margin-right: 18px;
}

.social-icons a {
    font-size: 20px;
    color: #4d4641;
    line-height: normal;
    vertical-align: middle;
    line-height: 20px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.social-icons .google-plus {
    font-size: 33px;
    font-family: 'socialico_plusregular';
}

.social-icons a:hover,
.social-icons a:focus {
    color: #fff;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default {
    border-top: 1px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: none;
    margin-bottom: 0;
}

.navbar-nav {
    margin: 0;
    float: right;
}

.navbar-default .navbar-nav>li {
    padding: 0;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    padding: 12px 0 0 0;
    font-weight: 700;
}

.navbar-nav>li>.dropdown-menu {
    text-transform: uppercase;
    border: 1px;
    border-style: solid;
    border-radius: 0;
    z-index: 1000;
    top: 100%;
    position: relative;
    width: 100%;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

.navbar-default .dropdown-menu>li>a:hover,
.navbar-default .dropdown-menu>li>a:focus {
    background: none;
    color: #4d4d4d
}

.navbar-default .navbar-toggle .icon-bar {
    background: #4d4d4d
}

a.brand img {
    padding-left: 0px
}

.navbar-nav>li>.dropdown-menu {
    border: none;
    box-shadow: none;
    width: 232px;
    margin-bottom: 22px;
}

.navbar-nav>li>.dropdown-menu>ul>li>a {
    color: #4d4d4dfont-weight: 300;
    display: block;
    padding: 9px 0;
    transition: All 250ms ease-in;
    -webkit-transition: All 250ms ease-in;
    -moz-transition: All 250ms ease-in;
    -o-transition: All 250ms ease-in;
}

.navbar-nav>li>.dropdown-menu>ul>li:last-child>a {
    border: none
}

.navbar-nav>li>.dropdown-menu>ul {
    padding: 0 21px;
}

.navbar-nav>li>.dropdown-menu>ul>li {
    list-style: none
}

.navbar-nav>li>.dropdown-menu>ul>li:hover>a,
.navbar-nav>li>.dropdown-menu>ul>li.active>a {
    font-weight: 700;
}

.navbar-nav>li>.dropdown-menu>ul>li:hover>a {
    padding: 9px 0 9px 3px;
}

.nav>li .glyphicon {
    display: block;
    float: right;
    padding-right: 10px
}

.open .glyphicon.glyphicon-chevron-down,
.submenu-icon .glyphicon.glyphicon-chevron-up {
    display: none;
}

.open .glyphicon.glyphicon-chevron-up {
    display: block;
}

.search-form {
    margin: 0;
    border-bottom: 0;
    border-left: 1px solid #d6b428;
    border-right: 1px solid #d6b428;
    padding: 0;
    position: relative;
}

.navbar-form.navbar-right:last-child {
    margin-right: 0;
    position: relative;
}

.search-form .form-control {
    background: none;
    border: none;
    padding-right: 2px;
    height: 50px;
    color: #45403c;
    font-weight: 700;
    width: 100%;
    padding: 6px 20px;
}

.form-control::-moz-placeholder {
    color: #45403c;
    font-size: 14px;
    font-weight: 700;
}

.search-form button[type="submit"],
.search-form button[type="button"] {
    background: none;
    border: none;
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 23px;
    color: #45403c;
    font-weight: normal;
    z-index: 999;
}

.search-form .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #45403c;
}

.search-form .form-control:-moz-placeholder {
    opacity: 1;
    color: #45403c;
}

.search-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #45403c;
}

.search-form .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #45403c;
}

.search-form .form-group {
    margin-bottom: 0;
    width: 80%;
    padding-right: 10px;
}

#header {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	border-bottom:#dedede 1px solid;
}

#header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

#header.up {
    top: -162px;
    opacity: 0;
    visibility: hidden;
}

#header.down {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.header-second .navbar {
    display: table;
    width: 100%;
    height: 103px;
}

.header-second .nav-content {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
	
}

.touch-by-mail {
    float: right;
    color: #5c534b;
    font-size: 14px;
    line-height: 2.6;
    margin: 0 35px;
}

.organization {
    color: #5c534b;
    display: inline-block;
    line-height: 3;
}

.touch-by-mail:hover {
    color: #ff5400;
}

.header-second .primary-header {
    padding: 8px 0 8px;
}

.header-second .btn-volunteer {
    padding: 6px 22px;
    margin-top: 3px;
    margin-left: 0;
}

.header-second .touch-by-mail {
    font-size: 18px;
    line-height: 2.2;
    margin: 0 28px 0 20px;
}

.header-third .touch-by-mail {
    line-height: 2.4;
}

.header-second .btn-default {
    border-color: #ffffff;
    color: #ff5400;
}

.header-second .btn-default:hover {
    background: #4d4d4d
}

.header-second .social-icons {
    margin-bottom: 0;
    padding: 7px 0 0;
}

.header-second .navbar-default .navbar-nav>li {
    padding-top: 27px;
    padding-bottom: 27px;
}

.header-second .brand {
    margin-top: 37px;
    float: left;
}

.header-second .navbar-nav {
    float: right !important;
    margin-right: 0%;
}

.header-third .navbar-nav {
    margin-right: 0%;
}

.header-second .icon-search {
    background: none;
}

.header-second .form-group {
    padding: 0;
    position: absolute;
    right: 40px;
    top: 26px;
    width: 0;
    z-index: 999;
}

.header-second .search-form {
    border: none;
}

.header-second .search-form button[type="submit"],
.header-second .search-form button[type="button"] {
    font-size: 14px;
    color: #2d2620;
    margin-top: 31px;
    right: 2px;
}

.bottom-line:before {
    content: '';
    border-bottom: 1px solid #383731;
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
}

.header-third {
    background: #FFFFFF;
}

.header-third .primary-header .btn-default {
    border-color: #2d2620;
    color: #2d2620;
}

.header-third .primary-header .btn-default:hover,
.slider-wrapper3 .btn-default,
.btn-wrapper .btn-default {
    border-color: #ff5400;
    color: #ff5400;
    background-color: transparent;
}

.header-third .navbar-alternate {
    background-color: #323026;
}

.header-third .brand {
    display: block;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.header-third .navbar {
    position: relative;
}

.header-third .navbar-nav>li>.dropdown-menu,
.header-third .navbar-nav .open .dropdown-menu {
    background: #2C2A22;
}

.header-third .navbar-nav>li>.dropdown-menu>ul>li>a {
    border-bottom: 1px solid #383731;
}

.header-third .navbar-nav>li>.dropdown-menu>ul>li:last-child>a {
    border-bottom: none;
}

.header-third .navbar-nav>li>.dropdown-menu>ul>li>a,
.header-third .search-form button[type="submit"],
.header-third .search-form button[type="button"] {
    color: #988c81
}

.header-second.header-third .form-group {
    background: #323026 !important;
}

.header-third .navbar-default {
    border-top: 0;
}

.header-third .nav-content:before {
    position: absolute;
    right: 50%;
    top: 0px;
    margin-right: 396px;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
}

.header-third .navbar-default .navbar-nav>li>a {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 600;
}

.header-third .navbar-default .navbar-nav>li>a:hover,
.header-third .navbar-default .navbar-nav>li>a:focus,
.header-third .navbar-default .navbar-nav>li.active>a {
    color: #9e0b0f;
}

.header-third .bottom-line:before {
    border-color: #383731 !important;
}

#footer {
    color: #8f8b89;
}

#footer a[href^="mailto"] {
    color: #8f8b89;
}

.footer-logo {
    margin-bottom: 32px;
}

.footer-logo a {
    margin-top: -14px;
    display: inline-block;
}

#footer p {
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 14px;
    color: #8f8b89;
}

#footer address {
    line-height: 1.8;
}

#footer address span span a {
    color: #8f8b89;
}

#footer address>span {
    margin-bottom: 6px;
}

#footer address span {
    display: block;
    overflow: hidden;
}

#footer address .fa {
    font-size: 17px;
    width: 27px;
    float: left;
    margin-top: 6px;
}

#footer .twitter-update a {
    color: #8f8b89;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#footer .twitter-update a:hover {
    color: #A5A4A4;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#footer h6 {
    font-weight: 700;
    color: #fff;
    margin: 5px 0 35px;
}

#footer .comment-time {
    color: #65615e;
    display: block;
}

.sign-up {
    margin-bottom: 42px;
}

#footer .sign-up h6 {
    margin-bottom: 23px;
}

.sign-up .input-group-addon {
    padding: 0;
    border: 0;
    background: none;
}

.sign-up .form-control {
    background: none;
    border: 2px solid #595756;
    border-right: 0;
    height: 45px;
    font-size: 14px;
    color: #595756;
}

.sign-up .form-control::-moz-placeholder {
    color: #595756;
    font-weight: 400;
}

.sign-up .btn-theme {
    height: 45px;
    vertical-align: top;
    background: none;
    padding: 10px 20px;
}

.sign-up .btn-theme:hover,
.sign-up .btn-theme:focus {
    color: #fff;
}

#footer .social-icons {
    display: flex;
    margin: -16px 0 auot;
}

#footer .social-icons>li {
    margin-left: 20px;
}

#footer .social-icons>li:first-child {
    margin-left: 0;
}

#footer .social-icons a {
    font-size: 24px;
    color: #ffffff;
}

#footer .social-icons a:hover {
    font-size: 24px;
    color: #ffff00;
    background-color: #2a2928;
}

#footer .social-icons a:hover,
#footer .social-icons a:focus {
    color: #ffff00;
}

.copyright {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    margin-top: 82px;
    background: #2a2928;
    padding: 21px 0;
}

#footer .copyright p {
    margin-bottom: 0;
}

.second-footer nav li {
    margin-bottom: 7px;
}

.second-footer .footer-logo {
    margin-bottom: 24px;
}

.flickr ul {
    margin: 0;
    padding: 0;
    margin-left: -15px;
    overflow: hidden;
}

.flickr ul li {
    float: left;
    width: 82px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.flickr ul li img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.flickr ul li:hover img {
    opacity: 0.5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.loader-wrap {
    display: none;
}

#footer .footer-logo a {
    font-size: 28px;
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
}

.second-footer .copyright {
    text-align: left;
}

.copyright-alternate {
    background: transparent;
    padding: 0;
}

.copyright-alternate .container {
    border-top: solid 1px #575352;
}

.copyright-alternate .container span {
    padding: 21px 0;
    display: block;
}

.btn-wrapper .btn-default {
    margin-right: 12px;
}

#footer.footer-third p,
#footer.footer-third address span,
#footer.footer-third .twitter-update a {
    color: #575352;
}

.footer-third .footer-logo a {
    margin-top: 2px;
}

.footer-third .btn-wrapper .btn {
    padding: 7px 16px;
    min-width: 117px;
}

.footer-third .footer-logo {
    margin-bottom: 13px;
}

.text_c {
    text-align: center;
}

.radio-toolbar input[type="radio"] {
    display: none;
    margin: auto;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #f2f2f2;
    color: #000000;
    padding: 4px 11px;
    font-size: 11px;
    margin-bottom: 10px;
}

.radio-toolbar label:hover {
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    padding: 4px 11px;
    font-size: 11px;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #ff9b00;
    color: #FFFFFF;
}

.radio-toolbar1 input[type="radio"] {
    display: none;
    margin: auto;
}

.radio-toolbar1 label {
    display: inline-block;
    background-color: #f2f2f2;
    color: #000000;
    padding: 4px 11px;
    font-size: 11px;
    margin-bottom: 10px;
}

.radio-toolbar1 label:hover {
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    padding: 4px 11px;
    font-size: 11px;
}

.radio-toolbar1 input[type="radio"]:checked+label {
    background-color: #ff9b00;
    color: #FFFFFF;
}

a.black-border {
    border: 2px solid #ff9b00;
    box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.5s;
}

a.radio-cuff {
    border: 2px solid transparent;
    display: inline-block;
    height: 110px;
    text-decoration: none;
    width: 100%;
}

a.radio-cuff:hover {
    border: 2px solid #ff9b00;
}

a.radio-collar {
    border: 2px solid transparent;
    display: inline-block;
    height: 110px;
    text-decoration: none;
    width: 100%;
}

a.radio-collar:hover {
    border: 2px solid #ff9b00;
}

a.radio-placket {
    border: 2px solid transparent;
    display: inline-block;
    height: 110px;
    text-decoration: none;
    width: 100%;
}

a.radio-placket:hover {
    border: 2px solid #ff9b00;
}

a.radio-backPleats {
    border: 2px solid transparent;
    display: inline-block;
    height: 110px;
    text-decoration: none;
    width: 100%;
}

a.radio-backPleats:hover {
    border: 2px solid #ff9b00;
}

a.black-border {
    border: 2px solid #ff9b00;
}

a#collar1 {
    background: url("images/style/Collar_a.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#collar2 {
    background: url("images/style/Collar_b.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#collar3 {
    background: url("images/style/Collar_c.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#collar4 {
    background: url("images/style/Collar_d.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#collar5 {
    background: url("images/style/Collar_e.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#cuff1 {
    background: url("images/style/Cuff_a.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#cuff2 {
    background: url("images/style/Cuff_b.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#cuff3 {
    background: url("images/style/Cuff_c.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#cuff4 {
    background: url("images/style/Cuff_d.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#cuff5 {
    background: url("images/style/Cuff_e.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#cuff6 {
    background: url("images/style/Cuff_f.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#placket1 {
    background: url("images/style/Placket_a.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#placket2 {
    background: url("images/style/Placket_b.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#placket3 {
    background: url("images/style/Placket_c.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#backPleats1 {
    background: url("images/style/BackPleats_a.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#backPleats2 {
    background: url("images/style/BackPleats_b.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

a#backPleats3 {
    background: url("images/style/BackPleats_c.jpg") no-repeat scroll 0 0 white;
    background-position: center;
}

.hidden {
    left: -10000px;
    position: absolute;
    top: -1000px;
}

input[type="submit"] {
    cursor: pointer;
}

div.selectBox {
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 30px;
    clear: both;
    color: #888;
    font-size: 1em;
    font-weight: bold;
    color: #585858;
}

span.selected {
    width: 130px;
    border: 0px solid #bdbcbc;
    background: transparent;
    overflow: hidden;
    margin-top: 10px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    outline: none;
    text-align: center;
}

span.selected:hover {
    width: 130px;
    border: 0px solid #bdbcbc;
    background: transparent;
    overflow: hidden;
    margin-top: 10px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    color: #585858;
    text-transform: uppercase;
    outline: none;
    text-align: center;
}

span.selectArrow {
    width: 20px;
    color: white;
    text-align: center;
    height: 20px;
    margin-top: 10px;
    margin-right: -10px;
}

span.selectArrow,
span.selected {
    position: relative;
    float: left;
    height: 30px;
    padding-top: 5px;
    color: black;
    z-index: 1;
}

span.selectArrow:hover,
span.selected:hover {
    position: relative;
    color: white;
    float: left;
    height: 20px;
    padding-top: 5px;
    z-index: 1;
}

div.selectOptions {
    position: absolute;
    border-radius: 10px;
    margin-top: 50px;
    margin-left: -22px;
    behavior: url(PIE.htc);
    left: 0;
    width: 180px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 2px;
    display: none;
    font-size: 1em;
    font-weight: bold;
    color: #585858;
}

span.selectOption {
    display: block;
    width: 80%;
    line-height: 20px;
    padding: 8px 10%;
    font-size: 1em;
    z-index: 1000;
    border-bottom: #CCCCCC dotted 1px;
    border-radius: 10px;
}

span.selectOption:hover {
    color: #FFFFFF;
    background: #000000;
    border-radius: 10px;
}

.higlit {
    color: #b8513a;
    font-weight: bold;
    font-size: 22px;
}

.blog-baner-1 {
    background: url(../img/blog-banner-1.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.blog-baner-2 {
    background: url(../img/blog-banner-2.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.blog-baner-3 {
    background: url(../img/blog-banner-3.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.blog-baner-4 {
    background: url(../img/blog-banner-4.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.blog-baner-5 {
    background: url(../img/blog-banner-5.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.blog-baner-6 {
    background: url(../img/blog-banner-6.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.blog-baner-7 {
    background: url(../img/blog-banner-7.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.blog-baner-8 {
    background: url(../img/blog-banner-8.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}

.article-custom {
    background: url(../img/custom-dress-shirt-articles.jpg) center 37.3% no-repeat;
    background-size: cover;
    height: 356px;
}