/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.fp-popup-preview {
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(34,34,34,0.2);
	background-size: cover !important;
  background-position: center !important;
  width: 500px;
  position: relative;
  z-index: 9999;
  font-family: 'Source Sans Pro';
}

.fp-popup-preview input:not([type="submit"]) {
	background-color: #FFFFFF;
	border: 1px solid #FECC51;
	border-radius: 0;
	color: #565656;
	padding: 11px 12px;
	max-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
	line-height: 20px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.fp-popup-preview input[type="submit"] {
	background-color: #FECC51;
    border: 1px solid #FECC51;
	color: #000;
    border-radius: 0;
    padding: 11px 52px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
}

.fp-popup-main-title {
	font-size: 34px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 10px 0 !important;
	text-align: left;
}

.fp-popup-secondary-title {
	font-size: 14px;
    line-height: 16px;
    text-align: left;
	margin-bottom: 20px;
}

.fp-popup-main-form {
	margin-top: 27px;
}

.fp-popup-disclaimer {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-top: 20px !important;
}

.fp-text-template .fp-popup-main-title {
	font-size: 35px;
    margin-bottom: 0 !important;
    color: #333;
}

.fp-text-template .fp-popup-close {
	color: #333;
}

.fp-text-template .fp-popup-disclaimer {
    text-align: left;
    text-transform: uppercase;
    margin-top: 14px !important;
    color: #333;
}

.fp-text-template .fp-popup-secondary-title {
	margin-bottom: 0;
    margin-top: 17px;
    line-height: 20px;
    color: #333;
}

.fp-main-wrapper {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;	
}

.fp-main-wrapper.fp-location-top-center .fp-inner-wrapper {
    position: absolute;
    z-index: 9999;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fp-main-wrapper.fp-location-bottom-center .fp-inner-wrapper {
	position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fp-main-wrapper.fp-location-sticky-left .fp-inner-wrapper {
	position: fixed;
    top: 10%;
    left: 0;
    z-index: 9999;
}

.fp-main-wrapper.fp-location-sticky-right .fp-inner-wrapper {
	position: fixed;
    top: 10%;
    right: 0;
    z-index: 9999;
}

.fp-main-wrapper.fp-location-bottom-left .fp-inner-wrapper {
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.fp-main-wrapper.fp-location-bottom-right .fp-inner-wrapper {
	position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.fp-main-wrapper.fp-location-top-left .fp-inner-wrapper {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.fp-main-wrapper.fp-location-top-right .fp-inner-wrapper {
	position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}

.fp-main-wrapper.fp-location-modal-popup .fp-inner-wrapper {
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 440px;
}

/*.fp-popup-preview-box .fp-popup-preview-box-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2222;
}*/

.fp-main-wrapper.fp-location-modal-fullscreen .fp-inner-wrapper {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.fp-main-wrapper.fp-location-modal-fullscreen .fp-inner-wrapper .fp-popup-preview {
	width: 100%;
    height: 100%;
}

.fp-main-wrapper.fp-location-modal-fullscreen .fp-popup-preview-inner {
	width: 440px;
    margin: 0 auto;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fp-popup-close-wrapper {
	position: relative;
	display: block;
}

.fp-popup-close {
	position: absolute;
    right: -16px;
    top: -20px;
    font-size: 30px;
    cursor: pointer;
}

.fp-popup-hidden {
	display: none;
}

.fp-popup-preview-box-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9998;
}

.fp-inner-wrapper {
	position: relative;
	z-index: 9999;
}

/* Fonts */

@font-face {
  font-family: 'options';
  src: url('../font/options.eot?37135398');
  src: url('../font/options.eot?37135398#iefix') format('embedded-opentype'),
       url('../font/options.woff2?37135398') format('woff2'),
       url('../font/options.woff?37135398') format('woff'),
       url('../font/options.ttf?37135398') format('truetype'),
       url('../font/options.svg?37135398#options') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'options';
    src: url('../font/options.svg?37135398#options') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "options";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-trash-empty:before { content: '\e801'; } /* '' */
.icon-folder-open:before { content: '\e802'; } /* '' */
.icon-cancel:before { content: '\e803'; } /* '' */
.icon-ok:before { content: '\e804'; } /* '' */
.icon-attention-1:before { content: '\e805'; } /* '' */
.icon-left-big:before { content: '\e806'; } /* '' */
.icon-right-big:before { content: '\e807'; } /* '' */
.icon-lock:before { content: '\e808'; } /* '' */
.icon-lock-1:before { content: '\e809'; } /* '' */

/* Responsiveness */

@media (max-width: 480px) {

}

@media (max-width: 570px) {

}

@media (max-width: 768px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 991px) {

}

@media (max-width: 1200px) {

}