html, body
{	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Lato', sans-serif;
    font-weight: 400; 
}
h1,h2,h3,h4,h5, p, ul
{
    padding: 0;
    margin-top: 0;
}
/* main containers */
.wrapper
{
	width: 100%;
	background-color: #1a1818;	

}
.wrapper.head
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 0px 0px;
	height: 60px;
	background-color: #FD9326;	
	min-width: 960px;
}
.wrapper p
{
	color: #bdc3c7;
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Calibri',sans-serif;
}
/* header */
.head-els
{
	max-width: 1050px;
	margin: auto;
	height: 40px;
	position: relative;
    line-height: 50px;

}
.logo
{
	cursor: pointer;
}
.logo img
{
        height: 30px;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-top: 15px;
        padding-right: 50px;
    	cursor: pointer;
        float: left;
}

/* menu */
ul.menu
{
	margin: 6px 0 0 20px;
	padding: 0;
	float: left;
}
ul.menu li
{
	margin-left: 20px;
	display: inline;
	list-style: none;
}
ul.menu li:first-child
{
	margin-left: 0px;
}
ul.menu li a
{
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	text-decoration: none;
}
ul.menu li a.selected, ul.menu li a:hover
{
	color: #BA2500;
}

.cont
{
	margin: auto;
	max-width: 960px;
	height: 622px;
	position: relative;
}
/* slider */
#slider-info
{
	width: 2880px;
	position: relative;
}
.slide-main
{
	width: 960px;
	height: 600px;
	margin: auto;
}
.slide-main h1
{
	color: #ffffff;
	font-size: 38px;
	margin: 0px auto;
	padding: 50px 0px;
	text-align: center;
	width: 800px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 300;
}
.slide-main .slider-img
{
        margin: auto;
        display: block;
		text-align: center;
		position: relative;
}
.slide-main .al, .slide-main .ar
{
        position: absolute;
		top: 50%;
		width: 43px;
		height: 65px;
		margin-top: -32px;
		cursor: pointer;
		opacity:1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
}
.slide-main .al:hover, .slide-main .ar:hover
{
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}
.slide-main .al
{
	left: 0;
}
.slide-main .ar
{
	right: 0;
}
.slide-main p.slide-note
{
        color: white;
        font-size: 18px;
		line-height: 25px;
		margin: 30px 0px 40px 0px;
		text-align: center;  
		font-family: Myriad Pro;
}
/* buttons */
ul.intro_buttons
{
        text-align: center;
		position: absolute;
		margin: -20px auto 0px;
		left: 0;
		right: 0;
		top: 0;
		z-index: 5;
}
ul.intro_buttons li
{
        display: inline-block;
        text-transform: uppercase;
		background-color: #FD9326;
        list-style: none;
        margin: 0px 15px;  
		border: 0;
		border-radius: 3px;
}
#right
{
	background-color: #D23C21;
}
#right:hover
{
	background-color: #E74D33;	
}

ul.intro_buttons li a
{
		display: block;
		text-align: center;
        color: white;
        text-decoration: none;
		font-size: 14px;
		
		width: 220px;
		height: 40px; 
		line-height: 40px; 
}
ul.intro_buttons li:hover
{
        background-color: #FF9F3E;
}

section.paging
{
	width: 100%;
	text-align: center;
}
section.paging-main
{
	height: 110px;
	line-height: 110px;
}
section.paging .dot
{
	display: inline-block;
	height: 10px;
	width: 10px;
	background-color: #c3c9cc;
	border-radius: 15px;
	cursor: pointer;
}
section.paging .dot.selected, section.paging .dot:hover
{
	background-color: #FD9326;	
}
.dot-cont
{
	width: auto;
	height: 10px;
	text-align: center;
	vertical-align: middle;
}
/* white pages */
.wrapper_bg-bright
{       
        background: #fcfcfc url("../img/bg2.png") repeat;
        color: #37353a;
        text-align: center;
        position: relative;
		font-family: 'Lato', sans-serif;
}
.wrapper_fetcher
{       
        background: #fcfcfc url("../img/bg2.png") repeat;
        color: #37353a;
        text-align: center;
        position: relative;
		font-family: 'Lato', sans-serif;
}  
.wrapper_beta
{       
        background: #fcfcfc url("../img/bg2.png") repeat;
        color: #37353a;
        text-align: center;
        position: relative;
		font-family: 'Lato', sans-serif;
}
.wrapper_bg-bright h1
{
	padding: 0px 0px 0px 0px;
	font-size: 41px;
	line-height: 50px;
	color: #2c3e50;
	text-transform: uppercase;
}
.wrapper_beta h1
{
	padding: 65px 0px 0px 0px;
	font-size: 41px;
	line-height: 50px;
	color: #2c3e50;
	text-transform: uppercase;
}
.wrapper_fetcher h1
{
	padding: 65px 0px 20px 0px;
	font-size: 41px;
	line-height: 50px;
	color: #2c3e50;
    text-transform: uppercase;
}
h1 span
{
	font-weight: bold;
	color: #FD9326;
}
.wrapper_bg-bright h3
{
	color: #2c3e50;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 0px 25px 0px;
    font-weight: 400;
    max-width: 500px;
    margin: auto;
}
.wrapper_beta h3
{
	color: #2c3e50;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0px 50px 0px;
    font-weight: 400;
}
.wrapper_fetcher h3
{
	color: #2c3e50;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 0px 50px 0px;
    font-weight: 400;
}
h3 span
{
	color: #FD9326;
}
.wrapper_bg-bright h3 span
{
	color: #FD9326;
}
.wrapper_beta h3 span
{
	color: #FD9326;
}
.wrapper_fetcher h3 span
{
	color: #FD9326;
}
	
.p_bottom
{
	color: #37353a;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.p_bottom span
{
	color:#FD9326;
}
/* dark pages */
.wrapper.bg-raw
{
        background: url("../img/bg.jpg");
		padding-top: 90px;
        color: white;
        position: relative;
		overflow: hidden;
}
.wrapper_bg-raw h1
{
        text-align: center;
        padding:60px 0px 30px 0px;
		font-size: 34px;
		color: white;
		font-family: 'Lato', serif;
}
.wrapper_bg-raw h3
{
        text-align: center;
		font-size: 17px;
		color: #a9a9a9;
		line-height: 25px;
		max-width: 960px;
		margin: auto;
		padding: 0px 0px 60px 0px;
		font-family: 'Lato', serif;
}
.features-cont
{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.features-cont-sub
{
	padding: 0 0px 60px 0px;	
}
.features-t-cont
{
	float: right;
}


/* dark pages - take 2 */
.wrapper_bg-dark
{       
        background: #fcfcfc url("../img/bg.jpg") repeat;
        color: #37353a;
        text-align: center;
        position: relative;
		font-family: 'Lato', sans-serif;
}        
.wrapper_bg-dark h1
{
	padding: 0px 0px 0px 0px;
	font-size: 41px;
	line-height: 50px;
	color: #fcfcfc;
	text-transform: uppercase;
}
.wrapper_bg-dark h3
{
	color: #fcfcfc;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 0px 25px 0px;
    font-weight: 400;
    max-width: 500px;
    margin: auto;
}
.wrapper_bg-dark h3 span
{
	color: #FD9326;
}




footer.wrapper
{
 color: #fcfcfc;
 padding: 0px 0px 40px 0px;
 text-align: center;
 font-size: 11px;
 background: url("../img/bg.jpg");
 line-height: 2px;
}
img.berkman
{
 position: absolute;
 left: 8px;
 top: 48px;
}
.head-els.footer
{
        padding-bottom: 0px;
        padding-top: 62px;
        line-height: normal;
}


/* slider content */
.slider_p1
{
 width: 160px;
 height: 120px;
 position: absolute;
 left: -23%;
 top: 60%;
 z-index: 4;
}
.slider_p2
{
 width: 160px;
 height: 120px;
 position: absolute;
 right: -23%;
 top: 48%;
 z-index: 4;
}
.slider_p3
{
 width: 160px;
 height: 120px;
 position: absolute;
 right: -23%;
 top: 78%;
 z-index: 4;
}
.slider_p1 img
{
	float: right;
	padding-top: 10px;
}
.slider_p2 img
{
	padding-top: 10px;
}
.slider_p3 img
{
	padding-bottom: 10px;
}
.triangle2
{
		width: 0;
		height: 0;
		border: 20px solid transparent;
		border-left: 20px solid #f7f6f6;
		border-top: 20px solid #f7f6f6;
		float: right;
		position: absolute;
		bottom: -35px;
		right: 240px;
}

.divider
{
		width: 100%;
		height: 1px;
		background-color: #c5c5c5;
}
.divider2
{
		width: 150px;
		height: 5px;
		background-color: #bdc3c7;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 23px;
}

.icon-container
{
	display: block;
	text-align: center;
	padding-bottom: 55px;
	cursor: pointer;
}
.icons
{
	width: 110px;
	height: 155px;
	overflow: hidden;
	display: inline-block;
}
.icons .hover
{
	position: relative;	
}
.icons .hover div
{
	margin-top: -30px;
	color: white;
	font-family: 'Belgrano', serif;
	font-size: 19px;
	line-height: 30px;
}
.wrapper-follow-us h3
{
	padding-bottom: 50px;
}


.mask
{
	display: none;
	background: url("../img/mask-pixel.png");
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 150;
}

.map-mask
{
	background-color: rgba(220, 220, 220, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*parallax*/
.intro_buttons li a
{
	position: relative;
}
.pack 
{
	position: relative;
}
.features-as
{
	position: relative;
}
.testim-block
{
	position: relative;
}
.t_form1, .t_form2, .t_form3, .t_form4
{
	position: relative;
}
.icons 
{
	position: relative;
}
.profits-block
{
	position: relative;
}


/* feedbacks */
.feedback-info .main, .feedback-info .sub
{
	font-family: "Lato";
	color: black;
}
.feedback-info .main
{
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	color: #7f8c8d;
}
.feedback-info .sub
{
	font-size: 13px;
	line-height: 30px;
	color: #FD9326;
	font-weight: bold;
	text-transform: uppercase;
}
.feedback_popup
{
	display: none;
	width: 700px;
	height: 385px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: fixed;
	z-index: 160;
	background-color: #fcfcfc;
	
}
.feedback_popup h1
{
	padding-top: 45px;
	padding-bottom: 10px;
    color: black;
}
.feedback_popup .divider2
{
	margin-bottom: 18px;
}
.feedback_popup h3
{
	padding-bottom: 38px;
    color: black;
}
.feedback_link
{   color: #D23C21;
    text-decoration: underline;
}
.feedb_inp1
{
	height: 10px;
	width: 230px;
	display: inline-block;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 30px;
	border: #dee1e3 solid 2px;
	border-radius: 4px;
	padding: 15px;
}
.feedb_inp1::-webkit-input-placeholder
{
	font-style: italic;
	font-family: 'Lato', serif;
	font-size: 14px;
}
.feedb_text::-webkit-input-placeholder
{
	font-style: italic;
	font-family: 'Lato', serif;
	font-size: 14px;
}
.feedb_text
{
	width: 520px;
	height: 160px;
	border: #dee1e3 solid 2px;
	border-radius: 4px;
	margin-bottom: 35px;
	padding: 15px;
}
/* slider */
.slider1
{
	width: 800px;
	height: 380px;
	padding: 0;
	background-color: white;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.slider_p1
{
 width: 160px;
 height: 120px;
 position: absolute;
 top: 374px;
 z-index: 4;
}
.slider_p2
{
 width: 160px;
 height: 120px;
 position: absolute;
 top: 299px;
 z-index: 4;
}
.slider_p3
{
 width: 160px;
 height: 120px;
 position: absolute;
 top: 486px;
 z-index: 4;
}
.slider_p1 img
{
	float: right;
	padding-top: 10px;
}
.slider_p2 img
{
	padding-top: 10px;
}
.slider_p3 img
{
	padding-bottom: 10px;
}

#sequence{
	width:800px;
	margin: auto;
	position: relative; /* required */
}
#sequence > .sequence-canvas { /* required */
    height: 100%; 
    width: 100%;
}
#sequence > .sequence-canvas li > * {   /* required */
    position: absolute;
}
#sequence > .sequence-canvas > li { /* required */
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
	list-style: none;
}
.slider_header_logo_cms img{
	float: left;
    padding-top: 5px;
    padding-left:30px;
}
.slider_header_logo_server img{
	float: right;
	padding-top: 5px;
    padding-right:30px;
}
.info, .slider_main_header, .slider_p1, .slider_p2, .slider_p3 {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s;
}
.slider_main_header{
	transition-delay: .1s;
	-webkit-transition-delay: .1s;
}
.slider_p1{
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}
.slider_p2{
	transition-delay: .4s;
	-webkit-transition-delay: .4s;
}
.slider_p3{
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
}
.info, .slider_main_header{
	-webkit-transition-property: opacity, top;
	transition-property: opacity, top;
}
.slider_p1, .slider_p2, .slider_p3{
	-webkit-transition-property: opacity, left, right;
	transition-property: opacity, left, right;
}
.slider_p1, .animate-out .slider_p1{
	left: -46%;
	opacity: 0;
}
.animate-in .slider_p1{
	left: -23%;
	opacity: 1;
}
.slider_p2, .animate-out .slider_p2,.slider_p3, .animate-out .slider_p3{
	right: -46%;
	opacity: 0;
}
.animate-in .slider_p2,.animate-in .slider_p3{
	right: -23%;
	opacity: 1;
}
.info, .animate-out .info {
    top: 290px;
	opacity: 0;
	z-index: 100;
}
.animate-in .info{
    top: 171px;
	opacity: 1;
	z-index: 99;
}

.slider_main_image_1
{
	float: left;
}
.slider_main_image_2
{
	float: right;
	position: absolute;
	bottom: 0;
	right: -37%;
}
.sl_bar
{
	width:800px;
	height: 451px;
	margin: auto;
	padding: 0;
}
/* animation */
@keyframes slider_item{
	0% {
		margin-top: 0;
	}
	100% {
		margin-top: -15px;
	}
}
@-webkit-keyframes slider_item{
	0% {
		margin-top: 0;
	}
	100% {
		margin-top: -15px;
	}
}
@keyframes slider_item_back{
	0% {
		margin-top: -15px;
	}
	100% {
		margin-top: 0;
	}
}
@-webkit-keyframes slider_item_back{
	0% {
		margin-top: -15px;
	}
	100% {
		margin-top: 0;
	}
}
.sl_bar img{
	animation: slider_item_back .5s ease-in-out 0s 1 normal;
	-webkit-animation: slider_item_back .5s ease-in-out 0s 1 normal;
	margin-top: 0;
}
.sl_bar img:hover{
	animation: slider_item .5s ease-in-out 0s 1 normal;
	-webkit-animation: slider_item .5s ease-in-out 0s 1 normal;
	margin-top: -15px;
}
.dots
{
 position: absolute;
 left: 0;
 right: 0;
 top: 125px;
 display: block;
 text-align: center;
 margin: auto;
 z-index: 15;
}
.dots .element
{
	background: url('../img/dot_inactive.png') center center no-repeat;
	width: 9px;
	height: 9px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	cursor: pointer;
}
.dots .element.current{
	background: url('../img/dot_active.png') center center no-repeat;
}
.slide-main h1
{
	padding-bottom: 55px;
	padding-top: 15px;
}
/* compat */
.compat_cont
{
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;
		
}
.compat_p
{
		display: inline-block;
		height: 70px;
		width: 410px;
		text-transform: uppercase;
		font-size: 14px;
		margin: 40px 33px;
		line-height: 20px;
}
.compat_platforms
{
	display: block;
}
.platform
{
	display: inline-block;
	margin: 50px 42px;
}
.platform h3
{
	padding-bottom: 6px;
}
.platform p
{
	color: #95a5a6;
	font-style: italic;
	font-size: 14px;
}
.icon_cont{
	margin-top: 15px;
}
.icon_cont span
{
	margin: 0 5px;
	width: 22px;
	height: 22px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
}
.icon_cont span img{
	position: relative;
	width: 22px;
	height: 22px;
	border: 0;
	top: 0;
	-webkit-transition: top .4s;
}
.icon_cont span:hover img{
	top: -25px;
}
.img_border
{
	width: 157px;
	height: 157px;
	background-color: white;
	border: 2px #FD9326 solid;
	border-radius: 80px;
	margin-bottom: 20px;
	overflow: hidden;
}
/* features */
.feature_cont
{
	display: block;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 25px;
}
.feature
{
	display: inline-block;
	width: 190px;
	margin: 0px 23px;
	position: relative;
}
.feature h3
{
	padding-bottom: 10px;
}
.feature .horizontal{
	display: block;
	position: absolute;
	top: 60px;
	left: -83px;
	width: 117px;
	height: 1px;
	background-color: #bdc3c7;
	z-index: -1;
}
.feature:first-child .horizontal{
	display: none;
}
.img_border2
{
	width: 120px;
	height: 120px;
	border: 1px #bdc3c7 solid;
	border-radius: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position:relative;
}
.img_border2 img
{
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.img_border_3
{
	width: 62px;
	height: 62px;
	border: 2px #FD9326 solid;
	background-color: white;
	border-radius: 32px;
	float: left;
	margin-right: 14px;

	position:relative;
}
.img_border_3 img
{
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.feature p
{
	color: #95a5a6;
	font-style: italic;
	font-size: 14px;
}
.video2
{
	font-size: 14px;
    max-width: 853px;
    height: 480px;
    margin: auto;
    position: relative;
}



/* contacts */
.map_container_1
{
	width: 960px;
	height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
/* background-attachment does the trick */
.cbp-fbscroller .fbscroll_item
{
	background-position: top center;
	background-repeat: repeat;
}

.no-touch .cbp-fbscroller .fbscroll_item {
	background-attachment: fixed;
}

.ss-style-doublediagonal {
	z-index: 1;
	padding-top: 6em;
}

.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.ss-style-doublediagonal::before {
	height: 50%;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 3% 0;
}
#features
{
	position: relative;
}




.hi-icon {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #702fa8;
	box-shadow: 0 0 0 8px #FD9326;
}
.hi-icon1 {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon1:hover {
	background: rgba(255,255,255,1);
	color: #702fa8;
	box-shadow: 0 0 0 8px #FD9326;
}

.hi-icon:hover img{
	-webkit-animation: toRightFromLeft 0.2s forwards;
	-moz-animation: toRightFromLeft 0.2s forwards;
	animation: toRightFromLeft 0.2s forwards;
}
/* animation */
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
.nicescroll-rails{
	z-index: 1000 !important;
}
.counter_cont
{
    position: relative;
    min-width:  300;
    horizontal-align: center;
}

.counter_item
{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 200px;
    max-height: 116px;
    text-align: center;
    font-size: 59px;
    line-height: 50px;
    color: #FD9326;
    font-weight: bold;
    border-right: 1px #bdc3c7 solid;
}
.counter_item_last
{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 200px;
    text-align: center;
    font-size: 59px;
    line-height: 50px;
    color: #FD9326;
    font-weight: bold;
    border-right: none;
    margin-left: 10px;
}

.counter_item h3
{
	margin-top: 10px;
}

.counter_item_last h3
{
	margin-top: 10px;
    
}
.feature:nth-child(1){
	z-index: 4;
}
.feature:nth-child(2){
	z-index: 3;
}
.feature:nth-child(3){
	z-index: 2;
}
.feature:nth-child(4){
	z-index: 1;
}
.replatform{
	color: #67696b;
}
.clear{
	clear: both;
}

/* parallax effects */
.feature:nth-child(1){
	-webkit-transition: -webkit-transform 1.4s, opacity 1.4s;
	-moz-transition: -moz-transform 1.4s, opacity 1.4s; 
	transition: transform 1.4s, opacity 1.4s;
}
.feature:nth-child(2){
	-webkit-transition: -webkit-transform 1.1s, opacity 1.1s; 
	-moz-transition: -moz-transform 1.1s, opacity 1.1s; 
	transition: transform 1.1s, opacity 1.1s;
}
.feature:nth-child(3){
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s; 
	-moz-transition: -moz-transform 0.8s, opacity 0.8s; 
	transition: transform 0.8s, opacity 0.8s;
}


.map1{
	min-width: 960px; 
	height: 100%;
	margin: auto; 
	-webkit-filter: grayscale(1);
}
iframe{
	width: 100%; 
	height: 100%;
	margin: 0;
	border: none;
}

.mask
{
	opacity: 0.5; 
	margin-top: -20px;
}
ul.menu li:nth-child(1){
	display: none;
}

.feature_cont{
	width: 1760px;
}

.map{
	overflow: hidden;
}

/* unvisited link */
a:link {
    color: #D23C21;
}

/* visited link */
a:visited {
    color: #D23C21;
}

/* mouse over link */
a:hover {
    color: #E74D33;
}

/* selected link */
a:active {
    color: #B92C14;
}


/* mailing list popup submit button */
.subscribe
{
		text-align: middle;
		text-transform: uppercase;
		background-color: #e74c3c; 
		border: 0;
		border-radius: 3px;
		width: 220px;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
        margin-top: 0px;
		font-weight: 400;
		cursor: pointer;
}
.subscribe:hover
{
	    background-color: #f45949;

}
.subscribe a
{
		display: block;
		text-align: center;
        color: white;
        text-decoration: none;
		font-size: 14px;
		width: 220px;
		height: 11px; 

}

.agree
{
		text-align: center;
		text-transform: uppercase;
		background-color: #D23C21; 
		border: 0;
		border-radius: 3px;
		width: 280px;
		margin-bottom: 60px;
		margin-left: auto;
		margin-right: auto;
		font-weight: 400;
		cursor: pointer;
}
.agree:hover
{
	    background-color: #E74D33;

}
.agree a
{
		display: block;
		text-align: center;
        color: white;
        text-decoration: none;
		font-size: 14px;
		width: 280px;
		height: 40px; 
		line-height: 40px; 

}
.agree.agree-blog{
	background-color: #bdc3c7; 
	position: relative;
	z-index: 3;
}
.agree.agree-blog:hover{
	background-color: #f2830b; 
}

/* gallery */
.opie-portfolio{
width: 931px;
margin: auto;
}
.gallery_cont
{
	width: 960px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.opie-portfolio .o-box
{
	border: 2px #fcfcfc solid;
}
.gallery_cont
{
	text-align: left;
}