﻿/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

body { 
  font: 13px 'Helvetica Neue', Arial, sans-serif;
  background: #f2f2f2;
  color: #222;
  line-height: 1.6em;
}


h1, h2 {
  
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

h1 
{
  padding:20px 0 0 40px;
  font-weight:400;
  font-family: 'Oswald', serif;
  font-size: 36px;
  color: #333;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
  font-weight:400;
  font-family: 'Oswald', serif;
  color: #343434;
}

h3, p, ul, ol, pre, dl {
  margin-bottom: 1.0em;
}

em { font-style: italic; }
strong { font-weight: bold; }

/**** #site-nav ****/
.menu_top {
     float: left;
     padding: 20px 10px 20px 10px;
     background-color: #000;
    font-size: 14px;
     font-weight:400;
     font-family: 'Raleway', serif;
}
.menu_top a{
     color: #fff;
    text-decoration: none;
}

.topTitle {
    width:100%; 
    height:100px;
    background-color: #1b1b1b;
}
.content-menu{ width: 100%;}
.layer_txt{ padding: 20px 20px 10px 20px; }
.layer_txt i {
     font-size: 24px;
     background-color: #ea646e;
    padding: 10px 30px 10px 30px;
    color: #ffffff;
    margin-right: 1px;
    cursor: pointer;
}
.layer_txt i:hover {
     background-color: #e3101f;
}


.content_txt 
{
    font-family: 'Raleway', sans-serif;
    font-weight:400;
	font-size:14px;
	line-height:20px;
	margin-bottom: 20px;
}
.view a.link {
    background-color: #e3101f;
    height: 44px;
    text-decoration: none;
    width: 230px;
    display: block;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;

}


.view a.zoom {
    background-color: #e3101f;
    background-image: url("../images/zoom-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 44px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 44px;
}
.view a.zoom:hover, .view a.link:hover {
    background-color: #2F343A;
}
.view-first a.info {
    -webkit-transition: all 0.2s ease-in-out 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-in-out 0s;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out 0s;  /* Opera 10.50–12.00 */
          transition: all 0.3s ease-out 0s;
}
.view-first:hover p {
    -webkit-transition-delay: 0.1s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition-delay: 0.1s;  /* Firefox 4-15 */
       -o-transition-delay: 0.1s;  /* Opera 10.50–12.00 */
          transition-delay: 0.1s;
}
.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition-delay: 0.2s;  /* Firefox 4-15 */
       -o-transition-delay: 0.2s;  /* Opera 10.50–12.00 */
          transition-delay: 0.2s;
}

.view {
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #e3101f;
}
.view img {
    display: block;
    position: relative;
}
.hover-item img {
    -webkit-transition: all 0.5s linear 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.5s linear 0s;  /* Firefox 4-15 */
       -o-transition: all 0.5s linear 0s;  /* Opera 10.50–12.00 */
          transition: all 0.5s linear 0s;
}
.hover-item .abs {
    bottom: -47px;
    left: 0;
    position: absolute;
     -webkit-transition:  all 0.3s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition:  all 0.3s ease 0s;  /* Firefox 4-15 */
       -o-transition:  all 0.3s ease 0s;  /* Opera 10.50–12.00 */
          transition:  all 0.3s ease 0s;
}
.hover-item:hover .abs {
    bottom: 0;
    left: 0;
     -webkit-transition: all 0.3s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition:  all 0.3s ease 0s; /* Firefox 4-15 */
       -o-transition:  all 0.3s ease 0s;  /* Opera 10.50–12.00 */
          transition:  all 0.3s ease 0s;
}
.hover-item .absPrice {
    top: -55px;
    left: 0;
    position: absolute;
     -webkit-transition:  all 0.3s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition:  all 0.3s ease 0s;  /* Firefox 4-15 */
       -o-transition:  all 0.3s ease 0s;  /* Opera 10.50–12.00 */
          transition:  all 0.3s ease 0s;
}
.hover-item:hover .absPrice {
    top: 0;
    left: 0;
     -webkit-transition: all 0.3s ease 0s;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition:  all 0.3s ease 0s; /* Firefox 4-15 */
       -o-transition:  all 0.3s ease 0s;  /* Opera 10.50–12.00 */
          transition:  all 0.3s ease 0s;
}
.hover-item .view-first img:hover{
    -webkit-transform: scale(0.6);  /* Chrome, Safari 3.1+ */
     -moz-transform: scale(0.6);  /* Firefox 3.5-15 */
      -ms-transform: scale(0.6);  /* IE 9 */
       -o-transform: scale(0.6);  /* Opera 10.50-12.00 */
          transform: scale(0.6);  /* Firefox 16+, IE 10+, Opera 12.10+ */
          
          
}
/**** Content ****/

#content {
  padding: 0px 0px 0px 0px;
}



/* screens smaller than 640 */
@media screen and (max-width: 640px) {

  #site-nav {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    padding-top: 0px;
    height: auto;
    margin-bottom: 20px;
  }
  
  #content {
    padding-left: 10px;
  }

}

.copy h2 {
  clear: both;
}

a img {
  border: none;
}

pre, code {
  font-family: Monaco, monospace;
  font-size: 12px;
  background: #111;
  color: #F5F5F5;
}

p code {
  padding: 1px 3px;
}

pre {
  padding: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

ul, ol { padding-left: 1.3em;}

.hidden { display: none; }

.copy {
  width: 600px;
  line-height: 1.55em;
}

blockquote {
	margin: 0;
	font: italic 18px Georgia, serif;
}

dt {
  font-weight: bold;
  font-size: 14px;
}

dd + dt {
  margin-top: 0.5em;
}

dd {
  margin-left: 1.0em;
}

button {
  -webkit-appearance: push-button;
}


.demos #copy,
.docs #content {
  max-width: 640px;
}

.docs #content h2 {
  border-top: 2px solid #FFF;
  padding-top: 10px;
}

.docs #content h2:target { 
  background: #D26;
  color: white;
  padding: 10px 5px 5px;
}


/**** Demos ****/

#container {
  background: #f2f2f2;
  padding: 5px;
  margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
  border-radius: 5px;
  clear: both;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}

.centered { margin: 0 auto; }

.extra_trip{
    padding: 5px 0 5px 0; 
    border-top:1px solid #2F343A;
    border-bottom: 1px solid #2F343A;
    margin-bottom: 0px;
    
}

.price_dress {
     padding: 15px;
     font-family: 'Raleway',sans-serif;
     font-size: 20px;
     background:#e3101f;
     color: #ffffff;
    display: block;
}

.layer_txt .extra_trip span
{
    margin-left: 5px;
    font-family: 'Raleway',sans-serif;
}
.layer_txt .extra_trip i{
    
    font-size: 14px;
     background-color: #fff;
    padding: 5px;
    color: #2F343A;
    margin-right: 1px;
}
.box {
  margin: 5px;
  padding: 5px;
  background: #fff;
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0;
    display: none;
    border-bottom: 3px solid #e3101f;
}

.box h2 {
  font-size: 14px;
  font-weight: 200;
}

.box img,
#tumblelog img {
  display: block;
  width: 100%;
 
}

.rtl .box {
  float: right;
  text-align: right; 
  direction: rtl;
}


.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 {  width: 280px;}
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }

/**** Gutters ****/

.has-gutters .box {
  margin: 5px 0;
}

.has-gutters .col1 { width: 90px; }
.has-gutters .col2 { width: 230px; }
.has-gutters .col3 { width: 370px; }
.has-gutters .col4 { width: 550px; }

/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
      -ms-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
        
}

.transitions-enabled.masonry 
{
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick 
{
    
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: left, top;
     -moz-transition-property: left, top;
      -ms-transition-property: left, top;
       -o-transition-property: left, top;
          transition-property: left, top;
}

/* Tumblelog example */

#tumblelog {
  background: #FFF;
  padding: 1.0em;
}

#tumblelog .story {
  margin: 10px;
  border-top: 4px solid #DCB;
  padding-top: 10px;
  background: #FFF;
  float: left;
}


#tumblelog .col1 { width: 220px; }
#tumblelog .col2 { width: 460px; }
#tumblelog .col3 { width: 700px; }

#tumblelog .col1 img,
#tumblelog .col2 img,
#tumblelog .col3 img {
  max-width: none;
}

/* Infinite Scroll loader */
#infscr-loading { 
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  background: #000; 
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

/**** Fluid ****/

#container.fluid  {
  padding: 5px 0;
}

/* right margin value is 0.1% less than calculated,
  to allow for rounding errors in Firefox */
.fluid .box {
  margin: 5px 0.9% 5px 1%;
  padding: 5px 1%;
}

.fluid .box.col1 { width: 16%; }
.fluid .box.col2 { width: 36%; }
.fluid .box.col3 { width: 56%; }

/**** Corner stamp ****/

.corner-stamp {
  width: 280px;
  height: 340px;
  padding: 10px;
  margin: 10px;
  float: right;
  background: red;
  color: white;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}


/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


#alert a {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  background: #D26;
  color: white;
}

#alert a:hover {
  background: white;
  color: #A2C;
}


/* CUSTOMED*/

.top-txt {
  width: 80%;
  font-family: 'Raleway',sans-serif;
  font-size: 15px;
  text-align: center;

}

td {
  font-family: 'Raleway',sans-serif;
  font-size: 14px;
  padding: 5px;
}

tr {

}



.item-header {
  font-family: 'Raleway',sans-serif;
  font-size: 14px;
  font-weight: bold;
}


.item-txt {
  font-family: 'verdana',sans-serif;
  font-size: 13px;
}


