/*** Fixes ***/
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
/*  margin: 0 auto -150px;*/
}


/**** Form Elements ***/

.input-full {
  width: 100%;
}

.btn-large {
   padding: 12px 19px !important;
  font-size: 16.25px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  font-weight: bold;
}

.btn-large-b3 {
  font-size: 16.25px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  font-weight: bold;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px 15px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #f9f9f9;
  border: 1px solid #d2d2d2;

  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

  -moz-box-shadow: 0 1px 2px rgba(255,255,255,.3), inset 0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 2px rgba(255,255,255,.3), inset 0 1px 3px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px rgba(255,255,255,.3), inset 0 1px 3px rgba(0,0,0,.1);


  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(55,142,239,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(55,142,239,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(55,142,239,.6);
}


/**** Buttons ***/
.btn {
  text-shadow: none;
  background-image: none !important;
  padding: 4px 12px;

  color: #656d78;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;

  border: 1px solid #d2d2d2;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #f8f8f8;
  box-shadow: 0 1px 3px rgba(0,0,0,.1), inset 0 1px 2px rgba(255,255,255,.6), inset 0 0 0 1px rgba(255,255,255,.25);
  background: linear-gradient(bottom, rgba(0,0,0,.25) 0%, rgba(255,255,255,.25) 100%);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #656d78;
  background-image: none;
  background-color: #f8f8f8 !important;
  *background-color: #f8f8f8;
}
.btn:active,
.btn.active {
  color: #656d78;
  background-image: none;
  background-color: #f8f8f8;
}
.btn .caret {
  border-top-color: #656d78;
  border-bottom-color: #656d78;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #f8f8f8 !important;
}


.btn-primary {
  text-shadow: none;
  background-image: none;
  color: #ffffff;
  font-size: 14px;

  border: 1px solid #2f79cd; /* stroke */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #378def; /* layer fill content */
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.1), inset 0 1px 2px rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1); /* drop shadow, inner shadow and inner glow */
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1), inset 0 1px 2px rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1); /* drop shadow, inner shadow and inner glow */
  box-shadow: 0 2px 3px rgba(0,0,0,.1), inset 0 1px 2px rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1); /* drop shadow, inner shadow and inner glow */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.2) 0%, rgba(255,255,255,.2) 100%); /* gradient overlay */
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.2) 0%, rgba(255,255,255,.2) 100%); /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.2) 0%, rgba(255,255,255,.2) 100%); /* gradient overlay */
  background-image: linear-gradient(bottom, rgba(0,0,0,.2) 0%, rgba(255,255,255,.2) 100%); /* gradient overlay */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #3089d8 !important;
  *background-color: #3089d8;
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3089d8 \9;
  color: #ffffff;
}


.btn-warning {
  text-shadow: none;
  background-image: none;
  color: #ffffff;
  font-size: 14px;

  border: 1px solid #cc682e;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #ef7c37;
  box-shadow: 0 2px 3px rgba(0,0,0,.1), inset 0 1px 2px rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  background: linear-gradient(bottom, rgba(0,0,0,.2) 0%, rgba(255,255,255,.2) 100%);
}


.btn-warning:active,
.btn-warning.active {
  background-color: #ef7c37 \9;
  color: #ffffff;
}


.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #e66e29 !important;
  *background-color: #e66e29;
  color: #ffffff;
}


.btn-success {
  text-shadow: none;
  background-image: none;
  color: #ffffff;
  font-size: 14px;

  border: 1px solid #40a321;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #59b953;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.1), inset 0 1px 2px rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1), inset 0 1px 2px rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  box-shadow: 0 2px 3px rgba(0,0,0,.1), inset 0 1px 2px rgba(255,255,255,.3), inset 0 0 0 1px rgba(255,255,255,.1);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.2) 0%, rgba(255,255,255,.2) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.2) 0%, rgba(255,255,255,.2) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.2) 0%, rgba(255,255,255,.2) 100%);
  background-image: linear-gradient(bottom, rgba(0,0,0,.2) 0%, rgba(255,255,255,.2) 100%);
}


.btn-success:active,
.btn-success.active {
  background-color: #59b953 \9;
  color: #ffffff;
}


.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #54ae4d !important;
  *background-color: #54ae4d;
  color: #ffffff;
}




.badge {
  padding-top:  2px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-shadow: none;

  border-radius: 5px;
}
.badge-success {
  background-color: #5ab953;
}
.badge-important {
  background-color: #ef5a37;
}


/*** Icons ***/

[class^="flag-"],
[class*=" flag-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  *margin-right: .5em;
  line-height: 16px;
  vertical-align: text-top;
  margin-top: 1px;
}
.flag-uk {
  background-image: url("../img/flags.png");
  background-position: -57px 2px;
  background-repeat: no-repeat;
}
.flag-fr {
  background-image: url("../img/flags.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.flag-ro {
  background-image: url("../img/flags.png");
  background-position: -29px 2px;
  background-repeat: no-repeat;
}


.i-help {
  background-image: url("../img/help.png");
  background-position: 0 0;
  background-repeat: no-repeat;

  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  vertical-align: text-top;
  margin-top: 1px;
}

.i-arrow-up {
  background-image: url("../img/arrow-up.png");
  background-position: 0 0;
  background-repeat: no-repeat;


  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: baseline;
}

.i-arrow-right {
  background-image: url("../img/arrow-right.png");
  background-position: 0 0;
  background-repeat: no-repeat;


  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: baseline;
}



/**** Texturi ***/
.texture {
  background-image: url("../img/textura1.jpg");
  background-position: 0 0;
  background-repeat: repeat;
}


/***** Alter Tooltip ***/
.tooltip-inner {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background-color: #434b55;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #434b55;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #434b55;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #434b55;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #434b55;
}


/**** Styled Form ***/
.big-form {

}

.big-form select,
.big-form textarea,
.big-form input[type="text"],
.big-form input[type="password"],
.big-form input[type="datetime"],
.big-form input[type="datetime-local"],
.big-form input[type="date"],
.big-form input[type="month"],
.big-form input[type="time"],
.big-form input[type="week"],
.big-form input[type="number"],
.big-form input[type="email"],
.big-form input[type="url"],
.big-form input[type="search"],
.big-form input[type="tel"],
.big-form input[type="color"],
.big-form .uneditable-input {
  margin-bottom: 0;
}

.big-form .control-label {
    color: #7b838f;
    font-family: "Ubuntu";
    font-size: 13px;
    margin-left: 2px;
}

.big-form .input-field {
  height: 35px;
  padding-left: 10px;
  color: #a7abaf;
  border-color: #d2d2d2 !important;
}

.big-form .input-field:focus,
.big-form .input-field:hover {
  color: #555555;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */
  background-color: #f9f9f9; /* layer fill content */
  -moz-box-shadow: 0 1px 2px rgba(255,255,255,.3), inset 0 1px 3px rgba(0,0,0,.1); /* drop shadow and inner shadow */
  -webkit-box-shadow: 0 1px 2px rgba(255,255,255,.3), inset 0 1px 3px rgba(0,0,0,.1); /* drop shadow and inner shadow */
  box-shadow: 0 1px 2px rgba(255,255,255,.3), inset 0 1px 3px rgba(0,0,0,.1); /* drop shadow and inner shadow */
}

.big-form .select-field  {
  width: 372px;
}

.big-form .medium-select-field  {
  width: 285px;
}

.big-form .smaller-select-field  {
  width: 139px;
}

.big-form .small-select-field  {
  width: 120px;
}


.big-form .big-field  {
  width: 354px;
}

.big-form .medium-field  {
  width: 355px;
}

.big-form .middle-field  {
  width: 185px;
}

.big-form .middle-field-2  {
  width: 244px;
}


.big-form .small-field  { 
  width: 74px;
  padding-left: 35px;
}

.big-form .smaller-field  { 
  width: 60px;
}

.big-form .tiny-field  { 
  width: 40px;
}

.big-form .input-custom-xlarge {
  width: 265px;
}

.big-form .select-custom-xlarge {
  width: 280px;
}

.big-form .select-custom-large {
  width: 260px;
}

.big-form .input-custom-medium {
  width: 175px;
}

.big-form .select-custom-medium {
  width: 135px;
}

.big-form .input-150 {
  width: 150px;
}

.big-form .input-100 {
  width: 100px;
}

.big-form .input-130 {
  width: 130px;
}

.big-form .input-half {
  width: 265px;
}

.big-form .input-custom-xxlarge {
  width:568px;
}

/*** Form inline styled **/

.form-inline-style {
  margin-left: -10px;
}

.form-inline-style .control-group {
  float: left;
  display: inline-block;
  margin: 10px;
}


.form-inline-style-2 {
  margin-left: -10px;
}

.form-inline-style-2 .control-group {
  float: left;
  display: inline-block;
  margin: 0 10px;
}


/*** Common classes **/

.min-h100 {
  min-height: 100px;
}

.min-h130 {
  min-height: 130px;
}

.min-h400 {
  min-height: 400px;
}

.min-h344 {
    min-height: 344px !important;
}


.no-shadow {
    -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.pl0  { padding-left: 0 !important; }
.pl1  { padding-left: 1px; }
.pl2  { padding-left: 2px; }
.pl3  { padding-left: 3px; }
.pl4  { padding-left: 4px; }
.pl5  { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }


.pr0  { padding-right: 0 !important; }
.pr1  { padding-right: 1px; }
.pr2  { padding-right: 2px; }
.pr3  { padding-right: 3px; }
.pr4  { padding-right: 4px; }
.pr5  { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }


.pb0  { padding-bottom: 0 !important; }
.pb1  { padding-bottom: 1px; }
.pb2  { padding-bottom: 2px; }
.pb3  { padding-bottom: 3px; }
.pb4  { padding-bottom: 4px; }
.pb5  { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }

.pt0  { padding-top: 0px !important; }
.pt1  { padding-top: 1px; }
.pt2  { padding-top: 2px; }
.pt3  { padding-top: 3px; }
.pt4  { padding-top: 4px; }
.pt5  { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }

.p20 { padding: 20px; }

.mt0  { margin-top: 0 !important; }
.mt1  { margin-top: 1px; }
.mt2  { margin-top: 2px; }
.mt3  { margin-top: 3px; }
.mt4  { margin-top: 4px; }
.mt5  { margin-top: 5px; }
.mt6  { margin-top: 6px; }
.mt7  { margin-top: 7px; }
.mt8  { margin-top: 8px; }
.mt9  { margin-top: 9px; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt16 { margin-top: 16px; }
.mt17 { margin-top: 17px; }
.mt18 { margin-top: 18px; }
.mt19 { margin-top: 19px; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt26 { margin-top: 26px; }
.mt27 { margin-top: 27px; }
.mt28 { margin-top: 28px; }
.mt29 { margin-top: 29px; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

.mr0  { margin-right: 0 !important; }
.mr1  { margin-right: 1px; }
.mr2  { margin-right: 2px; }
.mr3  { margin-right: 3px; }
.mr4  { margin-right: 4px; }
.mr5  { margin-right: 5px !important; }
.mr6  { margin-right: 6px; }
.mr7  { margin-right: 7px; }
.mr8  { margin-right: 8px; }
.mr9  { margin-right: 9px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }

.ml0  { margin-left: 0 !important; }
.ml1  { margin-left: 1px; }
.ml2  { margin-left: 2px; }
.ml3  { margin-left: 3px; }
.ml4  { margin-left: 4px; }
.ml5  { margin-left: 5px; }
.ml6  { margin-left: 6px; }
.ml7  { margin-left: 7px; }
.ml8  { margin-left: 8px; }
.ml9  { margin-left: 9px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml55 { margin-left: 55px; }
.ml60 { margin-left: 60px; }
.ml65 { margin-left: 65px; }
.ml70 { margin-left: 70px; }


.mb0  { margin-bottom: 0 !important; }
.mb1  { margin-bottom: 1px; }
.mb2  { margin-bottom: 2px; }
.mb3  { margin-bottom: 3px !important; }
.mb4  { margin-bottom: 4px; }
.mb5  { margin-bottom: 5px !important; }
.mb6  { margin-bottom: 6px; }
.mb7  { margin-bottom: 7px; }
.mb8  { margin-bottom: 8px; }
.mb9  { margin-bottom: 9px; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }


.ml-1 { margin-left: -1px !important; }
.ml-2 { margin-left: -2px !important; }
.ml-3 { margin-left: -3px !important; }
.ml-4 { margin-left: -4px !important; }
.ml-5 { margin-left: -5px !important; }

.p0 { padding: 0 !important; }
.m0 { margin: 0 !important; }

.mb-1 { margin-bottom: -1px !important; } 
.mb-2 { margin-bottom: -2px !important; } 
.mb-3 { margin-bottom: -3px !important; } 
.mb-4 { margin-bottom: -4px !important; } 
.mb-5 { margin-bottom: -5px !important; } 

.mt-1 { margin-top: -1px !important; }
.mt-2 { margin-top: -2px !important; }
.mt-3 { margin-top: -3px !important; }
.mt-4 { margin-top: -4px !important; }
.mt-5 { margin-top: -5px !important; }
.mt-10 { margin-top: -10px !important; } 


/*** Vertical align ***/

.vm { vertical-align: middle; }
.vt { vertical-align: text-top; }
.vb { vertical-align: text-bottom; }
.vbase { vertical-align: baseline; }


/**** Colors **/
.green { color:#5AB953; }
.orange { color:#ef7c37; }
.blue  { color: #378eef; }
.dark-grey { color: #434c57; }
.grey { color: #7c8490; }
.white { color: #ffffff; }

.muted {  color:#b3b5ba; }
.cut{text-decoration:line-through;}

.bg_dark { background-color: #434b56; }
.moz_bottom {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* added */
.moz3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    border-radius: 3px;
}

.shadow { 
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.12);
    box-shadow: 0 0 5px rgba(0,0,0,.12);
}

.display-inline { display: inline-block; }
.width123 { width: 123px; }
.width100 { width: 100%;  }
.absolute { position: absolute; }

/*** Fonts ***/

.ubuntu {
  font-family: "Ubuntu";
}

/**** Font size ***/
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px !important; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px !important; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }
.size30 { font-size: 30px; }

.bold { font-weight: bold; }
.normal { font-weight: normal; }
.font300 { font-weight: 300 !important; }
.font400 { font-weight: 400 !important; }
.font500 { font-weight: 500 !important; }
.font700 { font-weight: 700 !important; }

.nodecoration { text-decoration: none; }
.nodecoration:hover, .nodecoration:focus  { text-decoration: none; }
.pointer { cursor: pointer; }

.line-height20 { line-height: 20px !important; }
.line-height20 li { line-height: 20px !important; }

.fifty {
  width: 49%;
  display: inline-block;  
}

.two_third {
  width: 59%;
  display: inline-block;  
}

.one_third {
  width: 39%;
  display: inline-block; 
}

/*** Other **/

.h3 {
  color: #434b55;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.line-h20 {
  line-height: 20px;
}

.line-h25 {
  line-height: 25px;
}

.bar {
  float: left;
  position: relative;
  width: 100%;
  height: 2px;
  background-image: url("../img/bar.png");
  background-position: 0 0;
  background-repeat: repeat-x;

  clear: both;
  margin: 20px 0;
}


.learn-more {
  color: #434b55;
  font-family: "Ubuntu";
  font-size: 13px;
  font-weight: bold;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;

}

.learn-more:hover {
  text-decoration: none;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}


input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: pointer;
}

.quick-booking .parsley-error {
/*  border: 1px solid rgba(239,90,55,.7) !important;
  -moz-box-shadow: 0 1px 2px rgba(255,255,255,.3), 0 0 5px rgba(239,90,55,.48), inset 0 1px 3px rgba(0,0,0,.1) !important;
  -webkit-box-shadow: 0 1px 2px rgba(255,255,255,.3), 0 0 5px rgba(239,90,55,.48), inset 0 1px 3px rgba(0,0,0,.1) !important;
  box-shadow: 0 1px 2px rgba(255,255,255,.3), 0 0 5px rgba(239,90,55,.48), inset 0 1px 3px rgba(0,0,0,.1) !important;*/
}

.parsley-error-list {
  padding-left: 0;
  list-style: none;
}
.parsley-error-list li {
   color: rgba(239,90,55, 1) !important;
   line-height: 10px !important;
}
.custom_select .parsley-error-list li {
  line-height: 25px !important;
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-block {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5 !important;
    color: #c09853;
}

.loading-screen {
    min-height: 64px;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    margin: 20px 0; 
}

.weight400 { font-weight: 400 !important;  }

.input-lg {
  font-size: 13px;
}

.form_heading {
  font-size: 16px;
  color: #434b56;
  margin: 0!important;
  padding-bottom: 20px;
}

.relative { position: relative;  }