@font-face {

	font-family: 'Conv_Futura-Bold';

	src: url('../fonts/Futura-Bold.eot');

	src: local('☺'), url('../fonts/Futura-Bold.woff') format('woff'), url('../fonts/Futura-Bold.ttf') format('truetype'), url('../fonts/Futura-Bold.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}

@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLTStd-Light.woff') format('woff'), url('../fonts/AvenirLTStd-Light.ttf')  format('truetype'), url('../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: 'FuturaMdBTMedium';
    src: url('../fonts/tt0142m_-webfont.eot');
    src: url('../fonts/tt0142m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tt0142m_-webfont.woff') format('woff'),
         url('../fonts/tt0142m_-webfont.ttf') format('truetype'),
         url('../fonts/tt0142m_-webfont.svg#FuturaMdBTMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}



h1 {font-size:66px; color:#242424; font-weight:normal; line-height:normal; margin:0px; padding-bottom:5px; font-family: 'Conv_Futura-Bold';}

*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

a{text-decoration:none;  -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s; color: #232323; outline:0;}

a:hover{ text-decoration:none; }

img{border:0}

.clear { clear:both;}

input, textarea, select { -webkit-appearance:none; -moz-appearance:none; appearance:none; font-family: 'Conv_Futura-Bold'; font-size:16px; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; outline:0;}

input[type=checkbox]{ -webkit-appearance:checkbox; -moz-appearance:checkbox; appearance:checkbox;}

body {-webkit-text-size-adjust:100%;  -ms-text-size-adjust:none; margin: 0px; padding:0px; font-family: 'Conv_Futura-Bold';  font-size:15px; line-height:24px ;color:#000; background:#fff; }

.wrapper { width:980px; margin:0 auto; }

/*=======================================

       Style start

=======================================*/

.submitMail {width:695px; margin:0 auto 42px; background:#000; border:1px solid #8f8f8f; padding:35px 30px;}

.submitMail input[type="text"] {border:1px solid #808080; background:#FFF; font-family: 'AvenirLTStd-Light'; font-size:24px; color:#999; padding:26px 15px 23px; width:470px; margin-right:12px; font-weight:bold;}

.submitMail input[type="submit"] {border:1px solid #7e7611; background:#fced20; font-family: 'AvenirLTStd-Light'; font-size:24px; color:#000; padding:25px 0 22px; width:133px; margin-right:12px; cursor:pointer; text-align:center;font-weight:bold;}


/*--------------------pop-up-css-----------------------------*/

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none !important;
  bottom:0;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:100%;
  
  height:100% !important;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
  bottom:0;
}
#boxes #dialog {
  width:900px; 
  height:548px !important;
top:38px !important;
  padding:15px;
  background-color:#ffffff;
  position:fixed; 

  
 
}
#lorem >p{ margin:0 0 0px !important;}
.maintext{
	text-align: center;
  
  text-decoration: none;
}

#lorem{
	
	font-size: 15px;
  text-align: left;
font-weight:normal;
font-family: 'FuturaMdBTMedium';
  }
#lorem a { color:#F00;    font-family: 'FuturaMdBTMedium';}
#lorem a:hover { color:#000;    font-family: 'FuturaMdBTMedium';}
#lorem img {
    display: block;
    margin: 23px auto 0;
    width: 100%;
	max-width:100% !important;
}
#popupfoot{
	
	font-size: 0;
  padding:0;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}

#popupfoot .close{ background:  url("../images/fancybox_sprite.png") no-repeat scroll right -2px;
    float: right;
    font-size: 0;
    height: 35px;
    position: absolute;
    right: -16px;
    top: -10px;
    width: 100%; }
@media (max-width: 1300px) { 	
#boxes #dialog {
	
	width:800px;
	height: 530px !important;
	
}

}
@media (max-width: 1000px) { 
#boxes #dialog {
	
	width:700px;
	
}

}