/* embed vid start */
.embed-responsive.embed-responsive-16by9
{
    padding-bottom: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* embed vid end */ 
/* ====icons===== */

.icn> a > img{display: inline-block; margin: 1px; height: 23px }
/* ================ */
/* ===================================== //
// ........ TABLE OF CONTENTS .......... //
// ..................................... //
// ..... I. General Style .............. //
// .... II. Header Style ............... //
// ... III. Footer Style ............... //
// .... IV. Site Box Style ............. //
// ..................................... //
// ===================================== */






/* ================ //
// I. General Style //
// ================ */
body {
    background-attachment: fixed;
    background-color: #ccc;
    background-image: url("../images/bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #444;
    font-family: Tahoma;
    overflow-x: hidden;
}
.filter {
    background-attachment: fixed;
    background-color: rgba(0,0,0,.0);
    background-image: url("../images/filter.png");
    min-height: 100%;
}
a, a:hover {
    color: #B52424;
}
.vertical-align-holder {
    display: table;
}
.vertical-align-holder > .vertical-align-content {
    display: table-cell;
    vertical-align: middle;
}
.simple-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.simple-list > li {
    margin: 0;
    padding: 3px 0;
}
.shadow-none {
    text-shadow: none !important;
}
/* ================ */





/* ================ //
// II. Header Style //
// ================ */
.top-keywords {
    background-color: rgba(0,0,0,.5);
    border-color: #000;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #fff;
    font-size: 10px;
    padding: 3px;
}
header {
    color: #fff;
    text-shadow: 0 1px 5px rgba(0,0,0,.7);
}
.header-logo-holder,
.top-details-holder {
    height: 55px;
    width: 100%;
}
.header-logo {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.top-details {
    text-align: right;
}
.top-details > .phone-details {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
}
.top-details > .cc-details {
    display: inline-block;
}
.top-details > .icn{
	display: inline-block;   vertical-align:middle;
	}
	.icn> a > img{ height: 23px }
.navbar-default {
    box-shadow: 0 0 15px rgba(0, 0, 0, .6);
}
@media(max-width:991px){
	
		
    .header-logo-holder,
    .top-details-holder {
        height: auto;
    }
    .header-logo,
    .top-details {
        text-align: center;
    }
    .header-logo {
        font-size: 20px;
        padding: 5px 0;
    }
    .top-details > .phone-details {
        display: block;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .top-details > .cc-details img{
        display: block;
        height: 20px;
        margin-bottom: 5px;
    }
	   .top-details > .cc-details>a{
        display: inline-block;
        
    }
 
			
}
/* ================ */





/* ================= //
// III. Footer Style //
// ================= */
footer {
    background-color: rgba(0,0,0,.8);
    border-color: #000;
    border-style: solid;
    border-width: 1px 0 0 0;
    color: #fff;
    padding: 10px;
}
footer a,
footer a:active,
footer a:visited {
    color: #fff;
    text-decoration: none;
}
footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: underline;
}
.footer-mini-links,
.footer-outside-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-mini-links > li,
.footer-outside-links > li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.footer-info {
    padding-bottom: 10px;
}
.footer-schema {
    color: #F3F3A1;
}
.footer-outside-links {
    padding-top: 10px;
}
.schema-title {
    font-size: 15px;
}
.schema-content {
    padding: 5px;
}
/* ================= */





/* ================== //
// IV. Site Box Style //
// ================== */
.white-box,
.colored-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .6);
    color: #444;
    margin-bottom: 20px;
    overflow: hidden;
}
.white-box > .white-box-padding,
.colored-box > .colored-box-padding {
    padding: 10px;
}
.white-box > .white-box-padding > h1.title {
    font-size: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}
.white-box > .white-box-padding > .content > :last-child
.colored-box > .colored-box-padding > .content > :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.colored-box {
    background-color: #9f5594;
    border-color: rgba(0,0,0,.3);
    border-style: solid;
    border-width: 1px;
    color: #fff;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.colored-box#blue {
    background-color: #46bbdc;
}
.colored-box#yellow, .colored-box#yellow-other {
    background-color: #f1aa40;
}
.colored-box#orange {
    background-color: #ff7537;
}
.colored-box > .colored-box-padding {
    position: relative;
    z-index: 1;
}
.colored-box > .colored-box-icon {
    color: rgba(0,0,0,.2);
    font-size: 50px;
    position: absolute;
    right: 5px;
    text-shadow: none;
    top: 5px;
    z-index: 0;
}
.colored-box > .colored-box-padding > h1,
.colored-box > .colored-box-padding > h2,
.colored-box > .colored-box-padding > h3,
.colored-box > .colored-box-padding > h4 {
    margin: 0;
    padding: 0 0 5px 0;
}
.colored-box > .colored-box-padding > h1 {
    font-size: 25px;
}
.colored-box > .colored-box-padding > h2,
.colored-box > .colored-box-padding > h3,
.colored-box > .colored-box-padding > h4 {
    font-size: 40px;
}
.colored-box > .colored-box-padding > .small-text {
    font-style: italic;
    font-size: 20px;
}
.colored-box > .colored-box-padding > .cc-padding {
    padding-top: 5px;
}
.colored-box > .colored-box-padding > .big-text {
    font-size: 30px;
}
.white-box-image {
    position: relative;
    overflow: hidden;
}
.white-box-image > .white-box-image-src {
    display: block;
    vertical-align: bottom;
    width: 100%;
}
.white-box-image > .white-box-image-text {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    font-weight: bold;
    left: 0;
    padding:10px;
    position: absolute;
    right: 0;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    width: 100%;
}
.colored-box > .colored-box-padding > .content > h1,
.colored-box > .colored-box-padding > .content > h2,
.colored-box > .colored-box-padding > .content > h3,
.colored-box > .colored-box-padding > .content > h4 {
    margin: 0;
    padding: 0 0 5px 0;
}
.colored-box > .colored-box-padding > .content > :last-child {
    padding: 0;
}
.white-box > .white-box-padding > .content > h1:nth-child(1){
    margin-top: 0;
}
/* ================== */
.press-title {
    color: #D65800;
    font-size: 1.7em;
    padding-bottom: 50px;
}

.press-title a{
    color: #D65800;
}

.row.press-row {
    padding: 20px 0 20px 0;
    border-bottom: 1px dashed #a7a7a7;
        position: relative;
}

.read-more {
    background-color: #f09900;
    color: #ffffff;
    padding: 5px 8px;
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 0 #ad7004;
}

.read-more a{
    text-decoration:none;
    color: #ffffff;
}

.row.press-row img {
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 9px #cccccc;
}

.phone-text{
    font-size: 24px;
	margin-top: 20px;
    margin-bottom: 10px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}