@charset "UTF-8";
/* CSS Document */

body {
	font: 14px/24px Helvetica, Sans-Serif; color: #7e7e7e;
	background: #f5f5f5 url(IMG/bigbg.png);
}
@font-face {
	font-family: "Times New Roman", Times, serif;
	src: url('fonts/YanoneKaffeesatz-Regular.eot');
	src: local('☺'), url('../fonts/YanoneKaffeesatz-Regular.woff') format('woff'), url('../fonts/YanoneKaffeesatz-Regular.ttf') format('truetype'), url('../fonts/YanoneKaffeesatz-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family:'yanone';
	font-size:24px;
	color:#454545;
	line-height:30px;
    letter-spacing:1px;
}

p{
	font-family:georgia,serif;
	font-size:13px;
	color:#555555;
    line-height:21px;
}

a{
	font-family:georgia,serif;
	font-size:12px;
	color:#454545;
	text-decoration: none
}


	a:hover {
		color: #792323;
	}
.hoz{
    width:100%;
    height:10px;
    background: url(mip/img/style-1.png);
	margin-top:30px;
}
	
#wrapper{
	width: 960px; 
	margin: 0 auto;
	min-height:2000px;
}

/*---header---*/
#header {
	overflow: hidden;
}
	#header #logo {
		margin: 20px 0 10px 15px; float: left;
	}
#search input[type="text"] {
    background: url(mip/img/search-white.png) no-repeat 10px 6px #fcfcfc;
	margin-top:80px;
	float:left;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 200px;
    }
	
	#header #subscribe {
		list-style: none; float: right; margin: 40px 30px 0 0;
		font-size: 16px;
	}
		#header #subscribe li.rss {
			background: url(IMG/rss.png) left no-repeat;
			padding: 5px 0 5px 40px; margin: 0 0 10px 0;
		}
		#header #subscribe li.facebook {
			background: url(IMG/facebook.png) left no-repeat;
			padding: 5px 0 5px 40px;
		}
	
#main {
	margin-top:1px;
	background: white;
	overflow: hidden;
	min-height:1460px;
	width:960px;
    
	
}

		
/*---navigation---*/
.logo{
	margin-top: 30px;
	margin-left: 320px;
    float:left;
}

.navigation{
    float:right;
    margin-top:-10px;
	margin-right:160px
}

.navigation a{
    font-size:18px;
    letter-spacing:1px;
    color:#8a8989;
}

.navigation > li{
    position:relative;
    display:inline;
    float:left;
    padding-bottom:10px;
}

.navigation > li > a{
    float:left;
    margin-left:25px;
    margin-right:25px;
	position:relative;
}

.navigation .level-2:after{
	width:0;
	height:0;
	position:absolute;
	right:-14px;
	top:6px;
	content:"";
	border:5px solid transparent;
	border-top:5px solid #454545;
}

.navigation > li > a:hover{
    color:#232323;
}

.menu-child{
    position:absolute;
    top:24px;
    left:12px;
    background-color:#454545;
    width:200px;
    border-left:3px solid #2f2f2f;
    visibility:hidden;
    opacity:0;
    z-index:999;
    -moz-transition:opacity 0.4s ease-in;
    -webkit-transition:opacity 0.4s ease-in;
    -o-transition:opacity 0.4s ease-in;
    transition:opacity 0.4s ease-in;
}

.menu-child a{
    white-space:nowrap;
    color:#ededed;
    display:block;
    padding:10px;
    border-top:1px solid #555555;
    border-bottom:1px solid #393939;
    text-shadow:0 1px 0 rgba(0,0,0,0.7);
	font-size:15px;
}

.menu-child li:nth-child(1) a{
    border-top:none;
}


.menu-child li:last-child a{
    border-bottom:none;
}

.menu-child a:hover{
    background-color:#636363;
}

.navigation li:hover ul{
    visibility:visible;
    opacity:1;
}

/*---slide---*/

.slides{
    width:100%;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}

.slides .slides_container{
    width:100%;
}

.slides div{
    width:1000px;
    height:401px;
    position:relative;
}

.slides img{
    width:100%;
    height:100%;
}

.slides .box{
    width:320px;
    height:401px;
    background-color:rgba(255,255,255,0.8);
    position:absolute;
    top:0px;
    left:-360px;
    z-index:10;
    padding:40px 20px;
}

.box h1{
    font-size:27px;
    position:relative;
    margin-bottom:15px;
}

.box h1:before{
    content:"";
    width:20px;
    height:2px;
    top:-15px;
    left:0;
    background-color:#454545;
    position:absolute;
}

.box p{
    font-size:14px;
    line-height:28px;
}

.read-more{
    display:block;
    width:100px;
    height:30px;
    font-family:arial,helvetica,sans-serif;
    line-height:30px;
    background-color:#454545;
    color:white;
    text-align:center;
    text-transform:uppercase;
    text-shadow:0 1px 0 rgba(0,0,0,0.6);
    margin-top:40px;
    opacity:0.8;
    -moz-transition:opacity 0.4s ease-in;
	-webkit-transition:opacity 0.4s ease-in;
	-o-transition:opacity 0.4s ease-in;
	transition:opacity 0.4s ease-in;
}

.read-more:hover{
    opacity:1;
}

.slides .next,.slides .prev{
    width:40px;
    height:40px;
    position:absolute;
    bottom:10px;
    text-indent:-50000px;
    background: url(mip/img/ui.png) #454545;
    border-radius:3px;
}

.slides .next{
    right:10px;
    background-position:0 -40px;
}

.slides .prev{
    right:55px;
}


/*---welcome---*/

.welcome{
    text-align:center;
    margin-top:30px;
	margin-bottom:50px;
}

.welcome h1{
    font-size:4em;
    line-height:1em;
}

.welcome p{
    font-size:1.1em;
    width:84%;
    margin:20px auto;
    line-height:1.8em;
}

/*---float----*/

.float{
	width:22.9%;
	float:left;
	margin-right:2.8%;
}

.float:nth-child(4){
	margin-right:0%;
}

.float-2{
	width:48.6%;
	float:left;
}

.float-2:nth-child(1){
	margin-right:2.8%;
}

.column{
	width:47.12%;
	float:left;
}

.column:nth-child(2){
	margin-right:5.76%;
}

/*---title---*/

.title{
	width:100%;
	height:10px;
	background: url(mip/img/style-1.png);
	text-align:center;
    position:relative;
    margin-bottom:30px;
}

.title span{
	background-color:white;
	font-family:'yanone';
	font-size:24px;
	color:#454545;
    padding:0 10px;
    position:relative;
    top:-8px;    
}


/* Latest work */

.latest-work{
    margin-bottom:60px;
}

.work-view{
    overflow:hidden;
    display:block;
    position:relative;
}

.work-view img{
    max-width:100%;
	max-height:100%;
	float:left;
}

.preview-work{
    position:absolute;
    display:block;
    background-color:#454545;
    width:100%;
    height:100%;
    top:0;
    left:-100%;
	z-index:10;
    -moz-transition:left 0.4s ease;
    -webkit-transition:left 0.4s ease;
    -o-transition:left 0.4s ease;
    transition:left 0.4s ease;
}

.work-view:hover .preview-work{
    left:0%;
}

.preview-work h1{
    color:#ffffff;
    text-shadow:0 1px 0 rgba(0,0,0,0.5);
    position:relative;
    margin-top:10%;
    margin-left:5%;
    margin-right:5%;
}

.preview-work h1:before{
    content:"";
    position:absolute;
    width:20px;
    height:1px;
    background-color:#ffffff;
    top:-7px;
    left:0;
}

.preview-work p{
    color:#eeeeee;
    font-size:12px;
    margin-top:3%;
    margin-left:5%;
    margin-right:5%;
}

.preview-work:after{
    position:absolute;
    content:"";
    width:32px;
    height:32px;
    background: url(mip/img/view-more.png);
    bottom:7px;
    right:7px;
}


/*---footer--*/

.footer{
    margin-top:70px;
    padding-top:30px;
    border-top:1px solid #222222;
	padding-bottom:100px;
}

.footer p,.footer a{
    color:#c4c4c4;
}

.f_title{
    width:100%;
    height:10px;
    margin-bottom:15px;
    background-image:url(mip/img/style-2.png);
    postion:relative;
}

.f_title span{
    font-family:'yanone';
    color: #666;
    font-size:20px;
    position:relative;
    top:-14px;

    padding-right:5px;
}

.about p{
    margin-top:10px;
}

.follow{
    margin-top:30px;
}

.follow ul{
    margin-top:20px;
}

.follow ul a{
    float:left;
    width:26px;
    height:26px;
    dislay:block;
    background-image:url(mip/img/social.png);
    margin-right:4px;
}

.follow .logo-2{
    background-position:-30px 0;
}

.follow .logo-3{
    background-position:-60px 0;
}

.follow .logo-4{
    background-position:-91px 0;
}

.follow .logo-5{
    background-position:-122px 0;
}

.list a{
    padding-top:10px;
    padding-bottom:10px;
    display:block;
    border-top:1px solid #454545;
    border-bottom:1px solid #292929;
    -moz-transition:text-indent 0.4s ease,color 0.4s ease;
	-webkit-transition:text-indent 0.4s ease,color 0.4s ease;
	-o-transition:text-indent 0.4s ease,color 0.4s ease;
	transition:text-indent 0.4s ease,color 0.4s ease;
}

.list li:nth-child(1) a{
    border-top:none;
}

.list li:last-child a{
    border-bottom:none;
}

.list a:hover{
    text-indent:10px;
    color:white;
    text-shadow:0 1px 0 rgba(0,0,0,0.8)
}

.flickr ul{
	margin-top:25px;
}

.flickr ul a{
    width:48px;
    height:48px;
    display:block;
    float:left;
    border:2px solid rgba(255,255,255,0.5);
    margin-right:2.2%;
    margin-bottom:2.2%;
    -moz-transition:border-color 0.4s ease;
	-webkit-transition:border-color 0.4s ease;
	-o-transition:border-color 0.4s ease;
	transition:border-color 0.4s ease;
}

.flickr ul a:hover{
    border-color:#ffffff;
}

/*---end---*/

.end{
	background-color:#181818;
	height:50px;
}

.end p{
	line-height:50px;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#989898;
	text-shadow:0 1px 0 rgba(0,0,0,0.6);
}

.end p span{
	color:#e0e0e0;
}
/*Cột chứa thông tin liên hệ*/
.contact_info{
	width:250px;
	float:left;
	border-right:solid 1px #363636;	
	margin-top:40px;
}
.contact_info h4{
	font-size:18px;
	font-style:normal;
	font-weight:lighter;
}
.contact_info p{
	font-size:15px;
	font-style:normal;
	font-weight:lighter;
	line-height:22px;
	margin-top:5px;
	margin-bottom:40px;
}

.contact_info p.last{
	margin-bottom:0;
}

#getInTouch{
	float:right;
	width:700px;
	margin-top:40px;
	min-height:270px;
}

#getInTouch h4{
	font-size:18px;
	font-style:normal;
	font-weight:lighter;
	margin-bottom:15px;
}


/* form start*/

.form_col1{
	width:50%;
	float:left;	
}
.form_col2{
	width:49%;
	float:right;
}
input, textarea { 
	padding: 9px;
	border: solid 1px #000;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 314px;
	background: #FFFFFF ;
	margin-bottom:15px;
	}

textarea { 
	width: 96%;
	max-width: 96%;
	height: 74px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.submit{
	float:right;
	margin-right:5px;
}
.submit input {
	width: 124px;
	height:34px;
	padding: 9px 15px;
	background: url(mip/img/send-button.png) center top no-repeat;
	border: 0 none;
	cursor:pointer;
	text-indent:-9999px;
	margin-right:50px;
	}
	
.submit input:hover{
	background: url(mip/img/send-button-hover.png) center top no-repeat;
}

.clear{
	width:100%; 
	height:1px; 
	float:none; 
	clear:both;
}

/*--media screen--*/

@media screen and (max-width:1000px){
.wrap {
	width:95%;
}
}

@media only screen and (max-width:768px){

.wrap {
	width:95%;
}

body{
    font-size:11px;
}

.navigation > li > a{
    font-size:12px;
	margin-left:15px;
	margin-right:15px;
}

.navigation .level-2:after{
	display:none;
}

.menu-child{
	top:23px;
}

.slides div{
    width:722px;
    height:300px;
}

.slides .box{
    height:305px;
}

.box h1{
    font-size:25px;
    margin-bottom:10px;
}

.box p{
    font-size:12px;
    line-height:26px;
}

.read-more{
    width:80px;
    height:24px;
    line-height:24px;
    font-size:10px;
    margin-top:20px;
}

.work-view{

}

.preview-work h1{
	font-size:18px;
}

.preview-work p{
    color:#eeeeee;
    font-size:10px;
}

.end p{
	text-align:center;
}
}

@media only screen and (max-width:480px){

.clear-2{
	width:100%;
	height:1px;
	float:none;
	clear:both;
}

.wrap {
	width:90%;
}

.logo{
	float:none;
	display:block;
	width:137px;
	height:48px;
    margin:auto;
	margin-bottom:20px;
}

.navigation{
	float:none;
	width:80%;
	margin:auto;
	border-top:1px solid #7b7b7b;
}
.navigation > li{
	float:none;
	display:block;
	padding:0;
	margin:0;
}
.navigation > li > a{
	float:none;
	margin:0;
	text-align:center;
	display:block;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #7b7b7b;
}

.navigation .menu-child{
	display:none;
}

.slides,.categories,.flickr,.archives{
    display:none;
}

.float,.float-2{
	float:none;
	width:100%;
	margin:auto;
	margin:0;
}

.float{
	margin-top:30px;
}

.footer .float{
	margin:0;
}

.latest-tweet{
	margin-top:40px;
}

.client-say .pagination{
	display:none;
}

.our-service{
	text-align:center;
}

.our-service .float span{
	float:none;
	margin:0 auto;
	margin-bottom:10px;
}

.latest-work .float{
	width:45%;
	float:left;
	margin-left:2.5%;
	margin-right:2.5%;
}

.column{
	width:95%;
	float:none;
	margin:auto;
}

.column:nth-child(2){
	display:none;
}

.slides ~ .hoz{
	display:none;
}

}

@media only screen and (max-width:320px){

.latest-work .float{
	width:229px;
	float:none;
	margin:auto;
	margin-bottom:20px;
}

.preview-work h1{
    margin-top:10%;
    margin-left:5%;
    margin-right:5%;
}


.preview-work p{
    font-size:12px;
    margin-top:3%;
    margin-left:5%;
    margin-right:5%;
}

}