@charset "utf-8";

/* ============================== */
/* 
  - Title: Order Taxi Theme
  - Autor: Frekvenca spleta s.p. / Frequency Themes
  - Email: info@frekvencaspleta.si
  - Version: 1.00
*/
/* ============================== */

/* Fonts --------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,latin-ext);

@font-face {
    font-family: 'helveticaneueblackcond';
    src: url('../fonts/helvetica-neue-black-cond-webfont.eot');
    src: url('../fonts/helvetica-neue-black-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-neue-black-cond-webfont.woff') format('woff'),
         url('../fonts/helvetica-neue-black-cond-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/******************************* RESET *******************************/
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; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
html {overflow-y: scroll;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
a {margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}
ins {background-color:#ff9; color:#000; text-decoration:none;}
mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}
table {border-collapse:collapse; border-spacing:0;}
hr {display:block; height:0; background-color: #c7c7c7; border-top: 1px solid #c7c7c7; border-left:0; border-right:0; border-bottom: 1px solid #FFF; margin:1em 0; padding:0;}
*+html hr {height: 2px;}

/* Standar Styles --------------------------------------------------------*/
body {
  background: url('../images/bg.gif');
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
}
.background {
  width: 100%;
  background: url('../images/bg2.jpg') no-repeat center top;
}
a {
  text-decoration: underline;
  color: #FFF;  
}
a:hover {
  text-decoration: none;  
}
p {
  font-size: 16px;
}
.spacer {
  width:100%;
  height:0;
  clear:both;
}

/* Header Styles --------------------------------------------------------*/
header {
  width: 100%;
  height: 135px;
}

.tel  {
  float: left;
  font-size: 38px;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  display: inline-block;
  margin: 78px 0 0 410px;
  font-family: 'helveticaneueblackcond';
  font-weight: bold;
}

.tel span {
  color: #ffb600;
}

.social {
  float: right;
  margin-top: 68px;
}

.social img {
  float: left;
}

.social a {
  display: inline-block;
  margin-left: 2px;
  border: 2px transparent solid;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social a:hover {
  border-color: #fab201;
}

/* Content Styles --------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 930px;
  position: relative;
}

.sidebar {
  float: left;
  width: 318px;
}

.order-form {
  display: inline-block;
  background: #b4b4b4;
  width: 318px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: -78px;
  -webkit-box-shadow: 0 5px 5px 2px rgba(0,0,0,0.3);
  box-shadow: 0 5px 5px 2px rgba(0,0,0,0.3);
}

.order-form-head {
  display: block;
  height: 40px;
  background: url('../images/of-head-bg.gif') repeat-x;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  padding: 18px 0 13px 0;
}

.order-form-head h1 {
  font-size: 38px;
  line-height: 40px;
  color: #363636;
  text-shadow: 1px 1px 1px #FFF;
  font-family: 'helveticaneueblackcond';
  font-weight: bold;
}

.taxi-line {
  width: 100%;
  height: 10px;
  background: url('../images/taxi-line.png') repeat-x;
}

.order-form form {
  padding: 16px;
}

.order-form input[type='text'],
.order-form textarea {
  display: block;
  width: 268px;
  padding: 8px 0 8px 12px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  background: #d1d1d1 url('../images/inp-bg.gif') repeat-x center top;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

.order-form textarea {
  height: 94px;
  overflow: hidden;
}

.order-form button {
  float: right;
  width: 112px;
  height: 56px;
  background: url('../images/send.png') no-repeat;
  border: 0;
  cursor: pointer;
}

.alert {
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-danger {
  color: #FFF;
  background-color: #da3545;
  border-color: #da3545;
  position: absolute;
  top: 7px;
  right: -122px;
  font-size: 12px;
}

.alert-danger:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #da3545;
  border-width: 5px;
  margin-top: -5px;
}

.alert-success {
  text-align: center;
}

.alert-no {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  background: url('../images/alert.png') no-repeat;
}

.inp {
  position: relative;
}

.validation_error {
  border: 2px #f24253 solid!important;
}

.address-box {
  display: inline-block;
  margin-top: 23px;
  width: 318px;
  background: #262626;
  border-bottom: 4px #f0c830 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}

.address-box .text {
  display: inline-block;
  margin: 25px 0 0 157px;
  padding-bottom: 25px;
}

.address-box span {
  font-size: 18px;
  color: #feb600;
}

.icon  {
  position: absolute;
  margin: -35px 0 0 -5px;
}

.character {
  float: right;
  width: 595px;
  height: 616px;
  background: url('../images/circles-bg.png') no-repeat center center;
}

.taxi-driver {
  margin: 90px 0 0 39px;
}

/* Footer Styles 209px--------------------------------------------------------*/
footer {
  display: block;
  margin: 54px 0 50px 0;
  text-align: center;
}