/*
Template Name: FoodEque
Author URI: http://www.themevault.net/
License URI: http://www.themevault.net/license/
*/

/*@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #FFF;
}

body, p, span, li, td {
    font-size: 18px;
    line-height:1.4;
    color: #222;
    font-family: tahoma, arial, sans-serif;
}
p {margin: 0 0 20px 0;}

a {
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
    text-decoration: none;
    color:#3030BF;
}

a:focus, a:hover {
    text-decoration: underline;
    color: #f10000;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    padding: 0;
}

ul, ol {
    margin: 10px 0 15px 40px;
    padding: 0;
}
ul li, ol li {
    margin: 0;
    padding: 0 0 5px 10px;
    
}
label {
    margin: 0;
}

h1{
    font-size: 28px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 20px;
}
h5, h6 {
    font-size: 18px;
}

hr{
    border-color: #aaa;
  }

input[type="button"], input[type="submit"], button.btn, button.btn:hover {
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
}


/* margins */
.margin-t-b-20 {
    margin: 20px 0px;
}
/*padding block*/
.welcome-block, .special-block, .food-block, .service-block, .book-block, .counter-block, .staff-block, .subscribe-block, .contact-block{
    padding-top: 100px;
}
.remove-padd, .remove-both-padd{
    padding-left: 0;
    padding-right: 0;
}

/* color */
.bg-yellow {background:#fff7dd;}
.bg-lgrey {background:#f6f6f6 ;}
.bg-lgrey2 {background:#e9e9e9 ;}

/* logo */
.logo {
    display: inline-block;
    text-align: center;
	padding: 10px 10px;
}
.logo-responsive {
	max-width: 80px;
    height: auto;
}

/* slogan */
.slogan {
    padding: 14px 0 14px;
    text-align:center;
    
}
/* синий    color:#3030BF; */
.slogan .txt{
    font-size:26px;line-height:1.4;font-weight:600;
    text-transform:uppercase;
    color:#ff0000;
}
.slogan .txt2 {
    font-size:18px;line-height:1.4;font-weight:500;
    color:#0000ff;
    text-transform:uppercase;
    padding:8px 0 0px;
    letter-spacing: 1px;
}
.slogan .txt2 span{
    font-size:18px;line-height:1.4;font-weight:600;
    color:#ff0000; 
    letter-spacing: 1px;
}


/*navbar*/
.navbar-default {
    border-bottom: 1px solid #aaa;
    margin-bottom: 0px !important;
}
ul.navbar-nav {
    padding:25px 0;
}
ul.navbar-nav li {
    padding:0;
}
.navbar-default .navbar-nav > li > a {
    color: #444;
    display: inline;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0;
    text-transform: uppercase;
    font-family: Garamond;
    letter-spacing: 0.5px;
}
.navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
    color: #3030BF;
}
.navbar-default .navbar-nav li + li {
    margin-left: 75px;
}
#myNavbar .dropdown a > i {
    font-size: 16px;
    vertical-align: baseline;
}

  .only_mobile {display:none;}
  .only_desctop {display:block;}
  
/* bread crumbs */
ul.breadcrumb {
    padding: 0;
    margin: 0 0 20px;
    background-color: inherit;
    border-radius: 0;
}
ul.breadcrumb li {padding:0;margin:0;font-size:16px;}

.hdr1 {
    margin:40px 0 30px;
    font-size:28px;
    font-weight:500;
}

.cont {
    padding:30px 20px;
}

.r_info {
    padding:20px 0 0 0;
}
.r_info .fio {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: Garamond;
    text-align:center;
    padding:20px 0 15px;
}
.r_info .but {
    padding: 0 0 20px 0;
    text-align:center;
} 
.r_info .but a {
    font-size:14px;
    background:#3030BF;
    color:#fff;
    padding:5px 14px 9px;
    border-radius:10px;
}
/* contacts #fffbed */
.r_info .contacts {
    background:#f8f9fb; padding:10px 10px 14px; margin-bottom:10px;
}
/* font-family: Garamond; */
.r_info .contacts .hdr {font-size: 16px;font-weight: 600;line-height:1.4;margin-bottom:8px;}
.r_info .contacts .txt {font-size: 16px;line-height:1;}
.r_info .contacts ul.txt {padding:8px 0 8px 10px; margin:0;}
.r_info .contacts ul.txt li {font-size: 16px; padding:0;margin:0 0 0 6px;}


/* content */
.date {margin: 8px 0;color:#666;font-size:16px;}
.pic {margin:15px 0 30px;}

.team td h2 {font-size: 28px;padding:0 0 20px;margin:0;}
.team img {padding-bottom:30px;}
.team td.name {padding: 10px 0px 0 20px;}


/*footer*/
footer{
    background: #021b2f;
    margin-top: 30px;
    padding: 25px 0 25px 0;
    color: #fff;
}

footer .links {
    padding: 15px 0 30px;
}
footer .links ul {
    margin:0;padding:0;
}
footer .links ul li {
    margin:0 20px 0 0;padding:0;
    display: inline-block;
    /*font-family:Garamond;*/
    font-size:14px;
}
footer .links ul li a{
    color: #e9e9e9;
}
footer .links ul li a:hover{
    color: #fff7dd;
}



.copyright {
    font-size: 12px;
    color:#aaa;
    padding-bottom:25px;
    /*font-family:Garamond;*/
}
.copyright > a {
    color: #fff7dd;
}
.copyright > a:hover{
    color:#fff;
}


/*back to top*/
.back-to-top {
    bottom: 31px;
    cursor: pointer;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 9999;
}




/* slider */
.banner {
    margin-top: 1px;
}
.banner .carousel-caption {
    top: 19%;
    left: 10%;
    right: 10%;
}
.banner .carousel-caption-inner {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    padding: 30px 60px;
}
.banner .carousel-caption-inner > h1 {
    color: #a22701;
    font-size: 60px;
    letter-spacing: 5px;
    line-height: 99px;
}
.banner .carousel-caption-inner > h2 {
    color: #fff;
    font-size: 38px;
    line-height: 1.5em;
}
.banner .carousel-indicators li{
    background: #dedede;
    height: 20px;
    width: 20px;
    border:none;
}
.banner .carousel-indicators .active {
    background: #3030BF;
    height: 20px;
    width: 20px;
}
.carousel-inner>.item {
    height:550px;
}

/*button*/
.read-more {
    background: #a22701;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 13px;
    border: 1px solid rgba(0,0,0,0);
    cursor: pointer;
}
.read-more:hover{
    background: #fff;
    border-color: #a22701;
}

.newsItem {margin: 0 0 40px 0;clear:both}
.text-red {color:#ff0000;}
h3.list-group-item-heading {
    margin: 7px 0 14px;
    font-size:1.4em;
}
.ml15 {margin-left:-15px;}
.pagination>li>a, .pagination>li>span {color:#03036d;}
.pagination__item.active {background:#03036d;color:#fff;}


/* not use */
/*
.feedback-box {
    border: 1px solid #bcd0d5;
    box-shadow: 0 1px 1px #bcd0d5;
    padding: 15px;
    border-radius: 4px;
}
.feedback-box > p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px;
}
.feedback-content a {
    border: 1px solid #bcd0d5;
    color: #173844;
    display: inline-block;
    padding: 12px 15px;
}
.feedback-content  span {
    color: #a22701;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: 15px;
    vertical-align: sub;
}
.feedback-title{
    margin: 25px 0 0 20px;
}
.set-border-left{
    border-left: 1px solid #173844;
}
.feedback-content{
    padding: 0 40px;
}
.black-line > hr{
    border-color: #173844;
}
*/

#mycarousel4 .carousel-control, #myCarousel5 .carousel-control {
    left: auto;
    right: 0;
}
#mycarousel4 .left.carousel-control, #mycarousel5 .left.carousel-control {
    right: 30px !important;
}
#myCarousel4 .carousel-control.left, #myCarousel4 .carousel-control.right, #myCarousel5 .carousel-control.left, #myCarousel5 .carousel-control.right{
    top: 85%
}
/*.feedback-content:first-of-type(1) {
    border-bottom: 1px solid #173844;
   // padding: 0 0 15px 0;
}*/
/*welcome block*/
.welcome-block-full-image{
    background: url('../images/Home/Image1.png')
}
.welcome-block-full-image > div {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    padding: 12px 12px 15px 12px;
    width: 43%;
    margin-top: 135px;
}
.welcome-block-full-image > div > p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    margin-bottom: 35px;
}
/*.carousel-control{
    width: auto;
}*/
.carousel-control {
    height: 26px;
    width: 26px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    top: 45%;
}
#myCarousel2 .carousel-control.left, #myCarousel3 .carousel-control.left, #myCarousel6 .carousel-control.left{
    left: -50px; 
}
#myCarousel2 .carousel-control.right, #myCarousel3 .carousel-control.right, #myCarousel6 .carousel-control.right{
    right: -50px;
}
.carousel-control, #myCarousel .carousel-control {
    opacity: 1;
}



.height-135{
    display: block;
    position: relative;
    height: 135px;
    clear: both;
}
.height-70{
    display: block;
    position: relative;
    height: 70px;
    clear: both;
}

/*effect*/
.food-image .overlay, .event-image .overlay, .staff-image .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.food-image, .event-image, .staff-image {
    cursor: default;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.food-image:hover .overlay, .event-image:hover .overlay, .staff-image:hover .overlay {
    opacity: 1;
}
.food-image a.info, .event-image a.info, .staff-image a.info {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    letter-spacing: 5px;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.staff-image a.info:hover{
    color: #a22701;
}

.food-image:hover a.info, .event-image:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.event-image {
    /*min-height: 222px;*/
}
/*tab*/
.pos-center {
    text-align: center;
    background: #173844;
}
.center-pills{
    display: inline-block;

}

.overlay .info > i {
    color: #a22701;
    font-size: 45px;
}
.modal-dialog {
    margin: 127px auto 0;
}
.imagepreview {
    margin: auto;
}
.modal-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
}
button.close {
    background: #a22701;
    border: 1px solid #a22701;
    color: #fff;
    margin-bottom: 15px;
    opacity: 1;
    padding: 2px 7px;
    position: relative;
    z-index: 1;
}
button.close:hover {
    background: #fff;
    border-color: #fff;
    opacity: 1;
    color: #a22701;
}
.food-block .image img{
    margin-left: auto;
    margin-right: auto;
}
.book-block-full-image{
    background: url('../images/Home/Image17.png');
    margin-top: 135px;
    padding: 65px 0;
}
/*contact input box*/
#contactForm .form-control {
    background: rgba(255,255,255,0.7);
    background-image: none;
    border: none;
    // border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 0;
    box-shadow: none;
    color: #173844;
    display: block;
    font-size: 18px;
    height: 67px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 6px 12px;
    transition: none 0s ease 0s ;
    width: 100%;
}
#contactForm #message, #contactForm #message1 {
    height: 185px;
    padding-top: 20px;
}
#contactForm .form-control::-moz-placeholder {
    color: #173844;
    font-weight: 500;
    letter-spacing: 3px;
    opacity: 1;
    text-transform: uppercase;
}
.contact-block #contactForm .form-control{
    background: rgba(0,0,0,0);
    font-size: 17px;
    height: 63px;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 40px;
}
.contact-block #contactForm .form-control::-moz-placeholder{
    color: #fff;
    font-weight: 400;
}
.btn-button {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.contact-block .btn-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
}
.btn-button:hover{
    background: #a22701;
    color: #fff;
    border-color: #a22701;
}
.btn-button + .btn-button {
    margin-left: 15px;
}
#contactForm .form-control:focus{
    background: #fff;
    color: #a22701;
}
.contact-block #contactForm .form-control:focus{
    background: rgba(0,0,0,0);
    color: #FFF;
}
.blog-views > h4 {
    font-weight: 500;
    letter-spacing: 3px;
    margin: 25px 0;
    text-transform: uppercase;
}
.blog-views > h4 > a{
    color: #173844;
}
.blog-views > h4 > a:hover{
    color: #a22701;
}
.blog-views > p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
}
.event-desc{
    margin: 25px 0;
}
.event-desc > p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: justify;
}
.counter-full-image{
    background: url('../images/Home/Image20.png') no-repeat scroll 0 0 / cover ;
    padding: 110px 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.counter {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 10px;
    margin-bottom: 50px;
}
.counter-full-image .col-md-3:hover{
    color: #a22701;
}
.counter-full-image  p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}
/*subscribe*/
.subscribe-full-image{
    background: url('../images/Home/subscribe.png') no-repeat scroll 0 0 / cover ;
    padding: 110px 0;
    color: #fff;

}
.subscribe-info > h2 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.subscribe-form form{
    margin: 0;
}
.subscribe-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    font-size: 17px;
    height: 48px;
    letter-spacing: 3px;
    padding-left: 15px;
    width: 320px;
}
.subscribe-form input::-moz-placeholder {
    color: #a22701;
    opacity: 1;
}
.subscribe-form form button {
    margin-left: 35px;
}
.submit-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
}
.submit-btn:hover{
    background: #a22701;
    border-color: #a22701;
}
/*contact form*/
.contact-block-full-image{
    background: url('../images/Home/Image26.png') no-repeat scroll 0 0 / cover ;
    margin-top: 135px;
    padding: 65px 0;
}

/*about page*/
.about-info {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 27px;
    margin-top: 80px;
    text-align: justify;
}
/*service*/
.service-title > a {
    color: #173844;
}
.service-title > a:hover{
    color: #a22701;
}
.service-title {
    letter-spacing: 2px;
    margin-top: 40px;
}
.service-desc {
    font-size: 14px;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 28px;
    margin: 30px 0;
    text-align: justify;
    text-shadow: 0 0 0;
}
.service-image {
    // min-height: 216px;
    margin-top: 30px;
}

/*custom single blog page*/
.single-blog-block {
    padding: 65px 0;
}
.title-name h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 20px 0 10px;
    text-align: center;
    text-transform: uppercase;
      letter-spacing: 3px;
}
.title-name h5 {
    color: #a22701;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
}
.single-blog-image img{
    margin: 0 auto;
    padding: 20px 0;
}
.single-blog-desc > p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: justify;
}
.p_bq{
    border-left: 5px solid #a22701;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 10px 20px;
    text-align: justify;
}
.footer-sgwidget {
    margin: 20px auto;
    overflow: hidden;
}
.single-blog-footer {
    background: #333 none repeat scroll 0 0;
    padding: 0;
    text-align: center;
}
.single-blog-footer h2::after{
    background: #a22701 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 110px;
}
.single-blog-footer h2{
    border-bottom: 2px solid #444;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.single-blog-footer .label-size a {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 10px 12px;
    transition: initial;
}
.single-blog-footer .label-size a:hover{
    background-color:#a22701;
}
.single-blog-footer .label-size {
    background: #444 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    margin: 0 4px 4px 0;
    opacity: 1;
    transition: all 0.4s ease 0s;
    line-height: 1.2;
}
.single-blog-footer .label-size a::before {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    text-decoration: none;
    transition: initial;
}
.single-blog-footer .widget li {
    display: block;
    margin: 5px 0 0;
    padding: 7px 0;
}
#PopularPosts ul li img {
    background: #404040 none repeat scroll 0 0;
    display: block;
    float: left;
    height: 60px;
    margin-right: 10px;
    padding: 4px;
    transition: all 0.3s ease-out 0s;
    width: 80px;
}
#PopularPosts ul li .item-title {
    text-align: left;
    padding: 5px 0;
}
#PopularPosts ul li .item-title a, #PopularPosts ul li a {
    color: #f3f3f3;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
#PopularPosts ul li {
    border-bottom: 1px dashed #444;
}
table {
    margin: 1.5em auto;
}
.follow-by-email-inner .follow-by-email-address {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 2px 0 0 2px;
    color: #666;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.tabletd2 {
    width: 80px;
}
.follow-by-email-inner .follow-by-email-submit {
   background: #a22701 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 42px;
    line-height: 43.5px;
    margin: 0;
    transition: all 0.2s ease 0s;
    width: 80px;
}
.contact-form input[type="text"], .contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #666;
    color: #666;
    font-size: 15px;
    outline: medium none;
    padding: 12px;
    width: 100%;
}
.contact-form textarea {
    margin: 15px 0 20px;
    min-height: 180px;
    resize: none;
}
.contact-form input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0.8em;
    outline: medium none;
    padding: 0.4em 1.8em;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.contact-form input[type="submit"]:hover {
    background: #a22701;
}
.contact-form h3 {
    color: #a22701;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}




/*custom css*/
.custom-css{
    padding-top: 90px;
}
.padd-top-60{
    padding-top: 60px;
}
.tab-custom h3 {
    font-size: 35px;
    line-height: 1.2; 
    letter-spacing: 3px;
}
.text-thin {
    font-weight: 100;
}
.margin-t40{
    margin-top: 40px;
}
.tabs-custom .nav-tabs {
    border: 1px solid #dedede;
    font-size: 0;
    line-height: 0;
}

.tabs-custom .nav-tabs li {
    margin: -1px 0;
}
.tabs-custom .nav-tabs li a::after {
    font-size: 25px;
}
.tabs-custom .nav-tabs li a {
    border: none;
    color: #173844;
    letter-spacing: 2px;
    margin: 0;
    text-transform: capitalize;
}
.tabs-custom .nav-tabs li a::after {
    color: transparent;
    content: "";
    display: inline-block;
    font: 400 17px "FontAwesome";
    margin-left: 5px;
    position: relative;
    top: -12px;
    transition: all 0.33s ease 0s;
    vertical-align: middle;
}
.tabs-custom .nav-tabs li a:hover::after, .tabs-custom .nav-tabs li.active a::after {
    color: #fff;
    top: -1px;
}
.tabs-custom .nav-tabs li a:hover, .tabs-custom .nav-tabs li.active a{
    background: #a22701;
    color: #fff;
}
.tabs-custom .nav-tabs > li.active > a, .tabs-custom .nav-tabs > li.active > a:focus, .tabs-custom .nav-tabs > li.active > a:hover{
    border: none;
}
.tabs-custom.tabs-horizontal .tab-content{
    padding: 30px 0 0 0;
}
.tabs-custom.tabs-horizontal .tab-content p {
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 28px;
}
.tabs-custom.tabs-horizontal .tab-content p + p {
    margin-top: 25px;
}
.box-content-menu li.active > a{
    color: #a22701;
}
.box-content-menu li.active > a:hover{
    cursor: default;
}
/*vertical tab*/
/*.tabs-custom.tabs-vertical .nav-tabs {
    border-width: 0 0 1px;
    min-width: 240px;
    width: auto;
}

.tabs-custom.tabs-vertical .nav-tabs {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    flex-shrink: 0;
    max-width: 50%;
}*/
/*
.tabs-custom.tabs-vertical .tab-content {
    padding: 0 0 0 44px;
}
.tabs-custom.tabs-vertical .nav-tabs {
   // min-width: 300px;
}
.tabs-custom.tabs-vertical .nav-tabs li {
    border: 0 none;
    cursor: pointer;
    float: none;
    transition: all 0.33s ease 0s;
}*/
/*accordian*/
.panel.panel-custom {
    border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    box-shadow: none;
}
.panel-custom.panel-default > .panel-heading {
    background-color: #fff;
    padding: 0;
    border-color: #ddd;
    color: #333;
}
.panel-custom .panel-title a {
    color: #173844;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 24px 55px 22px 32px;
    position: relative;
    letter-spacing: 2px;
    display: block
}
.panel-custom .panel-arrow::before {
    height: 2px;
    right: 0;
    width: 14px;
}

.panel-custom .panel-title a .panel-arrow::after {
    opacity: 0;
    visibility: hidden;
}
.panel-custom .panel-arrow::after {
    height: 14px;
    right: 6px;
    transition: all 0.2s ease 0s;
    width: 2px;
}
.panel-custom .panel-arrow::before, .panel-custom .panel-arrow::after {
    background: #a22701;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.panel-custom .panel-title a.collapsed .panel-arrow::after {
    opacity: 1;
    visibility: visible;
}
.panel-custom .panel-body {
    padding: 25px 44px 25px 32px;
}
.panel-group .panel.panel-custom + .panel.panel-custom {
    margin-top: -1px;
}
.panel-body > p {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
}
/*buttons*/
.margin-t20{
    margin-top: 20px;
}
.custom-button button {
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
}
.small-content {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}
.extra-small-content {
    font-size: 14px;
    letter-spacing: 1px;
}
.btn-primary{
    background-color: #a22701;
    border-color: #a22701;
    border-radius: 0;
    letter-spacing: 2px;
    text-transform: capitalize;
}
html .btn-primary, html .btn-primary:active, html .btn-primary.active, html .btn-primary:active:focus, html .btn-primary.active:focus, html .btn-primary:focus:active, html .btn-primary:focus {
    background-color: #a22701;
    border-color: #a22701;
    color: #fff;
}
html .btn-primary:hover{
    background: #173844;
    border-color: #173844;
}
.btn-circle {
    border-radius: 35px;
}
.btn-small-round{
    border-radius: 4px;
}
.btn-round {
    border-radius: 12px;
}
.btn-sqr {
    border-radius: 0;
}
.icon-set > i{
    vertical-align: middle;
}
.btn-default {
    background: rgba(0,0,0,0);
    border-color: #a22701;
    color: #a22701;
    border-radius: 0;
    border-width: 2px;
}
.btn-default:hover, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover{
    background: #a22701;
    border-color: #a22701;
    color: #fff;
}
.btn-shadow {
    box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.15);
}
/*icons*/
.margin-t60{
    margin-top: 60px;
}
.icon-short-code {
    padding-bottom: 10px;
    padding-top: 10px;
}
.box > .box__left {
    padding-bottom: 0;
    padding-right: 30px;
}
.box > .icon__left, .box > .icon__right, .box > .icon__body {
    direction: ltr;
    display: table-cell;
    padding: 0;
    vertical-align: top;
}
.icon-short-code .fa {
    color: #a22701;
    font-size: 30px;
    height: 60px;
    width: 60px;
}
.icon-short-code .icon__body {
    color: #262032;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
}
.icon-short-code .icon__body span {
    color: #616161;
    display: block;
    font-size: 12px;

}
.box .icon__middle {
    vertical-align: middle;
}
/*typography*/
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography .h1, .typography .h2, .typography .h3, .typography .h4, .typography .h5, .typography .h6{
    letter-spacing: 1px;
    margin-top: 20px;
    min-height: 55px;
}
/*Blockquote*/
blockquote{
    border-color: #a22701;
}
blockquote.quote cite::before {
    border-bottom: 1px solid;
    content: "";
    height: 1px;
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
}
blockquote.quote cite {
    color: #2b2b2b;
    display: block;
    font-style: normal;
    margin-top: 35px;
    position: relative;
    padding-left: 65px;
}
/*text formating*/
.box-text > * {
    display: inline;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0 0.25em 0 0;
}
.icon-list .icon__middle {
    vertical-align: top;
}
.icon-list .fa{
    height: 45px;
    width: 45px;
}
.link-primary-inline {
    color: #a22701;
}
.link-primary-inline.active, .link-primary-inline:active, .link-primary-inline:focus {
    color: #9b9b9b;
}
mark, .mark {
    background-color: #a22701;
    color: #fff;
    padding: 0.2em 0.3em;
}
.text-strike{
    text-decoration: line-through;
}
.text-underline{
    text-decoration: underline;
}
/*custom grid*/
.custom-grid div + div {
    margin-top: 30px;
}
/*404 page*/
.not-found{
    background: url('../images/Home/404img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.rd-navbar-brand.brand {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
}
.page-head {
    padding: calc(1em + 4vh) 0 calc(1em + 2vh);
}
.page-content {
    /*    padding: calc(1em + 4vh) 0;*/
    color: #fff;
    letter-spacing: 3px;
}
.text-extra-large {
    font-size: 220px;
    font-weight: 400;
    line-height: 1.3;
}
.bg-primary-lighter {
    border-color: #E01931;
    width: 50px;
    border-width: 3px;
}
.not-found .copyright{
    margin: 20px 0;
    color: #fff;
}
.not-found .btn-default{
    border-color: #fff;
    color: #fff;
}
.btn-default.active, .btn-default:active{
    background-color: #a22701;
    border-color: #a22701;
}

#instafeed .likes {
           background: rgba(201,25,49, 0.8) none repeat scroll 0 0;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            font-family: sans-serif;
            font-size: 1em;
            height: 86%;
            justify-content: center;
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            text-align: center;
            text-shadow: 0 1px rgba(0, 0, 0, 0.5);
            top: 0;
            transition: opacity 100ms ease 0s;
            width: 100%;
        }
        #instafeed a img{
            max-width: 100%;
        }

        #instafeed a:hover .likes {
          opacity:1;
        }
        .footer-block .image img{
            max-width: 100%;
        }
        #instafeed .blog-img{
            max-width: 150px;
        }
        .animated.flipInX {
         display: block;
         /*float: left;*/
         position: relative;
       }
        
.post-image {
	margin-bottom:20px;
}
#special {
    visibility: hidden;
}



@media (min-width: 768px) {
    .navbar-right {
        float: left !important; 
        margin-left: 30px;
    }
}
