/*improt font*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OswaldBook';
    src: url('../fonts/Oswald-Regular-webfont.eot');
    src: url('../fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald-Regular-webfont.woff') format('woff'),
         url('../fonts/Oswald-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;

}	
	
/*general setting */
html {
height:100%;
}
/* Preloader */
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#1f1f1f; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
body {
font-family:BebasNeueRegular;
color:#4E4E4E;
height:100%;
}

a {
color:#C6225C;
text-decoration:none;
}

a:hover {
color:#666;
text-decoration:none;
}
a:focus{
outline:none;
}

p {
font-size:14px;
font-family:OpenSansRegular;
line-height:1.6;
}

.background {
background:url(../images/bg.jpg) repeat scroll 0 0 #FFF;
overflow:hidden;
padding-top:3px;
box-shadow:0 0 12px rgba(0,0,0,0.7);
z-index:1;
}

.title {
margin-bottom:3px;
}

.page-title h2 {
color:#007E77;
font-size:80px;
line-height:60px;
margin:20px 0;
}
.page-title1 h2 {
color: #FFFFFF;
font-size: 75px;
line-height: 60px;
margin: 20px 0;
}



.page-title {
background:none repeat scroll 0 0 rgba(20,203,192,0.9);
bottom:-66%;
color:#FFF;
height:100%;
position:absolute;
transition:ease-out .7s;
-webkit-transition:ease-out .7s;
-moz-transition:ease-out .7s;
-o-transition:ease-out .7s;
-ms-transition:ease-out .7s;
z-index:1;
right:0;
padding:0 10px;
width: 1093px;
}

.page-title1 {
background:none repeat scroll 0 0 rgba(198,34,92,0.9);
bottom:-77%;
color:#FFF;
height:100%;
position:absolute;
transition:ease-out .7s;
-webkit-transition:ease-out .7s;
-moz-transition:ease-out .7s;
-o-transition:ease-out .7s;
-ms-transition:ease-out .7s;
z-index:1;
right:0;
padding:0 10px;
width: 1093px;
}



.page-title p {
margin:20px 0;
}
.page-title1 p {
margin: 20px 0;
}


.page-title .icon-title {
line-height:70px;
font-size:40px;
margin:20px 0;
}
.page-title1 .icon-title {
line-height: 70px;
font-size: 40px;
margin: 20px 0;
}


.content-page h3 {
font-family:oswaldbook;
font-size:20px;
line-height:22px;
margin-top:18px;
text-transform:uppercase;
}

#main-content {
z-index:9;
}

.mask {
background:url(../images/overlays/02.png);
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:-1;
}

.content {
bottom:80px;
position:absolute;
}

.content-page {
background:none repeat scroll 0 0 #FFF;
box-shadow:0 0 5px rgba(0,0,0,0.3);
margin:50px auto;
padding:3px 3px 0;
}

.title:hover .page-title .page-title1 {
bottom:0;
}

.icon-title {
float:right;
font-size:30px;
line-height:30px;
margin-top:18px;
}

.title-page {
position:relative;
overflow:hidden;
}


/*navigation section*/
.menu {
background:none repeat scroll 0 0 rgba(0,23,0,0.7);
border-bottom:1px solid #001700;
border-top:1px solid #001700;
height:52px;
width:100%;
z-index:99;
position:relative;
overflow:hidden;
}

.menu span {
display:none;
}

.menu ul {
list-style:none;
font-size:30px;
margin:0;
}

.menu ul a {
color:#fff;
}

.menu ul a:hover,.menu ul a:focus,.menu ul a:active {
outline:medium none;
color:#DA4A4A;
text-decoration:none;
transition:ease-out .3s;
-webkit-transition:ease-out .3s;
-moz-transition:ease-out .3s;
-o-transition:ease-out .3s;
-ms-transition:ease-out .3s;
}

.menu li {
float:left;
line-height:30px;
padding:10px;
}

.navigation select {
float:left;
font-family:inherit;
left:0;
text-align:center;
width:100%;
display:none;
padding:5px;
}

.is-sticky .menu {
padding-left:0;
}

.sticky #navi {
position:fixed;
bottom:0;
left:0;
width:100%;
}


/*homepage section*/
.logo-inner {
color:#FFF;
margin-top:30px;
}

#homepage {
height:100%;
position:relative;
margin-bottom:-50px;
}

.content {
bottom:80px;
}

.page-detail {
background:none repeat scroll 0 0 #DA4A4A;
clear:both;
display:inline-block;
font-size:40px;
line-height:34px;
margin-top:-10px;
overflow:hidden;
color:#F0F0F0;
padding:4px;
}





/*abut-section*/
.about-inner p {
margin-bottom:60px;
}

.content-page .detail {
font-size:30px;
line-height:33px;
margin-top:18px;
}

.mask-title {
background:url(../images/overlays/02.png) repeat scroll 0 0 transparent;
height:100%;
position:absolute;
top:0;
width:100%;
z-index:1;
}

.desc {
font-size:13px;
}

.position {
display:block;
font-weight:700;
font-size:12px;
text-transform:uppercase;
opacity:0.7;
margin:-13px 0 20px;
}

.team-inner {
margin-bottom:3px;
}

.content-hover {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #C6225C;
}

.padding {
overflow:hidden;
padding:0 10px;
}

.mask-content {
color:#FFF;
bottom:-100%;
opacity:0;
height:100%;
width:100%;
position:absolute;
transition:all .3s ease-out 0;
-webkit-transition:ease-out .3s;
-moz-transition:ease-out .3s;
-o-transition:ease-out .3s;
-ms-transition:ease-out .3s;
}

.mask-content.pink {
background:none repeat scroll 0 0 rgba(198,34,92,0.9);
opacity:1;
bottom:-69%;
}

.mask-content.verde {
background:none repeat scroll 0 0 rgba(135,189,20,0.9);
opacity:1;
bottom:-69%;
}

.mask-content.red {
background:#FF0000;
left:-100%;
bottom:0;
}

.content-hover:hover .red {
left:0;
}

.mask-content.black {
background:#000000;
left:-100%;
bottom:0;
}

.content-hover:hover .black {
left:0;
}

.mask-content.anana {
background:#FFE000;
left:-100%;
bottom:0;
}

.content-hover:hover .anana {
left:0;
}

.mask-content.kids {
background:#ED1E79;
left:-100%;
bottom:0;
}

.content-hover:hover .kids {
left:0;
}

.mask-content.green {
background:#87bd14;
left:-100%;
bottom:0;
}

.content-hover:hover .green {
left:0;
}

.mask-content.orange {
background:#f4861a;
right:-100%;
bottom:0;
}

.content-hover:hover .orange {
right:0;
}

.content-hover:hover .mask-content {
opacity:1;
bottom:0;
}
	




/*parallax section*/
.para {
height:500px;
background:#0F0F0F;
width:100%;
position:relative;
z-index:-1;
}

.mask-para {
background:url(../images/stripe.png) repeat scroll 0 0 transparent;
height:100%;
position:absolute;
top:0;
width:100%;
z-index:1;
left:0;
}

.box-1 {
background:url(../images/parallax/1.png) no-repeat 50% 0 fixed;
position:absolute;
bottom:0;
height:100%;
right:0;
width:100%;
z-index:1;
margin:0;
}

.box-2 {
background:url(../images/parallax/2.png) no-repeat 50% 0 fixed;
bottom:0;
height:100%;
position:absolute;
right:0;
width:100%;
z-index:1;
margin:0;
}

.box-3 {
background:url(../images/parallax/3.png) no-repeat 50% 0 fixed;
bottom:0;
height:100%;
position:absolute;
right:0;
width:100%;
z-index:1;
margin:0;
}

.box-4 {
background:url(../images/parallax/4.png) no-repeat 50% 0 fixed;
bottom:0;
height:100%;
right:0;
width:100%;
position:absolute;
z-index:1;
margin:0;
}

.lens {
background:url(../images/parallax/lens.png) no-repeat 50% 0 fixed;
bottom:0;
height:100%;
right:0;
width:100%;
position:absolute;
z-index:1;
margin:0;
}

.tweet {
background:url(../images/parallax/tweet.png) 50% 0 fixed no-repeat;
height:100%;
position:absolute;
bottom:0;
right:0;
width:100%;
z-index:1;
margin:0;
}

.tweet2 {
background:url(../images/parallax/tweet2.png) 50% 0 fixed no-repeat;
height:100%;
position:absolute;
bottom:0;
right:0;
width:100%;
z-index:1;
margin:0;
}

.tweet3 {
background:url(../images/parallax/tweet3.png) 50% 0 fixed no-repeat;
height:100%;
position:absolute;
bottom:0;
right:0;
width:100%;
z-index:1;
margin:0;
}

.slogan {
position:relative;
overflow:hidden;
height:100%;
left:0;
}

.slogan.one {
background:url(../images/parallax/para1.jpg) 50% 0 fixed;
height:100%;
position:absolute;
bottom:0;
right:0;
width:100%;
background-size:cover;
margin:0;
}

.slogan.two {
background:url(../images/parallax/para2.jpg) 50% 0 fixed;
height:100%;
position:absolute;
bottom:0;
right:0;
width:100%;
background-size:cover;
margin:0;
}

.slogan.three {
background:url(../images/parallax/para3.jpg) 50% 0 fixed;
height:100%;
position:absolute;
bottom:0;
right:0;
width:100%;
background-size:cover;
margin:0;
}


.slogan.four .para-text {
margin:2% auto;
}

.parallax-item {
position:absolute;
z-index:5;
top:40px;
left:400px;
}

.para-text {
z-index:3;
position:relative;
margin-top:8%;
text-align:center;
}

.para-text h3 a {
background:none repeat scroll 0 0 #000;
font-family:oswaldbook;
color:#FFF;
padding:5px;
}

.two .para-text ul {
list-style:none;
margin:0;
}

.two .para-text li {
display:inline-block;
margin-top:10px;
margin-right:3px;
}

.two .para-text li a {
display:block;
color:#FFF!important;
transition:ease-out .3s;
-webkit-transition:ease-out .3s;
-moz-transition:ease-out .3s;
-o-transition:ease-out .3s;
-ms-transition:ease-out .3s;
padding:10px;
}

.two .para-text li a:hover {
opacity:0.8;
}

.para-text h3 a:hover {
color:#B8B8B8;
background:#1f1f1f;
}

.para-text p {
color:#dadada;
}

h3.slogan-text {
font-size:60px;
line-height:50px;
color:#FFF;
}

.author-icon {
font-size:30px;
color:#fff;
margin-right: 3px;
}

.author {
color:#FFF;
font-family:oswaldbook;
font-size:19px;
}

#tweets {
padding:20px 0;
}

#tweets ul {
list-style:none;
color:#FFF;
margin:0;
}

#tweets li {
    font-family: oswaldbook;
    font-size: 20px;
    line-height: normal;
}
.tweet_avatar{margin-right:10px;}

#tweets li a {
background:none repeat scroll 0 0 #F4861A;
color:#FFF;
}

#tweets li a:hover {
background:none repeat scroll 0 0 #1f1f1f;
}






/*our work section*/
#work input.ff-selector-type-all:checked ~ label.ff-label-type-all,
#work input.ff-selector-type-1:checked ~ label.ff-label-type-1,#work input.ff-selector-type-2:checked ~ label.ff-label-type-2,
#work input.ff-selector-type-3:checked ~ label.ff-label-type-3 {
background:none repeat scroll 0 0 #87BD14;
text-shadow:0 1px 1px rgba(255,255,255,0.3);
}

.clear {
overflow:hidden;
clear:both;
}

#work label {
background:none repeat scroll 0 0 #F4861A;
margin-bottom:3px;
color:#FFF;
display:block;
float:left;
font-size:18px;
line-height:30px;
text-align:center;
font-family:OswaldBook;
padding:5px 0;
}

.ff-items .port p {
opacity:0.8;
margin-top:-6px;
text-align:center;
}

.ff-items .port i {
margin-top:0;
}

.ff-items .port {
position:relative;
margin-bottom:3px;
overflow:hidden;
-webkit-transition:all .6s ease-in-out;
-moz-transition:all .6s ease-in-out;
-o-transition:all .6s ease-in-out;
-ms-transition:all .6s ease-in-out;
transition:all .6s ease-in-out;
}

.ff-items .mask-content i {
line-height:50px;
}

.ff-items .mask-content .p-title {
border-bottom:medium none;
color:#FFF;
font-size:18px;
line-height:18px;
text-align:center;
transition:all .3s ease-out 0;
}

.ff-items .mask-content:hover .p-title {
transition:ease-out .3s;
-webkit-transition:ease-out .3s;
-moz-transition:ease-out .3s;
-o-transition:ease-out .3s;
-ms-transition:ease-out .3s;
opacity:1;
}

#work input.ff-selector-type-1:checked ~ .ff-items .port:not(.ff-item-type-1),
#work input.ff-selector-type-2:checked ~ .ff-items .port:not(.ff-item-type-2),
#work input.ff-selector-type-3:checked ~ .ff-items .port:not(.ff-item-type-3) {
opacity:0.1;
-webkit-transform:scale(0.5);
-moz-transform:scale(0.5);
-o-transform:scale(0.5);
-ms-transform:scale(0.5);
transform:scale(0.5);
cursor:default;
}

#work input.ff-selector-type-1:checked ~ .ff-items .port:not(.ff-item-type-1) a,
#work input.ff-selector-type-2:checked ~ .ff-items .port:not(.ff-item-type-2) a,
#work input.ff-selector-type-3:checked ~ .ff-items .port:not(.ff-item-type-3) a {
cursor:default;
}

.advertise {
margin-bottom:50px;
margin-top:-40px;
position:relative;
}

.interest {
height:168px;
background:#C6225C;
overflow:hidden;
position:relative;
}

.interest:hover h2 i {
font-size:80px;
}

.interest h2 i {
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
}

.hire {
height:150px;
background:#14CBC0;
overflow:hidden;
}

.hire h2,.interest h2 {
bottom:28%;
font-size:60px;
color:#FFF;
position:absolute;
text-align:center;
width:100%;
z-index:1;
}

.hire a {
width:100%;
height:100%;
color:#FFF;
}

#work input,#work input.ff-selector-type-1:checked ~ .ff-items .port:not(.ff-item-type-1) .mask-content,
#work input.ff-selector-type-2:checked ~ .ff-items .port:not(.ff-item-type-2) .mask-content,
#work input.ff-selector-type-3:checked ~ .ff-items .port:not(.ff-item-type-3) .mask-content {
display:none;
}

#work input.ff-selector-type-all:checked ~ .ff-items .port,
#work input.ff-selector-type-1:checked ~ .ff-items .ff-item-type-1,#work input.ff-selector-type-2:checked ~ .ff-items .ff-item-type-2,
#work input.ff-selector-type-3:checked ~ .ff-items .ff-item-type-3 {
opacity:1;
text-align: center;
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);
}



/*News section*/
#news {
position:relative;
}

.carousel {
margin-bottom:0;
}

.carousel-control {
background: none repeat scroll 0 0 #C6225C;
border: medium none;
bottom: 30%;
font-size: 15px;
line-height: 43px;
text-align: center;
top: auto;
z-index: 10;
}

.news-pic {
position:relative;
overflow:hidden;
background:#fff;
}

.news-pic:hover img {
opacity:0.6;
transform:scale(1.6) rotate(5deg);
-webkit-transform:scale(1.8)rotate(5deg);
-o-transform:scale(1.8)rotate(5deg);
-ms-transform:scale(1.8)rotate(5deg);
}

.news-pic img {
opacity:1;
-webkit-transition:all .8s ease-in-out;
-moz-transition:all .8s ease-in-out;
-o-transition:all .8s ease-in-out;
-ms-transition:all .8s ease-in-out;
transition:all .8s ease-in-out;
}

.news-pic .meta {
background:none repeat scroll 0 0 #C6225C;
color:#FFF;
font-size:30px;
position:absolute;
top:0;
z-index:1;
padding:10px;
}

.news {
color:#FFF;
position:relative;
}

.news-inner .row {
position:relative;
margin-bottom:3px;
}

.news-content {
background:url(../images/news/bg.png) no-repeat scroll right bottom transparent;
}

.news-content h3 {
text-transform:none;
}

.news-content .more {
background:none repeat scroll 0 0 #C6225C;
margin-bottom: 10px;
color:#FFF;
display:inline-block;
float:right;
overflow:hidden;
padding:10px;
}

.news-content .more:hover {
background:#1f1f1f;
}

/*modal news section*/
.modal-body img{
margin-bottom:20px;
}
.modal-body span {
border-bottom: 1px solid white;
color: #FFFFFF;
display: block;
font-size: 12px;
margin: 0 0 10px;
padding: 0 0 10px;
}
.modal .desc{
color:#fff;
}

/*services section*/
.services-inner i {
background:none repeat scroll 0 0 rgba(255,255,255,0.2);
border-radius:130px 130px 130px 130px;
display:block;
color:#E4E4E4;
font-size:50px;
line-height:110px;
text-align:center;
width:110px;
margin:20px auto 0;
}

.services-inner h3 {
text-align:center;
}

.services-inner [class*=span] {
margin-bottom:3px;
overflow:hidden;
-webkit-transition:all .8s ease-in-out;
-moz-transition:all .8s ease-in-out;
-o-transition:all .8s ease-in-out;
-ms-transition:all .8s ease-in-out;
transition:all .8s ease-in-out;
}

.services-inner .pink:hover,.services-inner .orange:hover,.services-inner .green:hover  {
background:#1f1f1f;
}

.services-inner .desc {
margin:20px 10px 40px;
}

.services-inner {
color:#FFF;
}

.green {
background:#87BD14;
}

.orange {
background:#F4861A;
}

.pink {
background:#C6225C;
}

.blue {
background:#14CBC0;
}

.services-inner .desc a {
color:#dadada;
font-weight:700;
text-decoration:underline;
}

.services-inner .desc a:hover {
color:#F4861A;
}
.diag,.diag p {
	text-align:left !important;
	color: #747474;
	font-size:13px;
}

.diag h3 {
    background: none repeat scroll 0 0 #14CBC0;
    color: #FFFFFF;
    display: block;
    font-size: 30px;
    margin-top: 0;
    padding: 10px;
    text-align: left;
}
.skills {
float:left;
clear:both;
width:100%;
}

.skills ul,
.skills li {
display:block;
list-style:none;
margin:0;
padding:0;
}

.skills li {
float:left;
clear:both;
padding:0 15px;
height:35px;
line-height:35px;
color:#fff;
margin-bottom:1px;
font-size:18px;
}

.skills .jq {
background:#97BE0D;
}

.skills .css {
background:#D84F5F;
}

.skills .html {
background:#88B8E6;
}

.skills .php {
background:#BEDBE9;
}

.skills .sql {
background:#EDEBEE;
}

.legend {
    float: left;
    position: absolute;
	margin-left: 10px;
}

.get {
display:none;
}
.diag h4 {
    color: #C6225C;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 20px;
    text-align: left;
}
.choose {
    list-style: none outside none;
    margin: 0;
    text-align: left;
}
.choose li {
    color: #747474;
    font-family: opensansregular;
    font-size: 13px;
}
.choose i {
    font-size: 18px;
    line-height: normal;
    margin: 10px 0;
	color:#C6225C;
}

/*map section */
#map_canvas {
	box-shadow: none;
    height: 500px;
	z-index:0;
}
#contact,#services{
	z-index:2;
	position:relative;
	}
/*contact section*/

.contact-title h2 {
margin-top:20px;
border-bottom:1px solid;
border-top:1px solid;
color:#FFF;
display:inline-block;
font-size:60px;
line-height:60px;
margin-bottom:30px;
padding:10px 0;
}

.address,.form {
overflow:hidden;
}
.address a{
	text-transform:none;
}
.address .icon-title {
    float: right;
    font-size: 20px;
    margin-top: 0;
}
.address h3 {
    font-family: oswaldbook;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 3px;
    margin-top: 0;
    padding: 10px;
    text-transform: uppercase;
	color:#fff;
}
.address h3:hover{
background:#1f1f1f;
-webkit-transition:all .8s ease-in-out;
-moz-transition:all .8s ease-in-out;
-o-transition:all .8s ease-in-out;
-ms-transition:all .8s ease-in-out;
transition:all .8s ease-in-out;
}
.social {
overflow:hidden;
}
.contact input, .contact #contact-input {
background: none repeat scroll 0 0 #1F1F1F;
border: medium none;
border-radius: 0 0 0 0;
box-shadow: none;
color: #FFFFFF;
margin: 0;
padding: 10px 0;
text-indent: 10px;
width: 100%;
transition:ease-out .3s;
-webkit-transition:ease-out .3s;
-moz-transition:ease-out .3s;
-o-transition:ease-out .3s;
-ms-transition:ease-out .3s;
}
#contact-form p {
    margin: 0 0 3px;
    width: 100%;
	position:relative;
}
.icon-form {
    color: white;
    opacity: 0.6;
    position: absolute;
    right: 10px;
    top: 10px;
}
.contact .con-button {
background: none repeat scroll 0 0 #C6225C;
border: medium none;
color: #DADADA;
float: left;
font-family: inherit;
height: 197px;
margin-left: 3px;
text-indent: 999px;
width: 100%;
box-shadow: none;
border:none;
transition:ease-out .3s;
-webkit-transition:ease-out .3s;
-moz-transition:ease-out .3s;
-o-transition:ease-out .3s;
-ms-transition:ease-out .3s;
padding:10px;
}
.submit-button {
    float: left;
    overflow: hidden;
    position: relative;
    width: 10% !important;
}
.submit {
    color: #FFFFFF;
    font-size: 20px;
    left: 50%;
    margin-left: -9px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.contact-input{width:90% !important;float:left;}
.contact-inner h2 {
line-height:normal;
}

.contact .con-button:hover {
background:#1f1f1f;
color:#999;
}
input:focus,textarea:focus{
background:#1f1f1f !important;
box-shadow:none !important;
border:none !important;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color:    #fff;
}
input:-moz-placeholder,textarea:-moz-placeholder {
    color:    #fff;
}
input::-moz-placeholder,textarea::-moz-placeholder {
    color:    #fff;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color:    #fff;
}
textarea{
min-height:177px;
transition:ease-out .3s;
-webkit-transition:ease-out .3s;
-moz-transition:ease-out .3s;
-o-transition:ease-out .3s;
-ms-transition:ease-out .3s;
}
.contact-icon {
background:none repeat scroll 0 0 #14CBC0;
color:#FFF;
display:inline-block;
font-size:20px;
height:22px;
line-height:normal;
margin-bottom:3px;
margin-right:1px;
text-align:center;
transition:all .3s ease-out 0;
width:22px;
-webkit-transition:ease-out .3s;
-moz-transition:ease-out .3s;
-o-transition:ease-out .3s;
-ms-transition:ease-out .3s;
padding:15px;
}

.contact-icon:hover {
background:#333;
color:#dadada;
text-decoration:none;
}

/*copyright section*/
.copyright p {
text-align:center;
margin:40px auto;
}




/*media queries section-*/
@media(max-width: 979px) {
	.page-title{bottom:-60%;}
	.page-title1{bottom:-60%;}
	.team-inner .mask-content {
    left: 0;
    opacity: 1;
    position: relative;
    bottom:0 !important;
	}
	.team-inner .content-hover{min-height:345px;}
	
}
@media (max-width: 767px) {
	.page-title {
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    bottom:0;
	}
	.page-title1 {
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    bottom:0;
	}
	.menu,.background,.slogan,.para,.mask{
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.slogan {
		width:auto !important;
	}	
	.ff-items .mask-content{
	left: 0;
    opacity: 1;
    position: relative;
	}
	.ff-items .mask-content .p-title {
    margin-top: -40px;
	}
	.mask-content.pink{bottom:-77%;}
	.para{height:400px;overflow:hidden;}
	#work label {display:none;}
}


/*------navigation responsive on max width 600px----*/
@media (max-width: 600px) {
  .navigation ul     { 
  	display: none; 
  }
  .navigation select { 
  	display: inline-block;
    float: left;
    left: 0;
    padding: 5px;
    text-align: center;
	font-family: inherit;
    width: 100%;
	 }
}


@media (max-width: 480px) {
	.para{
		height:500px;
	}
	.page-detail{
		font-size:25px;
		line-height: 24px;
	}
	#slidecaption h2 {
    font-size: 30px;
    line-height: 20px;
	}
	#supersized{position:absolute;}
	#supersized li{position:absolute;}
	
	.page-title h2 {
		font-size: 45px;
		line-height: 35px;
	}
	.page-title1 h2 {
		font-size: 45px;
		line-height: 35px;
	}
	.page-title .page-title1 .icon-title {
    font-size: 30px;
    line-height: 20px;
    margin: 20px 0;
	}
	#map_canvas{height:200px;}
	.choose i{display:inline;}
	.para,.mask,.mask-title{display:none;}
	
	.sticky-wrapper{overflow:hidden;}
	.is-sticky .menu {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    left: 10%;
    margin: auto;
    padding: 0;
    width: 80%;
	}
}



@media (max-width: 468px) {
	.mask-content.pink {
		padding: 2%;
		position: relative;
	}
	.item p{display:none;}
}










#contact{margin-bottom:-200px;}

.scrollup {
    width:54px;
    height:54px;
    position:fixed;
    bottom:0px;
    right:20px;
	display:none;
    text-indent:-9999px;
    background:url('../images/back-to-top.png') no-repeat;
	z-index:400;
}
