/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17 Νοε 2014, 12:56:25 πμ
    Author     : aris
*/


@font-face {
    font-family: 'SEGOEUIL';
    src: url('../assets/fonts/SEGOEUIL.eot');
    src: local('SEGOEUIL'), url('../assets/fonts/SEGOEUIL.woff') format('woff'), url('../assets/fonts/SEGOEUIL.ttf') format('truetype');
}

.fontsforweb_fontid_1409 {
    font-family: 'SEGOEUIL' !important;
}

.fonttt {
    font-family: 'SEGOEUIL' !important;
    font-size: 26px !important;
}

.modal-dialog {
    width: 90% !important;
}

body {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

h1,
p {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
img {
	  display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.intro {
    border-bottom: 1px solid rgba(173, 216, 230, 0.42)
}
.img-class {
  height="32px";
  width="32px";
}
.btnNext {
    font-size: 1.8em !important;
}

.btnPrevious {
    font-size: 1.8em !important;
}

/* thankyou landings */
.thankyoudiv1 {
  padding: 0px 40px 20px;
  margin-top:20px;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #555555;
  font-weight: normal;
  text-align: center;
}

.thankyoudiv1 img {
  min-width: 270px;
  min-height: 38px;
  width: 26%;
  height: 26%;
}

.thankyoudiv3 {
  padding: 0px 40px 20px;
  margin-top:20px;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #555555;
  font-weight: normal;
  text-align: center;
}

.thankyoudiv3 img {
  min-width: 180px;
  min-height: 25px;
  width: 19%;
  height: 19%;
}

.thankyouGButton {
  color: white;
  style="display: inline-block;
  color: #ffffff;
  background-color: #4285f4;
  border: solid 1px #3498db;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 12px 45px;
  border-color: #3498db;
  text-transform: capitalize;
}

.thankyouTripButton  {
  display: inline-block;
  color: #ffffff;
  background-color: #00af87;
  border: solid 1px #3498db;
  cursor: pointer;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
  padding: 12px 25px;
  border-color: #3498db;
  text-transform: capitalize;
}

  .thankyoudiv2  {
  padding: 20px 60px 20px 60px;
  margin-left: 50px;
  margin-right: 50px;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #222c3f;
  text-align: center;
  font-weight: normal;
  box-shadow: 1px 1px 18px #ccc;
}
/* thankyou landings END*/

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: none;
}

label {
    display: block;
    font-size: 25px;
}

input[type=submit],
input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer;
    display: block;
}

.form-signup,
.form-signin {
    /*                width: 80%;*/
    margin: 0 auto;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
  color: #222c3f;
}

.step4 label {
  color: #222c3f;
}

input.input-block-level {
    width: 400px;
    margin: 2px 0px;
}

.panel-group .panel-heading {
    border-bottom: 0;
    background: #428bca;
    color: white;
}

.panel-heading {
    padding: 31px 15px;
}

.btn {
    font-size: 30px;
    margin-bottom: 2px;
}

.form-control {
    height: 51px;
    padding: 9px 11px;
    font-size: 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    font-size: 17px;
}

.page-header {
    color: #2a7cc0;
    margin: 20px 0 20px;
}


footer {
	  text-align: center;
    margin-bottom: 20px;
}
/*RATING STARS*/

.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 300px;
    height: 50px;
    overflow: hidden;
    position: relative;
    background: url('../assets/images/Star_gray.png');
    background-size: contain;
}

.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 16.66%;
    z-index: 1;
    background: url('../assets/images/Star.png');
    background-size: contain;
}

.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 16.66%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.star-rating input:hover+i,
.star-rating input:checked+i {
    opacity: 1;
}

.star-rating i~i {
    width: 33.32%;
}

.star-rating i~i~i {
    width: 49.98%;
}

.star-rating i~i~i~i {
    width: 66.64%;
}

.star-rating i~i~i~i~i {
    width: 83.3%;
}

.star-rating i~i~i~i~i~i {
    width: 100%;
}


.star-rating22 {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 250px;
    height: 50px;
    overflow: hidden;
    position: relative;
    background: url('../assets/images/Star_gray.png');
    background-size: contain;
}

.star-rating22 i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20.7%;
    z-index: 1;
    background: url('../assets/images/Star.png');
    background-size: contain;
}

.star-rating22 input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20.66%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.star-rating22 input:hover+i,
.star-rating22 input:checked+i {
    opacity: 1;
}

.star-rating22 i~i {
    width: 40%;
}

.star-rating22 i~i~i {
    width: 60%;
}

.star-rating22 i~i~i~i {
    width: 80%;
}

.star-rating22 i~i~i~i~i {
    width: 100%;
}

/*            .star-rating i ~ i ~ i ~ i ~ i ~ i ~ i {
                width: 70%;
            }
            .star-rating i ~ i ~ i ~ i ~ i ~ i ~ i ~ i {
                width: 80%;
            }
            .star-rating i ~ i ~ i ~ i ~ i ~ i ~ i ~ i ~ i {
                width: 90%;
            }
            .star-rating i ~ i ~ i ~ i ~ i ~ i ~ i ~ i ~ i ~ i {
                width: 100%;
            }*/
::after,
::before {
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

/*END OF RATING STARS*/


/* RATING STARS 2 */

.star-rating-big {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 467px;
    height: 94px;
    overflow: hidden;
    position: relative;
    background: url('../assets/images/iconfinder_star_grey.png');
    background-size: contain;
}

.star-rating-big i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20.7%;
    z-index: 1;
    background: url('../assets/images/iconfinder_star_yellow.png');
    background-size: contain;
}

.star-rating-big input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20.66%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.star-rating-big input:hover+i,
.star-rating-big input:checked+i {
    opacity: 1;
}

.star-rating-big i~i {
    width: 40.32%;
}

.star-rating-big i~i~i {
    width: 59.98%;
}

.star-rating-big i~i~i~i {
    width: 80.64%;
}

.star-rating-big i~i~i~i~i {
    width: 100%;
}

/*.star-rating-big i ~ i ~ i ~ i ~ i ~ i {
    width: 100%;
}*/
/*            .star-rating i ~ i ~ i ~ i ~ i ~ i ~ i {
                width: 70%;
            }
            .star-rating i ~ i ~ i ~ i ~ i ~ i ~ i ~ i {
                width: 80%;
            }
            .star-rating i ~ i ~ i ~ i ~ i ~ i ~ i ~ i ~ i {
                width: 90%;
            }
            .star-rating i ~ i ~ i ~ i ~ i ~ i ~ i ~ i ~ i ~ i {
                width: 100%;
            }*/
::after,
::before {
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}


/* END OF RATING STARS 2 */


.shadow1 {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
}

.step1 {
    /*height: 380px;*/
    margin-top: 38px;
}

.step2 {
    height: auto;
    margin-top: 38px;
    text-align: center
}

.step2 p {
    padding: 10px 0;
    box-shadow: 1px 1px 18px #ccc;
    color: #2a7cc0;
    font-size: 22px;
}

.step3 {
    height: auto;
    margin-top: 38px;
    text-align: center
}

.step4 {
    margin-top: 38px;
}

span#rr {
    font-size: 1.8em;
}

input#list {
    min-width: 32px;
    min-height: 32px;
}

.glyphicon-edit:before {
    content: "\e065";
    position: relative;
    bottom: 5px;
}

.panel-title {
    font-size: 30px;
}

@media (max-width: 600px) {
 .star-rating-big {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
	width: 327px;
    height: 66px;
    overflow: hidden;
    position: relative;
    background: url('../assets/images/iconfinder_star_grey.png');
    background-size: contain;
}

	span#rr {
    font-size: 1.2em;
    margin-top: 20px;
}
	.btnNext {
    font-size: 1.2em !important;
}

	.btnPrevious {
    font-size: 1.2em !important;
}
  .step4 label {
    font-size: 20px;
  }
  .step2 p {
      padding: 10px 0;
      box-shadow: 1px 1px 18px #ccc;
      color: #2a7cc0;
      font-size: 20px;
  }
  .thankyouGButton {
    font-size: 13px;
  }
  .thankyouTripButton {
    font-size: 13px;
  }
  .thankyoudiv1 img {
    width: 85%;
    height: 85%;
  }
  .thankyoudiv3 img {
    width: 75%;
    height: 75%;
  }
  .thankyoudiv2 p {
    font-size: 16px;
  }
  .thankyoudiv2 {
    padding: 20px 10px 20px 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 400px) {
 .star-rating-big {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
	width: 267px;
    height: 53px;
    overflow: hidden;
    position: relative;
    background: url('../assets/images/iconfinder_star_grey.png');
    background-size: contain;
}
.step1 p {
  font-size: 17px;
}
.step1 label {
  font-size: 21px;
}
.step1 span {
  font-size: 17px;
  margin-top: 20px;
}
.step2 p {
    padding: 10px 0;
    box-shadow: 1px 1px 18px #ccc;
    color: #2a7cc0;
    font-size: 18px;
}
.thankyouGButton {
  font-size: 13px;
}
.thankyouTripButton {
  font-size: 13px;
}
.thankyoudiv1 img {
  width: 85%;
  height: 85%;
}
.thankyoudiv3 img {
  width: 75%;
  height: 75%;
}
.thankyoudiv2 p {
  font-size: 16px;
}
.thankyoudiv2 {
  padding: 20px 10px 20px 10px;
  margin-left: 0;
  margin-right: 0;
}
}
@media (min-width: 1200px) {
  .container {
    width: 1370px;
  }
}
