h4, h5, h6, h7,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    background-color: #FFF;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.header{
	background:url(../imageslanding-demo11/bg.png)center -100px no-repeat; padding-top: 95px;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	padding:0% 0 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height:569px;
	-webkit-animation: myfirst 5s ; /* Chrome, Safari, Opera */
	animation: myfirst 5s ;
}
  @keyframes myfirst {
	from {opacity: 0.1;}
	to {opacity: 1;}
  }

.logo{
	text-align: center;
	padding: 2em 0 8em;
}



.rw-words{

	left: 0px;
	top: 2px;
	height: 80px;
	width: 300px;

}

.rw-words span{
	position: absolute;
	font-size: 300%;
	color: transparent;
	text-shadow: 0px 0px 80px rgba(0,0,0,0.3);
	opacity: 0;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-moz-animation: rotateWord 18s linear infinite 0s;
	-o-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-moz-animation-delay: 3s; 
	-o-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-moz-animation-delay: 6s; 
	-o-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words span:nth-child(4) { 
    -webkit-animation-delay: 9s;
	-moz-animation-delay: 9s; 
	-o-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}
.rw-words span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-moz-animation-delay: 12s; 
	-o-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}
.rw-words span:nth-child(6) { 
    -webkit-animation-delay: 15s;
	-moz-animation-delay: 15s; 
	-o-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}




@-webkit-keyframes rotateWord {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; -webkit-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes rotateWord {
    0% { opacity: 0; -moz-animation-timing-function: ease-in; -moz-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -moz-animation-timing-function: ease-out; -moz-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes rotateWord {
    0% { opacity: 0; -o-animation-timing-function: ease-in; -o-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -o-animation-timing-function: ease-out; -o-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; -ms-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -ms-animation-timing-function: ease-out; -ms-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; animation-timing-function: ease-in; transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; animation-timing-function: ease-out; transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 200px){
	.rw-sentence > span:first-child { font-size: 100%; left: 0px;}
	.rw-sentence > span:nth-child(2) { font-size: 50%; top: 125px; left: 30px; }
	.rw-sentence > span:nth-child(3) { top: 175px; left: 30px; font-size: 35%; }
	.rw-words { left: 95px; top: 171px; }
	.rw-words span { font-size: 50%; }
	.rw-sentence > span:last-child { top: 40px; left: 30px; }
}
@media screen and (max-width: 200px){
	.rw-sentence > span:first-child { font-size: 100%; left: 0px;}
	.rw-sentence > span:nth-child(2) { font-size: 50%; top: 50px; left: 10px; }
	.rw-sentence > span:nth-child(3) { top: 76px; left: 10px; font-size: 20%; }
	.rw-words { left: 45px; top: 76px; }
	.rw-words span { font-size: 20%; }
	.rw-sentence > span:last-child { top: 106px; left: 10px; font-size: 100%; }
}




/*==================      Video     ======================*/
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('videolanding/video-bg.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}


#polina { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  min-width: 33%;
  margin:2rem;
  float: left;
  font-size: 1.2rem;
}



#polinarechts { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 5rem;
  min-width: 33%;
  margin:2rem;
  float: right;
  font-size: 1.2rem;
}



/**** Slider *****/
.slider_container{
	width:100%;height:10%;
	margin:-120px auto;
}
.banner-wrap {
	width: 70%;
	margin: 0 auto;
}

/**** Slider *****/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider.example1 {
	height:522px !important
}
.wmuSlider .wmuSliderWrapper article {
	text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	left: 48em;
	bottom:1em;
	padding: 0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 6px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	background:none;
	border: 1px solid #787575;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-o-border-radius: 1em;
}
.wmuSliderPagination a.wmuActive {
	background:#ffb500;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 70px;
	height: 70px;
	text-indent: -9999px;
	background: url(../imageslanding-demo11/img-sprite.png)no-repeat;
	top:5%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderPrev {
	background-position: -13px -8px;
	left: 0px;
}
.wmuSliderNext {
	background-position:-83px -8px;
	right: 0px;
}
.slider-left h1{
	font-size: 4em;
	color: #FEB400;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}
p.top_desc{
	color: #EDF6FF;
	font-size: 1.8em;
	line-height:0em;
	text-transform:uppercase;
	margin-bottom: 20px;
	font-weight: 300;
}
p.bottom_desc{
	color: #EDF6FF;
	font-size:0.95em;
	font-style:italic;
	text-transform:uppercase;
	margin-bottom: 20px;
	font-weight: 300;
	margin-top:3em;
}
.header_btn{
	text-align:center;
	padding-top: 5em;
}
.btn2{
	text-align:center;
}
.btn2 span {
	width:220px;
	height:70px;
	display: inline-block;
	background: url(../imageslanding-demo11/btn.png) no-repeat 0px 0px;
	font-size:1em;
	font-weight:500;
	line-height:4em;
	color: #ffb500;
	text-transform: uppercase;
	font-weight: 600;
}
.btn2 span:hover{
	color:#fff;
}
.navbar-custom {
	background: #ffb500;
}
.subMenu {
	position: absolute;
	z-index: 1000;
	width: 100%;
}
.navbar-nav>li>a {
	text-transform: uppercase;
	color: #000;
	font-size: 1em;
	line-height:52px;
}
.right-msg span{
	width: 216px;
	height: 80px;
	display: inline-block;
	background: url(../imageslanding-demo11/logo_small.png) no-repeat 0px 5px;
	vertical-align: middle;
}
.navbar-nav li.active a, .navbar-nav li.hover a{
	color: #ffb500;
	background:#35353f;
}
.right-msg{
	float:right;
}
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width:25%;
}
.col_1_of_4 {
	display: block;
	float: left;
}
.portfolio{
	border-top:4px solid #35353f;
}

.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	width: 100%;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(75, 202, 255, 0.85);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 4%;
	display: -webkit-inline-box;
}
.b-animate span{
	display:block;
	font-size:1em;
	text-transform: uppercase;
	padding-top:1.3em;
	display: block;
	font-weight: 500;
}
.b-animate button{
	background: #FFB500;
	padding: 1.1em 2.4em;
	color: #35353F;
	text-transform: uppercase;
	font-size: 0.875em;
	border: none;
	border-radius: 0.5em;
	margin: 0.8em auto;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
	font-weight: 700;
}
.b-animate button:hover{
	background:#3B3B43;
	color:#fff;
}
.b-animate label{
	display:block;
	font-size:0.875em;
	margin-top:0.5em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.b-animate label:hover{
	color:#FFB500;
	cursor:pointer;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background:#45454d;
	background-size: 100% 100%;
	top: 0px;
	margin: 0;
	min-height:312px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
i.heart{
	width: 20px;
	height: 22px;
	background: url(../imageslanding-demo11/hand.png)0px 2px;
	display: inline-block;
	margin-right: 3px;
}
i.heart:hover{
	background: url(../imageslanding-demo11/hand-hover.png)0px 2px;
}
.portfolio_bottom{
	background:#35353f;
	text-align: center;
	padding:3em 0;
}
.btn3 span {
	padding: 0.8em 2.5em;
	display: inline-block;
	border: 2px solid #FFF;
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.btn3 span:hover{
	color:#ffb500;
	background:#fff;
}
.services{
	background:#ffb500;
	padding:0em 0;
}
i.icon1{
	width: 145px;
	height: 145px;
	background: url(../imageslanding-demo11/img-sprite.png)-173px -7px;
	display: inline-block;
}
i.icon2{
	width: 145px;
	height: 145px;
	background: url(../imageslanding-demo11/img-sprite.png)-337px -7px;
	display: inline-block;
}
i.icon3{
	width: 145px;
	height: 145px;
	background: url(../imageslanding-demo11/img-sprite.png)-172px -158px;
	display: inline-block;
}
i.icon4{
	width: 145px;
	height: 145px;
	background: url(../imageslanding-demo11/img-sprite.png)-336px -155px;
	display: inline-block;
}
h3.m_1{
	margin:1em 0 0.5em;
}
h3.m_1 a{
	color:#1e1e24;
	font-size:0.7em;
	text-transform:uppercase;
	text-decoration:none;
}
h3.m_1 a:hover{
	color:#555;
}
p.m_2{
	font-size:0.8125em;
	line-height:1.8em;
	color: #1E1E24;
}
.photograph {
	background: url(../imageslanding-demo11/contact.png);
	padding:8em 0;
	text-align:center;
        width: 100%;
}
h2.service_head{
	color: #373742;
	text-align: center;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 2em;
}
.signup{
	padding:4em 0;
	background: url(../imageslanding-demo11/signup.png);
	background-size:100% 100%;
	border-top:4px solid #ffb500;
	text-align:center;
}
h3.m_3{
	color: #FFF;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 1em;
}
.contact-form input[type="text"],input[type="password"] {
	display: block;
	width: 29%;
	padding: 0.6em;
	border: none;
	outline: none;
	margin: 0.2em;
	font-size: 1em;
	color: #FFF;
	background:#595A5D;
	border:2px solid #595A5D;
	float: left;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.contact-form input[type="text"]:hover {
	border:2px solid #ffb500;
}
.contact-form input[type="submit"] {
	background: #FEB400;
	background: -moz-linear-gradient(top, rgba(254,180,0,1) 0%, rgba(225,156,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEB400), color-stop(100%,#E19C00));
	background: -webkit-linear-gradient(top, #FEB400 0%,#E19C00 100%);
	background: -o-linear-gradient(top, rgba(254,180,0,1) 0%,rgba(225,156,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,180,0,1) 0%,rgba(225,156,0,1) 100%);
	background: linear-gradient(to bottom, #FEB400 0%,#E19C00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb400', endColorstr='#e19c00',GradientType=0 );
	padding: 0.7em 2em;
	display: inline-block;
	color: #1E1E24;
	font-size: 1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	line-height: 1.3em;
	margin-top: 0.3em;
}
.contact-form input[type="submit"]:hover{
	color:#fff;
}

.about{
	padding:5em 0;
	background:#fcb200;
}
.about-grid img {
	border-radius: 10em;
	border:3px solid #fcd500;
	display: -webkit-inline-box;
}
.about-grid h3{
	padding:2em 0 1em;
}
.about-grid h3 a{
	color:#35353f;
	font-style:italic;
	font-size:0.85em;
	text-decoration:none;
}
.about-grid h3 a:hover{
	color:#555;
}
.about-grid p{
	color:#35353f;
	font-size:0.85em;
	line-height:1.5em;
}


.aboutoben-grid img {
	border-radius: 10em;
	border:2px solid #fcd500;
	display: -webkit-inline-box;
}
.aboutoben-grid h3{
	padding:2em 0 1em;
}
.aboutoben-grid h3 a{
	color:#35353f;
	font-style:italic;
	font-size:0.85em;
	text-decoration:none;
}
.aboutoben-grid h3 a:hover{
	color:#555;
}
.aboutoben-grid p{
	color:#35353f;
	font-size:0.85em;
	line-height:1.5em;
}


.aboutoben-grid h3 {
	padding: 1em 0 0.5em;
}



.contact{
	background: url(../imageslanding-demo11/contact.png);
	padding:5em 0 2em;
}
.contact_left h3{
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
	font-weight:bold;
}
h3.m_4{
	color: #373742;
	text-align: center;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
	margin-bottom:1em;
}
p.m_5{
	color: #373742;
	text-align: center;
	font-size: 1em;
	margin-bottom: 3em;
	font-weight: 400;
}
p.m_6{
	color: #FFF;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	padding:1.5em 0;
}
p.m_7{
	color: #FFF;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	margin-bottom:1.5em;
}
ul.contact_info {
	padding: 0;
	list-style: none;
	margin: 0;
}
ul.contact_info li{
	margin-bottom:2em;
}
i.pin{
	height: 50px;
	width: 40px;
	float: left;
	background: url(../imageslanding-demo11/img-sprite.png)no-repeat -11px -122px;
	margin-right: 2%;
}
i.mobile{
	height: 50px;
	width: 40px;
	float: left;
	background: url(../imageslanding-demo11/img-sprite.png)no-repeat -60px -123px;
	margin-right: 2%;
}
i.message{
	height: 34px;
	width: 40px;
	float: left;
	background: url(../imageslanding-demo11/img-sprite.png)no-repeat -111px -123px;
	margin-right: 2%;
}
ul.contact_info span {
	color: #FFF;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5em;
}
ul.contact_info span.msg {
	cursor: pointer;
	line-height: 2em;
}
ul.contact_info span.msg:hover{
	text-decoration:underline;
}
.contact_right{
	background:#fcb200;
	padding:2em;
}
.contact-form_grid {
	text-align: center;
}
.contact-form_grid input[type="text"] {
	display: block;
	width: 99%;
	padding: 0.6em;
	outline: none;
	margin: 0.2em;
	font-size: 0.85em;
	color: #D6D5D5;
	background: #FFF;
	border: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	text-align: center;
	margin: 1em 0;
}
.contact-form_grid textarea {
	display: block; 
	height:170px;
	width: 99%;
	padding: 15px;
	margin: 1em 0;
	border: none;
	outline: none;
	color:#D6D5D5;
	font-size:1em;
	background: #F9F8F8;
	text-align: center;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	resize:none;
}
.contact-form_grid input[type="submit"] {
	background: #414042;
	padding: 0.8em 5em;
	display: inline-block;
	color: #FCB200;
	font-weight: bold;
	font-size: 1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	line-height: 1.3em;
	margin-top: 0.3em;
	text-align: center;
}
.contact-form_grid input[type="submit"]:hover {
	color:#fff;
}

.copy{
	margin-top: 13px;
        text-align: center;
        float: left;
	padding: 1.3em 8em;
}
.copy p{
	color:#fff;
}
.copy p a{
	color:#FCB200;
}

/*--responsive design--*/
@media(max-width:1366px){
.banner-wrap {
	width: 85%;
}
.wmuSliderPagination {
	left: 40.5em;
}
.b-animate span {
	padding-top: 0.3em;
}
.b-animate label {
	margin-top: -2px;
}
}
@media(max-width:1280px){
.banner-wrap {
	width: 88%;
}
.wmuSliderPagination {
	left: 38em;
}
}
@media(max-width:1024px){
.slider-left h1 {
	font-size: 3em;
}
p.top_desc {
	font-size: 1.3em;
}
.wmuSliderPagination {
	left: 30em;
}
.b-animate span {
	font-size: 0.85em;
}
.b-animate img {
	margin-top: 1%;
}
.b-animate button {
	padding: 0.8em 2em;
	font-size: 0.8125em;
}
}
@media(max-width:800px){
.slider-left h1 {
	font-size: 2em;
}
p.top_desc {
	font-size: 1em;
}
.navbar-nav>li>a {
	font-size: 0.8125em;
	line-height:52px;
	padding: 10px;
}
.wmuSliderPagination {
	left: 23em;
}
.photograph {
	padding: 4em 0;
}
h3.m_3 {
	font-size: 2em;
}
.contact-form input[type="text"] {
	width: 26%;
}
}
/*----Start-mediaquries-for-640px-----*/
@media(max-width:640px){
.logo {
	padding:5em 0 3em;
}
.header {
 	min-height:500px;
}
.subMenu {
	top:0px !important;
	padding:5px 0;
}
p.bottom_desc {
	font-size: 0.8125em;
	margin-bottom:0px;
	margin-top: 2em;
}
.header_btn {
	padding-top: 3em;
}
.wmuSlider.example1 {
	height:270px !important;
}
.wmuSliderPagination {
	bottom:1em;
	left: 18em;
}
.slider-left h1 {
	font-size: 1.7em;
}
p.top_desc {
	font-size: 0.8125em;
}
.right-msg span {
	background: url(../imageslanding-demo11/logo_small.png) no-repeat 0px -5px;
}
.contact-form input[type="text"] {
	width: 25%;
}
.navbar-nav>li>a {
	font-size: 0.8125em;
	line-height: 10px;
	padding: 10px;
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	text-align: center;
}
.msg-icon{
    position: absolute;
	top: 5px;
}
}
@media(max-width:480px){
.logo img{
	width:25%;
}
.slider-left h1 {
	font-size: 1.1em;
}
p.top_desc {
	display: none;
}
.logo {
	padding: 5em 0 2em;
}
p.bottom_desc {
	margin-top: 1em;
}
.btn2 span {
	width: 175px;
	height: 60px;
	font-size: 0.85em;
	line-height: 3.7em;
	background-size: 100%;
}
.header_btn {
	padding-top: 1em;
}
.header {
	min-height: 420px;
}
.wmuSlider.example1 {
	height: 180px !important;
}
.wmuSliderPagination {
	left: 13em;
}
.wmuSliderPrev, .wmuSliderNext {
	top: -3%;
}
.span_1_of_4 {
	width: 50%;
}
.b-animate img {
	width:30%;
}
.b-animate span {
	font-size: 12px;
}
.b-animate button {
	padding: 0.9em 2em;
	font-size: 12px;
}
h2.service_head {
	font-size: 1.5em;
	margin-bottom: 1em;
}
h3.m_3, h3.m_4, .contact_left h3{
	font-size: 1.5em;
}
.contact-form input[type="text"] {
	width: 22%;
}
.about-grid h3 {
	padding: 1em 0 0.5em;
}
}
@media(max-width:320px){
.right-msg span {
	background: url(../imageslanding-demo11/logo_small.png) no-repeat 0px 5px;
	background-size: 70%;
}
.slider-left h1 {
	font-size: 0.85em;
}
.btn2 span {
	width: 150px;
	height: 60px;
	font-size: 12px;
	background-size: 97%;
}
.header {
	min-height: 370px;
}
.wmuSliderPagination {
	left: 8em;
}
.btn3 span {
	padding: 0.6em 1.5em;
	font-size: 0.85em;
}
.portfolio_bottom {
	padding: 2em 0;
}
.contact-form input[type="text"] {
	width: 98%;
}
.b-animate button {
	padding: 0.6em 1em;
}
h3.m_3, h3.m_4, .contact_left h3 {
	font-size: 1.2em;	
}

.photograph {
	padding: 2em 0;
}
}