#home{
	font-family: "Overpass", "Open Sans", Helvetica, sans-serif !important;
}

.fixed-bg {
  background-image: url("../img/preview/bg-about.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-bg-footer {
  background-image: url("../img/preview/bg-about.jpg");
  min-height: 250px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-bg2 {
  background-image: url("../img/preview/bg-theme.jpg");
  min-height: 250px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-bg3 {
  background-image: url("../img/preview/bg-theme2.jpg");
  min-height: 250px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.fixed-bg4 {
  background-image: url("../img/preview/bg-theme3.jpg");
  min-height: 250px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-bg5 {
  background-image: url("../img/preview/bg-about2.jpg");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	color: #FFFFFF;
}

.fixed-bg6 {
  background-image: url("../img/preview/bg-about3.jpg");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




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

.header{z-index: 20000;}


/*No Effect*/

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.count-text{
	font-size: 18px;
font-weight: bold;
}

.count{
	margin-top: 40px;
}

/*No Effect*/



/*Tabs Effect*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/


.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #be1e2d;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #be1e2d;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}




/* 3.12 - Thumbnails / Features
/* ========================================================================== */

.thumbnail {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.thumbnail.hover,
.thumbnail:hover {
    border: solid 1px #dc143c;
}
.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
    border: none;
}
.thumbnail.no-padding {
    padding: 0;
}
.thumbnail.no-radius {
    border-radius: 0;
}

.row.thumbnails {margin-top: -30px;}
.row.thumbnails .thumbnail {margin-top: 30px;}

.row.thumbnails.no-padding {margin-top: 0; margin-left: 0; margin-right: 0;}
.row.thumbnails.no-padding [class*='col-'] {padding: 0;}
.row.thumbnails.no-padding .thumbnail {margin-top: 0;}

/* Thumbnail Media/Image
 * -------------------------------------------------------------------------- */

.thumbnail .media {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.thumbnail .media:after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    /*background: url('../img/overlay-media.png') repeat 50% 50%;*/
}
.thumbnail.hover .media:after,
.thumbnail:hover .media:after {
    opacity: 0.1;
}
.thumbnail .media img {
    max-width: 100%;
    display: block;
    margin: auto;
    /*width: 100%;*/
}
.thumbnail.hover .media img,
.thumbnail:hover .media img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}
/* fix animation bug */
.thumbnail .media.img-circle,
.thumbnail.hover .media.img-circle,
.thumbnail:hover .media.img-circle {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

/* Thumbnail caption
 * -------------------------------------------------------------------------- */

.thumbnail {
    border-radius: 10px;
    overflow: hidden;
}
.thumbnail .caption {
    padding: 20px 0 0 0;
    overflow: hidden;
    font-size: 14px;
}
.thumbnail .caption + .caption {padding-top: 10px;}
.thumbnail .caption.no-padding-top {padding-top: 0;}
.thumbnail .caption.no-padding-bottom {padding-bottom: 0;}

.thumbnail .caption.before-media {}
.thumbnail .caption.hovered {
    position: absolute;
    top: 0; right: 0;
    left: 0; bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: transparent; /*dc143c*/
    background-color: rgba(220, 20, 60, 0.60);
    color: #ffffff;
    opacity: 0;
    z-index: 2;
}
.thumbnail.hover .caption.hovered,
.thumbnail:hover .caption.hovered {
    opacity: 1;
}
.caption-wrapper {width: 100%;}
.caption-inner {}

/* Caption elements
 * -------------------------------------------------------------------------- */

.caption-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    color: #0d1d31;
}
.hovered .caption-title {color: #ffffff;}
.caption-buttons {margin-bottom: 0;}
.caption-buttons .btn {
    /*background-color: #dc143c;*/
    color: #ffffff;
    font-size: 30px;
}
.caption-buttons .btn:hover {
    /*background-color: #000000;*/
}
.caption-category {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 14px;
    color: #dc143c;
}
.caption-link {}
.caption-zoom {}
.caption-zoom.theone {}
.caption-social {}
.caption-redmore {
    font-size: 12px;
    color: #c4334b;
    text-decoration: underline;
}
.caption-redmore:hover {
    color: #000000;
}

/* --------------------------------------------------------------------------
 * Thumbnail type
 * -------------------------------------------------------------------------- */

/* Thumbnail transition
 * -------------------------------------------------------------------------- */

.thumbnail .media,
.thumbnail .media:after,
.thumbnail .media:before,
.thumbnail.hover .media,
.thumbnail:hover .media,
.thumbnail.hover .media:after,
.thumbnail:hover .media:after,
.thumbnail.hover .media:before,
.thumbnail:hover .media:before,
.thumbnail .media img,
.thumbnail.hover .media img,
.thumbnail:hover .media img,
.thumbnail .media .fa,
.thumbnail.hover .media .fa,
.thumbnail:hover .media .fa,
.thumbnail .caption-title,
.thumbnail.hover .caption-title,
.thumbnail:hover .caption-title,
.thumbnail .caption-zoom,
.thumbnail.hover .caption-zoom,
.thumbnail:hover .caption-zoom,
.thumbnail .caption-link,
.thumbnail.hover .caption-link,
.thumbnail:hover .caption-link,
.thumbnail .caption-category,
.thumbnail.hover .caption-category,
.thumbnail:hover .caption-category,
.thumbnail .caption,
.thumbnail.hover .caption,
.thumbnail:hover .caption {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Isotope Filtering
/* ========================================================================== */

.isotope-item {
    z-index: 2;
    margin-left: -1px;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.filtrable {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 14px;
}
.filtrable li {
    /*float: left;*/
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1;
}
.filtrable a {
    font-size: 24px;
    font-weight: 900;
    display: block;
    color: #435469;
    border-bottom: solid 2px transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.filtrable a:hover {
    color: #dc143c;
}
.filtrable .current a,
.filtrable .active a,
.filtrable .current a:hover,
.filtrable .active a:hover {
    color: #dc143c;
    border-bottom-color: #dc143c;
}

/* Events */
/* ========================================================================== */

.thumbnails.events {
    border: solid 1px transparent;
}
.thumbnails.events .fa-circle-thin,
.thumbnails.events .fa-share-alt {
    color: #9ea7b1;
}
.thumbnails.events .st_sharethis_large .stButton .stLarge{
    background-image: none !important;
}
.thumbnails.events .thumbnail .like {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    padding: 5px 7px;
    background-color: rgba(13, 29, 49, 0.5);
    color: #ffffff;
}
.thumbnails.events .thumbnail .like .fa {
    font-size: 15px;
    line-height: 15px;
    width: 15px;
    text-align: center;
}
.thumbnails.events .thumbnail .date {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    line-height: 1;
    border-radius: 5px;
    padding: 10px 14px;
    background-color: rgba(13, 29, 49, 0.5);
    color: #ffffff;
}
.thumbnails.events .thumbnail .date span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}
.thumbnails.events .thumbnail .date span + span {
    font-size: 12px;
}
.thumbnails.events .thumbnail .media {
    border-radius: 5px;
}
.thumbnails.events .caption-title,
.thumbnails.events .caption-title a {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    text-transform: none;
    color: #0d1d31;
}
.thumbnails.events .caption-title a:hover {color: #dc143c;}
.thumbnails.events .caption-category {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    text-transform: none;
    color: #435469;
}
.thumbnails.events .caption-price {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #dc143c;
}
.thumbnails.events .caption-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #435469;
}
.thumbnails.events .caption-more .btn-theme {
    background-color: transparent;
    font-size: 13px;
    line-height: 13px;
    border-radius: 5px;
    padding: 10px 11px;
    border-color: #96a0aa;
    color: #96a0aa;
}
.thumbnails.events .caption-more .btn-theme:hover {
    background-color: #dc143c;
    border-color: #dc143c;
    color: #ffffff;
}
.thumbnails.events.vertical {}
.thumbnails.events.vertical .caption-more {margin-bottom: 0;}
.thumbnails.events.vertical .page-divider.half {margin-bottom: 30px;}
@media (min-width: 992px) {
    .thumbnails.events.vertical .caption {padding-top: 0;}
}

/* Info Thumbnails */
/* ========================================================================== */

.thumbnails.info-thumbs {}
.thumbnails.info-thumbs .caption-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.thumbnails.info-thumbs .caption-title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background-color: #dc143c;
}
.thumbnails.info-thumbs .caption-text {margin-bottom: 30px;}
.thumbnails.info-thumbs .caption-more {margin-bottom: 0;}
.thumbnails.info-thumbs .caption-more .btn-theme {
    background-color: transparent;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    border-color: #96a0aa;
    color: #96a0aa;
}
.thumbnails.info-thumbs .caption-more .btn-theme:hover {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}
.thumbnails.info-thumbs .rehex {
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    width: 160px; height: 140px;
}
.thumbnails.info-thumbs .rehex .rehex-inner {
    height: 160px; width: 140px;
    margin-top: -10px; margin-left: 10px;
}
.thumbnails.info-thumbs .rehex .fa {
    font-size: 50px; line-height: 50px;
}
.rehex .rehex-deg .rehex-deg {background-color: #959fa9;}
.thumbnail.hover .rehex .rehex-deg .rehex-deg {background-color: #dc143c;}
.rehex .rehex-deg .rehex-deg,
.thumbnail.hover .rehex .rehex-deg .rehex-deg {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Gallery */
.thumbnails.gallery {}
.thumbnails.gallery .caption-title {color: #ffffff;}
.thumbnails.gallery .caption-category {color: #ffffff; font-size: 14px; font-weight: normal; text-transform: none; font-family: 'Roboto', sans-serif;}
.thumbnails.gallery .caption-buttons .btn {
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    border-color: #ffffff;
    border-radius: 9px;
}
.thumbnails.gallery .caption-buttons .btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #dc143c;
}
.thumbnails.gallery .thumbnail,
.thumbnails.gallery .thumbnail .media {border-radius: 0;}
.thumbnails.gallery .thumbnail .caption.back {opacity: 1; background-color: transparent; z-index: 1;}
.thumbnails.gallery .thumbnail.hover .caption.back {opacity: 0;}

/* Stars rating */
/* ========================================================================== */

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 14px;
    text-align: left;
}
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #d3d3d3;
}
.rating span.star.active:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #3c3c3c;
}

/* Hotels */
/* ========================================================================== */

.thumbnails.hotels {}
.thumbnails.hotels .thumbnail {text-align: center;}
.thumbnails.hotels .thumbnail .media {border-radius: 4px;}
.thumbnails.hotels .caption-link {
    font-size: 13px;
    line-height: 13px;
    padding: 12px 20px;
    border-radius: 6px;
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.thumbnails.hotels .caption-title,
.thumbnails.hotels .caption-title a {font-size: 16px; line-height: 16px; text-transform: none; color: #0d1d31;}
.thumbnails.hotels .caption-title a:hover {color: #dc143c;}
.thumbnails.hotels .caption-rating {display: inline-block; margin-top: 10px; margin-bottom: 10px;}
.thumbnails.hotels .caption-rating span.star:before,
.thumbnails.hotels .caption-rating span.star.active:before,
.thumbnails.hotels .caption-rating span.star:hover:before,
.thumbnails.hotels .caption-rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #ffb400;
    cursor: auto;
}
.thumbnails.hotels .caption-text {}
.thumbnails.hotels .caption-more {margin-bottom: 0;}
.thumbnails.hotels .caption-more .btn {
    border-radius: 6px;
    font-size: 13px;
    line-height: 13px;
    padding: 12px 35px;
    background-color: transparent;
    border-color: #96a0aa;
    color: #96a0aa;
}
.thumbnails.hotels .caption-more .btn:hover {
    background-color: #435469;
    border-color: #435469;
    color: #ffffff;
}


/* Footer */
/* ========================================================================== */
.content .widget + .widget,
.sidebar .widget + .widget,
.footer .widget + .widget {
    margin-top: 50px;
}


.widget.categories ul {}
.widget.categories li {
    line-height: 30px;
}
.widget.categories li + li {
    margin-top: 10px;
}
.widget.categories li a {
    display: block;
    padding: 6px 12px;
    background-color: #f5f5f5;
    color: #435469;
    border-radius: 8px;
}
.widget.categories li.active a,
.widget.categories li a:hover {
    background-color: #dc143c;
    color: #ffffff;
}
.widget.categories li a small {
    float: right;
}
/*new*/
.widget .bootstrap-select > .selectpicker{
    font-size: 14px;
    height: 40px;
    padding: 10px 12px;
}
.widget .selectpicker-wrapper .bootstrap-select{
    margin: 0;
}
/*new*/

/* flickr feed
/* ========================================================================== */

.widget.flickr-feed ul {
    overflow: hidden;
    margin-left: -10px;
    margin-bottom: -10px;
}
.widget.flickr-feed li {
    float: left;
    margin: 0 0 10px 10px;
}
.widget.flickr-feed li a {
    display: block;
    border: solid 1px transparent;
    border-radius: 8px;
    overflow: hidden;
}
.widget.flickr-feed li a:hover {
    border-color: #dc143c;
}

.widget.flickr-feed li a img {
    width: 78px;
    height: auto;
}
@media (max-width: 1199px) {
    .widget.flickr-feed li a img {
        width: 62px;
    }
}
@media (max-width: 991px) {
    .widget.flickr-feed li a img {
        width: 64px;
    }
}
@media (max-width: 767px) {
    .widget.flickr-feed li a img {
        width: 70px;
    }
	
	.imgcount{width: 60px;}
}

.wide .footer-widgets,
.boxed .footer-widgets > .container {
    color: #435469;
    background-color: #f1f2f3;
    border-top: solid 5px #dc143c;
    padding: 70px 0;
}
.boxed .footer-widgets > .container {
    padding-left: 30px;
    padding-right: 30px;
}
.wide .footer-meta,
.boxed .footer-meta > .container {
    padding: 40px 0 40px 0;
    background-color: #f5f5f5;
    color: #414650;
    font-size: 18px;
}
.boxed .footer-meta > .container {
    padding-left: 30px;
    padding-right: 30px;
}
.wide .footer-meta-alt,
.boxed .footer-meta-alt > .container {
    background-color: #435469;
    color: #96a0aa;
    font-size: 14px;
}

.footer-meta-alt a {color: #96a0aa;}
.footer-meta-alt a:hover {color: #ffffff;}
.footer-menu {margin-top: 10px; margin-bottom: 20px; overflow: hidden; font-family: 'Roboto', sans-serif;}
.footer-menu li {float: left; margin-top: 10px; position: relative;}
.footer-menu li + li {padding-left: 11px; margin-left: 20%;}
.footer-menu li + li:before {
    content: '|';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
}

.country-select .dropdown-toggle {
    border-radius: 5px;
    height: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border-color: #96a0aa;
    padding-left: 40px;
}
.country-select .dropdown-toggle:before {
    content: '\f0ac';
    font-family: 'FontAwesome';
    color: #96a0aa;
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 24px;
}
.country-select .selectpicker {background-color: #435469;}
.country-select .bootstrap-select > .selectpicker,
.country-select .bootstrap-select > .dropdown-menu {background-color: #435469 !important;}
.country-select .bootstrap-select .dropdown-menu>li>a {color: #96a0aa;}
.country-select .bootstrap-select .dropdown-menu>li>a:hover,
.country-select .bootstrap-select .dropdown-menu>li>a:focus {color: #435469;}

/* 5 - Widgets / Shortcodes
/* ========================================================================== */

.sidebar .widget {}
.sidebar .widget > *:last-child {
    margin-bottom: 0;
}
.widget-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 24px;
}
.sidebar .widget-title {
    color: #dc143c;
}
.sidebar .widget-title .fa {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer .widget-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 13px;
    color: #0d1d31;
}
.widget-title small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    text-transform: none;
}
.sidebar .widget-title small {color: #999999;}
.footer .widget-title small {color: #818181;}

.widget-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 30px;
    background-color: #dc143c;
}
.sidebar .widget-title:before {
    display: none;
}

.footer .widget {
    font-size: 14px;
    line-height: 24px;
}
.footer .widget address,
.footer .widget ul,
.footer .widget li,
.footer .widget p {
    font-family: 'Roboto', sans-serif;
}

.widget-about {}
.widget-about address {
    border-top: solid 1px #96a0aa;
    margin-top: 20px;
    padding-top: 15px;
}
.widget-about address div > .fa  {
    margin-right: 5px;
    width: 15px;
    text-align: center;
}
.widget-about address div + div {
    margin-top: 10px;
}

.sidebar .widget .panel-group {border-radius: 4px; border: solid 1px #f1f2f3; background-color: #ffffff;}

.sidebar .widget .panel-group .panel-default > .panel-heading {
    background-color: transparent;
    color: #96a0aa;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 0;
}
.sidebar .widget .panel-group .panel-title {
    font-size: 14px;
    font-weight: 700;
}
.sidebar .widget .panel-group .panel-title a {
    display: block;
    position: relative;
    padding: 20px;
}
.sidebar .widget .panel-group .panel-title a:before {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    font-weight: 400;
    top: 20px;
    color: #98a2ac;
}
.sidebar .widget .panel-group .panel-title a:after {
    content: '\f10c';
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 13px;
    color: #98a2ac;
}
.sidebar .widget .panel-group .panel-title a.collapsed:before {
    content: '\f067';
}
.sidebar .widget .panel-group .panel+.panel {margin-top: -1px;}
.sidebar .widget .panel.panel-default {border-radius: 4px 4px 0 0;}
.sidebar .widget .panel + .panel.panel-default {border-radius: 0 0 0 0;}
.sidebar .widget .panel:last-child.panel-default {border-radius: 0 0 4px 4px;}
.sidebar .widget .panel-body {padding-top: 20px; padding-bottom: 20px; line-height: 24px; font-family: 'Roboto', sans-serif;}

.faq-alt .panel-group {}
.faq-alt .panel-default>.panel-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
}

.faq-alt .panel-default>.panel-heading {
    padding: 0;
}
.faq-alt .panel-group .panel {
    overflow: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.faq-alt .panel-title a {
    font-weight: bold;
    color: #dc143c;
    display: block;
    padding: 15px;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
}
.faq-alt .panel-title a.collapsed {
    font-weight: normal;
    color: #374146;
}
.faq-alt .panel-title a:before {
    content: '-';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f2f3f4;
    border-left: solid 1px #435469;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #374146;
}
.faq-alt .panel-title a.collapsed:before {
    content: '+';
}

.faq-alt .panel-body {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}
.faq-alt .panel-default,
.faq-alt .panel-default>.panel-heading+.panel-collapse>.panel-body,
.faq-alt .panel-default>.panel-heading {border-color: #435469;}
.faq-alt .panel-group .panel {border-radius: 8px;}

/* Widget categories
/* ========================================================================== */

.widget-categories ul li a {
    display: block;
    padding: 0 0 0 20px;
    position: relative;
    color: #435469;
}
.widget-categories ul li a:hover {
    color: #dc143c;
}
.widget-categories ul li a:before {
    content: '\f138';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #96a0aa;
}
.widget-categories ul li a:hover:before {
    -webkit-animation: bounceIn .4s;
    animation: bounceIn .4s;
}

.widget-twitter ul li + li {
    border-top: solid 1px #96a0aa;
    padding-top: 15px;
    margin-top: 20px;
}

.widget-twitter ul li a {
    color: #0d1d31;
}

.widget-twitter ul li a:hover {
    color: #dc143c;
}

.widget-twitter ul li:before {
    content: '\f099';
    font-family: 'FontAwesome';
    color: #96a0aa;
}

/* flickr feed
/* ========================================================================== */
.widget-flickr-feed ul {
    overflow: hidden;
    margin-left: -10px;
    margin-bottom: -10px;
}
.widget-flickr-feed ul li {
    float: left;
    margin: 0 0 10px 10px;
}
.widget-flickr-feed ul a {
    display: block;
    overflow: hidden;
    position: relative;
}
.widget-flickr-feed ul a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
}
.widget-flickr-feed ul a:after {
    content: '\f002';
    font-size: 14px;
    font-family: 'FontAwesome';
    position: absolute;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -9px;
    text-align: center;
    top: 50%;
    left: 50%;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.copyright{font-size: 15px;}


@media only screen and (min-width: 768px) { 
.logo-2 { visibility: hidden !important; position: absolute; }
}


@media (max-width: 767px) {
.logo-1 { visibility: hidden !important; position: absolute; }
}

