@font-face {
    font-family: myThirdFont;
    src: url(GaramondPremrPro-It.otf);
}
@font-face {
    font-family: myFirstFont;
    src: url(GaramondPremrPro-Med.ttf);
    font-weight: normal;
}
@font-face {
    font-family: mySecondFont;
    src: url(BodoniFLF-Roman.ttf);
}
@font-face{
	font-family: 'BodoniFLF-Bol';
	src: url(BodoniFLF-Bold.ttf);
}
@font-face{
	font-family: 'Bodoni-Std-Book';
	src: url(Bodoni-Std-Book_7739.ttf);
}
@font-face{
	font-family: 'Bodoni 72';
	src: url(BodoniSvtyTwoITCTT-Book-01.ttf);
}
@font-face{
	font-family: 'GaramondPremrPro-It';
	src: url(GaramondPremrPro-It.ttf);
}
@font-face {font-family: "GaramondPremrPro-Med";
  src: url("8d18defbf57da8531b11d0d744513538.eot"); /* IE9*/
  src: url("8d18defbf57da8531b11d0d744513538.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("8d18defbf57da8531b11d0d744513538.woff2") format("woff2"), /* chrome、firefox */
  url("8d18defbf57da8531b11d0d744513538.woff") format("woff"), /* chrome、firefox */
  url("8d18defbf57da8531b11d0d744513538.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("8d18defbf57da8531b11d0d744513538.svg#GaramondPremrPro-Med") format("svg"); /* iOS 4.1- */
}
@font-face {
font-family: 'Minion Pro Italic';
font-style: normal;
font-weight: normal;
src: local('Minion Pro Italic'), url('MinionPro-It.woff') format('woff');
}
@font-face {
	font-family: 'Garamond Premier Pro';
	src: url('fonts/subset-GaramondPremrPro.eot');
	src: url('fonts/subset-GaramondPremrPro.eot?#iefix') format('embedded-opentype'),
		url('fonts/subset-GaramondPremrPro.woff2') format('woff2'),
		url('fonts/subset-GaramondPremrPro.woff') format('woff'),
		url('fonts/subset-GaramondPremrPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
font-family: 'Minion Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Minion Pro Regular'), url('MinionPro-Regular.woff') format('woff');
}
.clear_both{
	clear: both;
}
.mt20{
	margin-top: 20px;
}

.wraper{
    width: 100%;
    margin: auto;
}
.btn_right {
    float: right;
    overflow: hidden;
}
.main{
    width: 100%;
	max-width: 1270px;
    margin: auto;
    clear: both;
    overflow: hidden;
	text-align: center;
}
.topbar_right{
	width:550px;
	float: right;
}
.topbar{
	background: #000;
	height: 63px;
	overflow: hidden;
	padding: 0 15px;
}
.topbar ul.navtopbar{
	float: left;
	height: 25px;
	margin-top: 20px;
	position: absolute;
	/* right: 600px; */
}
.topbar ul.navtopbar li{
	float: left;
	list-style-type :none;
	padding: 0 10px;
}
.topbar ul.navtopbar li:first-child{
	border-right: 1px solid #fff;
}
.topbar ul.navtopbar li a{
	color: #ccc;
	text-decoration:none;
	font-size: 13pt;
	font-family: myFistFont;
}
.search, .search2{
	height: 33px;
	width: 271px;
	float: right;
	margin-top:15px;
	font-family: myFisrtFont;

}
.search .form-control,.search2 .form-control{
	line-height: 30px;
	border: none;
	outline: none;
	/* float: left; */
	border-radius: 10px;
	font-size: 16px;
	width: 271px;
	background: #ccc;
}

.row {
    margin-left: 0 !important;
}
.has-feedback label ~ .form-control-feedback {
    top: 20px !important;
	color: #6D6E71 !important;
}
.input-group-unstyled input.form-control {
	  -webkit-border-radius: 4px !important;
	  -moz-border-radius: 4px !important;
	  border-radius: 4px !important;
}
.input-group-unstyled .input-group-addon {
	  border-radius: 4px;
	  border: 0px;
	  background-color: transparent;
}
#inputValidation::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #6D6E71;
}
#inputValidation::-moz-placeholder { /* Firefox 19+ */
  	color: #6D6E71;
}
#inputValidation:-ms-input-placeholder { /* IE 10+ */
  	color: #6D6E71;
}
#inputValidation:-moz-placeholder { /* Firefox 18- */
  	color: #6D6E71;
}
.form-group {
 	width: 250px !important;
}
.header{
    clear: both;
    width: 100%;
	overflow: hidden;
}
.mnav{
	clear: both;
	overflow: hidden;
	line-height: 40px;
	width: 1270px;
	margin: auto;
}
.mnav_border{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	width: 100%;
	margin: auto;
	font-family: myFirstFont;
}
.mnav .mnav_list{
	margin: auto !important;
	text-align: center;
	width: 82%;
}
.mnav ul li.nopadding{
	padding: 0 50px !important;
}
.mnav ul li.nopadding:hover .submenu{
	display: block;
	padding: 0;
}
.mnav ul li{
	float: left;
	list-style-type: none;
	padding: 0 30px;
	display: block;
}
.mnav ul li a{
	color: #000;
	font-size: 12pt;
	font-weight: 500;
	font-family:'Bodoni-Std-Book';
	text-decoration: none;
}
.mnav ul li a:hover{
	text-decoration: none;
	color: #8f9090;
}
.mnav ul li ul.submenu{
	border: 1px solid #000;
	width: 205px;
	clear: both;
	overflow: hidden;
	display: none;
	position:absolute;
	background: #fff;
}
.mnav ul li ul.submenu li{
	float: none;
	border-bottom: 1px solid #000;
	text-align: left;
	padding: 0 !important;
	line-height: 30px;
}
.mnav ul li ul.submenu li:first-child{
	background:#000;
}
.mnav ul li ul.submenu li:first-child a{
	color:#fff;
}
.mnav ul li ul.submenu li a{
	font-size: 12pt;
	 font-family:'Bodoni-Std-Book';
	 margin: 2px 10px;
}
/*.mnav ul li ul.submenu li a:hover{
	color: #ffffff;
	text-decoration: none;
	background: #000;
	display: inline-block;
	position: relative;
}*/
.mnav ul li ul.submenu li:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.mnav ul li ul.submenu li:hover a{
	color: #fff;
	text-decoration: none;
}
.main_head{
	height: 188px !important;
	clear: both;
	overflow: hidden;
	margin: 30px 15px 0 0;
}
.logo img{
	margin: auto;
	width: 100%;
}

.main_head  .head_left{
	float: left;
	width: 270px;
	height: 108px;
}
.main_head  .head_rigth{
	float: right;
	width: 270px;
	height: 108px;
}
.main_img{
	text-align: center;
	margin: 30px auto;
	background:url(../img/main_banner.png);
	background-size: cover;
	width: 100%;
	height: 563px;
	font-family: mySecondFont;
}
.main_img .in_p1{
	font-size: 25pt;
	color: #fff;
	padding-top: 12%;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
	font-family: 'BodoniFLF-Bol';
}
.main_img .in_p2{
	font-size: 36pt;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
	font-family: 'BodoniFLF-Bol';
}
.main_img .btn_readmore{
	width: 242px;
	margin: 40px auto;
	border: 2px solid #fff;
	box-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
	font-family: 'BodoniFLF-Bol';
}
.main_img .btn_readmore a{
	text-decoration: none;
	font-size: 29pt;
	color: #fff;
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}
.main_content{
	clear: both;
	overflow: hidden;
	padding: 0 15px !important;
}
.content01{
	text-align: center;
	overflow: hidden;
	width: 1270px;
	margin: 20px auto;
	clear: both;
}
.content_header{
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.main_content h2{
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	text-align: center !important;
	float: left;
	margin: 0 !important;
	padding: 0 10px !important;
	font-family: mySecondFont;
}
.main_content .line01{
	border-bottom: 2px solid #000;
	width: 47.1%;
	float: left;
	margin-top: 15px;
}
.main_content .line02{
	border-bottom: 2px solid #000;
	width: 46.5%;
	float: right;
	margin-top: 16px;
}
.main_content .line03{
	border-bottom: 2px solid #000;
	width: 41%;
	float: left;
	margin-top: 15px;
}
.main_content .line04 {
    border-bottom: 2px solid #000;
    width: 40.32%;
    float: right;
    margin-top: 15px;
}
.main_content h3{
	font-family: 'Bodoni-Std-Book';
	font-size: 18pt;
}
/*.main_content .content01_bl01{
	width: 30%;
	float: left;
}*/
.main_content .content01_bl02{
	width: 100%;
	float: left;
}
.main_content .content01_bl03{
	width: 100%;
	float: right;
}

.main_content .content01_bl01 p, .main_content .content01_bl02 p, .main_content .content01_bl03 p{
	text-align: justify;
	width: 85%;
	margin: auto;
	color: #6D6E71;
	font-size: 12pt;
	font-family:"GaramondPremrPro-Med"!important;
}
.imgbottom{
	text-align: center;
	padding-bottom: 50px;
	width: 1270px;
	margin: auto;
}
.imgbottom img{
	width: 100%;
}
/***************End Slide*****************/
/****************Footer*******************/
#goto_top{
    overflow: hidden;
    clear: both;
    position: fixed;
    top: 700px;
    right: 10px;
    z-index: 1000;
}
.footer{
	background: #000;
}
.footer_left{
	float: left;
	margin: 58px 0 78px 0;
}
.footer ul.mfooter
{
	margin-top: 20px;
}
.footer ul.mfooter li{
	padding: 0 0 20px 10px;
	text-align: left !important;
	text-decoration: none;
}
.footer ul.mfooter li a{
	color: #6D6E71;
	font-size: 18px;
	text-align: left !important;
	text-decoration: none;
	font-family:"GaramondPremrPro-Med"!important;
}
.footer_right{
	float: right;
	width: 70%;
	margin: 80px 0;
	color: #ccc;
}

.footer_right p{
  color: #6D6E71;
	font-size: 10pt;
	text-align: justify !important;
	font-family: "GaramondPremrPro-Med"!important;
	line-height: 1.8;
}
/*.col-md-6 {
 float: left !important;
}*/
.col-md-6, .col-md-8, .col-md-4{
	padding-right: 0;
    padding-left: 0;
}

/* Header css*/
input[type='text'] {
  background-image: url(../img/Search.png) !important;
  background-position: right 10px bottom 5px !important;
  /*background-position: 7px 7px !important;
  background-position: right !important;*/
  background-repeat: no-repeat !important;
}
iframe{
	/*height: calc( 100vh - 228px - 51px);*/
	width: 100%;
	border: none;
}
/* The resonance */
.b_content1
{
	margin-left: auto;
	margin-right: auto;
	/**font-family: myThirdFont !important;**/
	font-family: 'GaramondPremrPro-It';
	text-align: justify;
	font-size: 16pt;
	width: 90%;
	color: #231F20;
	line-height: 1.7;
}
.col-md-7, .col-md-5
{
	margin-top: 10px;
	padding-left: 0;
	text-align: justify;
	font-family: "GaramondPremrPro-Med" !important;
	text-indent: 50px;
	font-size: 18px;
	line-height: 2em;
	word-spacing: 2px;
	color: #6E6F71;
}
.imgright, .imgleft
{
	display: block;
	margin-left: auto;
	/*margin-right: auto;
	width: 100%;*/
}
.section5
{
	margin: 20px 0 20px 0;
	text-align: justify;
	font-family: myFirtFont !important;
	text-indent: 50px;
	font-size: 18px;
	line-height: 2em;
	word-spacing: 3px;
	color: #6E6F71;
}
.section5 .img05
{
	margin: 20px 0 20px 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.main1{
	margin-top: 10px;
}
.search2{
	margin-bottom: 10px;
}
input::placeholder {
  padding-left: 10px;
  color: #d1d3d4 !important;
  font-family: "Garamond Premier Pro";
}
label {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}
.form-group {
    width: 250px!important;
    padding: 0 !important;
    margin: 0 !important;
    clear: both;
}

.h_form-control {
    line-height: 30px;
    border: none;
    outline: none;
    /* float: left; */
    border-radius: 7px;
    font-size: 16px;
    width: 271px;
    background: #a7a9ac;
}
.col-md-6 .pa1
{
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	text-indent: 50px;
	font-family: "Garamond Premier Pro";
	font-size: 14pt;
	line-height: 1.5em;
	word-spacing: 3px;
	color: #6E6F71;
}
.row .section1{
	padding-top: 20px;
}
.row .section2{
	padding-top: 20px;
}
.pb20{
	padding-bottom: 40px;
}
.f_topimg h1, .a_topimg h1, .c_topimg h1, .h_topimg h1, .topimg h1, .r_topimg h1, .v_topimg h1{
	font-family: 'Bodoni 72';
	font-size: 84px;
	color: #8c8f90;
	font-weight: 100;
	padding: 0;
	margin: 0;
}
h1 span.c_top_span{
	font-family: 'GaramondPremrPro-It';
	font-variant: 70px;
	color: #000;
}
.coloring_p p{
	margin-top: 10px;
    padding-left: 0;
    text-align: justify;
    font-family: "GaramondPremrPro-Med" !important;
    text-indent: 50px;
    font-size: 18px;
    line-height: 1.2em;
    word-spacing: 2px;
    color: #6E6F71;
    line-height: 2em;
  }
  .c_toptext{
 	padding-bottom: 20px;
  }
  .r_topimg, .v_topimg  {
    margin: auto;
    padding: 50px 0;
}
.r_img01 span{
	float: left;
    position: relative;
    margin-bottom: -70px;
    margin-left: 20px;
    color: #fff;
    font-family: 'Garamond Premier Pro';
    font-size: 16px;
}
.r_img_title2{
	line-height: 1.2em;
    float: right;
    position: relative;
    margin-bottom: -54px;
    color: #ffffff;
    font-family: 'Garamond Premier Pro';
    font-size: 16px;
    text-align: left;
    text-indent: 0px;
    margin-right: 290px;
}
.r_img_title3{
	float: left;
    position: relative;
    margin-bottom: -70px;
    margin-left: 390px;
    color: #fff;
    font-family: 'Garamond Premier Pro';
    font-size: 16px;
}
.r_img_title4{
	line-height: 1.2em;
    float: right;
    position: relative;
    margin-bottom: -54px;
    color: #ffffff;
    font-family: 'Garamond Premier Pro';
    font-size: 16px;
    text-align: left;
    text-indent: 0px;
    margin-right: 310px;
}
.r_img_title5{
	    float: none;
    position: absolute;
    margin-top: -175px;
    margin-left: -623px;
    color: #414042;
    font-family: 'Garamond Premier Pro';
    font-size: 16px;
}
.v_img_title{
	float: left;
    position: relative;
    margin-top: -30px;
    margin-left: -30px;
    color: #ffffff;
    font-family: 'Garamond Premier Pro';
    font-size: 16px;
}
.v_img_title2{
	float: right;
    position: absolute;
    margin-top: -221px;
    color: #ffffff; 
    font-family: 'Garamond Premier Pro';
    font-size: 16px;
    text-align: left;
    text-indent: 0px;
    margin-left: 10px;
}
.v_img_title3{
	float: left;
    position: relative;
    margin-bottom: -54px;
    color: #414042;
    margin-left: -30px;
    font-family: 'Garamond Premier Pro';
    font-size: 16px;
}
.v_img_title4{
	line-height: 1.2em;
    float: right;
    position: relative;
    margin-bottom: -54px;
    color: #414042;
    font-family: 'Garamond Premier Pro';
    font-size: 16px;
    text-align: left;
    text-indent: 0px;
    margin-right: 230px;
}
.v_img_title5{
	float: left;
    position: relative;
    margin-top: -47px;
    margin-left: -30px;
    color: #ffffff;
    font-family: 'Garamond Premier Pro';
    font-size: 16px;
}
.r_img_title6{
	float: left;
    position: relative;
    margin-top: -50px;
    margin-left: -30px;
    color: #fff;
    font-family: 'Garamond Premier Pro';
    font-size: 16px;
}
.m_img_title1{
	line-height: 1.2em;
    float: right;
    position: relative;
    margin-bottom: -54px;
    color: #ffffff;
    font-family: 'Garamond Premier Pro';
    font-size: 16px;
    text-align: left;
    text-indent: 0px;
    margin-right: 340px;
}
.col-md-8, .col-md-4 {
    margin-top: 10px;
    padding-left: 0;
    text-align: justify;
    font-family: "GaramondPremrPro-Med" !important;
    text-indent: 50px;
    font-size: 18px;
    line-height: 1.5em;
    word-spacing: 2px;
    color: #6E6F71;
}
.imgleft2{
	display: block;
	margin-left: auto;
	width: 100%;
}
.imgleft2{
	display: block;
	margin-left: auto;
	width: 100%;
}
p.text_wrap{
	margin-top: 40px;
    padding-left: 0;
    text-align: justify;
    font-family: "GaramondPremrPro-Med" !important;
    text-indent: 50px;
    font-size: 18px;
    line-height: 2em;
    word-spacing: 2px;
    color: #6E6F71;
}
.v_img_bg02{
	background: url(../img/celebration_of_viation/img02.png);
	background-position: right;
}
.container {
  position: relative;
  text-align: center;
  color: white;
  width: 100%;
  max-width: 1270px;
  padding: 0;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #ffffff;
  font-family: 'Garamond Premier Pro';
  font-size: 16px;
}
.fl_left{
	float: left;
}
.fl_right{
	float: right;
	margin-right: 0 !important;
}
.col{
	width: 25%;
	padding-right: 0;
}
.col img{
	width: 100%;
}
span.text_indent20{
    margin-left: 50px;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
    padding-left: 3px;
}
.pd_0{
	padding-left: 7px !important;
	padding-right: 7px !important;
}
.col-4 {
    margin-left: 0;
    padding-left: 0;
}
@media screen and (min-width: 1024px) {
 	.col{
	padding-right: 15px;
}
}
