/*
Theme Name: Srisri Responsive Gold Burgundy 
Version: 1.0
*/
/* General */

@font-face 
{
  font-family:'Archer Medium';
  src:url('fonts/archer-medium-webfont.eot');
  src:url('fonts/archer-medium-webfontt.eot?#iefix') format('embedded-opentype'),
      url('fonts/archer-medium-webfont.woff') format('woff'),
      url('fonts/archer-medium-webfont.ttf') format('truetype'),
      url('fonts/archer-medium-webfont.svg#Archer Medium') format('svg');
	font-weight:normal;
  font-style:normal;
}

@font-face 
{
	font-family:'Museo300';
	src:url('fonts/museo300-regular-webfont.eot');
	src:local('Museo300'), 
	    url('fonts/museo300-regular-webfont.woff') format('woff'), 
	    url('fonts/museo300-regular-webfont.ttf') format('truetype'), 
	    url('fonts/museo300-regular-webfont.svg#Museo300') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family:'Museo700';
	src:url('fonts/museo700-regular-webfont.eot');
	src:local('Museo700'), 
	    url('fonts/museo700-regular-webfont.woff') format('woff'), 
	    url('fonts/museo700-regular-webfont.ttf') format('truetype'), 
			url('fonts/museo700-regular-webfont.svg#Museo700') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
* {
	font-family:'Open Sans', 'Roboto', Arial, Helvetica, sans-serif;
}
*/

* { outline: none; }

html, body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	color: #333;
	font-size: 14px;
	font-family:'Open Sans', 'Roboto', Arial, Helvetica, sans-serif;
}

body {
	background:0px 0px url(images/bg_img_01.gif) repeat;
}

a {
	color:#940c22;
	text-decoration:none;
}

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

.btn-red {
	color: #fff;
	background-color: #940C21;
	border:1px solid #d71334;
	font-family: "Museo300";
	/*font-size: 1.1em;
	line-height: 1em;*/
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
	color: #fff;
	background-color: #b91631;
	border:1px solid #911127;
	text-shadow: 0px -1px 0px #7e0f21;
}

body:not(.home-page) section#content [class*=col] {
	position: static;
}

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: static;
}*/

#header { background-color: #940C22; }

.bottom-header > div:nth-child(1) {
	z-index: 2;
}

.bottom-header > div:nth-child(2) {
	margin-top: -43px;
	/*z-index: 0;*/
}

h1.logo
{
	padding: 0;
	margin: 10px 0 0;
}

h1.logo a
{
	display: block;
	background:0px 0px url(images/logo.png) no-repeat;
	text-indent:-9999em;
	position:relative;
	overflow:hidden;
	background-size: contain;
	height: 71px;
	padding: 0;
}

h1.logo > span {
	font-family: Museo300;
	color: #ededed;
	font-style: italic;
	font-size: 11px;
	float: left;
	margin: -23px 0 0 26px;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	font-family: 'Museo300';
}

.btn:focus,
.form-control:focus {
	border-color: rgba(247,158,28, 0.6); /*#F79E1C*/
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247,158,28, 0.4);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247,158,28, 0.4);
}

.navbar {
	margin-bottom: 0;
}

nav.mainmenu .navbar-toggle .icon-bar {
	background-color: #fff;
	transition-duration: 0.2s, 0.2s;
	transition-delay: 0.2s, 0s;
}

/* ----- Hamburger menu animation - start ----- */

.navbar-toggle {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	/*margin: -25px 0 35px;*/
	margin: 8px 0 0;
}

.navbar-toggle span {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.navbar-toggle.active span, .navbar-toggle:hover span {
	background-color: #f7ecdf;
} 

.navbar-toggle.active span:nth-child(2) {
	-webkit-transform: translateY(6px) rotate(135deg);
	-moz-transform: translateY(6px) rotate(135deg);
	-o-transform: translateY(6px) rotate(135deg);
	transform: translateY(6px) rotate(135deg);
}

.navbar-toggle.active span:nth-child(3) {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
}

.navbar-toggle.active span:nth-child(4) {
	-webkit-transform: translateY(-6px) rotate(-135deg);
	-moz-transform: translateY(-6px) rotate(-135deg);
	-o-transform: translateY(-6px) rotate(-135deg);
	transform: translateY(-6px) rotate(-135deg);
}

/* ----- Hamburger menu animation - end ----- */

/*.addthis_toolbox .at4-icon {
	background-color: none;
	margin-left: 52px;
}

.addthis_toolbox a:first-child .at4-icon {
	margin-left: 0;
}*/

.addthis_recommended_horizontal {
    border-bottom: 1px dashed rgba(0,0,0,0.075);
}

.at-logo, .at-branding, .at-branding-logo, a.at4-logo {
	display: none !important;
}

.addthis_recommended_horizontal .addthis-smartlayers .at4-recommended .at-h3.at-recommended-label {
	margin-top: 5px;
    font-family: Museo, sans-serif;
    font-weight: 500;
    border-top: 1px dashed rgba(0,0,0,0.075);
    padding-top: 20px;
}

/* ----- Nav menu - start ----- */

.navbar-collapse {
	padding: 0;
}

nav.mainmenu ul {
	padding:0px 0px 0px 0px;
	list-style:none;
	background-color: #940C22;
}

nav.mainmenu li a {
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background-color: rgba(0,0,0,0.1);
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 10px;
	text-transform: uppercase;
}

/*nav.mainmenu li a:hover,
nav.mainmenu li a:active {
	color: #f7ecdf;
	border-bottom: 3px solid #fff7ed;
	padding-bottom: 8px;
}*/

nav.mainmenu ul ul {
	background-color: #840A1E;
	width: 100%;
	margin: 0;
	border: none;
}

nav.mainmenu > ul > li.current_page_item > a,
nav.mainmenu > ul > li.current_page_parent > a,
nav.mainmenu > ul > li.current_page_ancestor > a,
nav.mainmenu > ul > li:hover > a,
nav.mainmenu li a:hover,
nav.mainmenu li a:active,
nav.mainmenu ul ul li.active>a,
nav.mainmenu ul ul li.active>a:hover,
nav.mainmenu ul ul li.active>a:focus {
	color:#f7ecdf;
	border-bottom:3px solid #fff7ed;
	padding-bottom: 8px;
}

nav.mainmenu ul ul li a:hover, 
nav.mainmenu ul ul li a:active {
	background-color: transparent;
}

nav.mainmenu ul ul li.active>a,
nav.mainmenu ul ul li.active>a:hover,
nav.mainmenu ul ul li.active>a:focus {
	background-color: rgba(0,0,0,0.1);
}

form#searchform {
	margin: 0 0 -25px;
	padding: 0 15px 0 0;
	position: relative;
}

input#s {
	width: 0;
	opacity: 0;
	color: #fff;
}

input#s::-webkit-input-placeholder{
	color: rgba(255,255,255,0.75);
}
input#s::-moz-placeholder{
	color: rgba(255,255,255,0.75);
}
input#s:-moz-placeholder{
	color: rgba(255,255,255,0.75);
}
input#s:-ms-input-placeholder {
	color: rgba(255,255,255,0.75);
}

form#searchform .glyphicon-search {
	color: rgba(255,255,255,0.5);
	margin-left: -35px;
	z-index: 2;
	position: relative;
	width: 35px;
	height: 34px;
	padding: 10px;
	cursor: pointer;
}

form#searchform input[type="search"].open {
	outline: none;
	border-bottom: 1px solid #cccccc;
	border-radius: 0 !important;
	cursor: default;
	padding: 2px;
	background:none !important;
}

form#searchform .btn:focus,
form#searchform .form-control:focus {
	border-color: transparent; 
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* ----- Nav menu - end ----- */

#his-box ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

#his-box ul li {
	padding: 0 5px 0 0;
}

#his-box figure {
	position: relative;
	border: 1px solid #fff
}

#his-box figure figcaption {
	z-index: 1;
	display: table-cell;
	width: 100%;
	text-align: center;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 80%;
	height: 20px;
	vertical-align: middle;
}

#his-box figure > a {
	display: table-footer-group;
}

#subtitle > h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
}

nav.categories-nav {
	font-family:'Museo300';
	text-align: center;
}

nav.categories-nav ul {
	padding:0px 0px 0px 0px;
	list-style:none;
}

nav.categories-nav ul li {
	width:20%;
	padding:0;
	float:left;
	margin: 10px 0 20px;
}

nav.categories-nav a {
	visibility: hidden;
	color:#373738;
	text-decoration:none;
	display: block;
	height: 48px;
	padding: 4px;
	margin: 0 auto;
}

nav.categories-nav span.icon-cat {
	visibility: visible;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	padding: 4px;
	border: 1px solid transparent;
}

nav.categories-nav img {
	width:100%;
	display:block;
	max-width: 40px;
	max-height: 40px;
	margin: 0 auto;
	padding: 4px;
}

nav.categories-nav li a:hover span.icon-cat, nav.categories-nav li.active span.icon-cat {
	border-radius: 40px;
	background-color: #fff;
	border: 1px solid #c1a01c;
}

nav.categories-nav img {
	width:100%;
	display:block;
	max-width: 40px;
	max-height: 40px;
	margin: 0 auto;
	padding: 4px;
}

article.home-post {
	border-top: 1px solid #dedede;
	padding: 35px 0 20px;
	color: #636363;
}

/*article.home-post:nth-child(5n+1) {
	border-top: none;
}*/

article.home-post figure {
	position: relative;
}

article.home-post figure img {
	width: 100%;
}

article.home-post figure span {
	position: absolute;
	left: 20px;
	bottom: 5px;
	display: block;
	width: 42px;
	height: 42px;
	background-color: #fff;
	padding: 9px;
	border-radius: 40px;
}

article.home-post div.txt {
	margin: 15px 0;
}

article.home-post div.txt p.label {
	font-weight: normal;
}

article.home-post header h4 {
	margin: 10px 0 0;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	background: none;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right,
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
 				transform: translate3d(0, 0, 0);
    }
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
  background-color: #000;
}

.carousel-fade .carousel-inner .item span {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.carousel-fade .carousel-inner .item span:after { 
    content: '';
    background: transparent url(images/txture.png) repeat top left; 
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}

.carousel-indicators {
	width: 75%;
	text-align: right;
}

/* ----- Slick Slider - start ----- for inside pages */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('js/slick/fonts/slick.eot');
    src: url('js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/slick/fonts/slick.woff') format('woff'), url('js/slick/fonts/slick.ttf') format('truetype'), url('js/slick/fonts/slick.svg#slick') format('svg');
}

.slider span.glyphicon {
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 30px;
	padding: 10px;
	z-index: 1;
	cursor: pointer;
	opacity: 0.5;
	background-color: rgba(255,255,255,0.85);
	border-radius: 40px;
	margin-top: -20px;
}
.slider span.glyphicon:hover,
.slider span.glyphicon:focus,
.slider span.glyphicon:active {
	opacity: 1;
	background-color: rgba(255,255,255,0.5);
}
.slider span.glyphicon-chevron-left {
	left: 0;
}
.slider span.glyphicon-chevron-right {
	right: 0;
}
.slider div.slick-slide {
	padding: 0 10px;
	margin: 0;
}
.slider ul.slick-dots {
	position: absolute;
	right: 0;
	list-style: none;
}
.block-slider ul.slick-dots {
	top: 0;
	margin-top: -36px;
}
.slider ul.slick-dots li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.slider ul.slick-dots li button
{
    position: relative;
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slider ul.slick-dots li button:hover,
.slider ul.slick-dots li button:focus
{
    outline: none;
}
.slider ul.slick-dots li button:hover:before,
.slider ul.slick-dots li button:focus:before
{
    opacity: 1;
}
.slider ul.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 22px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .5;
    color: rgba(247,158,28,1);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider ul.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slider h2 {
	font-size: 1.35em;
	color: #940c22;
}
/* ----- Slick Slider - end ----- */

/* ----- Header Slide Fader - Start ----- */

.header-slide-fader,
.header-slide-fader .item {
	height: 100%;
	background-color: #000;
}

.header-slide-fader .slick-list,
.header-slide-fader .slick-track {
	height: 100% !important;
}

.header-slide-fader .item span {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
	position: relative;
}

.header-slide-fader .item span:after { 
    content: '';
    background: transparent url(images/txture.png) repeat top left; 
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}

.header-slide-fader span.glyphicon {
	position: absolute;
	width: auto;
	height: 74px;
	font-size: 50px;
	padding: 10px;
	z-index: 1;
	cursor: pointer;
	opacity: 0.125;
	margin-top: -37px;
	top: 50%;
	color: #fff;
	background-color: transparent;
}
.header-slide-fader span.glyphicon:hover,
.header-slide-fader span.glyphicon:focus,
.header-slide-fader span.glyphicon:active {
	opacity: 1;
	background-color: transparent;
}

.header-slide-fader div.slick-slide {
	padding: 0;
	margin: 0;
}
.header-slide-fader ul.slick-dots {
	bottom: 0;
}
.header-slide-fader ul.slick-dots li button:before {
	color: rgba(255,255,255,0.25);
	opacity: 1;
	font-size: 6px;
}
.header-slide-fader ul.slick-dots li.slick-active button:before {
	opacity: .5;
	color: #fff;
	font-size: 10px;
	line-height: 25px;
}

/* ----- Header Slide Fader - End ----- */

.sidebar-footer {
	background-color: #c1a01c;
}

.sidebar-footer h3 {
	font-size: 1.2em;
	font-family: 'Museo300';
	line-height: 1.25em;
	color: #fff;
}
.sidebar-footer h3 a,
.sidebar-footer h3 a:hover {
	color: #f9c90a;
	font-family: 'Museo300';
	text-decoration: none;
}

section.widget-footer {
	border-bottom: 1px solid rgba(255,255,255,0.15);
	padding-bottom: 1em;
	padding-left: 0;
}

section.widget-footer.last li {
	float:left;
}

section.widget-footer.last li a {
	display:block;
}

section.widget-footer.widget_wpcom_social_media_icons_widget ul { padding: 0; }
section.widget-footer.widget_wpcom_social_media_icons_widget ul li a { font-size: 24px; }

/* -- rotatingtweets -- */
.rotatingtweets p.rtw_main { margin-bottom: 0 !important; }
.rotatingtweets p.rtw_meta { margin: 5px 0 !important; }
.rotatingtweets p.rtw_meta a {
	text-transform: uppercase;
	font-size: 10px;
}
.sidebar-blog div.rtw_info { height: 48px; }
.sidebar-blog div.rtw_info div.rtw_twitter_icon { 
	display: block;
	width: 16px;
	height: 16px;
	float: right; 
}
.sidebar-blog div.rtw_info div.rtw_icon { 
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 5px;
}
.sidebar-blog div.rtw_meta div.rtw_intents figure:nth-last-child(n+2){ 
	float: left;
	margin-right: 10px;
}
.sidebar-blog div.rtw_meta div.rtw_timestamp a{ 
	font-size: 0.7rem;
	color: #bbb;
	text-transform: uppercase;
}
/* -- rotatingtweets -- */

ul.share-footer,
ul.mobile-apps {
	padding-left: 0;
}

ul.mobile-apps {
	height: 48px;
}

ul.share-footer li.facebook a {
	width:12px;
	height:25px;
	margin:0px 0px 0px 0px;
	background:0px 0px url(images/icons.png) no-repeat;
}

ul.share-footer li.facebook a:hover {
	background:0px -25px url(images/icons.png) no-repeat;
}

ul.share-footer li.tweet a {
	width:25px;
	height:18px;
	margin:4px 0px 0px 21px;
	background:-87px 0px url(images/icons.png) no-repeat;
}

ul.share-footer li.tweet a:hover {
	background:-87px -18px url(images/icons.png) no-repeat;
}

ul.share-footer li.google a {
	width:15px;
	height:25px;
	margin:0px 0px 0px 20px;
	background:-13px 0px url(images/icons.png) no-repeat;
}

ul.share-footer li.google a:hover {
	background:-13px -25px url(images/icons.png) no-repeat;
}

ul.share-footer li.rss a {
	width:25px;
	height:25px;
	margin:0px 0px 0px 19px;
	background:-29px 0px url(images/icons.png) no-repeat;
}

ul.share-footer li.rss a:hover {
	background:-29px -25px url(images/icons.png) no-repeat;
}

ul.share-footer li.mail a {
	width:31px;
	height:23px;
	margin:1px 0px 0px 12px;
	background:-55px 0px url(images/icons.png) no-repeat;
}

ul.share-footer li.mail a:hover {
	background:-55px -23px url(images/icons.png) no-repeat;
}

ul.share-footer li.huffingtonpost a {
	width:25px;
	height:25px;
	margin:0px 0px 0px 13px;
	background:-225px 0px url(images/icons.png) no-repeat;
}

ul.share-footer li.huffingtonpost a:hover {
	background:-225px -24px url(images/icons.png) no-repeat;
}

ul.share-footer li.speakingtree a {
	width:33px;
	height:25px;
	margin:0px 0px 0px 8px;
	background:-192px 0px url(images/icons.png) no-repeat;
}

ul.share-footer li.speakingtree a:hover {
	background:-192px -24px url(images/icons.png) no-repeat;
}

ul.mobile-apps > li > a {
	background-image: url(images/appicons.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 48px;
	height: 48px;
	-webkit-filter: grayscale(100%) sepia(100%);
	-moz-filter: grayscale(100%) sepia(100%);
	-o-filter: grayscale(100%) sepia(100%);
	filter: grayscale(100%) sepia(100%);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

ul.mobile-apps > li > a:hover {
	-webkit-filter: grayscale(0) sepia(0);
	-moz-filter: grayscale(0) sepia(0);
	-o-filter: grayscale(0) sepia(0);
	filter: grayscale(0) sepia(0);
}

li.iphone > a {
	background-position: 0 0;
	margin: 0 5px 0 0;
}

li.android > a {
	background-position: -57px 0;
	margin: 0;
}

div.bottom-footer {
	padding-top:20px;
	font-size: .85em;
	padding-bottom: 50px;
}

div.bottom-footer p {
	padding:0px 7px 0px 0px;
	float:left;
}

div.bottom-footer nav {
	float:left;
}

div.bottom-footer nav ul {
	padding:0px 0px 0px 0px;
	list-style:none;
}

div.bottom-footer nav ul li {
	padding:0px 0px 0px 8px;
	float:left;
	position:relative;
}

div.bottom-footer nav ul li:before {
	width:1px;
	height:8px;
	margin:-4px 0px 0px 0px;
	display:block;
	content:"";
	position:absolute;
	top:50%;
	left:0px;
	background:#bdbcbb;
}

div.bottom-footer nav ul li:first-child:before {
	display: none;
}

div.bottom-footer nav ul li:last-child {
	margin: 0 0 0 8px;
}

header.tit-top-page {
	/*margin: 3em 0 1.5em;*/
}

header.tit-top-page h1,
header.tit-top-page h2,
header.tit-page-default h1 {
	font-family: 'Museo300';
	font-size: 1.286em;
	line-height: 1.35em;
	color: #373738;
}

#dynamic-to-top {
	margin-bottom: 40px;
}

.entry-work-page {
	border-top: 1px solid #dedede;
	color: #636363;
}

.entry-work-page a {
	font-family:'Museo300';
}

.entry-work-page h3 {
	color: #373738;
	font-family: 'Museo300';
}

nav.tab-menu .navbar {
	min-height: 0;
}

nav.tab-menu ul {
	padding:0px 0px 0px 0px;
	list-style:none;
	background-color: #d3bc5d;
}

nav.tab-menu ul li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

nav.tab-menu a{
	font-family:'Museo300';
	color:#fff; /*868484*/
	font-size: 1.2em;
	display: block;
	padding: 5px 10px;
}

nav.tab-menu a:hover,
nav.tab-menu a:active {
	background-color: rgba(0,0,0,0.05); 
}

nav.tab-menu .navbar-toggle .icon-bar {
	background-color: #d3bc5d;
	transition-duration: 0.2s, 0.2s;
	transition-delay: 0.2s, 0s;
}

nav.tab-menu button.navbar-toggle {
	margin-top: -40px;
}

nav.tab-menu .navbar-header {
	height: 0;
}

.pagination-sm>li>a, .pagination-sm>li>span {
	font-family: 'Museo300';
	background: none;
	color: #636363;
	padding: 0 10px;
	border-left: 1px solid #ddd;
	border-top: none;
	border-right: none;
	border-bottom: none;
	line-height: 1.25;
	margin: 5px 0;
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-left: none;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	color: #e69623;
	background: none;
}

ul.grid-viewer-posts {
	list-style: none;
	padding-left: 0;
}

ul.grid-viewer-posts li {
	padding-bottom: 2em;
}

ul.grid-viewer-posts li h4 {
	line-height: 1.5;
	margin-bottom: 0;
}

section.entry-work-page figure,
.page:not(.page-work) section#content figure {
	padding: 6px;
	position: relative;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
	box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
}

section.entry-work-page figure:after,
.page:not(.page-work) section#content figure:after {
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: #940c22;
	opacity: 0.13;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.clickable:hover:after,
.page:not(.page-work) section#content .clickable:hover:after {
	background: #f79e1c;
	opacity: 0.50;
}

section.entry-work-page img,
.single-post .left-blog figure > img,
.page:not(.page-work) section#content figure img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
	height: auto;
}

section#content > div > div:nth-child(2) {
	margin-top: 15px;
}

body.single-content-entry section.entry-work-page h2 {
	padding: 19px 0px 0px 0px;
	font-size: 1.714em;
	color: #940c22;
}

body.single-content-entry section.entry-work-page p.ev-cat {
	margin: -10px 0;
}

body.single-content-entry section.entry-work-page p.ev-cat a{
	font-size:90%;
	color: #999;
}

body.page-wisdom section#content > section {
	border-bottom: 1px solid #dedede;
	padding-bottom: 2em;
}
body.page-wisdom section#content > section:last-child {
	border-bottom: none;
}

.blog-page .select-box { padding-left: 0; }

#tribe-events-content .btn-red:active,
#tribe-events-content .btn-red.active {
	background-color: #ecb940;
	border: 1px solid #a19233;
	text-shadow: 0px -1px 0px #a58c51;
}

span.tribe-events-calendar-buttons {
	padding: 0;
}

span.tribe-events-calendar-buttons a[class^=tribe-events-button]:first-child {margin-right: 0;}

span.tribe-events-calendar-buttons a.tribe-events-button-off {
	border: 1px solid #860c21;
	background: #aa0f29;
	text-shadow: 0px -1px 0px #700a1b;
}

span.tribe-events-calendar-buttons a.tribe-events-button-off:hover {
	border: 1px solid #911127;
	background: #b91631;
	text-shadow: 0px -1px 0px #7e0f21;
}

.tribe-events-calendar-buttons a {
	font-size: 1em;
	height: auto;
	text-transform: none;
	border-radius:0;
	-webkit-border-radius:0;
}

#tribe-events-loop .tribe-events-event {
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
	padding: 25px 0;
}

#tribe-events-loop .tribe-events-event:last-child {
	border-bottom: none;
}

#tribe-events-loop .tribe-events-event h3 {
	margin-top: 0;
}

.tribe-events-event .entry-content figure img {
	border: 6px solid rgba(148, 12, 34, 0.13);
	width: 273px;
	height: 100%;
	max-width: 100%;
}

body.events-list section#content h2 {
	padding-left: 0;
}

#tribe-events-loop .entry-content .row > h3,
#tribe-events-loop .entry-content .row > p {
	padding-left: 15px;
}

.tribe-events-event-list-meta .table tr>td {
	padding: 2px 0;
	border-top: none;
}

.tribe-events-event-meta-desc {
	width: 75px;
	vertical-align: top;
}

.tribe-events-event-list-meta .table {
	margin-top: 15px;
	background-color: rgba(0,0,0,0.0125);
	border: 1px dashed #dedede;
}

.tribe-events-event-list-meta .table tr>td {
	padding: 5px;
	font-weight: bold;
}

div.tribe_events span.back
{
	padding:0px 0px 10px 0px;
	display:block;
}

div.tribe_events div#tribe-events-event-meta
{
	margin:0px 0px 10px 0px;
	padding:12px 0px 2px 0px;
	font-size:12px;
	line-height:19px;
	color:#000000;
	border: 1px dashed #cdcdcd;
	background-color: rgba(0,0,0,0.025);
}

div.tribe_events div#tribe-events-event-meta dt,
div.tribe_events div#tribe-events-event-meta dd
{
	margin:0px;
	padding:0px 0px 5px 0px;
}

div.tribe_events div.summary
{
	display: table;
}

div.tribe_events div.navlink a,
div.tribe_events div.navlink a:hover,
div.tribe_events span.edit-link a,
div.tribe_events span.edit-link a:hover
{
	color:#1888f6 !important;
	text-decoration:none;
}

div.tribe_events .entry-content {
	margin-bottom: 2em;
}

div.tribe_events .navlink {padding: 0 0 2em;}
div.tribe_events .navlink.tribe-previous span {margin-right: 5px}
div.tribe_events .navlink.tribe-next span {margin-left: 5px}

div.post-list td.tribe-events-event-meta-value {
	color: #636363;
	font-weight: normal;
}

body.page-contact section#content {
	overflow-x: hidden;
}

article.blog-post footer {
	padding: 0px 0px 2em 0px;
	font-size: 0.825em;
	text-transform: uppercase;
}

article.blog-post footer a,
article.blog-post footer a:hover {
	color: #e59623;
	text-decoration: none;
}

/* ----- Comments - start ----- */

section#comments {
	border-top: 1px solid #dedede;
	margin-top: 2em;
}

section#comments {margin-top: 30px;}
section.comments-area h3, h3.fb-comments-title
{
	font-family:'Museo300';
	font-size:18px;
	line-height:25px;
	color:#373738;
}

h3.fb-comments-title { margin-top: 36px; }

ol.commentlist
{
	padding:0px 0px 12px 0px;
	list-style:none;
	font-size:13px;
	line-height:19px;
	color:#636363; /*868484*/
}

ol.commentlist li
{
	padding:14px 0px 16px 0px;
}

ol.commentlist article
{
	padding:0px 0px 0px 0px;
}

ol.commentlist figure
{
	display:none;
}

ol.commentlist header
{
	padding:0px 0px 7px 0px;
}

ol.commentlist cite
{
	padding:0px 0px 1px 0px;
	display:block;
	font-size:15px;
	font-style:normal;
	color:#373738;
}

ol.commentlist cite a,
ol.commentlist cite a:hover
{
	color:#373738;
	text-decoration:none;
}

ol.commentlist time
{
	font-size:12px;
	text-transform:uppercase;
	color:#636363; /*868484*/
}

ol.commentlist time a,
ol.commentlist time a:hover
{
	color:#636363; /*868484*/
	text-decoration:none;
}

ol.commentlist section
{
	padding:0px 0px 3px 0px;
}

ol.commentlist p
{
	padding:3px 0px 3px 0px;
}

ol.commentlist div.reply a,
ol.commentlist div.reply a:hover
{
	color:#e59623;
	text-decoration:none;
}

ol.commentlist div.reply span
{
	display:none;
}

nav.navigation-com
{
	margin:0px 0px 22px 0px;
	padding:14px 0px 15px 0px;
	border-bottom:1px solid #dedede;
	border-top:1px solid #dedede;
	font-family:'Museo300';
	font-size:14px;
	line-height:14px;
	color:#636363; /*868484*/
}

nav.navigation-com a,
nav.navigation-com a:hover
{
	color:#636363; /*868484*/
	text-decoration:none;
}

form#commentform p.form-allowed-tags
{
	display:none;
}

#commentform input#submit {
	margin: 1em 0 2em;
}

/* ----- Comments - end ----- */

.hv_widget_twitter ul {
  list-style: none;
  padding-left: 0;
}
footer#footer aside a, footer#footer aside a:hover {
  color: #f9c90a;
  text-decoration: none;
}
footer#footer aside p, footer#footer aside h3, footer#footer aside span {
  color: #fff !important;
}
section.widget-footer>ul>li>span {
  font-style: italic;
}

aside.sidebar-blog {
	border-top: 1px solid rgba(0,0,0,0.05);
}

div.hv_widget_twitter ul li {
	margin-bottom: 10px;
}

div.hv_widget_twitter ul li p {
	margin-bottom: 0;
}

div.hv_widget_twitter ul li p a {
	font-weight: bold;
}

div.hv_widget_twitter ul li span {
	font-size: .85em;
    font-style: italic;
    text-align: right;
    width: 100%;
    display: block;
    opacity: .6;
}

footer#footer {
	margin-top: 2em;
}

body.page-honors-awards section#content table {
	counter-reset: rowNumber;
}

body.page-honors-awards section#content table tr:not(:first-child) {
	counter-increment: rowNumber;
}

body.page-honors-awards section#content table tr:not(:first-child) td:first-child::before {
    content: counter(rowNumber) ".";
    min-width: 1em;
    margin-right: 0.5em;
}

body.single.single-content-entry.postid-2607 header.tit-top-page {display: none;}
section#post-2607 > div.col-sm-8 {margin-top:-30px;}
p.blocks {font-size:16px;font-style:italic;margin:5px 0;background-color:rgba(0,0,0,0.05);padding:10px;}
p.blocks.pull-right{border-left: 5px solid orange;}
p.blocks.pull-left{border-right: 5px solid orange;text-align:right;}
p.f-quotes{background-color:rgba(148, 12, 34, 0.15);border-left:1px solid rgba(148, 12, 34, 0.5);margin-left:5px;}
p.f-quotes:first-child{border-left:none;margin-left:0}

img.ajax-loader {width: auto !important;}

#sidebar .widget-container.widget_wpcom_social_media_icons_widget ul { padding-left: 0; }
#sidebar .widget-container.widget_wpcom_social_media_icons_widget ul a.genericon { font-size: 24px; }

/* ----- Responsive - Media queries - start ----- */

@media all and (min-width: 22.5em) and (max-width: 25em) {
	h1.logo>span {
	    margin: -23px 0 0 34px;
	}
}

@media all and (min-width: 25em) and (max-width: 48em) {
	h1.logo > span {
		width: 275px;
		margin: -20px 0 0 32px;
	}

	.navbar-toggle {
		margin: 8px 0 0 15px;
	}

	#his-box figure figcaption {
		font-size: 100%;
		height: 30px;
	}

    #subtitle > h4 {
    	letter-spacing: 0.15em;
    }

    section#content > div > div:nth-child(1) > figure {
    	max-width: 300px;
    }

	section#content > div > div:nth-child(2) > p:last-child a {
		width: 100%;
		margin-bottom: 5px;
	}

	span.tribe-events-calendar-buttons {
		margin-top: -40px;
	}
}

@media all and (min-width: 40em) and (max-width: 48em) {
	article.home-post div.txt {
		width: 58.33333333%;
		float: left;
	}
}

@media all and (min-width: 40em) {
	nav.tab-menu .navbar-toggle {
		display: none;
	}

	nav.tab-menu .navbar-collapse {
		display: block;
	}

	nav.tab-menu ul li {
		padding:0px 10px 0px 11px;
		float:left;
		position:relative;
	}

	nav.tab-menu ul li:first-child {
		padding-left:0px;
	}

	nav.tab-menu ul li:before {
		width:1px;
		height:15px;
		margin:-7px 0px 0px 0px;
		display:block;
		content:"";
		position:absolute;
		top:50%;
		left:0px;
		background:#dedede;
	}

	nav.tab-menu ul li:first-child:before {
		display:none;
	}

	nav.tab-menu a {
		color:#636363; /*868484*/
		text-decoration:none;
		padding: 0;
	}

	nav.tab-menu a:hover,
	nav.tab-menu li.active a {
		color:#e69623;
		text-decoration:none;
		background-color: transparent;
	}

	#his-box ul li {
		padding: 0 15px;
	}

	/*article.home-post header h4 {
		margin: 0;
	}*/
}

@media all and (min-width: 48em) {
	body:not(.home-page)>header#header {padding-bottom: 2em;}

    h1.logo > span {
    	width: 275px;
    	margin: -20px 0 0 32px;
    }

    body.page-template-page-newfrontpage header#header, body.home-page header#header { background-color: transparent; }

    .bottom-header > div:nth-child(1) {
		z-index: 2;
	}

	.bottom-header > div:nth-child(2) {
		/*z-index: 0;*/
		margin-top: 0;
	}

    nav.mainmenu .navbar-collapse {
    	float: right;
    	margin-top: 40px;
    }

    nav.mainmenu ul li {
        float: left;
        padding: 0 12px;
    }

    nav.mainmenu ul li:first-child {
    	padding-left: 0;
    }

    nav.mainmenu ul li:last-child {
    	padding-right: 0;
    }

    nav.mainmenu ul li a {
        background-color: transparent;
        border: none;
        padding: 10px 0;
    }

    nav.mainmenu ul li a:hover, 
    nav.mainmenu ul li a:active {
    	padding-bottom: 0px;
    	margin-bottom: 7px;
    }

    nav.mainmenu ul ul {
    	border: 1px solid #840A1E;
    }

    nav.mainmenu ul ul li {
        width: 100%;
        padding: 0;
    }

    nav.mainmenu ul ul li a {
    	padding: 10px;
    }

    nav.mainmenu ul ul li a:hover,
    nav.mainmenu ul ul li a:active,
    .dropdown-menu>.active>a, 
    .dropdown-menu>.active>a:hover, 
    .dropdown-menu>.active>a:focus {
    	padding-bottom: 10px;
		margin-bottom: 0;
		border-bottom: none;
		background-color: #940C22;
    }

    div.image-header-home
    {
    	width:100%;
    	height:300px;
    	background:#000000;
    	position:absolute;
    	left:0px;
    	top:0px;
    	overflow:hidden;
    	z-index: -1;
    }

    div.image-header-home figure
    {
    	position:relative;
    	right:50%;
    	float:right;
    }

    div.image-header-home img
    {
    	display:block;
    	position:relative;
    	right:-50%;
    	height:300px;
    }

    #his-box {
    	margin-top: 180px;
    }

    #his-box ul {
    	margin: 10px 0 20px;
    }

    #his-box figure {
    	border: none;
    }

    #subtitle > h4 {
    	letter-spacing: 0.25em;
    }

    nav.categories-nav a {
    	visibility: visible;
    	height: auto;
    }

    section.widget-footer {
		border-bottom: none;
	}

	div.bottom-footer nav ul li:first-child:before {
		display: block;
	}

	ul.grid-viewer-posts li {
		height: 650px;
	}

	section#content {
		margin-top: 2em;
	}

	#tribe-events-content {
		margin-top: 20px;
	}

	.tribe-events-event-list-meta .table {
		margin-top: 0;
		background-color: transparent;
		border: none;
	}

	.tribe-events-event-list-meta .table tr>td {
		padding: 0;
	}

	aside.sidebar-blog {
		border-top: none;
		border-left: 1px dashed rgba(0,0,0,0.05);
	}

@media all and (min-width: 48em) and (max-width: 62em) {
    nav.mainmenu {
    	float: right;
    	font-size: 90%;
    }

    /*nav.mainmenu ul li:nth-child(-n+3) {
		display: none;
    }*/

    nav.mainmenu ul li {
		padding: 0 6px;
    }

    ul.share-footer li:nth-child(4) {
    	clear: left;
    }

    ul.share-footer li:nth-child(4) a {
    	margin-left: 0;
    }

    ul.share-footer li:nth-child(n+4) {
    	margin-top: 15px;
    }

	ul.grid-viewer-posts li:nth-child(odd) {
		padding-left: 0;
	}

	ul.grid-viewer-posts li:nth-child(even) {
		padding-right: 0;
	}

	/*section[class*=slider] ul li:nth-child(odd) {
		padding-right: 15px;
	}

	section[class*=slider] ul li:nth-child(even) {
		padding-left: 15px;
	}*/
}

@media all and (min-width: 62em) {
    
    .container {
    	max-width: 960px;
    }

    body.page-template-page-newfrontpage header#header, body.home-page header#header {
    	height: 100%;
    	position: relative;
    }

    body.page-template-page-newfrontpage header#header, body.home-page header#header > .container {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -480px;
		z-index: 1;
    }

    #scrolldown{
    	position: absolute;
    	bottom: 0;
    	left: 50%;
    	margin-left: -15px;
    	width: 30px;
    	height: 30px;
    	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI0NTEuODQ2cHgiIGhlaWdodD0iNDUxLjg0N3B4IiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0NTEuODQ2IDQ1MS44NDciDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIwMy41NTQsMzQ1LjQ0MUw5LjI3MiwxNTEuMTU0Yy0xMi4zNjMtMTIuMzU5LTEyLjM2My0zMi4zOTcsMC00NC43NQ0KCQljMTIuMzU1LTEyLjM1NCwzMi4zOTMtMTIuMzU0LDQ0Ljc0NCwwbDE3MS45MSwxNzEuOTEzbDE3MS45MDMtMTcxLjkwOGMxMi4zNTktMTIuMzU0LDMyLjM5NS0xMi4zNTQsNDQuNzQ4LDANCgkJYzEyLjM1OSwxMi4zNTQsMTIuMzU5LDMyLjM5MSwwLDQ0Ljc1TDI0OC4yOTQsMzQ1LjQ0NmMtNi4xODEsNi4xNzctMTQuMjcxLDkuMjYyLTIyLjM2Nyw5LjI2Mg0KCQlDMjE3LjgyOCwzNTQuNzA4LDIwOS43MzEsMzUxLjYxNywyMDMuNTU0LDM0NS40NDF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
    	background-size: contain;
    	cursor: pointer;
    	opacity: 0.6;
    	z-index: 1;
    }

    @-moz-keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
      }
      40% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
      }
      60% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
      }
    }
    @-webkit-keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
      40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
      }
      60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
      }
    }
    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
      40% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
      }
      60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
      }
    }
    #scrolldown {
      	-moz-animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
    }

    /* ---------- his-box ---- manal ---------- */

    #his-box {
    	position: absolute;
    	bottom: 35px;
    	left: 50%;
    	margin-left: -480px;
    	z-index: 1;
    }
    #his-box ul {margin-bottom: 10px;}
    #his-box ul li { height: 50px; }
    #his-box ul li:last-child { margin-right: 0 !important; }
    #his-box figure { 
    	height: 50px; 
    	overflow: hidden; 
    	border: 1px solid #fff;
    	-webkit-transform: translateZ(0);
    	transform: translateZ(0);
    	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	-moz-osx-font-smoothing: grayscale;
    	position: relative;
    	-webkit-transform-origin: 50% 100%;
    	transform-origin: 50% 100%;
    	-webkit-transition-property: all;
    	transition-property: all;
    	-webkit-transition-duration: 0.2s;
    	transition-duration: 0.2s;
    	-webkit-transition-timing-function: ease-out;
    	transition-timing-function: ease-out;
    }
    #his-box figure:hover, #his-box figure:focus, #his-box figure:active, .onover {
    	height: 250px;
    	-webkit-transform: translateY(-200px);
    	transform: translateY(-200px);
    }
    #his-box figure figcaption {
    	font-size: 1.5em;
    	text-transform: uppercase;
    	text-align: center;
    	font-weight: 300;
    	letter-spacing: 3px;
    	background-color: transparent;
    }
    #his-box figure:hover figcaption a, 
    #his-box figure:focus figcaption a, 
    #his-box figure:active figcaption a {
    	color: #222;
    	background-color: #fff;
    	font-family: 'Open Sans', sans-serif;
    }
    #his-box figcaption a {
    	display: block;
    	padding-top: 9px;
    	height: 50px;
    	width: 283px;
    	color: #fff;
    	-webkit-transition-property: color;
    	transition-property: color;
    }
    #his-box figcaption a:hover, #his-box figcaption a:focus, #his-box figcaption a:active {
    	color: #222;
    }
    #his-box #subtitle {
    	color: #fff;
    	margin: 0 auto;
    }

    .carousel-caption {
    	padding-bottom: 50px;
    	font-size: 120%;
    	font-weight: 100;
    }

    .carousel-caption p a {
    	width: auto;
    	color: #222;
    	padding: 5px 10px;
    	background-color: rgba(0,0,0,0.3);
    	text-align: center;
    	border: 1px solid rgba(255,255,255,1);
    	display: inline-block;
    	vertical-align: middle;
    	-webkit-transform: translateZ(0);
    	transform: translateZ(0);
    	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	-moz-osx-font-smoothing: grayscale;
    	position: relative;
    	-webkit-transition-property: color;
    	transition-property: color;
    	-webkit-transition-duration: 0.2s;
    	transition-duration: 0.2s;
    	text-transform: uppercase;
    	letter-spacing: 2px;
    	text-shadow: none;
    }

    .carousel-caption p a:before {
    	content: "";
    	position: absolute;
    	z-index: -1;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background: #fff;
    	-webkit-transform: scaleY(1);
    	transform: scaleY(1);
    	-webkit-transform-origin: 50% 100%;
    	transform-origin: 50% 100%;
    	-webkit-transition-property: transform;
    	transition-property: transform;
    	-webkit-transition-duration: 0.2s;
    	transition-duration: 0.2s;
    	-webkit-transition-timing-function: ease-out;
    	transition-timing-function: ease-out;
    }

    .carousel-caption p a:hover, .carousel-caption p a:focus, .carousel-caption p a:active {
    	color: #fff;
    }
    .carousel-caption p a:hover:before, .carousel-caption p a:focus:before, .carousel-caption p a:active:before {
    	-webkit-transform: scaleY(0);
    	transform: scaleY(0);
    }

    .carousel-caption p:first-child:last-child a {
    	font-size: 125%;
    }

    .carousel-caption h2, .carousel-caption h2 a {
    	font-family: 'Museo300', sans-serif; color: #fff; font-size: 1.25em; margin-bottom: 0;
    }

    /* ---------- his-box end ---- manal ---------- */
}

/* ----- Responsive - Media queries - end ----- */