/*
Theme Name: Track My Calls
Theme URI: 
Version: 1.0
Description: Track My Calls Responsive Theme.
Author: Tan Trinh
Author URI: http://namthuc.com
Created Date: Sep 04, 2013
*/
@import url('assets/css/base.css');
@font-face {
	    font-family: 'Corpsbql';
	    src: url('assets/fonts/CORPSBQL.TTF') format('truetype'),
	         url('assets/fonts/CORPSBQB.TTF') format('truetype'),
	         url('assets/fonts/CORPSBQM.TTF') format('truetype');
	    font-weight: normal;
	    font-style: normal; }
body{
	font-family: 'Corpsbql', sans-serif;
}
h1, h2, h3 {
	font-family: 'Corpsbql', sans-serif;
}

h1 {
	color: #434343;
	font-size: 120px;
	font-weight: 700;
	position: relative;
	z-index: 150;
	margin-bottom: 70px;
}

h1.small {
	font-size: 90px;
	margin-bottom: 40px;
}

h2 {
	font-size: 60px;
	font-weight: 700;
	color: #434343;
	text-transform: uppercase;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 80px;
}

span.lines {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}

h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #434343;
}

h4 {
	font-family: 'Corpsbql', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #434343;
	text-transform: uppercase;
}

h5 {
	font-family: 'Corpsbql', sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #434343;
}

p, body {
	font-family: 'Corpsbql', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: #3d3d3d;
}

/************************************/
#intro{		
	width: 100%;
	height: 652px;
	text-align: center;
}

#intro .intro-background {
	background: url(assets/images/intro_bg.jpg) 0 0 repeat;	
	background-position: center center !important;
	background-size: cover;
	-webkit-background-size: cover;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 652px;
}
#intro .logo {
	z-index: 300;
	margin:auto;
	width:214px;
	height:102px;
	margin-bottom:50px;
}

.title {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 300;
	padding-top: 10px;
}

.intro-line {
	position: relative;
	z-index: 150;
	border-top: 1px solid #2f2f2f;
	width: 670px;
	margin: 0 auto 40px auto;
}
.intro-line2 {
	position: relative;
	z-index: 150;
	border-bottom: 1px solid #2f2f2f;
	width: 670px;
	margin: auto;
}
.title h1.small {
	font-size: 60px;
	color: #001f45;
        line-height: 60px;
	position: relative;
	z-index: 150;
	width: 670px;
	margin:auto;
	margin-bottom:50px;
}
.social-intro {
	margin-top: 35px;
	position: relative;
	z-index: 150;
}

.social-intro ul li {
	display: inline;
	margin: 0 5px;
}

.social-intro a {
	opacity: 0.7;
}

.social-intro a:hover {
	opacity: 1;
}
/************************************/
nav {
	background: #2f2f2f;
	width: 100%;
	position: relative;
	z-index: 1000;
	text-align: center;
	height: 40px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}


nav ul {
	padding-top: 10px;
}

nav ul li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 6px 26px 8px 26px;
	margin: 0;
}

nav ul li:first-child {
	border-left: 1px solid #fff;
}

nav a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

nav a:visited {
	color: #b5a72c;
}

nav a:hover {
	color: #f8eb13;
}
.nav-scroll{ z-index: 1000; position: fixed; top: 0; width: 100%;}
/**************************************/
#who {
	position: relative;
	background-color: #FFF;
	z-index: 300;
	padding-top: 20px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}
#contact {
	position: relative;
	background-color: #414141;
	z-index: 300;
	padding-top: 20px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
        
}
#contact .lines{color: #FFF;}
p.separator {
	z-index:200;
	position:relative;
	color: #001F45;
    font-size: 60px;
	padding-top: 240px;
	margin:auto;
	text-align:center;
	width: 670px;
	line-height:60px;
	
}

.separator1 {
	width: 100%;
	height: 652px;
	position: relative;
}
.separator1 .bg {
	background: url(assets/images/inner_bg.jpg) repeat center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 652px;
}

.separator1 .bg2 {
	background: url(assets/images/inner_bg.jpg) repeat center;
}
#why{
	position: relative;
	background:url(assets/images/why-bg.jpg) no-repeat;
	background-position: center center !important;
	background-size: cover;
	-webkit-background-size: cover;
	width:100%;
	height:auto;
	z-index: 300;
	padding-top: 20px;
	padding-bottom: 40px;
}
.trial-form{
	width:95%;
	min-height:200px;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 4px 4px #DDD;
	-webkit-box-shadow: 2px 2px 4px 4px #DDD;
	box-shadow: 2px 2px 4px 4px #DDD;
	padding:10px;
}
.trial-form h3 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fb1515;
	text-align:center;
}
.trial-form p {
	font-family: 'Corpsbql', sans-serif;
	font-size: 14px;
	color: #333;	
	margin-bottom: 2px;
}

.trial-form input {
	width: 95%;
	height: 25px;
	margin-bottom: 10px;
	font-family: 'Corpsbql', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}

.trial-form input.submit-button {
	background-color: #ed1c24;
        background: -moz-linear-gradient(top, #f69275 30%, #ed1c24 70%);
        background: -o-linear-gradient(top, #f69275 30%, #ed1c24 70%);
        background: -ms-linear-gradient(top, #f69275 30%, #ed1c24 70%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0.3, #f69275),color-stop(0.7, #ed1c24));
	border:0;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 25px;
	padding: 5px 15px 5px 15px;
	font-family: 'Corpsbql', sans-serif; 
	width: auto;
	height: auto;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	-moz-box-shadow: 2px 2px 4px 4px #DDD;
	-webkit-box-shadow: 2px 2px 4px 4px #DDD;
	box-shadow: 2px 2px 4px 4px #DDD;
}

portfolio {
	text-align: center;
}

.filterable_portfolio {
}
.why-column {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
.image { 
	position: relative;
	padding-top:20px;
}

p.proj-title {
	margin-bottom: 5px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight:bold;
}

p.proj-desc {
	margin-bottom: 35px;
	padding-bottom: 2px;
}
/* filterable portfolio */

.filter {
	margin-top: 30px;
	margin-bottom: 20px;
}

.filter ul {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 5px;
}

.filter ul li {
	display: inline;
}

.filter ul li {
	margin-right: 15px;
}

.filter a {
	font-family: 'Corpsbql', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #565656;
	text-decoration: none;
	text-transform: uppercase;
	padding-right:20px;
	border-right: 1px solid #d3d3d3;
}

a.selected {
	padding-right:20px;
	border-right: 1px solid #d3d3d3;
	text-decoration:underline;
	color:#F00;
}
.contact-form {
	position: relative;
	z-index: 300;
	margin-top: 20px;
}

.contact-form label,.contact-form p{
	font-family: 'Corpsbql', sans-serif;
	font-size: 14px;
	color: #fff;	
	margin-bottom: 2px;
        font-weight: normal;
}

.contact-form input {
	width: 98%;
	height: 25px;
	margin-bottom: 10px;
	padding-left: 4px;
	font-family: 'Corpsbql', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.contact-form textarea {
	margin-bottom: 10px;
	padding-left: 5px;
	font-family: 'Corpsbql', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	width: 98%;
	height: 120px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.contact-form li button,.contact-form input.submit-button {
	background: #f8f9f9;
	border: 0;
	color: #3a3a3a;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 0;
	padding: 10px 20px 10px 20px;
	font-family: 'Corpsbql', sans-serif; 
	width: auto;
	height: auto;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.contact-form li button:hover,.contact-form input.submit-button:hover  {
	color: #3a3a3a;
	background: #f8f9f9;
}

.contact-form .ajax-result{
    color: #F00
}
.contact-info {
	margin-top: 50px;
	
}
.contact-info p,.contact-info a{
	color:#fff;
}
.contact-info h5 {
	margin-bottom: 40px;
	color:#fff;
}
.social {
	padding-top: 15px;
}

.social ul li {
	display: inline;
	margin-right: 5px;
}

.social img:hover {
	opacity: 0.7;
}
#footer {
	background-color: #414141;
	position: relative;
	z-index: 300;
}

#footer a, #contact a {
	color: #FFF;
	text-decoration: none;
}

.copyright {
	border-top: 1px solid #858585;
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
}

.copyright p {
	color: #858585;
	font-size: 14px;
}

@media only screen and (max-width: 1024px) {
	  
	  .title {
	   position: relative;
	  }
	  
	  #intro {
	   height: 500px;
	  }
	  
	  .title {
	   padding-top: 20px;
	  }
	  
	  h1 {
	   font-size: 80px !important;
	   line-height: 85px !important;
	   margin-bottom: 25px;
	  }
	  h1.small {
	   font-size: 60px !important;
	   line-height: 65px !important;
	   margin-bottom: 25px;
	  }

	  .intro-line {
	  	margin-top: 20px;
	  	margin-bottom: 20px;
	  }
	  
	 }

 
	@media only screen and (max-width: 959px) {
		
		.title {
			position: relative;
		}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#contact {
			height: 1200px;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		nav a {
			font-size: 12px !important;
		}
		nav ul li {
			padding-left: 15px;
			padding-right: 15px;
			line-height: 33px;
		}
		nav ul {
			padding-top: 0;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		nav a {
			font-size: 12px !important;
		}
		 h1 {
		   font-size: 80px !important;
		   line-height: 85px !important;
		   margin-bottom: 20px;
		  }
		  
		  h1.small {
		   font-size: 60px !important;
		   line-height: 65px !important;
		   margin-bottom: 20px;
		  }
		  
		  .title p {
		   font-size: 30px !important;
		   line-height: 40px !important;
		   line-height: 28px;
		  }
		  
		  nav ul li {
		   padding-left: 10px;
		   padding-right: 10px;
		  }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#intro {
			height: 430px;
		}
		
		.title {
			position: relative;
			padding-top: 30px;
		}
		
		.intro-line {
			display: none;
		}
		
		h1 {
			font-size: 60px !important;
			line-height: 65px !important;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 40px !important;
			line-height: 45px !important;
			margin-bottom: 20px;
		}
		
		.title p {
			font-size: 18px !important;
			line-height: 25px !important;
			line-height: 28px;
		}
		
		
		nav ul li {
			padding-left: 5px;
			padding-right: 5px;
		}
		
	}

div.wpcf7-response-output {
	color: #ffffff !important;
}
.filterable_portfolio{
height: 420px !Important;
}