@import url( https://fonts.googleapis.com/css?family=Roboto|Montserrat );
@import url( https://fonts.googleapis.com/css?family=Raleway:400,300,200|Open+Sans+Condensed:300|Droid+Sans|Poiret+One|Inconsolata );
.btn-group > .active.btn {
	z-index: 0;
}
.btn-group > label.btn > input[type=radio] {
	display: none;
}
body {
	font-family: "Open Sans",sans-serif; font-size: 16px; background-color: rgb(245, 244, 241);
}
h1 a {
	color: rgb(68, 68, 68);
}
h2 a {
	color: rgb(68, 68, 68);
}
h3 a {
	color: rgb(68, 68, 68);
}
h4 a {
	color: rgb(68, 68, 68);
}
h5 a {
	color: rgb(68, 68, 68);
}
h6 a {
	color: rgb(68, 68, 68);
}
h1 a:hover {
	color: rgb(51, 51, 51); font-family: "Roboto",sans-serif;
}
h2 a:hover {
	color: rgb(51, 51, 51); font-family: "Roboto",sans-serif;
}
h3 a:hover {
	color: rgb(51, 51, 51); font-family: "Roboto",sans-serif;
}
h4 a:hover {
	color: rgb(51, 51, 51); font-family: "Roboto",sans-serif;
}
h5 a:hover {
	color: rgb(51, 51, 51); font-family: "Roboto",sans-serif;
}
h6 a:hover {
	color: rgb(51, 51, 51); font-family: "Roboto",sans-serif;
}
h1 a:focus {
	color: rgb(51, 51, 51); font-family: "Roboto",sans-serif;
}
h2 a:focus {
	color: rgb(51, 51, 51); font-family: "Roboto",sans-serif;
}
h3 a:focus {
	color: rgb(51, 51, 51); font-family: "Roboto",sans-serif;
}
h4 a:focus {
	color: rgb(51, 51, 51); font-family: "Roboto",sans-serif;
}
h5 a:focus {
	color: rgb(51, 51, 51); font-family: "Roboto",sans-serif;
}
h6 a:focus {
	color: rgb(51, 51, 51); font-family: "Roboto",sans-serif;
}
a:hover {
	text-decoration: none;
}
select {
	font-family: "Roboto",sans-serif;
}
.form-control + p {
	font-size: 12px;
}
.navbar .navbar-nav > li > a {
	font-family: "Droid Sans",sans-serif;
}
.navbar-inverse {
	background: rgb(45, 54, 81);
}
.navbar-inverse .navbar-nav > li > a {
	color: rgb(175, 179, 197); font-size: 18px; text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
.navbar-inverse .navbar-nav > li:hover > a {
	background: rgb(66, 77, 115);
}
.navbar-inverse .navbar-nav > .open > a:hover {
	background: rgb(66, 77, 115);
}
.navbar-inverse .navbar-nav > .open > a:active {
	background: rgb(66, 77, 115);
}
.navbar-inverse .navbar-nav > .open > a:focus {
	background: rgb(66, 77, 115);
}
.navbar-inverse .navbar-form {
	background: rgb(66, 77, 115); padding: 0px; color: rgb(255, 255, 255);
}
.navbar-inverse .navbar-form .form-control {
	background: rgb(66, 77, 115); color: rgb(255, 255, 255);
}
.navbar-inverse .navbar-form .btn-default {
	background: none; border: 0px currentColor; border-image: none; color: rgb(238, 238, 238);
}
:nth-child(2).navbar-inverse {
	margin-bottom: 0px;
}
.navbar-inverse .dropdown-menu {
	background: rgb(66, 77, 115);
}
.navbar-inverse .dropdown-menu li > a {
	color: rgb(238, 238, 238); font-size: 16px;
}
.navbar-inverse .dropdown-menu li > a:hover {
	color: rgb(238, 238, 238); background-color: rgb(45, 54, 81);
}
.navbar-inverse .dropdown-menu li > a:focus {
	color: rgb(238, 238, 238); background-color: rgb(45, 54, 81);
}
.navbar-inverse .dropdown-menu li > a:active {
	color: rgb(238, 238, 238); background-color: rgb(45, 54, 81);
}
.navbar-inverse .dropdown-menu li.active > a {
	color: rgb(238, 238, 238); background-color: rgb(45, 54, 81);
}
:first-child.navbar-default {
	margin: 0px;
}
:first-child.navbar-default .navbar-nav > li > a {
	padding-top: 30px; padding-bottom: 30px;
}
:first-child.navbar-default .navbar-nav > .open > a {
	background: none;
}
:first-child.navbar-default .navbar-nav > .open > a:hover {
	background: none;
}
:first-child.navbar-default .navbar-nav > .open > a:focus {
	background: none;
}
:first-child.navbar-default .navbar-nav > li > .dropdown-menu {
	margin-top: -20px;
}
@media all and (min-width:768px)
{
.navbar-inverse .navbar-nav > li > a i {
	display: none;
}
.navbar-inverse .navbar-nav > li:first-child > a {
	margin-left: -15px;
}
.navbar-inverse .navbar-form .form-control {
	width: 80px;
}
.navbar-inverse .navbar-form .form-control:focus {
	width: 150px;
}
}
@media all and (max-width:768px)
{
.navbar-inverse .navbar-nav > li > a .title {
	display: none;
}
.navbar-inverse .navbar-header .collapsed {
	display: none;
}
.navbar-inverse .navbar-collapse {
	margin: 0px; padding: 0px; display: inline;
}
.navbar-inverse .navbar-nav > li:first-child > a {
	margin-left: 10px;
}
.navbar-inverse .navbar-collapse .navbar-nav > li {
	display: inline-block;
}
.navbar-inverse .navbar-collapse .navbar-nav > li > a {
	padding: 10px 20px;
}
.navbar-inverse .navbar-collapse .navbar-nav > li span.title {
	display: none;
}
.navbar-inverse .navbar-form {
	margin: 5px auto; display: none;
}
.navbar-inverse .navbar-form .form-control {
	display: inline-block;
}
.navbar-inverse .navbar-form .btn {
	display: inline-block;
}
.navbar-inverse .navbar-form .form-control {
	width: 150px;
}
.navbar-inverse .navbar-form .form-control:focus {
	width: 250px;
}
:first-child.navbar-default .navbar-header {
	min-height: 90px;
}
:first-child.navbar-default .navbar-collapse {
	margin: 0px; padding: 0px; display: inline;
}
:first-child.navbar-default .navbar-header .collapsed {
	display: none;
}
:first-child.navbar-default .navbar-collapse .navbar-right.navbar-nav {
	top: 20px; right: 20px; position: absolute;
}
:first-child.navbar-default .navbar-collapse .navbar-right.navbar-nav > li {
	float: right;
}
:first-child.navbar-default .navbar-collapse .navbar-right.navbar-nav > li > a {
	padding: 10px 13px;
}
:first-child.navbar-default .navbar-collapse .navbar-right.navbar-nav > li span.title {
	display: none;
}
}
select option {
	padding: 5px; font-family: "Roboto",sans-serif; font-size: 16px;
}
.panel {
	border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.panel .panel-heading {
	border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.modal-content {
	border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.form-control {
	border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.navbar {
	border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.well {
	border: 0px currentColor; border-image: none; box-shadow: none;
}
.form-control {
	background: rgb(244, 244, 244); border: 0px currentColor; border-image: none; color: rgb(51, 51, 51); box-shadow: none;
}
.input-group-addon {
	background: rgb(255, 255, 255); border-color: rgb(170, 170, 170); color: rgb(170, 170, 170);
}
.input-group > .form-control {
	background: rgb(255, 255, 255); border-radius: 4px; border: 1px solid rgb(170, 170, 170); border-image: none; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.input-group-addon + .form-control {
	border-left-color: currentColor; border-left-width: 0px; border-left-style: none;
}
:first-child.navbar-default .navbar-nav > li > .dropdown-menu {
	margin-top: -30px;
}
:first-child.navbar-default .navbar-nav > li.open > .dropdown-menu {
	margin-top: -20px;
}
.breadcrumb {
	background: none; margin: 10px 0px;
}
.breadcrumb-btn {
	background: rgb(221, 221, 221); margin: 10px 0px; padding: 3px;
}
.home-reservation .nav-tabs.nav li a {
	transition:0.5s; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s;
}
.btn {
	transition:0.5s; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s;
}
.navbar-inverse .navbar-nav > li > a {
	transition:0.5s; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s;
}
.navbar-inverse .navbar-form .form-control {
	transition:0.5s; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s;
}
.dropdown-menu {
	transition:0.5s; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s;
}
.modal-header {
	border: 0px currentColor; border-image: none;
}
.modal-footer {
	border: 0px currentColor; border-image: none;
}
.panel-default.panel {
	border: 0px currentColor; border-image: none; box-shadow: none;
}
.panel-default.panel .panel-heading {
	background: rgb(136, 136, 136); margin: 0px; border: 0px currentColor; border-image: none; color: rgb(255, 255, 255); font-family: "Electrolize", sans-serif; font-size: 16px;
}
.warp {
	background: rgb(255, 255, 255); padding-top: 20px;
}
.main-title-line {
	padding: 5px 15px; font-family: "Electrolize", sans-serif; font-size: 24px; margin-top: 20px; margin-bottom: 10px; border-bottom-color: rgb(111, 102, 96); border-bottom-width: 1px; border-bottom-style: dotted;
}
.main-title {
	padding: 15px 0px; font-family: "Coda", sans-serif; font-size: 34px; margin-top: 0px;
}
.subtitle {
	font-family: "Electrolize", sans-serif; font-size: 24px;
}
.request-panel {
	background: rgb(255, 255, 255); display: none;
}
menu {
	margin: 0px; padding: 0px;
}
.panel {
	background: rgb(245, 244, 241);
}
.top-menu {
	margin: 1px 0px; padding: 10px 0px; border: 1px solid rgb(214, 211, 204); border-image: none; color: rgb(76, 67, 64); background-color: rgb(245, 244, 241);
}
.top-menu a:not(.btn) {
	color: rgb(76, 67, 64);
}
@media all and (min-width:980px)
{
.top-menu {
	width: 100%; position: absolute; z-index: 10;
}
.top-menu + div {
	padding-top: 120px;
}
.fix.top-menu {
	padding: 0px; left: 0px; top: 0px; width: 100%; position: fixed; z-index: 1000; box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.3); -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.3);
}
.top-menu .logo {
	font-family: "Electrolize", sans-serif; font-size: 2.3em;
}
.top-menu menu {
	margin: 0px;
}
.fix.top-menu menu {
	margin: 0px;
}
.top-menu menu > .dropdown {
	float: left;
}
.top-menu menu > a {
	transition:0.5s; width: 125px; height: 60px; overflow: hidden; float: left; position: relative; -webkit-transition: all 0.5s;
}
.top-menu menu > .dropdown > button {
	transition:0.5s; width: 125px; height: 60px; overflow: hidden; float: left; position: relative; -webkit-transition: all 0.5s;
}
.top-menu menu > a span {
	transition:0.5s; left: 0px; top: 50%; width: 100%; text-align: center; font-family: "BenchNine", sans-serif; font-size: 23px; margin-top: -15px; position: absolute; -webkit-transition: all 0.5s;
}
.top-menu menu > .dropdown > button span {
	transition:0.5s; left: 0px; top: 50%; width: 100%; text-align: center; font-family: "BenchNine", sans-serif; font-size: 23px; margin-top: -15px; position: absolute; -webkit-transition: all 0.5s;
}
.top-menu menu > a i {
	transition:0.5s; left: 0px; top: 0px; width: 100%; text-align: center; font-size: 18px; margin-top: -20px; position: absolute; opacity: 0; -webkit-transition: all 0.5s;
}
.top-menu menu > .dropdown > button i {
	transition:0.5s; left: 0px; top: 0px; width: 100%; text-align: center; font-size: 18px; margin-top: -20px; position: absolute; opacity: 0; -webkit-transition: all 0.5s;
}
.top-menu menu > a.active span {
	margin-top: -5px;
}
.top-menu menu > a:hover span {
	margin-top: -5px;
}
.top-menu menu > .dropdown > button:hover span {
	margin-top: -5px;
}
.top-menu menu > a:focus span {
	margin-top: -5px;
}
.top-menu menu > .dropdown > button:focus span {
	margin-top: -5px;
}
.top-menu menu > a:active span {
	margin-top: -5px;
}
.top-menu menu > .dropdown > button:active span {
	margin-top: -5px;
}
.top-menu menu > a.active i {
	top: 50%; opacity: 0.8;
}
.top-menu menu > a:hover i {
	top: 50%; opacity: 0.8;
}
.top-menu menu > .dropdown > button:hover i {
	top: 50%; opacity: 0.8;
}
.top-menu menu > a:focus i {
	top: 50%; opacity: 0.8;
}
.top-menu menu > .dropdown > button:focus i {
	top: 50%; opacity: 0.8;
}
.top-menu menu > a:active i {
	top: 50%; opacity: 0.8;
}
.top-menu menu > .dropdown > button:active i {
	top: 50%; opacity: 0.8;
}
.fix.top-menu menu > a span {
	margin-top: -5px;
}
.fix.top-menu menu > .dropdown > button span {
	margin-top: -5px;
}
.fix.top-menu menu > a i {
	top: 50%; opacity: 1;
}
.fix.top-menu menu > .dropdown > button i {
	top: 50%; opacity: 1;
}
.top-menu menu > a {
	transition:0.7s; -webkit-transition: all 0.7s;
}
.top-menu menu > .dropdown > button {
	transition:0.7s; -webkit-transition: all 0.7s;
}
.top-menu menu > .dropdown > button {
	background: none; border: 0px currentColor; border-image: none;
}
.top-menu menu > .dropdown > .dropdown-menu::before {
	left: 30px; top: -10px; border-right-color: transparent; border-bottom-color: rgba(0, 0, 0, 0.15); border-left-color: transparent; border-right-width: 10px; border-bottom-width: 10px; border-left-width: 10px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; position: absolute; content: "";
}
.fix.top-menu menu > .dropdown > .dropdown-menu::before {
	top: -11px;
}
.fix.top-menu menu > .dropdown > .dropdown-menu::after {
	left: 30px; top: -10px; border-right-color: transparent; border-bottom-color: rgb(255, 255, 255); border-left-color: transparent; border-right-width: 10px; border-bottom-width: 10px; border-left-width: 10px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; position: absolute; content: "";
}
.top-menu menu > .dropdown > .dropdown-menu {
	margin: 0px; padding: 0px; left: 0px; min-width: 80px;
}
:not(.fix).top-menu menu > .dropdown > .dropdown-menu {
	border: 0px currentColor; border-image: none;
}
.fix.top-menu menu > .dropdown > .dropdown-menu {
	margin-top: 8px;
}
.top-menu menu > .dropdown > .dropdown-menu li {
	font-family: "BenchNine", sans-serif; font-size: 18px;
}
.top-menu menu > .dropdown > .dropdown-menu li > a {
	text-align: center;
}
.open > .dropdown-menu {
	visibility: visible !important; animation-name: fadeUp; animation-duration: 0.8s; animation-timing-function: ease-in-out; -webkit-animation-name: fadeUp; -webkit-animation-duration: 0.8s; -webkit-animation-timing-function: ease-in-out;
}
}
.megamenu-content {
	height: 0px; overflow: hidden;
}
.megamenu-content .main-title {
	font-size: 2em;
}
.show.megamenu-content {
	height: auto; margin-top: 20px; animation-name: slideDown; animation-duration: 0.5s; -webkit-animation-name: slideDown; -webkit-animation-duration: 0.5s;
}
footer {
	background: rgb(245, 244, 241); padding: 10px 0px; color: rgb(76, 67, 64); font-family: "Dosis", sans-serif; border-top-color: rgb(214, 211, 204); border-top-width: 1px; border-top-style: solid;
}
.help-links .items {
	margin: 5px 0px; padding: 5px; color: rgb(111, 102, 96); font-size: 16px; display: block;
}
.help-links .items a {
	color: rgb(68, 68, 68); border-bottom-color: rgb(111, 102, 96); border-bottom-width: 1px; border-bottom-style: dotted;
}
.help-links .items a:hover {
	color: rgb(34, 34, 34);
}
.gmaps {
	height: 400px;
}
.steps {
	width: 100%; margin-top: 15px; margin-bottom: 35px; display: table; position: relative;
}
.steps::before {
	left: 10%; top: 50%; width: 80%; border-bottom-color: rgb(214, 211, 204); border-bottom-width: 2px; border-bottom-style: dotted; position: absolute; z-index: 0; content: "";
}
.steps .item {
	width: 20%; text-align: center; float: left;
}
.steps .item p {
	background: rgb(245, 244, 241); margin: 0px auto; border-radius: 100%; border: 5px solid rgb(255, 255, 255); border-image: none; width: 100px; height: 100px; text-align: center; color: rgb(214, 211, 204); padding-top: 50px; font-family: "BenchNine", sans-serif; font-size: 18px; position: relative; z-index: 2; -webkit-border-radius: 100%; -moz-border-radius: 100%;
}
.steps .item p::before {
	border-radius: 100%; border: 1px dotted rgb(214, 211, 204); border-image: none; left: 50%; top: 50%; width: 110%; height: 110%; margin-top: -55%; margin-left: -55%; position: absolute; content: ""; -webkit-border-radius: 100%; -moz-border-radius: 100%;
}
.steps .item p i {
	left: 50%; top: 25px; font-size: 20px; margin-left: -10px; position: absolute; transform: rotate(45deg); -webkit-transform: rotate(45deg);
}
.steps::after {
	left: 10%; top: 50%; width: 0px; border-bottom-color: rgb(65, 105, 225); border-bottom-width: 2px; border-bottom-style: dotted; position: absolute; z-index: 1; content: "";
}
.step_2.steps::after {
	width: 20%;
}
.step_3.steps::after {
	width: 40%;
}
.step_4.steps::after {
	width: 60%;
}
.step_5.steps::after {
	width: 80%;
}
.step_1.steps :nth-child(1).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_2.steps :nth-child(1).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_3.steps :nth-child(1).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_4.steps :nth-child(1).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_5.steps :nth-child(1).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_2.steps :nth-child(2).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_3.steps :nth-child(2).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_4.steps :nth-child(2).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_5.steps :nth-child(2).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_3.steps :nth-child(3).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_4.steps :nth-child(3).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_5.steps :nth-child(3).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_4.steps :nth-child(4).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_5.steps :nth-child(4).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_5.steps :nth-child(5).item p {
	background: rgb(245, 244, 241); color: rgb(76, 67, 64);
}
.step_1.steps :nth-child(1).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_2.steps :nth-child(1).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_3.steps :nth-child(1).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_4.steps :nth-child(1).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_5.steps :nth-child(1).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_2.steps :nth-child(2).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_3.steps :nth-child(2).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_4.steps :nth-child(2).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_5.steps :nth-child(2).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_3.steps :nth-child(3).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_4.steps :nth-child(3).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_5.steps :nth-child(3).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_4.steps :nth-child(4).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_5.steps :nth-child(4).item p::before {
	border-color: rgb(65, 105, 225);
}
.step_5.steps :nth-child(5).item p::before {
	border-color: rgb(65, 105, 225);
}
@media all and (max-width:767px)
{
.steps .item {
	display: none;
}
.step_1.steps :nth-child(1).item {
	margin: 0px auto; width: 130px; float: none; display: block;
}
.step_2.steps :nth-child(2).item {
	margin: 0px auto; width: 130px; float: none; display: block;
}
.step_3.steps :nth-child(3).item {
	margin: 0px auto; width: 130px; float: none; display: block;
}
.step_4.steps :nth-child(4).item {
	margin: 0px auto; width: 130px; float: none; display: block;
}
.step_5.steps :nth-child(5).item {
	margin: 0px auto; width: 130px; float: none; display: block;
}
.steps .item::after {
	padding-top: 10px; display: block;
}
.step_1.steps :nth-child(1).item::after {
	content: "1/5";
}
.step_2.steps :nth-child(2).item::after {
	content: "2/5";
}
.step_3.steps :nth-child(3).item::after {
	content: "3/5";
}
.step_4.steps :nth-child(4).item::after {
	content: "4/5";
}
.step_5.steps :nth-child(5).item::after {
	content: "5/5";
}
}
i.iranair-highlight {
	color: rgb(14, 27, 95) !important;
}
.iranair-highlight .ui-state-default {
	background: rgb(14, 27, 95) !important; border-color: rgb(14, 27, 95) !important; color: rgb(255, 255, 255) !important;
}
.iranair-highlight .ui-state-default:hover {
	background: rgb(15, 40, 147) !important; border-color: rgb(14, 27, 95) !important; color: rgb(255, 255, 255) !important;
}
.iranair-highlight .ui-state-active.ui-state-default {
	background: rgb(15, 40, 147) !important; border-color: rgb(14, 27, 95) !important; color: rgb(255, 255, 255) !important;
}
.iranair-highlight .ui-state-active.ui-state-default {
	background: rgb(255, 255, 255) !important; border-color: rgb(14, 27, 95) !important; color: rgb(51, 51, 51) !important;
}
.form-signin {
	margin: 10px auto; width: 300px;
}
.tab-content > .tab-pane {
	margin: 10px 0px;
}
.nav-tabs > li > a {
	background: rgb(221, 221, 221); color: rgb(51, 51, 51);
}
.nav-tabs > li.active > a {
	background: rgb(245, 244, 241);
}
.nav-tabs > li.active > a:hover {
	background: rgb(245, 244, 241);
}
.nav-tabs > li.active > a:focus {
	background: rgb(245, 244, 241);
}
.demo-container {
	margin: 50px auto; width: 100%; max-width: 350px;
}
@media all and (min-width:992px)
{
.container-sm {
	width: 700px;
}
.container-md {
	width: 900px;
}
}
@media all and (min-width:1200px)
{
.container-sm {
	width: 700px;
}
.container-md {
	width: 900px;
}
}
.request-messages .msg-admin {
	background: rgb(241, 206, 187); border-radius: 10px; margin-left: 100px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
.request-messages .msg-user {
	background: rgb(186, 207, 236); border-radius: 10px; margin-right: 100px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}
.home-reservation {
	background: url("../img/iranair1.jpg") 0px -50px; margin: -20px 0px 0px; padding-top: 250px !important; position: relative;
}
.home-reservation .container {
	position: relative; z-index: 2;
}
.home-reservation::before {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; content: "";
}
@media all and (min-width:992px)
{
.home-reservation {
	background-size: 100%;
}
}
.home-reservation .request-panel {
	background: rgb(255, 255, 255); margin: 0px 0px 20px; transition:0.5s; color: rgb(51, 51, 51); z-index: 2; opacity: 0.8; box-shadow: none; -webkit-transition: all 0.5s; -webkit-box-shadow: none; -moz-box-shadow: none;
}
.home-reservation .nav-tabs.nav li {
	margin-right: 4px;
}
.home-reservation .nav-tabs.nav li a {
	padding-bottom: 0px; font-size: 18px; font-weight: bold; margin-top: 10px;
}
.home-reservation .nav-tabs.nav li.active a {
	background: rgb(255, 255, 255);
}
.home-reservation .nav-tabs.nav li.active a {
	padding-bottom: 10px; margin-top: 0px; border-bottom-color: rgb(255, 255, 255);
}
.home-reservation .nav-tabs.nav li:hover a {
	padding-bottom: 10px; margin-top: 0px; border-bottom-color: rgb(255, 255, 255);
}
.home-reservation .nav-tabs.nav li:focus a {
	padding-bottom: 10px; margin-top: 0px; border-bottom-color: rgb(255, 255, 255);
}
.home-reservation .request-panel .tab-title {
	margin: 0px; padding: 0px; left: 0px; top: -50px; position: absolute;
}
.home-reservation .request-panel .tab-title-item {
	background: rgb(238, 238, 238); margin: 13px 12px 0px; padding: 8px 14px 0px; font-size: 24px; float: left; position: relative; z-index: 1;
}
.home-reservation .request-panel .tab-title-item:hover {
	background: rgb(255, 255, 255); z-index: 3;
}
.home-reservation .request-panel :first-child.tab-title-item {
	background: rgb(255, 255, 255); padding: 12px 14px; border: 0px currentColor; border-image: none; margin-left: 0px; z-index: 2;
}
.home-reservation .request-panel .tab-title .tab-title-item::after {
	left: 100%; top: 0px; border-top-color: transparent; border-left-color: rgb(238, 238, 238); border-top-width: 50px; border-left-width: 50px; border-top-style: solid; border-left-style: solid; position: absolute; content: "";
}
.home-reservation .request-panel .tab-title-item:hover::after {
	border-left-color: rgb(255, 255, 255); border-left-width: 50px; border-left-style: solid;
}
.home-reservation .request-panel .tab-title :first-child.tab-title-item::after {
	border-left-color: rgb(255, 255, 255); border-left-width: 50px; border-left-style: solid;
}
.home-reservation .request-panel .submit {
	border: 0px currentColor; border-image: none; left: 50%; width: 150px; bottom: 0px; margin-left: -75px; position: absolute;
}
.home-reservation .request-panel .submit .btn {
	width: 100%; display: block !important;
}
.home-reservation .request-panel .submit::before {
	left: 0px; top: 0px; height: 100%; border-right-color: rgb(255, 255, 255); border-right-width: 10px; border-right-style: solid; position: absolute; content: ""; border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px;
}
.home-reservation .request-panel .submit::after {
	top: 0px; height: 100%; right: 0px; border-left-color: rgb(255, 255, 255); border-left-width: 10px; border-left-style: solid; position: absolute; content: ""; border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px;
}
.home-reservation .request-panel .submit .btn::before {
	left: 5px; top: 0px; width: 140px; height: 0px; border-right-color: rgb(255, 255, 255); border-bottom-color: transparent; border-left-color: rgb(255, 255, 255); border-right-width: 15px; border-bottom-width: 10px; border-left-width: 15px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; position: absolute; content: "";
}
.home-reservation .request-panel .submit .btn::after {
	left: 5px; top: 0px; width: 140px; height: 50%; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); border-top-width: 5px; border-right-width: 5px; border-left-width: 5px; border-top-style: solid; border-right-style: solid; border-left-style: solid; position: absolute; content: ""; border-top-left-radius: 10px; border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px; -moz-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-top-right-radius: 10px;
}
.tools-menu {
	height: 40px; position: relative; z-index: 20;
}
.tools-menu-bg {
	background: url("../img/iranair1.jpg") 0px -10px;
}
@media all and (min-width:992px)
{
.tools-menu-bg {
	background-size: 100%;
}
}
.tools-menu-bg::before {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 1; content: "";
}
.tools-menu .container {
	position: relative; z-index: 2;
}
.tools-menu a {
	color: rgb(0, 6, 100);
}
.tools-menu .btn-link {
	color: rgb(0, 6, 100);
}
.text-md.subtitle {
	font-size: 19px;
}
a > .subtitle {
	color: rgb(51, 51, 51);
}
a.text-link {
	color: rgb(51, 51, 51);
}
.ui-datepicker {
	z-index: 999 !important;
}
.warning.popover {
	background: rgb(247, 236, 181);
}
.warning.popover .arrow::after {
	border-bottom-color: rgb(247, 236, 181);
}
#iranairFlights h4 {
	font-size: 1.5em;
}
#iranairFlights p {
	font-size: 1.3em;
}
#iranairFlights table td {
	font-size: 1.2em;
}
.table-non-bordered.table > thead > tr > th {
	border: 0px currentColor; border-image: none;
}
.table-non-bordered.table > tbody > tr > th {
	border: 0px currentColor; border-image: none;
}
.table-non-bordered.table > tfoot > tr > th {
	border: 0px currentColor; border-image: none;
}
.table-non-bordered.table > thead > tr > td {
	border: 0px currentColor; border-image: none;
}
.table-non-bordered.table > tbody > tr > td {
	border: 0px currentColor; border-image: none;
}
.table-non-bordered.table > tfoot > tr > td {
	border: 0px currentColor; border-image: none;
}
.panel {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.list-group {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.list-group button.list-group-item {
	width: 100%; text-align: left; display: block;
}
.list-group > .list-group {
	border-color: rgb(66, 139, 202); margin-bottom: 0px; border-left-width: 5px; border-left-style: solid;
}
.list-group > .list-group > .list-group-item {
	border-style: dotted; padding-left: 40px;
}
.list-group > .list-group > :last-child.list-group-item {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.list-group > .list-group > .active.list-group-item {
	background: rgb(235, 244, 248); color: rgb(66, 139, 202);
}
.agency-toolbar {
	text-align: right; margin-bottom: 20px;
}
.panel {
	border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.panel .panel-heading {
	border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
:last-child.list-group-item {
	border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
:first-child.list-group-item {
	border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.btn {
	border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.btn-group {
	border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.modal-content {
	border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.news-list hr {
	border-style: dashed; border-color: rgb(221, 221, 221); margin: 30px 60px; position: relative;
}
.news-list hr::before {
	border: 3px dashed rgb(221, 221, 221); border-image: none; left: 0px; top: 0px; width: 50px; height: 3px;
}
.news-list hr:last-child {
	display: none;
}
.no-space {
	margin: 0px; padding: 0px;
}
.news-list .date-description {
	color: rgb(136, 136, 136); font-size: 11px; font-style: italic;
}
.text-info {
	color: rgb(136, 136, 136); font-size: 11px; font-style: italic;
}
.table-flights > thead > tr > th {
	background: rgb(239, 239, 239); border: 0px currentColor; border-image: none; font-size: 0.9em; font-style: italic;
}
.table-flights > tbody > tr > th {
	background: rgb(239, 239, 239); border: 0px currentColor; border-image: none; font-size: 0.9em; font-style: italic;
}
.table-flights > tfoot > tr > th {
	background: rgb(239, 239, 239); border: 0px currentColor; border-image: none; font-size: 0.9em; font-style: italic;
}
.table-flights > thead > tr > td {
	background: rgb(239, 239, 239); border: 0px currentColor; border-image: none; font-size: 0.9em; font-style: italic;
}
.table-flights > tbody > tr > td {
	background: rgb(239, 239, 239); border: 0px currentColor; border-image: none; font-size: 0.9em; font-style: italic;
}
.table-flights > tfoot > tr > td {
	background: rgb(239, 239, 239); border: 0px currentColor; border-image: none; font-size: 0.9em; font-style: italic;
}
.thumbnail {
	border-radius: 0px; border: 2px dashed rgb(238, 238, 238); border-image: none; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.thumbnail:hover {
	border-color: rgb(170, 170, 170);
}
.thumbnail-news {
	overflow: hidden; position: relative;
}
.thumbnail-news > .caption {
	background: rgba(60, 68, 132, 0.8); transition:300ms; left: 0px; top: 100%; width: 100%; height: 100%; position: absolute; opacity: 0; -webkit-transition: all 300ms; -o-transition: all 300ms; -moz-transition: all 300ms;
}
.thumbnail-news > .caption > a {
	padding: 30px; left: 0px; top: 0px; width: 100%; height: 100%; text-align: center; color: rgb(255, 255, 255); text-decoration: none; position: absolute;
}
.thumbnail-news > .caption > a > i {
	padding: 10px; font-size: 2.5em;
}
.thumbnail-news:hover > .caption {
	top: 0px; opacity: 1;
}
.thumbnail-news > .caption > a > h3 {
	padding: 0px; font-size: 2.2em;
}
.services {
	background: url("../img/global-map.jpg") fixed no-repeat rgb(238, 238, 238); padding: 20px 0px; margin-top: 20px; position: relative;
}
.service-title::before {
	left: 50%; top: 100%; width: 1px; height: 100px; border-left-color: rgb(170, 170, 170); border-left-width: 1px; border-left-style: dashed; position: absolute; content: "";
}
.service-title::after {
	border-width: 1px 1px 0px; border-style: dashed dashed none; border-color: rgb(170, 170, 170) rgb(170, 170, 170) currentColor; border-image: none; left: 15%; top: 100%; width: 70%; height: 100px; position: absolute; content: "";
}
.service-title {
	text-align: center; padding-bottom: 50px; margin-bottom: 70px; position: relative;
}
.service-item {
	background: rgb(254, 254, 254); transition:500ms; height: 120px; color: rgb(27, 33, 51); padding-left: 130px; position: relative; z-index: 10; -webkit-transition: all 500ms; -o-transition: all 500ms; -moz-transition: all 500ms;
}
.service-item:hover {
	margin-top: -3px;
}
.service-item::after {
	background: rgb(239, 239, 239); border: 1px solid rgb(221, 221, 221); border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 3; content: "";
}
.service-item:hover::before {
	margin-right: 5px; margin-left: -125px; box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.6); -webkit-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.6);
}
.service-item::before {
	border-radius: 100%; transition:500ms; left: 0px; top: 0px; height: 120px; margin-right: 10px; margin-left: -120px; display: block; position: relative; z-index: 2; content: ""; box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.4); -webkit-transition: all 500ms; -o-transition: all 500ms; -moz-transition: all 500ms; -webkit-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.4);
}
.service-item > .icon {
	background: rgb(45, 54, 81); left: 0px; top: 0px; width: 120px; height: 120px; text-align: center; color: rgb(255, 255, 255); padding-top: 20px; font-size: 50px; position: absolute; z-index: 4;
}
.service-item > .btn {
	background: none; border: 0px currentColor; border-image: none; left: 130px; bottom: 10px; color: rgb(100, 130, 255); position: absolute; z-index: 4;
}
.service-item .title {
	margin: 0px; padding: 0px; left: 130px; top: 20px; font-family: "Montserrat", sans-serif; font-size: 30px; position: absolute; z-index: 4;
}
.bg-service-item {
	padding: 10px 0px; transition:500ms; -webkit-transition: all 500ms; -o-transition: all 500ms; -moz-transition: all 200ms;
}
.bg-service-item > .icon {
	margin: 0px 30px; padding: 10px; transition:500ms; color: rgb(253, 183, 20); font-size: 30px; float: left; position: relative; -webkit-transition: all 500ms; -o-transition: all 500ms; -moz-transition: all 500ms;
}
.bg-service-item > .title {
	margin: 10px 0px 0px; padding: 0px; color: rgb(238, 238, 238); font-size: 18px;
}
.bg-service-item > .btn {
	transition:500ms; color: rgb(124, 154, 189); font-size: 14px; -webkit-transition: all 500ms; -o-transition: all 500ms; -moz-transition: all 500ms;
}
.bg-service-item:hover > .icon {
	padding-top: 0px; padding-bottom: 20px;
}
.bg-service-item > .icon::after {
	border-radius: 100%; transition:500ms; left: 50%; top: 10px; width: 30px; height: 10px; margin-left: -15px; position: absolute; content: ""; -webkit-transition: all 500ms; -o-transition: all 500ms; -moz-transition: all 500ms;
}
.bg-service-item:hover > .icon::after {
	box-shadow: 0px 30px 15px 5px rgba(0,0,0,0.4); -webkit-box-shadow: 0 30px 15px 5px rgba(0, 0, 0, .4); -moz-box-shadow: 0 30px 15px 5px rgba(0, 0, 0, .4);
}
.bg-service-item:hover > .btn {
	color: rgb(151, 184, 232);
}
.bg-service-item:hover {
	background: rgba(255, 255, 255, 0.1);
}
:first-child.news-preview {
	margin-top: -20px;
}
.news-preview {
	background: rgb(239, 239, 239); padding: 50px 0px;
}
.news-box {
	background: rgb(255, 255, 255); position: relative; box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .1); -moz-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .1);
}
.news-box > .img {
	width: 100%; height: 180px; overflow: hidden; position: relative;
}
.news-box > .img img {
	transition:500ms; left: 0px; top: 0px; width: 100%; position: absolute; -webkit-transition: all 500ms; -o-transition: all 500ms; -moz-transition: all 500ms;
}
.news-box > .caption {
	padding: 0px 10px 10px;
}
.news-box > .caption h3 {
	transition:500ms; color: rgb(0, 6, 100); font-size: 16px; font-weight: bold; -webkit-transition: all 500ms; -o-transition: all 500ms; -moz-transition: all 500ms;
}
.news-box > .icon {
	padding: 20px; right: 0px; bottom: 0px; color: rgb(60, 179, 113); font-size: 16px; position: absolute;
}
.news-box:hover .img img {
	width: 120%; margin-top: -10%; margin-left: -10%;
}
.news-box:hover > .caption h3 {
	color: rgb(46, 71, 164);
}
.weather {
	margin-top: 30px;
}
.weather-item {
	margin: 0px; font-family: "Montserrat", sans-serif; position: relative; box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.2); -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .2); -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .2);
}
.weather-item .caption {
	margin-left: 40%; position: relative;
}
.weather-item .status {
	left: 0px; top: 0px; width: 40%; height: 100%; text-align: center; position: absolute; z-index: 10;
}
.weather-item .status > .text {
	font-size: 14px;
}
.weather-item .icon {
	padding-top: 10px; font-size: 60px; font-weight: 100;
}
.weather-item .caption > .location {
	margin: 0px; padding-bottom: 20px; padding-left: 20px; font-size: 16px;
}
.weather-item .caption > .temp {
	margin: 0px; padding-top: 20px; padding-bottom: 5px; padding-left: 20px; font-size: 28px;
}
.weather-item .caption > .date {
	margin: 0px; padding: 10px; text-align: right; color: rgb(153, 153, 153); font-family: "Roboto", sans-serif; font-size: 12px;
}
.dark.weather-item {
	border: 1px solid rgb(2, 64, 124); border-image: none;
}
.dark.weather-item .status {
	background: rgb(2, 64, 124); color: rgb(255, 255, 255);
}
.blue.weather-item {
	border: 1px solid rgb(94, 117, 189); border-image: none;
}
.blue.weather-item .status {
	background: rgb(94, 117, 189); color: rgb(255, 255, 255);
}
.whit.weather-item {
	border: 1px solid rgb(238, 238, 238); border-image: none;
}
.whit.weather-item .status {
	background: rgb(243, 244, 250); color: rgb(51, 51, 51);
}
.bright.weather-item {
	border: 1px solid rgb(255, 193, 0); border-image: none;
}
.bright.weather-item .status {
	background: rgb(255, 193, 0); color: rgb(255, 255, 255);
}
.ver-inline-menu {
	list-style: none; margin: 0px; padding: 0px;
}
.ver-inline-menu li {
	margin-bottom: 1px; position: relative;
}
.ver-inline-menu li i {
	background: rgb(224, 234, 240) !important; margin: 0px 8px 0px 0px; padding: 12px 10px 10px 8px; width: 37px; height: 37px; text-align: center; color: rgb(185, 203, 213); font-size: 15px; display: inline-block;
}
.ver-inline-menu li a {
	background: rgb(240, 246, 250); color: rgb(85, 115, 134); font-size: 14px; font-weight: 300; border-left-color: rgb(196, 213, 223); border-left-width: 2px; border-left-style: solid; display: block;
}
.ver-inline-menu li:hover a {
	background: rgb(224, 234, 240); text-decoration: none;
}
.ver-inline-menu li:hover i {
	background: rgb(196, 213, 223) !important; color: rgb(255, 255, 255);
}
.ver-inline-menu li.active a {
	border-left-color: rgb(12, 145, 229); border-left-width: 2px; border-left-style: solid;
}
.ver-inline-menu li.active i {
	background: rgb(12, 145, 229) !important;
}
.ver-inline-menu li.active a {
	background: rgb(22, 158, 244); color: rgb(255, 255, 255); text-decoration: none;
}
.ver-inline-menu li.active i {
	background: rgb(22, 158, 244); color: rgb(255, 255, 255); text-decoration: none;
}
.ver-inline-menu li.active a {
	font-size: 14px;
}
.ver-inline-menu li:hover a {
	font-size: 14px;
}
.ver-inline-menu li.active::after {
	top: 12px; right: -5px; border-top-color: transparent; border-bottom-color: transparent; border-left-color: rgb(22, 158, 244); border-top-width: 6px; border-bottom-width: 6px; border-left-width: 6px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; display: inline-block; position: absolute; content: "";
}
@media all and (max-width:767px)
{
.ver-inline-menu > li.active::after {
	display: none;
}
}
.reservation-form {
	padding: 50px 0px;
}
.home-reservation .reservation-form .form-control {
	background: rgb(255, 255, 255); border: 1px solid rgb(45, 54, 81); border-image: none;
}
.home-reservation2 .reservation-form .form-control {
	box-shadow: -2px 2px 1px 1px rgba(0,0,0,0.15); -webkit-box-shadow: -2px 2px 1px 1px rgba(0, 0, 0, .15); -moz-box-shadow: -2px 2px 1px 1px rgba(0, 0, 0, .15);
}
.home-reservation2 .reservation-form .btn {
	box-shadow: -2px 2px 1px 1px rgba(0,0,0,0.15); -webkit-box-shadow: -2px 2px 1px 1px rgba(0, 0, 0, .15); -moz-box-shadow: -2px 2px 1px 1px rgba(0, 0, 0, .15);
}
.home-reservation2 {
	background: url("../img/iranair1.jpg") no-repeat 0px -50px rgb(0, 0, 26); margin: -20px 0px 0px; padding-top: 180px; padding-bottom: 30px; position: relative;
}
.home-reservation2 .reservation-form {
	background: rgba(255, 255, 255, 0.8); padding: 10px;
}
.home-reservation2 .reservation-form h1 {
	margin: 10px; font-size: 24px;
}
.home-reservation2 .reservation-form form {
	background: rgb(255, 255, 255); margin: 10px; padding: 20px;
}
.home-reservation2 .reservation-form .form-group > .btn {
	
}
.home-reservation2 .reservation-form .radio-toggle.btn-group {
	top: 20px; position: absolute;
}
@media all and (min-width:980px)
{
.home-reservation2 .reservation-form .row {
	margin: 0px;
}
.home-reservation2 .reservation-form .row > div {
	padding: 0px;
}
}
.home-reservation3 {
	margin: -20px 0px; padding: 50px !important; position: relative;
}
.home-reservation3 .title {
	margin: 0px; padding: 5px; color: rgba(255, 255, 255, 0.7);
}
.home-reservation3 .nav-tabs > li.active > a {
	border: 0px currentColor; border-image: none; margin-bottom: 0px;
}
.home-reservation3 .nav-tabs > li.active > a:hover {
	border: 0px currentColor; border-image: none; margin-bottom: 0px;
}
.home-reservation3 .nav-tabs > li.active > a:focus {
	border: 0px currentColor; border-image: none; margin-bottom: 0px;
}
.home-reservation3 .nav-tabs > li > a {
	border: 0px currentColor; border-image: none; margin-bottom: 0px;
}
.home-reservation3 .nav-tabs > li > a {
	background: rgba(255, 255, 255, 0.4); transition:500ms; margin-top: 10px; -webkit-transition: all 500ms; -o-transition: all 500ms; -moz-transition: all 500ms;
}
.home-reservation3 .nav-tabs > li.active > a {
	background: rgba(255, 255, 255, 0.5); color: rgb(51, 51, 51);
}
.home-reservation3 .nav-tabs > li.active > a:hover {
	background: rgba(255, 255, 255, 0.5); color: rgb(51, 51, 51);
}
.home-reservation3 .nav-tabs > li.active > a:focus {
	background: rgba(255, 255, 255, 0.5); color: rgb(51, 51, 51);
}
.home-reservation3 .nav-tabs > li > a:hover {
	background: rgba(255, 255, 255, 0.5); color: rgb(51, 51, 51);
}
.home-reservation3 .nav-tabs > li > a:focus {
	background: rgba(255, 255, 255, 0.5); color: rgb(51, 51, 51);
}
@media all and (min-width:768px)
{
.home-reservation3 .nav-tabs > li.active > a {
	padding-bottom: 20px; margin-top: 0px;
}
.home-reservation3 .nav-tabs > li.active > a:hover {
	padding-bottom: 20px; margin-top: 0px;
}
.home-reservation3 .nav-tabs > li.active > a:focus {
	padding-bottom: 20px; margin-top: 0px;
}
.home-reservation3 .nav-tabs > li > a:hover {
	padding-bottom: 20px; margin-top: 0px;
}
.home-reservation3 .nav-tabs > li > a:focus {
	padding-bottom: 20px; margin-top: 0px;
}
}
@media all and (max-width:768px)
{
.home-reservation3 {
	background-position: right; padding: 30px !important;
}
.home-reservation3 .nav-tabs > li {
	margin: 3px 0px; width: 100%;
}
.home-reservation3 .nav-tabs > li > a {
	margin: 0px 15px; border-radius: 0px; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.home-reservation3 .nav-tabs > li.active > a {
	margin: 0px;
}
.home-reservation3 .nav-tabs > li.active > a:hover {
	margin: 0px;
}
.home-reservation3 .nav-tabs > li.active > a:focus {
	margin: 0px;
}
.home-reservation3 .nav-tabs > li > a:hover {
	margin: 0px;
}
.home-reservation3 .nav-tabs > li > a:focus {
	margin: 0px;
}
}
.home-reservation3 .nav-tabs {
	border: 0px currentColor; border-image: none; margin-bottom: 1px;
}
.reservation-form3 {
	background: rgba(255, 255, 255, 0.5); padding: 20px;
}
@media all and (min-width:768px)
{
.reservation-form3 {
	transition:500ms; opacity: 0.5; -webkit-transition: all 500ms; -o-transition: all 500ms; -moz-transition: all 500ms; -moz-opacity: 0.5;
}
.home-reservation3:hover .reservation-form3 {
	opacity: 1; -moz-opacity: 1;
}
.home-reservation3:focus .reservation-form3 {
	opacity: 1; -moz-opacity: 1;
}
}
@media all and (min-width:980px)
{
.home-reservation3 {
	padding: 130px 50px !important;
}
}
.home-reservation3 .btn-group .btn-link {
	margin: 3px; transition:500ms; color: rgb(14, 27, 95); text-decoration: none; -webkit-transition: all 500ms; -o-transition: all 500ms; -moz-transition: all 500ms;
}
.home-reservation3 .btn-group .active.btn-link {
	border: 1px solid rgb(14, 27, 95); border-image: none;
}
.home-reservation3 .btn-group .btn-link:hover {
	border: 1px solid rgb(14, 27, 95); border-image: none;
}
