/*@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700|Open+Sans:400,300,700,800);
*/@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=latin,latin-ext);
body{
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 2em;
	position: relative; //must add for scrollspy
}
h1,h2,h3,h4,h5,h6{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	margin: 0;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 1.0;
}
.h1, h1 {
    font-size: 26px;
}
/*img {
	max-width: 200px;
}*/






/**  Header Navigation **/

header .navbar {
  //padding: 30px 0;
  transition: all .5s ease-out;
}
header .navbar-default {
  background-color: black;
  border: none;
}
header .navbar-default .navbar-nav a {
  color: #666666;
  padding: 5px 8px;
 	position: middle;
}
header .navbar-default .navbar-nav .buynow a {
  color: #666666;
  padding: 0px 8px;
  position: middle;
}
/* LIST OF MENU ITEMS */
header .navbar-default .navbar-nav li{
  margin-right: 20px;
}
/* BUY NOW ICONS */
header .buynow{
  margin-right: 20px;
  margin-top: 10px;
  padding-bottom: -100px;
}
/* FACEBOOK GOOGLE YOUTUBE BUTTON */
header .navbar-default .navbar-nav #connect {
  margin-right: 20px;
}
header .navbar-default .navbar-right {
  margin: 0 0 0 0;
}
/* WHEN MENU IS ROLLOVER */
header .navbar-default .navbar-nav a:hover {
  color: #ab1f22;
}
/* HOME BUTTON REMOVE UNDERLINE */
header .navbar-default .navbar-nav li a:first-child{
  text-decoration: none;
}
/* WHEN BUY NOW ON ITEMS IS ROLLOVER */
header .navbar-default .navbar-nav .buynow a:hover {
  border-bottom: 3px solid #ab1f22;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* WHEN FACEBOOK YOUTUBE ITEMS IS ROLLOVER */
header .navbar-default .navbar-nav #connect a:hover {
  border-bottom: 3px solid #ab1f22;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .navbar-default .navbar-nav .active a {
  font-weight: 700;
  color: #ab1f22;
  background: none;
  //border-bottom: 4px solid #EEC856;
  text-shadow: none;
}
header .navbar-default .navbar-nav .active a:hover {
  color: #ab1f22;
  background: transparent;
  text-shadow: none;
  text-decoration: none;
}

header .container-fluid{
  padding:0;
}
header h3{
  margin-right: 30px;
  color: #ab1f22;
  font-size: 1em;
}
header .itunes{
  margin-top: -7px;
  
}
@media (max-width: 4000px) {

    /*  just before dropdown menu*/
    header .navbar-collapse {
      text-align: right;
      border-top: none;
      background-color: rgba(0,0,0, 1);
    }

    /*  after dropdown menu*/
    header .navbar-collapse.in {
      text-align: right;
      border-top: none;
      background-color: rgba(0,0,0, 1);
    }

    /*  THE BLACK BACKGROUND DIV FOR DROPDOWN MENU */
    /* adjust height of dropdown menu area*/
    #collapse{
      height: 630px;
      max-height: 630px;
    }

    header .navbar-collapse.collapse {

    }
    header .navbar-collapse.collapse.in {

    }
    header .navbar-nav.navbar-right {

    }
    header .navbar-header.in{
      margin-left: 0;
      margin-right: 0;
      background-color: white;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    /*NAV BAR black bar that has RAZIA LOG AND HAMBURGER*/
    .navbar-toggle {
        left: -20px;
        display: block; 
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      //box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
      margin-bottom: 100px !important;
      float: none!important;
      margin-top: 7.5px;
    }
   .navbar-nav>li {
        float: none;
    }
    /* EACH MENU ITEMS - home, watch akory, ...*/
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
     }
    header .inbody .navbar-brand {
      margin-left: 20px !important;
      margin-top: 20px !important;
    }

}


/* ANIMATION ON THE TOGGLE HAMBURGER */
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}
.navbar-toggle .icon-bar {
    position: relative;
    transition: all .1s ease-in-out;
}
header .navbar-header button:hover .icon-bar {
    background-color: #ab1f22;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 15px;
    transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -15px;
    transform: rotate(-45deg);
}




/**  Navbar Brand **/

header .navbar-brand{

	background:url(../images/logo_razia.png);
	background-repeat: no-repeat;
	background-position: 0px 0;
	width: 155px;
	height:34px;
  margin-left: 20px !important;
}


/**  Navbar Toggle **/

/* NAVBAR AT TOP WITH BLACK BACKGROUND WITH LOGO AND HAMBURGER*/
header .navbar-toggle{
	background-color: transparent;
  border: none;
  margin-bottom: 0px;
  margin-right: 0px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000000;
}

.navbar-default .navbar-toggle .icon-bar:hover{

}
header .navbar-default .navbar-toggle .icon-bar{
	background-color: #b0b1b5;
  margin-bottom: 8px;
  width: 50px;
  height: 7px;
}



/**  nav inbody **/

header .inbody {
  background: black;
}
header .navbar.inbody {
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar.inbody .navbar-nav {
}
header .inbody .navbar-brand {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  margin-left: 20px;
}
@media only screen
and (min-width: 1px)
and (max-width: 768px){

  header .navbar-brand{
    margin-left: 35px !important;
  }
  header .inbody .navbar-brand {
    margin-left: 35px !important;
    margin-top: 20px !important;
  }
}

/*OPPOSITE OF INBODY = WHEN HOME*/
/**  nav outbody **/

header .outbody {
}
header .navbar.outbody {
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar.outbody .navbar-nav {
}
header .outbody .navbar-brand {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0;
  margin-left: 20px;
}




/**  CAROUSEL **/

.item p{
  color: black;
  font-weight: 400;
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 0px;
  text-align: center;
}
.item h5{
  letter-spacing: 1px;
  color:#ffe900;
  text-align: center;
}

.carousel{
  height: 700px;
  padding-top: 50px;
  margin-top: 70px;
  background: url(../images/akory_wide_cover.jpg) no-repeat center center;
  background-size: cover;
  max-height: 700px;

}
#stars{
  padding-bottom: 30px;
  background: url(../images/4stars.png) no-repeat center bottom;
 
}
@media only screen
and (max-width: 450px)
{
  .item p{
    line-height: 1.2;
    font-size: .7em;
    margin-right: 5%;
    margin-left: 5%;
  }
  .carousel{
    height: 400px;
    padding-top: 20px;
    margin-top: 70px;
    max-height: 400px;
  }
}

@media only screen
and (min-width: 451px)
and (max-width: 768px){
  .item p{
    line-height: 1.2;
    font-size: .8em;
    margin-right: 7%;
    margin-left: 7%;
  }
  .carousel{
    height: 600px;
    padding-top: 30px;
    margin-top: 70px;
    max-height: 600px;
  }
}

@media only screen
and (min-width: 992px)
and (max-width: 4000px){
  .item p{  
    margin-right: 15%;
    margin-left: 15%;
  }
}





/**  Carousel Fade **/
/*this Carousel Fade code is needed only when you want to fade transition instead of SLIDE*/

.carousel.fade {
  opacity: 1;
}

.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}

.carousel.fade .item:first-child {
  top: auto;
  opacity: 1;
  position: relative;
}
/*this sets first image of carousel to opacity = 1*/

.carousel.fade .item.active {
  opacity: 1;
}
/*this tells .active item to be opacity = 1
so when you click next arrow the next image gets .active and get 1 opacity*/

.carousel-control {
  opacity: 0;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
/*this gets rid of gradient background below arrow*/


/**  CAROUSEL FULLPAGE COVER CSS  - OPTIONAL -**/
/*#featured .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}*/
/*only needed when you want to have carousel images take up whole width and height on resize no matter what
*/





/**  Pages  **/
.page{
  padding-top: 70px;
  padding-bottom: 0px;
}
.page h2{
  text-align: center;
  margin-bottom: 30px;
  color: #b3b3b3;
}
.main{
  margin-right: 0px;
}



/**  Pages -- WATCH AKORY -- **/

#watch{
	background-color: black;
}




/**  Pages -- LISTEN -- **/

audio{
  margin-bottom: 20px;
  border-radius: none;
  width: 90%;
}
#listen{
  background-color: black;
}

.song{
	text-align: center;
	margin: 0 0;
  padding-left: 0;
  padding-right: 0;
}

.song1{
  background-color: #ab1f22;
  color: #cbccc9;
}
.song2{
  background-color: #000;
  color: #aa1e21;
}
.song3{
  background-color: #ffe200;
  color: #676765;
}
.song4{
  background-color: #ab1f22;
  color: #ffe201;
}
.song5{
  background-color: #ffe200;
  color: #676765;
}
.song6{
  background-color: #00a65c;
  color: #fff;
}
.song7{
  background-color: #000;
  color: #999da0;
}
.song8{
  background-color: #ffe200;
  color: #01a75b;
}
.song9{
  background-color: #9a9ea1;
  color: #fff;
}
.song10{
  background-color: #222;
  color: #fee100;
}
img.icon{
  position: relative;
	display: block;
	width: 100%;
  height: 100%;
	margin: 0;
}

#listen h3{
	margin: 10px 0;
  padding-top: 50px;
  padding:0;
}
#listen h5{
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
}
#listen p{
  padding-left: 5%;
  padding-right: 5%;
  font-size: .7em;
  //font-variant: small-caps;
}
#french p{
  padding-left: 5%;
  padding-right: 5%;
  font-size: .6em;
}

@media only screen
and (min-width: 768px)
and (max-width: 992px){

/*	.song2{
  padding-bottom: 305px;
  }
  .song3{
  padding-bottom: 70px;
  }
  .song6{
  padding-bottom: 215px;
  }
  .song10{
  padding-bottom: 160px;
  }*/

}
@media only screen
and (min-width: 992px)
and (max-width: 1200px){

/*  .song2{
  padding-bottom: 250px;
  }
  .song3{
  padding-bottom: 75px;
  }
  .song6{
  padding-bottom: 200px;
  }
  .song10{
  padding-bottom: 160px;
  }*/

}
@media only screen
and (min-width: 1200px)
and (max-width: 1500px){

/*  .song3{
  padding-bottom: 65px;
  }
  .song5{
  padding-bottom: 450px;
  }
  .song6{
  padding-bottom: 665px;
  }
  .song9{
  padding-bottom: 120px;
  }
*/

}

@media only screen
and (min-width: 1500px)
and (max-width: 4000px){

/*  .song3{
  padding-bottom: 70px;
  }
  .song5{
  padding-bottom: 300px;
  }
  .song6{
  padding-bottom: 500px;
  }
  .song9{
  padding-bottom: 110px;
  }
  .song10 .text{
    margin-top: 40px;
  }
  .song10 audio{
  margin-bottom: 0px;
  }*/

}




/* BUTTON */

.btn{
  border-radius: 0px;
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
  margin-bottom: 30px;
  transition: all .2s ease-in-out;
}
.btn:hover{
  border-color: #ebebeb;
  color: #661214;
  background-color: #ebebeb;
}
.btn:visited{
  border-color: #ebebeb;
  color: #661214;
  background-color: #ebebeb;
}
.btn:active{
  border-color: #ebebeb;
  background-color: #ebebeb;
}
.btn:link{
  border-color: #ebebeb;
  background-color: #ebebeb;
}
.glyphicon.glyphicon-transfer{
  top: 4px;
  padding-left: 5px;
}
.glyphicon.glyphicon-edit{
  top: 3px;
  padding-left: 5px;
}




/**  Pages -- SHOWS -- **/

#shows{
  background-color: black;
  background: url(../images/shows_bg_lg.jpg) no-repeat center center;
  background-size: cover;
}
/*DATE*/
#shows h3{
  color: #ab1f22;
}
/*YEAR*/
#shows h4{
  margin-top: 5px;
  color: #232323;
  font-size: 2.5em;
  font-weight: 400;
}
/*VENUE NAME*/
#shows h1{
  letter-spacing: 0px;
  font-size: 1.1em;
  font-weight: 500;
  text-transform: none;
  color: #e5e5e5;
}
/*ADDRESS PHONE NUMBER LINK*/
#shows p{
  margin-top: 8px;
  text-transform: none;
  color: #e5e5e5;
  font-size: .8em;
  line-height: .8em;
}
#shows .container{
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: rgba(0,0,0,.8);
}
.tickets{
    background: url(../images/tickets.png) no-repeat 0 0;
    margin-left: 10px;
    margin-top: 10px;
    width: 151px;
    height: 49px;
}
.tickets:hover{
  background: url(../images/tickets_hover.png) no-repeat 0 0;
  width: 151px;
  height: 49px;
}
.show{
  padding-top: 20px;
  padding-bottom: 90px;
  border-bottom: 1px dashed #555;
}
#shows a:hover{
  text-decoration: none;
  color: #ab1f22;
}
@media only screen
and (min-width: 1px)
and (max-width: 768px){

  #shows{
  background: url(../images/shows_bg_xs.jpg) no-repeat center center;
  background-size: cover;
  }

  #shows p{
    line-height: 1.1em;
  }
  .venues{
     padding-bottom: 5px;
  }
  #shows h4{
    color: #323232;
  }
  .show{
    text-align: center;
    padding-bottom: 20px;
  }
  .tickets{
    margin-left: 50%;
    left:-75px;
  }

}
@media only screen
and (min-width: 768px)
and (max-width: 992px){

  #shows{
  background: url(../images/shows_bg_sm.jpg) no-repeat center center;
  background-size: cover;
  }

  .show{
    padding-bottom: 100px;
  }
  .venues #number{
    font-size: 0px;
    line-height: 0px;
    opacity: 0;
  }
  .tickets{
      background-size: 65%;
      margin-left: 15px;
      margin-top: 0px;
  }
  .tickets:hover{
    background-size: 65%;
  }
  #shows h1{
    font-size: .9em;
    font-weight: 400;
  }
  #shows p{
    margin-top: 8px;
    text-transform: none;
    color: #e5e5e5;
    font-size: .7em;
    line-height: .8em;
  }
}
@media only screen
and (min-width: 992px)
and (max-width: 1200px){

  #shows{
  background: url(../images/shows_bg_md.jpg) no-repeat center center;
  background-size: cover;
  }
  .tickets{
      margin-left: 50px;
  }
}
@media only screen
and (min-width: 1200px)
and (max-width: 4000px){

  #shows{
  background: url(../images/shows_bg_lg.jpg) no-repeat center center;
  background-size: cover;
  }
  .tickets{
      margin-left: 10px;
      margin-top: 10px;
  }
}





/* BIO PAGE */

#bio{
  background-color: #661214;
  padding-top: 0;
  padding-bottom: 50px;
}
#bio_bg{
  height: 700px;
  background: url(../images/bio_bg_lg.jpg) no-repeat center center;
  background-color: black;
  background-size: cover;
  max-height: 700px;
}
.bio_text{
  color: #ffffff;
  margin-top: 50px;
}
.languages{
  text-align: center;
}
#french_bio{
  //visibility: hidden;
  /*font-weight: 0;
  line-height: 0;
  font-size: 0;*/
}
#bio p{
  font-size: .9em;
}
#bio span{
  font-size: 1.2em;
  font-weight: 600;
}
@media only screen
and (min-width: 1px)
and (max-width: 768px){

  #bio p2{
    font-size: .7em;
    line-height: 0px !important;
  }
  .bio_text{
    margin-right: 5%;
    margin-left: 5%;
  }
  #bio_bg{
    height: 400px;
    background: url(../images/bio_bg_xs.jpg) no-repeat center center;
    max-height: 400px;
    background-size: cover;
  }

}
@media only screen
and (min-width: 768px)
and (max-width: 992px){

  #bio p2{
    font-size: .8em;
  }

  #bio_bg{
    height: 500px;
    background: url(../images/bio_bg_sm.jpg) no-repeat center center;
    max-height: 500px;
    background-size: cover;
  }

}
@media only screen
and (min-width: 992px)
and (max-width: 1200px){

  #bio_bg{
    height: 600px;
    background: url(../images/bio_bg_md.jpg) no-repeat center center;
    max-height: 600px;
    background-size: cover;
  }

}
@media only screen
and (min-width: 1200px)
and (max-width: 4000px){

  #bio_bg{
    height: 700px;
    background: url(../images/bio_bg_lg.jpg) no-repeat center center;
    max-height: 700px;
    background-size: cover;
  }

}







/**  Pages -- PRESS -- **/

#press{
  text-align: center;
  background-color: black;
}
.press_item{
    text-align: center;
}
#press .container{
text-align: center;
}
.press_item{
  margin-bottom: 120px;
}
#press img.press_img{

  display: block;
  width: 250px;
  height: 250px;

/*THIS CODE BELOW IS VERY IMPORTANT TO MAKE IMG CENTER*/
  margin: 0 auto;
  margin-bottom: 25px;
/*THIS CODE BELOW IS VERY IMPORTANT TO MAKE IMG CENTER*/

/*  border: 10px solid #00a65b;
  /*y = #ffe900
    g = #00a65b
    r = #b61f24
  */
  border-right-color: #00a65b;
  border-bottom-color: #ffe900;
  border-left-color: #ffe900;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;*/
}
.ih-item, .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

/*CIRCLE WITH BORDER*/
.ih-item.circle {

  margin: 0 auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  margin-bottom: 30px;
  //position: center;
  width: 270px;
  height: 270px;
  border-radius: 50%;

  //margin-right: 100px;
  
}
/* TITLE ROLLVER */
.ih-item.circle.effect1 .info h3 {
  color: white;
  letter-spacing: 0px;
  top: 30px;
}
/* DOWNLOAD BUTTON */
.press_item .icon.ihoverbutton{
  margin: 0 auto;
  margin-bottom: 25px;
  top: 30px;
  width: 131px;
  height: 39px;
}
.press_item button{
}

@media only screen
and (min-width: 1px)
and (max-width: 768px){

  .ih-item, .ih-item * {
    margin: 0 auto;
  }
  .ih-item.circle.effect1 .img {
    margin: 0 auto;
  }
  .ih-item.circle.effect1 .info {
    margin: 0 auto;
  }
  .ih-item.circle.effect1 .spinner {
    margin-left: 5px;
  }
  .ih-item.circle {
    margin: 0 auto;
  }
}
@media only screen
and (min-width: 768px)
and (max-width: 992px){

  .ih-item.circle {
    margin-right: 32px;
  }
}
@media only screen
and (min-width: 992px)
and (max-width: 1200px){
  
  .ih-item.circle {
   margin-right: 88px;
  }
}
@media only screen
and (min-width: 1200px)
and (max-width: 4000px){
  
  .ih-item.circle {
    margin-right: 100px;
  }
}

.ih-item.circle.effect1 .spinner {
  
  width: 270px;
  height: 270px;

  border: 10px solid #00a65b;
  /*y = #ffe900
    g = #00a65b
    r = #b61f24
  */
  border-right-color: #00a65b;
  border-bottom-color: #ffe900;
  border-left-color: #ffe900;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border: 10px solid #b61f24;
  /*y = #ffe900
    g = #00a65b
    r = #b61f24
  */
  border-right-color: #b61f24;
  border-bottom-color: #b61f24;
  border-left-color: #b61f24;
}
.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
}
.ih-item.circle.effect1 .info {
  width: 250px;
  height: 250px;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.icon.ihoverbutton{
  margin-top: -20px;
  width: 131px;
  height: 39px;
}
.row .circlebuttons .spinner {
  position: center !important;
  text-align: center !important;
}

.container .spinner .circlebuttons{
  position: center !important;
  text-align: center !important;
}
#press #press .btn{
  border-radius: 0px;
  border-color: #ebebeb;
  color: #ebebeb;
  background-color: transparent;
  margin-bottom: 30px;
}
#press .btn:hover{
  border-color: #ebebeb;
  color: #000;
  background-color: #ebebeb;
}
#press .btn:visited{
  border-color: #ebebeb;
  color: #661214;
  background-color: #ebebeb;
}
#press .btn:active{
  border-color: #ebebeb;
  background-color: #ebebeb;
}
#press .btn:link{
  border-color: #ebebeb;
  background-color: #ebebeb;
}






/**  Pages -- REVIEWS -- **/
#reviews{
  background-color: black;
  padding-top: 0px;
}
#reviews h2{
  padding-top: 50px;
}
/* READ MORE BUTTON */
#reviews .icon.ihoverbutton{
  margin-top: -35px;
}
.review_item{
    text-align: center;
}
.review_item{
  margin-bottom: 20px;
}
/* READ MORE BUTTON */
.review_item .icon.ihoverbutton{
  margin: 0 auto;
  top: 30px;
  width: 131px;
  height: 39px;
}
@media only screen
and (min-width: 1px)
and (max-width: 768px){

  #review_bg{
    height: 400px;
    background: url(../images/review_bg_xs.jpg) no-repeat center center;
    max-height: 400px;
    background-size: cover;
  }

}
@media only screen
and (min-width: 768px)
and (max-width: 992px){

  #review_bg{
    height: 500px;
    background: url(../images/review_bg_sm.jpg) no-repeat center center;
    max-height: 500px;
    background-size: cover;
  }

}
@media only screen
and (min-width: 992px)
and (max-width: 1200px){

  #review_bg{
    height: 600px;
    background: url(../images/review_bg_md.jpg) no-repeat center center;
    max-height: 600px;
    background-size: cover;
  }

}
@media only screen
and (min-width: 1200px)
and (max-width: 4000px){

  #review_bg{
    height: 700px;
    background: url(../images/review_bg_lg.jpg) no-repeat center center;
    max-height: 700px;
    background-size: cover;
  }

}
/* SQUARE BORDER */
.ih-item.square {
  margin: 0 auto;
    position: relative;
    width: 300px;
    height: 200px;
   // border: 10px solid #fff;
    border: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/*ROLLOVER SCREEN*/
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect15 {
  overflow: hidden;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
}
/* ROLLOVER SCREEN COLOR */
.ih-item.square.effect15.colored .info {
  background: #ffe900;
}
.ih-item.square.effect15 .img {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ih-item.square.effect15 .info {
  background: #333333;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0.3s;
  -moz-transition: all 0.35s ease-in-out 0.3s;
  transition: all 0.35s ease-in-out 0.3s;
}
/* ROLLOVER TITLE */
.ih-item.square.effect15 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
}
/* QUOTE REVIEW COPY */
.ih-item.square.effect15 .info p {
  font-style: italic;
  font-size: 20px;
  position: relative;
  color: #000;
  padding: 20px;
  padding-top: 30px;
  text-align: center;
  line-height: 1.2em;
}
.ih-item.square.effect15 a:hover .img {
  opacity: 0;
  visibility: hidden;
}
.ih-item.square.effect15 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect15.left_to_right .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ih-item.square.effect15.left_to_right .info {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.ih-item.square.effect15.left_to_right a:hover .img {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.ih-item.square.effect15.left_to_right a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.ih-item.square.effect15.right_to_left .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.ih-item.square.effect15.right_to_left .info {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ih-item.square.effect15.right_to_left a:hover .img {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.ih-item.square.effect15.right_to_left a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.ih-item.square.effect15.top_to_bottom .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.ih-item.square.effect15.top_to_bottom .info {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.ih-item.square.effect15.top_to_bottom a:hover .img {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.ih-item.square.effect15.top_to_bottom a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.ih-item.square.effect15.bottom_to_top .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.ih-item.square.effect15.bottom_to_top .info {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.ih-item.square.effect15.bottom_to_top a:hover .img {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.ih-item.square.effect15.bottom_to_top a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}






img.img-circle{
	width:100%;

}





/**  Footer **/

footer {
  margin: 0 auto;
  text-align: center;
  background: black;
  color: white;
  font-size: .8em;
  border-top: 1px #444 solid;
  padding: 50px 0 40px 0;
}

footer a {
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 1em;
  color: #666666;
  line-height: 3px;
}
footer h4 {
/*  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 1em;*/
  color: #666666;
}
footer img{
  margin: 10px;

}
footer a:hover {
  background-color: transparent !important;
  color: #ab1f22 !important;
}

/* WHEN FACEBOOK YOUTUBE ITEMS IS ROLLOVER */
footer .connect a:hover {
  padding-bottom: 5px;
  border-bottom: 3px solid #ab1f22;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer .navbar {
    margin: 0 auto;

  margin-bottom: 0;
  //min-height: 0;
    margin: 0 auto;

}

footer .navbar-default {

  background-color: transparent;
  border: none;
    margin: 0 auto;

}

footer .navbar-nav>li a {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  //text-decoration: underline;
  color: #EEC856 !important;
    margin: 0 auto;

}
footer p{
  color: #666666;
  font-size: .7em;
}
