/*-------------------------------------------------------------------------------------*/
	 .price {
	  font-size: 4em;
	}

	.price-cents {
	  vertical-align: super;
	  font-size: 50%;
	}

	.price-month {
	  font-size: 35%;
	  font-style: italic;
	}
	.panel {
	-webkit-transition-property : scale; 
	-webkit-transition-duration : 0.2s; 
	-webkit-transition-timing-function : ease-in-out; 
	-moz-transition : all 0.2s ease-in-out;  
	}

	.panel:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	}
	
.table td {
   text-align: center;   
}
table {
  border-collapse: separate;
  border-spacing: 0 5px;
}

thead th {
  background-color: #0074D9;
  color: white;
   font-size: 1.5em;
   text-align: center;  
}

tbody td {
  background-color: #EEEEEE;
}

tr td:first-child,
tr th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

tr td:last-child,
tr th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

*:focus {outline: none;}

body {
font: 14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.contact_main h2, .contact_form label {font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification {font-size: 20px;}

.contact_main {
    width:470px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.contact_form_li{
    padding:12px; 
    border-bottom:1px solid #eee;
    position:relative;
}

.contact_form_li:first-child, .contact_form li:last-child {
    border-bottom:.1px solid #777;
}

.contact_main h2 {
    margin:0;
    display: inline;
}
.required_notification {
    color:#d45252; 
    margin:5px 0 0 0; 
    display:inline;
    float:right;
}

.contact_main label {
    width:130px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}
.contact_main input {
    height:20px; 
    width:230px; 
    padding:5px 8px;
}
.contact_main textarea {padding:8px; width:230px;}
.main button {margin-left:156px;}

.contact_main input, .contact_form textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}
.contact_main input:focus, .contact_form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
}

.contact_main input:focus, .contact_form textarea:focus { /* add this to the already existing style */
    padding-right:60px;
}

.contact_main input, .contact_form textarea { /* add this to the already existing style */
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}

/* ------------------------------------------------------------------------------------*/
.navbar-text > a {
	color: inherit;
	text-decoration: none;
}
body{
	padding-top: 50px;
	overflow-x: hidden;
	padding-bottom: 100px;
}

.thumbnail img:hover {
	transform: scale(1.1);
}
.thumbnail img {
	transition: all 0.3s ease 0s;
	width : 100%;
}
.thumbnail {
	overflow: hidden;
}
.bg {
  background: url('../img/carouelbackground.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 350px; 
  top:0;
  left:0;
  z-index: -1;
}

.jumbotron {
    margin-bottom: 0px;
    height: 350px;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
    background: transparent;
}
.btn {
		display: inline-block;
		padding: 15px 30px;
		border: 2px solid #ddd;
		color: #ddd;
		text-decoration: none;
		margin: 0px 10px 10px 0;
		transition: all .6s;
		min-width: 100px;
		text-align: center
	}
	.btn:hover {
		background: #ddd;
		color: #fff;
	}
	.btn.style-1{
		border-radius: 10px;
	}
	/* Color 2 #27AE60 */
	.btn.color-2 {border-color: #27AE60;color: #27AE60;}
	.btn.color-2:hover {background: #27AE60;color: #fff;}

	.antispam { display:none;}
	
/* ===========================================================================================================  */
/* menu : navigation*/
	
#wrapper {
  margin-left: -7.7px; 
  margin-right: -7px; 
  margin-top: -50px; 
}

/* BEGIN: Common Styles */
.menu,
.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  background-color: #3E454D;
  cursor: pointer;
  position: relative;
  transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  /* IE lt 10, Chrome lt 1, Opera lt 11.6, Safari lt 3, FF lt 4, Android lt 2.1 and iOS lt 2.0 transition. */
}

.menu li:hover {
  background-color: #353B41 !important; /* .menu > li.home may have a higher priority. therefore. */
}

.menu a {
  color: #FFF;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  word-wrap: break-word;
}

.menu a:hover {
  /* Protection from simple a: hover. */
  color: #FFF;
}
/* END: Common Styles */

/* BEGIN: Main Menu*/
.menu {
  /* It is recommended to set the height of the main menu from here. */
  height: 90px;
}

.menu > li {
  float: left;
  height: 100%;
  width: 15%; /* Asshole that do not support calc. */
  width: calc((100% - 90px) / 5);
  width: -moz-calc((100% - 90px) / 5);
  width: -webkit-calc((100% - 90px) / 5);
  /* IE lt 9, Chrome lt 19, Opera lt 15, Safari lt 6, FF lt 4, Android and IOS calc. */
}

.menu > li.home {
  background: #3E454D url(http://s26.postimg.org/qbf4q4j9h/home.png) center no-repeat;
  width: 90px;
}

.menu > li.current {
  background-color: #F2762E !important; /* !important VS .menu li:hover */
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  /* IE lt 9, Chrome lt 1, Opera lt 10.5, Safari lt 3, FF lt 3.5, Android lt 2.1 and IOS lt 2.0  box-shadow. */
}

.menu > li:not(:first-child) {
  box-shadow: inset 1px 0 0 0 #272B31, inset 2px 0 0 0 #434A52;
  -moz-box-shadow: inset 1px 0 0 0 #272B31, inset 2px 0 0 0 #434A52;
  -webkit-box-shadow: inset 1px 0 0 0 #272B31, inset 2px 0 0 0 #434A52;
}

.menu > li.home > a {
  color: transparent !important;
}

.menu > li > a > span {
  left: 0; /* Селектор .menu a aligns the contents through the center of which starts from the center span. Fix. */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  /* IE lt 9, Chrome lt 5, Opera lt 10.5, Safari lt 3.1, FF lt 3.5, Android lt 2.1 и iOS lt 2.0 transform. */
}
/* END: Main Menu */

/* BEGIN: submenu*/
.sub-menu {
  max-height: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: max-height .5s .2s;
  -moz-transition: max-height .5s .2s;
  -o-transition: max-height .5s .2s;
  -webkit-transition: max-height .5s .2s;
}

li:hover > .sub-menu {
  max-height: 600px;
}

.sub-menu li {
  height: 60px;
}

.sub-menu a {
  line-height: 60px;
  transition: color .5s;
  -moz-transition: color .5s;
  -o-transition: color .5s;
  -webkit-transition: color .5s;
  white-space: nowrap;
}

.sub-menu li.current a,
.sub-menu a:hover {
  color: #F2762E !important; /* !important VS .menu a:hover */
}
/* END: submenu*/

.Absolute-Center {
 height: 200px; /*Set line-height to this value*/
  width: 800px;
 
  margin: 150px auto;
  text-align: center;
}

.thumbnail img:hover {
	transform: scale(1.1);
}
.thumbnail img {
	transition: all 0.3s ease 0s;
	width : 100%;
}
.thumbnail {
	overflow: hidden;
}

.img:hover {
	transform: scale(1.1);
}
.img {
	transition: all 0.3s ease 0s;
	width : 100%;
}
.img {
	overflow: hidden;
}
.img {
	overflow: hidden;
}
.img:hover {
	transform: scale(1.1);
}