@import url(//fonts.googleapis.com/css?family=Frijole|Titillium+Web:400,700|Oswald);
@import url(prettyPhoto.css);

/* 

font-family: 'Frijole', cursive;
font-family: 'Titillium Web', sans-serif;
font-family: 'Oswald', sans-serif;

 */

#bg-top {
  background: url('../images/bg-top.jpg') 50% top no-repeat;
}

#bg-bottom {
  background: url('../images/bg-bottom.jpg') 50% bottom no-repeat;
}

#watermark {
  background: url('../images/water-mark.png') 50% top repeat;
}

/*------ TOP ------- */

#top {
  height: 100px;
}

hr {
  height: 1px;
  padding: 0;
  margin-bottom: 15px;
  border-bottom: 1px #343333 dashed;
  background: none;
  border-top: none;
}

/*------ header ------- */

header {
   background: url('../images/bg-header.jpg') 50% top no-repeat;
}
header .container {
  position: relative;
   min-height: 68px;
}

.logo-left{
  position: absolute;
  left:0;
  bottom:0;
}
.logo-right{
  position: absolute;
  right:0;
  bottom:0;
}

.top-menu {
  text-align: center;
}

.top-menu li{
  display: inline-block;
  padding: 16px 0px 0 4px
}

.top-menu li + li{
  background: url('../images/line-top-menu.png') left 28px no-repeat;
}

.top-menu li a{
  font-size: 14px;
  text-decoration: none;
  color: #e2e2e2;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 38px;
  display: inline-block;  
  padding-left: 8px;
  padding-right: 8px;
  -webkit-border-radius:  3px;
  -moz-border-radius:  3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.top-menu li a:hover{
  color: #ff001c;
  background: rgb(2,6,11);
  background: -moz-linear-gradient(top,  rgba(2,6,11,1) 0%, rgba(63,66,69,1) 47%, rgba(65,65,66,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,6,11,1)), color-stop(47%,rgba(63,66,69,1)), color-stop(100%,rgba(65,65,66,1)));
  background: -webkit-linear-gradient(top,  rgba(2,6,11,1) 0%,rgba(63,66,69,1) 47%,rgba(65,65,66,1) 100%);
  background: -o-linear-gradient(top,  rgba(2,6,11,1) 0%,rgba(63,66,69,1) 47%,rgba(65,65,66,1) 100%);
  background: -ms-linear-gradient(top,  rgba(2,6,11,1) 0%,rgba(63,66,69,1) 47%,rgba(65,65,66,1) 100%);
  background: linear-gradient(to bottom,  rgba(2,6,11,1) 0%,rgba(63,66,69,1) 47%,rgba(65,65,66,1) 100%);
  border-bottom: 1px #8e8e8e solid

}

.tola {
  display: none
}

.index .tola {
  display: block;
}

/* headings, text */
h1 {
  margin: 0;
  color:#fff;
  font-size:32px;
  line-height:45px; 
  font-weight:400;
  font-family: 'Frijole', cursive;
  text-align: left;
  margin-bottom: 20px
}

h2 {
  margin: 0;
  color:#fff;
  font-size:32px;
  line-height:34px; 
  font-weight:400;
  font-family: 'Frijole', cursive;
  text-align: left;
  margin-bottom: 20px
}

h6 {
  margin: 0;
  color:#fff;
  font-size:16px;
  line-height:24px; 
  font-weight:400;
  font-family: 'Titillium Web', cursive;
  text-align: left;
  margin-bottom: 20px
}

figure {  width: 100%;}
.underline {  text-decoration: underline;}
.max-size1{  max-width: 95%}
.top-0 {  margin-top: 0 !important;}
.top-5 {  padding-top: 8px}
.bot-0 {  margin-bottom: 0 !important;}
.left-0 {  margin-left: 0 !important;}
.extra-wrap {  overflow: hidden;}
.alignleft{ float: left; margin: 0 36px 40px 0;}
.alignright{ float: right; margin: 0 0px 20px 20px;}
.aligncenter{ margin: 0 auto 20px;}
.distable{  display:table; }

ul{
  margin: 0;
  list-style: none;
  padding: 0
}

ul.list > li {
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  color: #b2b2b2;
  font-size: 26px;
  line-height: 30px;
  font-family: 'Frijole', cursive;

}

ul.list > li a {
  text-decoration: none;
  display: block;
  color: #696969;
  font-size: 16px;
  padding-left: 20px;
}
ul.list > li a:hover {
  color: #f1623b;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  background: url('../images/arrow-orange.png') 0px 50% no-repeat;
  text-decoration: underline;

}


a.more {
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  color: #c90016;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Frijole', cursive;

-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;

}

a.more:hover {
  color: #fff;
}

.logos_link  img{
  margin-bottom: 20px;
  margin-right: -10px;
  max-width: 44%
}


/*------ slider ------- */
#slider {
  position:relative;
  clear:both;
  height: inherit;
  width: 100%;
  overflow: hidden;
}


/*------ content ------- */

#content {
  position: relative;
}

#content p{
 color: #c5c5c5;
 font-size: 14px;
 font-family: Arial;
}

#content p strong{
  display: block;
  font-size: 18px;
  line-height: 24px
}

#content p b{
  color: #fff;
}


#content p a{
  color: #c90016;
}

#content .container{
  background:#000 url('../images/bg-line.gif') 0px top repeat-x; 
}

#content .container .vertical-3{
  background: url('../images/bg-vertical-3.gif') 31.5% top repeat-y; 
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px #353535 solid
}

.inner {
  padding:0 40px 0 30px; 
}

ul.left-menu li {
  background: url('../images/bg-line-menu.png') left 34px repeat-x; 
  line-height: 33px;
  padding-left: 5px;
}


ul.left-menu li a{
  color: #d1d1d9;
  display: block;
  text-transform: uppercase;
  font-family: 'Titillium Web', cursive;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding-left: 25px ;
  padding-bottom: 5px

}
ul.left-menu li a:hover{
  background: url('../images/bg-hover-left-menu.png') left 8px no-repeat;
  color: #f00
}

.text {
  padding-right: 35px;
}

.photo {
  display: block;
  background: #333333;
  border: 1px #575757 solid;
  padding: 10px
}

.photo:hover {
  background:#404040 ;
  border-color: #888
}





a.button {
  display: block;
  background: #555454;
  -webkit-border-radius:  5px;
  -moz-border-radius:  5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  padding: 12px 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Titillium Web', cursive;
  font-size: 12px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

a.button:hover {
  background: #c90016
}




/*------ End content ------- */

#banner img{
  margin: 5px auto 0;
  display: block;
}



/*------ footer ------- */

footer .container {
  position: relative;
  background: url('../images/bg-footer.gif') left top repeat; 
}

.wrapper {
  padding-left: 50px;
  padding-right:30px; 
  padding-bottom: 10px;
  padding-top: 10px;
}


.footer-logos {
  margin-top: -10px
}

.footer-logos a {
  display: block;
  width: 170px;
  text-align: center;
  font-size: 12px;
  color:#d3d5da;
  text-decoration: underline;
  font-family: Arial;
  line-height: 18px
}

.footer-logos a.second {
  margin-right: 20px;
}

.footer-logos a img {
  padding-top: 30px;
  margin: 0 auto 2px;
  display: block;
}

.footer-logos a img.top_20 {
  margin-top: -24px
}
.footer-logos a:hover {
  color: #fff;
  text-decoration: none;
}

/*------ copy ------- */


#copy .container {
  font-size: 14px;
  font-family: Arial;
  line-height: 20px;
  padding-top: 45px;
  padding-bottom: 65px;
  text-align: center;
  background: url('../images/bg-copyright.png') 50% top no-repeat; 
}

/*padcontent*/
.padcontent{
  padding:0 0 30px 0;
  clear: both;
}
.padcontent_small{
	padding-bottom:15px
}




/*-- Map --*/
.map {
	height:440px;
	margin:0 auto;
	position:relative;
	top:0px;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.captcha {
	float:left;
  width: 138px;
  height: 40px;
}

.control-label {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;  
  font-size: 14px;
  width: 100px;
  float: left;
  line-height: 36px
}

.control-group input, .control-group textarea {
  width: 78%
}


.btn.submit{ 
	border:0px #542817 solid;
	display:block;
	white-space:nowrap;
	text-align:center;

	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	height:50px;
	min-height:42px\0/9;
	margin:0;
	line-height:28px;
	font-size:18px;
 
	box-shadow: none;
  font-family: 'Titillium Web', sans-serif;  
  width:122px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  background: #343333;
  -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}

.btn.submit img { margin-top:-2px; margin-left: 5px}
.btn.submit:hover {
  background: #c90016;
}

.notification_error {
	color:#f00
}
#note {
  margin-bottom:20px;
  color: #fff;
}


/*-- end contacts --*/


.right_20 {
  margin-right:20px
}


/*--- content end ------*/


/*-----WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW media queries WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW ------*/

/* =====================================================================================================================   1200 +         */

@media (min-width: 1200px) {
  .camera_fakehover, .camera_wrap {
    min-height: 444px;
    background: #000;
  }
  .btn.submit {
    margin-left: 100px
  }

}

/* ======================================================================================================================   1200 -       */

@media (max-width: 1199px) {
 
  .half {
    width: 42%;
  }
  header {
    background: url("../images/bg-header-2.jpg") no-repeat scroll 50% top transparent;
  }
  .logo-left img, .logo-right img{
    width: 150px
  }
  .top-menu li + li {
    background: none;
    padding: 0    
  }

  .top-menu li a {
    background: none;
    font-size: 13px  ;
    padding: 0 4px   
  }

  .top-menu li a:hover {
    background: none;
    border-bottom: 0 ;
  }
  ul.left-menu li a {
    font-size: 14px;
    padding-left: 20px
  }
  ul.left-menu li {
    padding-left: 0
  }
  ul.left-menu li a:hover {
    background: url('../images/bg-hover-left-menu.png') -4px 8px no-repeat;
  }
  h1 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 0;
    margin-bottom: 10px
  }
  #copy .container {
    background: url("../images/bg-copyright-2.png") no-repeat scroll 50% top transparent;
  }
  .footer-logos a {
    width: 160px;
  }
  .btn.submit {
    margin-left: 100px
  }

}

/* ======================================================================================================================   980 + 1200  */

@media (min-width: 980px) and (max-width: 1199px) {}

/* ======================================================================================================================   980 +       */

@media (min-width: 979px) {
}

/* ======================================================================================================================  980 -        */

@media (max-width: 979px) {
  header {
    background: url("../images/bg-header-3.jpg") no-repeat scroll 50% top transparent;
  }
  .logo-left img, .logo-right img {
    width: 125px;
  }
  .top-menu li {
    padding-top: 4px;
  }

  .top-menu li a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 14px;
  }
  .top-menu {
    padding-left: 140px;
    padding-right: 140px;
  }
  ul.left-menu li {
    background: none;
  }
  ul.left-menu li a {
    line-height: 20px;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 9px
  }
  .half {
    width: 40%;
  }
  .wrapper {
    padding: 10px 10px 5px 20px;
  }
  .footer-logos a {
      width: 140px;
      font-size: 11px
  }
  .wrapper a.pull-left {
    width: 115px
  }
  #copy .container {
    background: url("../images/bg-copyright-3.png") no-repeat scroll 50% top transparent;
  }
  h1 {
    font-size: 20px;
  }
  .control-group input, .control-group textarea {
    width: 70%
  }
  div.jp-audio {
   top:82px!important;
   z-index: 102;

  }
  
  img.lil-crush-img {
    width: 50% !important;
  }

}

/* ======================================================================================================================= 780 + 980    */

@media (min-width: 768px) and (max-width: 979px) {

}

/* ========================================================================================================================  780 -      */

@media (max-width: 767px) {
  div#bg-bottom >* {
    width: 480px;
    margin: 0 auto
  }
  #content .container .vertical-3 {
    background: 0;
    padding-top: 20px;
  }
  #top {
    height: inherit;
    padding-bottom: 5px
  }
  header {
    padding-top: 10px;
    background: none;
  }
  .top-menu {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 160px;
    padding-top: 10px;
    padding-bottom: 10px;


    background: rgb(1,0,0);
    background: -moz-linear-gradient(top,  rgba(1,0,0,1) 0%, rgba(145,143,143,1) 47%, rgba(92,91,91,1) 69%, rgba(58,57,57,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,0,0,1)), color-stop(47%,rgba(145,143,143,1)), color-stop(69%,rgba(92,91,91,1)), color-stop(100%,rgba(58,57,57,1)));
    background: -webkit-linear-gradient(top,  rgba(1,0,0,1) 0%,rgba(145,143,143,1) 47%,rgba(92,91,91,1) 69%,rgba(58,57,57,1) 100%);
    background: -o-linear-gradient(top,  rgba(1,0,0,1) 0%,rgba(145,143,143,1) 47%,rgba(92,91,91,1) 69%,rgba(58,57,57,1) 100%);
    background: -ms-linear-gradient(top,  rgba(1,0,0,1) 0%,rgba(145,143,143,1) 47%,rgba(92,91,91,1) 69%,rgba(58,57,57,1) 100%);
    background: linear-gradient(to bottom,  rgba(1,0,0,1) 0%,rgba(145,143,143,1) 47%,rgba(92,91,91,1) 69%,rgba(58,57,57,1) 100%);

  }
  .logo-left img, .logo-right img {
    width:inherit;
  }
  .logo-left {
    bottom: inherit;
    top:40px;    
  }

  .logo-right  {
    bottom: inherit;
    top:0;
  }
  .top-menu li a {
    font-size: 15px;
  }
  .top-menu li a:hover{
    background: rgb(2,6,11);
    background: -moz-linear-gradient(top,  rgba(2,6,11,1) 0%, rgba(63,66,69,1) 47%, rgba(65,65,66,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,6,11,1)), color-stop(47%,rgba(63,66,69,1)), color-stop(100%,rgba(65,65,66,1)));
    background: -webkit-linear-gradient(top,  rgba(2,6,11,1) 0%,rgba(63,66,69,1) 47%,rgba(65,65,66,1) 100%);
    background: -o-linear-gradient(top,  rgba(2,6,11,1) 0%,rgba(63,66,69,1) 47%,rgba(65,65,66,1) 100%);
    background: -ms-linear-gradient(top,  rgba(2,6,11,1) 0%,rgba(63,66,69,1) 47%,rgba(65,65,66,1) 100%);
    background: linear-gradient(to bottom,  rgba(2,6,11,1) 0%,rgba(63,66,69,1) 47%,rgba(65,65,66,1) 100%);
  }
  div.slider .camera_prev, div.slider .camera_next {
    top:0;
  }
 ul.left-menu li {
    background: url('../images/bg-line-menu.png') left 34px repeat-x; 
    line-height: 33px;
    padding-left: 5px;
  }


  ul.left-menu li a{
    color: #d1d1d9;
    display: block;
    text-transform: uppercase;
    font-family: 'Titillium Web', cursive;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding-left: 25px ;
    padding-bottom: 5px;
    line-height: 22px

  }
  ul.left-menu li a:hover{
    background: url('../images/bg-hover-left-menu.png') left 8px no-repeat;
    color: #f00
  }
  #copy .container {
    background: url("../images/bg-copyright-4.png") no-repeat scroll 50% top transparent;
  }
  .text {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px
  }
  .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .wrapper a.pull-left {
    width: 160px;
    margin-bottom: 20px
  }
  .footer-logos a {
    float: left;
  }
  .logos_link  img{
    margin-bottom: 20px;
    margin-right: 2px;
    max-width: 100%
  }

  .control-group input, .control-group textarea {
    width: 70%
  }

}


/* =======================================================================================================================   480 + 780  */

@media (min-width: 482px) and (max-width: 767px) {}

/* ========================================================================================================================  480 -      */

@media (max-width: 481px) {
  div#bg-bottom >* {
    width: 320px;
    margin: 0 auto
  }
  .top-menu {
    padding-left: 0;
    padding-right: 5px;
  }
  
  .top-menu li {
    padding:0 12px 
  }

  .top-menu li a {
      font-size: 13px;
  }
  .logo-left img, .logo-right img {
    width:164px;
  }
  ul.left-menu li a {
    font-size: 14px
  }
  div.slider .camera_prev, div.slider .camera_next {
    background: none;
  }
  h1 {
    line-height: 30px;
    padding-bottom: 12px;
  }
  .photo {
    padding: 5px
  }
  #copy .container {
    background: url("../images/bg-copyright-5.png") no-repeat scroll 50% top transparent;
  }
  .wrapper a.pull-left {
    width: 130px;
  }
  .footer-logos a {
    width: 270px;
    font-size: 12px;
  }
  .footer-logos a img.top_20 {margin-top: 0}
  .footer-logos a img {
    padding-top: 10px;
  }
  .control-group input, .control-group textarea {
    width: 90%
  }

  .btn.submit {
    margin-left: 0px
  }

  div.jp-audio {
   top:50px!important;
   z-index: 102;
  }

}

/* ========================================================================================================================  320 + 480   */

@media (min-width: 320px) and (max-width: 481px) {}

/* ========================================================================================================================  320 -       */

@media (max-width: 320px) {
 


}	





/*----- Safari ------*/

@media screen and (-webkit-min-device-pixel-ratio:0) 
{      ::selection{ background:#006b44!important; color:#fff}
    ::-moz-selection{ background:#006b44!important; color:#fff}


}
