
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Open Sans:600);

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin:0px auto;
    overflow-y:scroll;
    color: #fff;
}

.logoh , .logoh a{padding: 5px;font-family: 'Pacifico',cursive;font-weight: 400;color: #FFF;font-size: 50px; line-height: 100%;
 text-shadow: 5px 0 4px #ED1D48; /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 5px 0 2px #ED1D48;
  -webkit-text-shadow: 5px 0 2px #ED1D48;
}

.bgpanel{
    /* background-color: #FF8CAB; border-color: #E09D5A; border-radius: 5px; padding: 0px; */

    /* margin: 5px auto 0;  */
    margin-bottom: 5px; 
    background-color: #FF8CAB;
    border: 1px solid #A87272;
    border-radius: 5px;
    /* padding: 3px; */

}

.bgpanel-vid-top{
    /* background-color: #FF8CAB; border-color: #E09D5A; border-radius: 5px; padding: 0px; */
    /* margin-top: 5px; */
    background-color: #FF8CAB;
    border-top-color: #A87272;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* padding: 3px; */

}

.bgpanel-vid-middle{
    /* background-color: #FF8CAB; border-color: #E09D5A; border-radius: 5px; padding: 0px; */

    /* margin-right: auto ; */
    /* margin-left: auto ; */
    background-color: #FF8CAB;
    border-right-color: #A87272;
    border-right-style: solid;
    border-right-width: 1px;
    /* padding: 3px; */
}

.bgpanel-vid-bottom{
    /* background-color: #FF8CAB; border-color: #E09D5A; border-radius: 5px; padding: 0px; */


    background-color: #FF8CAB;
/*    padding: 3px; */
    border-bottom-color: #A87272;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 5px;
}

.container {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.navbar-nav {
    margin-bottom: 10px;
    margin-left: 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    /* background-color: #FF8CAB; */

}

.navbar-inverse {
    background-color: #FF8CAB;
    border-color: #E09D5A;
    border-radius: 5px;
    padding: 0px;

}

.navbar-inverse .navbar-brand {
    color: #f9a828; 
/*    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    font-size: 3.6em;
    line-height: 80%; */
    /* margin-bottom: 70px; */
}

.navbar-inverse .navbar-nav>li {
    /* text-shadow: 1px 1px 2px #434242; */
    /* text-transform: uppercase; */
    color: #fff;
    background: none repeat scroll 0 0 #ED1D48;
    border-radius: 3px;
    transition: visibility .25s linear;
    display: inline-block; 
    border: 1px solid #525575; 
    /* padding: 1px 1px;  */
    /* margin: 0.1em 0.2em; */
    margin: 2px 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    border: 1px solid;
    text-shadow: 1px 1px 2px #362515;


}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 1.5em;
    /* padding-top: 7px; */
    /* padding-bottom: 7px; */
    padding: 5px 16px; 
    /* text-shadow: 1px 1px 1px #000;  */
    text-transform: uppercase;
}

.topmenu li{
    background: none repeat scroll 0 0 #ED1D48;
    border-radius: 3px;
    /* color: #8F94CC; */
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 700;
     margin-right: 5px;
    margin-bottom: 15px; 
    /* padding: 6px 10px; */
    text-decoration: none;
/*    text-shadow: 1px 1px 2px #434242; */
    text-transform: uppercase;
    border: 1px solid;
}

.topmenu>.nav>li>a {
    position: relative;
    display: block;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    /* color: #8F94CC; */
    color: #fff;
    background-color: #ED1D48;
    /* text-shadow: 1px 1px 1px #000;  */
    font-size: 11px;
    font-weight: 700;
    margin-right: 5px;
}


.topmenu>.nav>li>a:focus, .topmenu>.nav>li>a:hover {
    text-decoration: none;
    background-color: #ED1D48;
    /* text-shadow: 1px 1px 1px #000;  */
    /* color: #8F94CC; */
    color: #fff;
}

h1,h2 {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 2px #434242;
}

a {
    color: #fff;
    /* color: #000; */
    text-decoration: none;
}

a:focus, a:hover {
    color: #fff;
    text-decoration: underline; 
    font-weight: bold;

}

/*
.nav>li>a {
   text-decoration: underline;
    background-color: red;
    border-color:  #52A3FF; 
    color: #E09D5A;
    font-weight: bold;
*/
/*
    background: none repeat scroll 0 0 #171821;
    border-radius: 3px;
    color: #E09D5A;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 700;
    margin-right: 5px;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
*/
/*
}
*/


.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: underline;
    /* background: none repeat scroll 0 0 #171821; */
    background-color: #ED1D48;
    color: #fff;
    /* border: 1px solid #A87272;  */
}

.nav-tabs.nav-justified > li > a {
    /* border-bottom: 1px solid #A87272; */
    border: 1px solid #A87272;
    border-radius: 5px;
    /* border-radius: 4px 4px 0 0; */
    
}

.nav-justified > li > a:focus, .nav-justified > li > a:hover {
    /* border-bottom: 1px solid #A87272; */
    border: 1px solid #A87272;
    border-radius: 5px;
    /* border-radius: 4px 4px 0 0; */
    margin-top: -3px;
    /*margin-right: -2px; */
}


.thumbnail{
     background-color: #ED1D48;
     border: none;
}

.input-group {
    margin-bottom: 5px;
}

.thumbnail a{
    /*  color: #8F94CC; */
    color: #fff;
}

.thumbnail a:hover{
     color: #fff;
    font-weight: normal;
}


.thumbnail img {
    width: 100%;
}

.thumbnail {
    padding: 2;
    border: 1px solid #A87272;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}


@media (max-width: 767px) {
    .navbar-brand {
	max-width: 75%;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(6n)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

@media (min-width: 1200px) {
    .portfolio>.clear:nth-child(8n)::before {  
      content: '';
      display: table;
      clear: both;
    }
}


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

hr {
    width: 100%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color:#fff;
    color:#fff;
    border: 0 none;
}

.embed-container { 
        position: relative; 
        padding-bottom: 56.25%; 
        height: 0; 
        overflow: hidden; 
        max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
        position: absolute; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100%; 
}

.ratio-container {
    position: relative;
}
.ratio-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
    /* padding-bottom: 56.25%; */
    padding-bottom: 72%;
    content: "";
}
.ratio-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* unknown ration variation */
.unknown-ratio-container > * {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
