@import url(font-awesome.css);
@import url(animate.css);
@import url(bootstrap.css);
@import url(bootstrap-responsive.css);
@import url(flat-ui.css);

/* JUICER CSS */
.j-loading {
  border-color: #E7499E !important;
}

.j-loading:before {
  background-color: #E7499E !important;
}

.juicer-feed a {
  font-family: 'Lobster', cursive;
  font-size: 18px;
  font-weight: lighter !important;
  color: #1771b0 !important; 
}

.juicer-button {
  border-color: #E7499E !important;
  background-color: #E7499E !important;   
  color: #fff !important;
  font-family: 'Lobster', cursive;
		font-size: 18px;
		font-weight: bold;
}

.juicer-button:hover {
  background-color: #1771b0 !important;
  border-color: #1771b0 !important;  
  color: #fff !important;
  font-family: 'Lobster', cursive;
		font-size: 18px;
		font-weight: bold;
}


/*=====================================================================
		Font Style
======================================================================*/
	@font-face {
	  font-family: 'BebasNeue';
	  src: url('font/BebasNeue-webfont.eot');
	  src: url('font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		   url('font/BebasNeue-webfont.woff') format('woff'), 
		   url('font/BebasNeue-webfont.ttf') format('truetype'), 
		   url('font/BebasNeue-webfont.svg#BebasNeue') format('svg');
	  font-weight: normal;
	  font-style: normal;
	}
	
/*=====================================================================
		HEADER
======================================================================*/
	.trac_header {
		height: 100%;
		min-height:100%;
		position: relative;
		overflow:hidden;
		background: url("../images/zabawki-on-line-niebo.png") repeat fixed 100% 100% /cover;
	}
	.trac_header:before {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
		content: " ";
		display: block;
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: 0;
	}
	.trac_brand {
		margin: 30px auto 0;
		position: relative;
		width: 190px;
	}
 .trans{
	background: transparent
 }
/*=====================================================================
		WELCOME
======================================================================*/
	.trac_welcome {
		display: block;
		margin: 90px auto 120px;
		position: relative;
		text-align: center;
	}
	.trac_welcome h1 {
		color: #FFFFFF;
		font-family: 'Lobster', cursive;
		font-size: 40px;
		font-weight: lighter;
	}

.trac_welcome h2 {
    color: #FFFFFF;
    font-family: 'Lobster', cursive;
    font-size: 36px;
    font-weight: 100;
    line-height: 40px;
    margin:15px auto 20px;
}
.trac_welcome h3 {
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin: 15px auto;
	text-transform: uppercase;
}
	.trac_trac_welcomeslide{
		overflow: hidden;
		margin:0 auto 0;
	}
	.trac_trac_welcomeslide > span {
		color: #FFFFFF;
		font-family: 'Lobster', cursive;
		font-size: 100px;
		font-weight: 200;
		line-height: 112px;
		
		
	}

/*=====================================================================
		COUNTER
======================================================================*/
	.trac_counter{
		margin:30px auto 0;
	}

	.trac_description > h3 {
		color: #FFFFFF;
		font-family: 'Lobster', cursive;
		font-size: 30px;
	}
	.link {
		margin: 0 auto 30px;
		position: relative;
		text-align: center;
		text-decoration:none;
	}
	.link > a {
		position: relative;
		display: inline-block;
	}

/*=====================================================================
		MAIN TILTE
======================================================================*/
	.title{
		margin-bottom: 90px;
	}
	.title > h1 {
		font-family: 'Lobster', cursive;
		line-height: 90px;
		text-align: center;
	}

	.title > h1:before {
		position: relative;
		display: inline;
		color:#2c3e50;
		content: "[";
		padding-right: 10px;
		font-weight: 400;
		font-family: 'Lobster', cursive;
		font-size: 70px;
		bottom: 2px;
	}

	.title > h1:after {
		position: relative;
		display: inline;
		content: "]";
		color:#2c3e50;
		padding-left: 10px;
		font-weight: 400;
		font-family: 'Lobster', cursive;
		font-size: 70px;
		bottom: 2px;
	}



	.title_medium{margin-bottom: 60px;}
	.title_medium > h1 {
		font-family: 'Lobster', cursive;
		font-size:40px;
		text-align: center;
	}
	.title_medium > h1:before {
		position: relative;
		display: inline;
		color:#2c3e50;
		content: "[";
		padding-right: 10px;
		font-weight: 400;
		font-family: 'Lobster', cursive;
		font-size: 42px;
		bottom: 2px;
	}
	.title_medium > h1:after {
		position: relative;
		display: inline;
		content: "]";
		color:#2c3e50;
		padding-left: 10px;
		font-weight: 400;
		font-family: 'Lobster', cursive;
		font-size: 42px;
		bottom: 2px;
	}

	.trac_subtitle p{
		color:#95a5a6;
		font-family: 'Lobster', cursive;
		font-size: 24px;
		font-weight: 600;
		line-height: 1.4;
		padding: 0;
		position: relative;
		z-index: 1;
		width: 70%;
		margin:0 auto;
		text-align: center
	}
	.trac_highlight {
		color: #E7499E;
	}
	.trac_highlight.trac_whites {
		color: #ecf0f1;
	}

/*=====================================================================
		SECTION CLASS
======================================================================*/
	.trac_about, .service, .contact, .team, .trac_portfolio, .blog{
		position: relative;
		display: block;
		padding: 90px 20px;
	}
	.service{
		background:#ecf0f1;
	}
	.footer{
		padding:60px 20px;
		background:#E7499E;
	}
	.footer-bottom{
		padding : 30px 0;
	}

	.copy {
		position: relative;
		display: block;
		margin: 0 auto;
		text-align:center;
	}

/*=====================================================================
		CONTACT FORMS
======================================================================*/
	textarea {
		resize: none;
		height: auto;
	}

	.input-block-level {
		min-height: 48px !important;
	}
	.form-actions {
		border: 0 none !important;
		background: transparent !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	label.error {
		background: #e74c3c;
		display: inline-block;
		color: #fff;
		padding: 0 10px 3px;
	}


/*=====================================================================
		MENU
======================================================================*/
	.trac_menu { width:100%; padding: 15px 0; z-index:999; display:block; float:left; background: #eee; border-bottom:1px solid #dedede;}
	.trac_mainmenu { float:right; display:block; margin-top:10px;}
	.trac_mainmenu li {
		float: left;
		margin: 0 5px 0 auto;
		overflow: hidden;
		padding: 15px 0;
	}
	.trac_mainmenu li a {
		border-radius: 2px 2px 2px 2px;
		color: #2c3e50;
		font-family: 'Lobster', cursive;
		padding: 10px;
		font-weight:600;
	}
	.trac_mainmenu li.active a{
		background: #E7499E;
		color: #fff;
		text-decoration: none;
		border-radius: 2px;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.sticky-wrapper.is-sticky .trac_menu {
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
		padding: 0;
	}

/*=====================================================================
		MOBILE MENU
======================================================================*/
	.trac_menu .logo {
		margin-left: auto;
		margin-top: 5px;
		width: 120px;
	}
	.trac_mobtrac_menu { text-align:center; display:none; }
	.trac_mobtrac_menu li { padding:10px 0; }
	.trac_mobilelink_button  { display:none; margin-right:10px; cursor:pointer; margin-top:10px; }

/*=====================================================================
		ABOUT PAGE
======================================================================*/
	.trac_aboutus {
		display: inline-block;
		margin: 0 auto 30px;
		position: relative;
	}
	.trac_abouttitle {
		display: block;
		margin-bottom: 5px;
		position: relative;
	}
	.trac_abouttitle > h4 {
		font-family: 'Lobster', cursive;
		font-size: 24px;
		font-weight: 900;
		line-height: 22px;
		padding-bottom:10px;
	}
	
	
/*=====================================================================
		OUR TEAM
======================================================================*/
.team {
    background: #ECF0F1;
}
.avatars > .columns {
	margin-bottom: 20px;
	background: #ffffff;
	text-align:center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.avatars > .columns:hover img {
	-webkit-transform: scale(1.1,1.1);
	   -moz-transform: scale(1.1,1.1);
	   -o-transform: scale(1.1,1.1);
	   -ms-transform: scale(1.1,1.1);
	   transform: scale(1.1,1.1);
	   -webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	   -o-transition: all 0.3s linear;
	   -ms-transition: all 0.3s linear;
	   transition: all 0.3s linear;
}
.avatars > .columns:hover {
	background:#E7499E;
	color:#fff;
	overflow:hidden;
	
}

.avatars img {
	margin-bottom: 10px;
	-webkit-transition: 0.25s;
		-moz-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
	position: relative;
	width:100%;
}

.avatars > .columns:hover p.script {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: 0 20px;
}
.avatars p.script {
	font-size: 14px;
	color: #7f8c8d;
}

.avatars p {
	font-size: 13px;
	line-height: 20px;
	margin: 0 20px;
}

.avatars i {
	color: #ffffff;
	background: #c0c0c0;
}

.avatars i:hover {
	background: #f85c37;
}

.columns h3 {
    font-family: 'Lobster', cursive;
    font-size: 26px;
    font-weight: 100;
    margin: 15px 0 0;
}


.skills {
    margin-top: 45px;
}
.avatars {
    padding-bottom: 45px;
}


/*=====================================================================
		PIE CHART
======================================================================*/
.chart-list {    
    margin: 0 auto;
	padding: 0;
}
.chart-list li {
	float: left;
	display: inline;
}	
.chart {
	display: inline-block;
	text-align: center;
	margin-bottom: 35px;
}	
.chart:first-child {
	margin-left: 0;
}	
.chart span {
	font-size: 48px;
	font-family:'Lobster', cursive;
}
.chart .label {
    display: block;
    background:none;
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 0;
    margin-top: 15px;
    overflow: hidden;
    padding-right: 20px;
    text-align: right;
    text-transform: uppercase;
}
.easyPieChart {
	margin: 0 auto;
	position: relative;
	float:right;
}

.chart > p {
    overflow: hidden;
    padding-right: 20px;
    text-align: right;
    font-family: 'Lobster', cursive;
}
.hub_title {
    font-weight: 800;
}
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}



/*=====================================================================
		SERVICE 
======================================================================*/
	.trac_servicebox h5 {
		font-family: 'Lobster', cursive;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 20px;
		margin-left: 50px;
		margin-top: 5px;
	}
	.trac_servicebox{
		margin-top:30px;
	}
	.trac_servicebox2{
		margin-top:90px;
	}
	.trac_service{
		background:#fff;
		text-align:center;
	}
	.trac_iconservice {
		background: #fff;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		-ms-border-radius: 100px;
		-o-border-radius: 100px;
		box-shadow: 0 0 0 4px #ecf0f1;
		display: block;
		height: 80px;
		line-height: 80px;
		margin: 0 auto;
		position: relative;
		text-align: center;
		top: -40px;
		width: 80px;
		-webkit-transition: 0.25s;
		-moz-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
	}
	.trac_service i {
		color: #FFFFFF;
		cursor: pointer;
		font-size: 40px;
		line-height: 85px;
	}
	.trac_iconservice:hover{
		 background: #fff;
		 transform: rotate(-69deg);
	}
	
	.trac_service h3 {
		font-family: 'Lobster', cursive;
		font-size: 22px;
		font-weight: 500;
		position: relative;
	}
	.trac_service p{
		padding:10px 15px 20px;
	}

/*=====================================================================
		SERVICE ICON LIST
======================================================================*/
	.trac_serviceicons {
		list-style-type: none;
		margin: 0;
	}
	.trac_serviceicons > li {
		line-height: 21.5px;
	}
	.trac_serviceicons li i{
		padding-right: 5px;
		color: #2c3e50;
	}
	.ico {
		background: none repeat scroll 0 0 #3C4852;
		float: left;
		height: 40px;
		width: 40px;
	}
	.ico i {
		color: #ECF0F1;
		display: block;
		font-size: 18px;
		line-height: 40px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}


/*=====================================================================
		SUBSCRIBE FORMS
======================================================================*/
	.trac_subscribe {
		display: block;
		position: relative;
	}
	.trac_subscribe .control-group .flat {
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
		border: 1px solid rgba(255, 255, 255, 0.4);
		color: #FFFFFF;
		height: 30px;
		text-indent: 10px;
		width: 30%;
	}
	.trac_subscibetitle {
		color: #FFFFFF;
		font-family: 'Lobster', cursive;
		font-size: 22px;
		margin-bottom: 5px;
		font-weight:lighter;
	}
	#trac_subscribe-form label.error {
		display: inline;
		left: 30%;
		position: absolute;
		top: -25px;
	}


/*=====================================================================
		SOCIAL MEDIA
======================================================================*/
	.trac_social {
		text-align: center;
	}
	.trac_follow {
		color: #FFFFFF;
		font-family: 'Lobster', cursive;
		font-size: 40px;
		line-height: 50px;
		margin:15px auto;
	}
	.trac_socialmed {
		border: 2px solid #1771b2;
		border-radius: 100%;
		color: #ecf0f1;
		font-size: 24px;
		padding: 15px;
		display:inline-block;
		height:30px;
		width:30px;
	}
	.trac_socialmed:hover,
	.trac_socialmed:focus {
		background: #2c3e50;
		border: 2px solid #2c3e50;
		color: #E7499E;
		text-shadow: none;
		box-shadow: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	a.trac_socialmed i {
		line-height: 30px;
	}
	#trac_maps {
		border-bottom: 1px solid #ECECEC;
		border-top: 1px solid #ECECEC;
	}
	#trac_maps {
		height: 300px;
		max-width: 100%;
		width: auto;
	}
	

/*=====================================================================
		ICONS
======================================================================*/
i.small-icon {
	color: #2c3e50;
	border:1px solid #2c3e50;
	background:#fff;
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	margin: 20px 2px;
	border-radius: 50%;
}

i.medium-icon {
	color: #ffffff;
	background: #f85c37;
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 38px;
	margin: 25px 5px;
	border-radius: 50%;
}

i.column-icon {
	color: #ffffff;
	background: #f85c37;
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 60px;
	height: 60px;
	font-size: 28px;
	line-height: 60px;
	border-radius: 50%;
	margin-bottom: 25px;
}
.avatars > .columns:hover i.small-icon{
	border-color:#fff;
	background:transparent;
	color:#fff;
}
i.small-icon:hover{
	background:#fff !important;
	color:#2c3e50 !important;
	
}

i.column-icon:hover {
	font-size: 36px;
}



/*=====================================================================
		link_button STYLE
======================================================================*/
.offer_link_button {
    margin: 30px auto 0;
    overflow: hidden;
    position: relative;
    text-align:center;
    display:inline-block;
}

.offer_box {
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    float: none;
}
.link_button {
	cursor:pointer;
	text-align:center;
	display:inline-block;
	margin-bottom: 5px;
	border-radius: 4px 4px 4px 4px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.link_button, .link_button:hover, #footer .link_button, #footer .link_button:hover {
	color: #FFFFFF;
	text-transform:uppercase;
}
.link_button:hover {
	background-color: #2c3e50;
}
.link_button + .link_button {
    margin-left: 30px;
}
.outline, #footer .outline {
	box-shadow: 0 0 0 2px #2c3e50 inset;
	color: #2c3e50;
	background-color: transparent;
}
.outline:hover {
	color: #fff;
}	
.outline.black {
	box-shadow: 0 0 0 2px #2c3e50 inset;
	color: #2c3e50;
}
.outline.black:hover {
	color: #fff;
	background-color: #2c3e50;
}
.outline.white {
	box-shadow: 0 0 0 2px #FFFFFF inset;
	color: #2c3e50;
}
.outline.white:hover {
	color: #2c3e50;
	background-color: #fff;
}
.small {
	padding: 0 12px 0 12px !important;
	font-size: 10px;
}
.medium {
	font-size:11px;
	padding: 9px 18px !important;
}
.large {
	padding: 12px 29px !important;
	font-size: 12px;
}
.rounded {
	border-radius: 30px 30px 30px 30px;
}
.grey { background-color:#2c3e50; }
.grey:hover { color: #FFFFFF; background-color:#E7499E}
.yellow { background-color:#FEEB43; color: #707070; }
.white { background-color:#fff; color: #2c3e50; }
.orange { background-color:#f96e5b; }
.primary { background-color:#E7499E; }
.white.outline { box-shadow: 0 0 0 2px #FFFFFF inset; color: #fff; background-color:transparent; }
.tealgreen { background-color:#3ea9a1; }
.blue { background-color: #7CC0CB; }
.navyblue { background-color: #657383; }
.purple { background-color:#9a86a2; }
.magenta {background-color:#C25283; }
.pink { background-color:#F9A7B0; }
.red { background-color:#dc4f49; }
.cream { background-color:#C9C299; }

.offer_link_button .link_button {
	font-size: 18px;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	float: left;
	letter-spacing: -1px;
}
.offer_link_button .or {
	background-color: #fff;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 42px;
	text-align: center;
	margin-left: -23px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	z-index: 99;
	font-weight: bold;
	border-radius:50%;
	font-family:'Lobster', cursive;
}
.offer_link_button .title {
    display: block;
}
.offer_link_button .subtitle {
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0;
}	
.offer_link_button .link_button:first-child {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	border-right: 1px solid #fff;
}
.offer_link_button .link_button:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.offer_link_button .title {
    display: block;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: -5px;
}

.offer_link_button a:focus {
    text-decoration: none;
    color:#fff;
}

.offer_box > p {
    color: #FFFFFF;
    font-family: 'Lobster', cursive;
    font-size: 20px;
    text-transform: uppercase;
}

.offer_box > h1 {
    color: #fff;
    font-family: 'Lobster', cursive;
    font-size: 50px;
}



/*=====================================================================
		PARALLAX
======================================================================*/
.parallax {
    background: url("../img/trac_background/sklep-z-zabawkami-wawer-falenica-troll-land.png") repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    display: block;
    padding: 60px 0;
    position: relative;
}
.parallax_2 {
    background: url("../img/trac_background/sklep-z-zabawkami-warszawa-falenica-mis.png") repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    display: block;
    padding: 60px 0;
    position: relative;
}
.parallax_3 {
    background: url("../img/trac_background/chmury-zabawki-gry.jpg") repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    display: block;
    padding: 60px 0;
    position: relative;
}





/********************* TESTIMONIALS ********************/
.flex-viewport {
    margin:0 auto;
}
#testimonials-slider{
	position: relative;
	font-size: 1.4em;
}

#testimonials-slider .flex-direction-nav a {
    background: none repeat scroll 0 0 #E7499E;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    width: 40px;
}
#testimonials-slider .flex-direction-nav a:hover{
	
}
#testimonials-slider .flex-direction-nav .flex-prev { left: 0; }
#testimonials-slider .flex-direction-nav .flex-next { right: 0; text-align: right; }

#testimonials-slider h6 {
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'Lobster', cursive;
    line-height: 40px;
}
#testimonials-slider p:before {
    color: #FFFFFF;
    content: ",,";
    display: block;
    font-family: Helvetica;
    font-size: 160px;
    font-weight: bold;
    height: 100px;
    left: 43%;
    letter-spacing: -15px;
    opacity: 0.5;
    position: relative;
    top: -30px;
    width: 100px;
    z-index: 9999;
}
#testimonials-slider p {
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 75%;
}

#testimonials .hr{
	background-color: #fff;
}
.slides.text-center > li {
    position: relative;
    padding: 0 0 60px;
}

.photos {
    border: 4px solid #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    display: block;
    height: 80px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 80px;
}


/*=====================================================================
		BLOG
======================================================================*/
.blog{
	background:#ecf0f1;
}
.trac_blogcontent {
    padding: 20px;
    background:#fff;
}

.trac_blogtitle {
    color: #34495E;
    font-family: 'Lobster', cursive;
    font-size: 30px;
    line-height: 40px;
}

.blog_meta {
    margin: 0 auto 10px;
}

.blog_meta a {
    color: #BDC3C7;
    font-family: 'Lobster', cursive;
    font-size: 12px;
    margin-right:10px;
}

.blog_meta a i {
    padding-right: 3px;
}
.trac_blogcontent > p {
    font-family: 'Lobster', cursive;
    margin: 15px auto;
    text-align: left;
    font-size:13px;
}

.rm {
    font-family: 'Lobster', cursive;
    color:#2c3e50;
}


/*=====================================================================
		CONTACT FORM
======================================================================*/
	#trac_contactform {
		display: inline-block;
		margin-bottom: 60px;
		position: relative;
	}
	.trac_infocontact {
		position: relative;
		display: inline-block;
		margin: 60px auto;
		text-align:center;
	}
	.trac_contacticon {
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		-ms-border-radius: 100%;
		-o-border-radius: 100%;
		box-shadow: 0 0 0 2px #bdc3c7;
		display: block;
		height: 90px;
		line-height: 90px;
		margin: 0 auto;
		position: relative;
		width: 90px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.trac_contacticon:hover {
		box-shadow: 0 0 0 2px #E7499E;
		transform: rotate(45deg);
		cursor: pointer;
	}
	.trac_infocontact_text{
		text-align:center;
	}
	.trac_infocontact_text p {
		font-family: 'Lobster', cursive;
		font-size: 22px;
		line-height: 32px;
		margin-top: 30px;
	}
	.trac_bottomlogo > img {
		display: inline-block;
		padding: 15px;
		width: 100px;
		border-bottom: 2px solid ;
	}

	.trac_bottomlogo {
		border-bottom: 1px solid #ecf0f1;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}


.modal {
	width: 460px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -230px;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 70px 0;
	text-align: center;
	height: 228px;
	margin-top: -114px;
	display: none;
}

.modal h1 {
	margin: 0 0 30px 0;
	color: #333333;
}

.modal p {
	margin-bottom: 8px;
	line-height: 16px;
	font-size: 16px;
}

.modal p.modal-close {
	color: #b2b2b2;
	cursor: pointer;
}

.modal p.modal-close:hover {
	color: #333;
}

.modal-overlay {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
	display: none;
}


/*												Progress Bars ^
--------------------------------------------------------------*/
.progress-bars {
	margin-bottom: 30px;
}

.progress-scale {
	height: 10px;
	margin-bottom: 15px;

	border-radius: 2px;
	background: #bdc3c7;
	border: 1px solid #e2e2e2;

	text-shadow: 0 1px 1px #c4c4c4;
}

.progress-label {
	margin-bottom: 5px;
	font-family: 'Lobster', cursive;
	font-size: 13px;
	color: #474343;
}

.progress-label > span {
    font-weight: bold;
    margin-left: 5px;
    float:right;
}

.progress-line {
	width: 0;
	height: 10px;

	position: relative;
	top: auto;
	left: -1px;

	padding-left: 2px;

	border-radius: 2px 0 0 2px;

	-webkit-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;
}

.progress-line {    
	background-color: #E7499E;

	-webkit-animation: bg-move 2s linear infinite;
	animation: bg-move 2s linear infinite;
}

@-webkit-keyframes bg-move { 
	0% { background-position: -34px 0 }
	100% { background-position: 0 0 }
}

@-webkit-keyframes bg-move { 
	0% { background-position: -34px 0 }
	100% { background-position: 0 0 }
}

/* Progress Bars Modifier
----------------------------------------------------------------------*/

.m-dark .progress-scale {
	height: 16px;

	background: #333537;
	border: none;
}

.m-dark .progress-label {
	margin: 5px 0;

	font-size: 11px;
	color: #818282;
}

.m-dark .progress-line {
	height: 16px;

	top: 0;    left: 0;
	padding: 0;
}



/****************************************************************************
15. SELECTED WORKS
****************************************************************************/
.trac_portfolio_container { display:inline-block; margin-top:30px; width:100% !important; }
.trac_portfolio_item { float:left; position:relative;}
.trac_portfolio_item img { width:100%; }
.trac_portfolio_item_content { text-align:center; padding: 15px 0; background:#ecf0f1}

.portfiolio-filters li  { float:left; white-space: nowrap; margin: 0 5px 5px 0; list-style:none}

.portfiolio-filters li a {
    border: 2px solid rgba(0, 0, 0, 0);
    font-family: 'Lobster', cursive;
    font-size: 20px;
    padding: 6px 10px 3px;
}
.portfiolio-filters li a:hover {
	color: #34495e;
}
.portfiolio-filters li a.filter-current {
    border: 2px solid #E7499E;
    color: #34495e;
}
.portfiolio-filters li a.filter-current:focus{
	text-decoration:none;
}

.trac_portfolio_item .mask { 
	width:100%; 
	height:100%; 
	text-align:center; 
	position:absolute; 
	top:0; 
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.masking_bg { background: rgba(26, 188, 156, .8); }
.trac_portfolio_item .icon {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin:0 auto; display:table; 
}

.trac_portfolio_item:hover .mask  {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.trac_portfolio_item:hover .icon {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-top:80px;
}

.trac_portfolio_item .mask a { width:100%; height:100%; display:table; position:relative; }

.trac_portfolio_item .mask a span {
    color: #fff;
    font-size: 30px;
}

.trac_portfolio_item .mask a span.icon{
    border: 1px solid;
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.trac_portfolio_item_content{
	padding:30px 0;
}
.trac_portfolio_item_content h5 {
    font-family: 'Lobster', cursive;
    font-size: 28px;
    margin:0 auto;
}
.trac_portfolio_item_content span {
    font-family: 'Lobster', cursive;
    font-size: 14px;
}

.trac_portfolio_item_subcontent {
    background: #ECF0F1;
    bottom: 0;
    padding: 30px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.trac_portfolio_item_subcontent h5 {
    color: #34495e;
    font-family: 'Lobster', cursive;
    font-size: 28px;
    line-height:34px;
    margin:0 auto;
}
.trac_portfolio_item_subcontent span {
	font-family: 'Lobster', cursive;
	font-size: 14px !important;
	color:#34495e;
}
.trac_portfolio_item:hover .trac_portfolio_item_subcontent h5 {
	color:#fff;
	z-index:9999;
	position: relative;
}
.trac_portfolio_item:hover .trac_portfolio_item_subcontent span {
	color:#fff;
	z-index:9999;
	position: relative;
}


.trac_portfolio_item .hoverEffect {
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index:9;
	background-color: rgba(26, 188, 156, 0.7);
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.inHover {
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 25px;
    height: 50px;
    left: 40%;
    line-height: 50px;
    position: relative;
    text-align: center;
    top: 0%;
    width: 50px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.trac_portfolio_item:hover .inHover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	top: 24%;
	
}
.trac_portfolio_container .trac_portfolio_item a:hover .hoverEffect {
	height: 100%;
	opacity: 1;
}

.trac_portfolio_item a {
    display: block;
    height: 380px;
    width: auto;
}



/* -------------------------------------------------- */
/* contact form */
/* -------------------------------------------------- */
.error {
    background: none repeat scroll 0 0 #E74C3C;
    color: #FFFFFF;
    display: none;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 170px;
}

.success {
    background: #E7499E;
    color: #FFFFFF;
    display: none;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 280px;
}

.error img {
    vertical-align: top;
}

.full {
    width: 98%;
}






/****************************************************************************
TWITTER SLIDER
****************************************************************************/

.trac_twitter {
    text-align: center;
}
.twwet_icon {
    display: block;
    position: relative;
    text-align:center;
}
.twwet_icon i {
    color: #FFFFFF;
    font-size: 50px;
}

.tweet_list {
    padding: 30px 0 0;
    position: relative;
    margin:0 auto;
}
.tweet_list li {
    color: #FFFFFF;
    list-style: none outside none;
}

.tweet_list li p {
    font-family: 'Lobster', cursive;
    font-size: 20px;
}

time {
    font-size: 14px;
    font-weight: bold;
}
.tweet_list li p a {
	color: #FFFFFF;
	font-family: 'Lobster', cursive;
	font-weight: 700;
}



/****************************************************************************
16. ISOTOPE
****************************************************************************/

.isotope-item {
  z-index: 2;
  margin-left:20px;
  margin-bottom:30px;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*=====================================================================
		trac_preload
======================================================================*/
	#trac_preload {
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background-color:#fff; /* change if the mask should have another color then white */
		z-index:999999; /* makes sure it stays on top */
	}

	#trac_textload {
		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/trac_preload.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 */
	}
	#trac_textload p{text-align:center;}
		
	.ajax-loader, .loadings {
			background:url(../img/preloader.gif) no-repeat; 
			height: 48px;
			width: 48px;
			display: none;
			float: right;
			margin: 15px 30px 0 0;
		}

/*=====================================================================
		RESPONSIVE STYLE
======================================================================*/
@media screen and (max-width: 1928px) {
	.trac_brand {
		margin: 30px auto 0;
		position: relative;
		width: 190px;
	}
	.trac_portfolio_item {
		display: block;
		height: 279px;
		margin-bottom: 35px !important;
	}
}
@media screen and (max-width: 1280px) {
	.trac_brand {
		margin: 30px auto 0;
		position: relative;
		width: 190px;
	}
	.trac_portfolio_item {
		display: block;
		height: 279px;
		margin-bottom: 35px !important;
	}
}
@media screen and (max-width: 1024px) {
	.trac_brand {
		margin: 30px auto 0;
		position: relative;
		width: 150px;
	}
	.trac_portfolio_item {
		display: block;
		height: 250px;
		margin-bottom: 35px !important;
	}
}
@media screen and (max-width: 980px) {
	.trac_brand {
		margin: 30px auto 0;
		position: relative;
		width: 150px;
	}
	.trac_portfolio_item {
		display: block;
		height: 239px;
		margin-bottom: 30px !important;
		margin-left:12px;
	}
	.inHover{
		left:35%;
	}
	.trac_portfolio_item:hover .inHover{
		top: 16%;
	}
}
@media screen and (max-width: 900px) {
	.trac_trac_welcomeslide {
		overflow: hidden;
		width: auto;
	}
	.trac_trac_welcomeslide > span {
		color: #FFFFFF;
		font-family: 'Lobster', cursive;
		font-size: 80px;
		font-weight: 700;
		line-height: 72px;
	}
	.trac_subscribe .control-group .flat{
		width:50%;
	}
	.trac_subtitle p{
		font-size: 20px;
		width:85%;
	}
	.isotope-item{
		margin-left:15px;
		margin-bottom:15px;
	}
	.offer_link_button .link_button{
		width:200px;
	}
	.trac_portfolio_item img{
		max-height:100%;
	}
	.trac_portfolio_item {
		display: block;
		height: 238px;
		margin-bottom: 35px !important;
	}
}

@media screen and (max-width: 800px) {
	.trac_trac_welcomeslide {
		overflow: hidden;
		width: auto;
	}
	.trac_trac_welcomeslide > span {
		color: #FFFFFF;
		font-family: 'Lobster', cursive;
		font-size: 80px;
		font-weight: 700;
		line-height: 72px;
	}
	.trac_subscribe .control-group .flat{
		width:50%;
	}
	.trac_subtitle p{
		font-size: 20px;
		width:85%;
	}
	.isotope-item{
		margin-left:15px;
		margin-bottom:15px;
	}
	.offer_link_button .link_button{
		width:200px;
	}
	.trac_portfolio_item img{
		max-height:80%;
	}
	.trac_portfolio_item {
		display: block;
		height: 239px;
		margin-bottom: 35px !important;
	}
	.inHover{
		left:35%;
	}
	.trac_portfolio_item:hover .inHover{
		top: 15%;
	}
	
}


@media screen and (max-width: 768px) {
	.trac_trac_welcomeslide {
		overflow: hidden;
		width: auto;
	}
	.trac_trac_welcomeslide > span {
		color: #FFFFFF;
		font-family: 'Lobster', cursive;
		font-size: 80px;
		font-weight: 700;
		line-height: 72px;
	}
	.trac_subscribe .control-group .flat{
		width:50%;
	}
	.trac_subtitle p{
		font-size: 20px;
		width:85%;
	}
	.trac_service h3 {
		font-size: 18px;
		padding: 0 10px;
	}
	.trac_iconservice {
		height: 70px;
		line-height: 70px;
		top: -30px;
		width: 70px;
	}
	.trac_service i {
		color: #FFFFFF;
		cursor: pointer;
		font-size: 35px;
		line-height: 75px;
	}
	
	.isotope-item{
		margin-left:15px;
		margin-bottom:15px;
	}
	.offer_link_button .link_button{
		width:200px;
	}
	.sticky-wrapper {
		height: 90px !important;
	}
	
	.trac_portfolio_item {
		display: block;
		height: 239px;
		margin-bottom: 35px !important;
	}
}




@media screen and (max-width: 640px) {
	.trac_mainmenu  { display:none; }
	.trac_mobilelink_button {
		display: inline-block;
		float: right;
		position: relative;
		margin-top:15px;
	}
	.trac_mobilelink_button i {
		font-size: 30px;
		margin-right: 20px;
		margin-top: 15px;
	}
	.trac_trac_welcomeslide > span {
		font-size: 54px;
		font-weight: 600;
		line-height: 58px;
	}
	.trac_welcome{
		margin:30px auto;
	}

	.trac_subscribe .control-group .flat{
		width:50%;
		margin-bottom:10px;
	}
	.trac_subscibetitle{
		margin-bottom:0;
	}
	.title > h1:before,.title > h1:after{
		font-size:60px;
	}
	.title > h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.trac_subtitle p{
		font-size:16px;
		width:auto;
	}
	.trac_servicebox p {
		margin-bottom: 30px;
	}
	.trac_servicebox h5 {
		line-height: 35px;
		margin-bottom: 0;
		margin-left: 50px;
	}
	.trac_servicebox p {
		margin: 15px auto 30px;
	}
	.trac_aboutus .span4 {
		margin-bottom: 30px;
	}
	.ico i {
		font-size: 16px;
		line-height: 40px;
	}
	.trac_infocontact .span4{
		margin-bottom:30px;
	}
	.trac_brand {
		width: 80px;
		margin:20px auto 0;
	}
	.trac_welcome h2{
		margin:15px auto 10px;
	}
	.trac_menu .logo {
		margin: 5px 20px;
		width: 100px;
	}
	.sticky-wrapper.is-sticky .trac_menu {
		padding: 15px 0;
		transition: all 0.3s linear 0s;
	}
	.trac_about, .service, .contact {
		padding: 80px 20px;
	}
	.trac_service {
		margin-bottom: 60px;
	}

	#trac_contactform {
		display: block;
	}
	.trac_mobtrac_menu li {
		list-style: none outside none;
		margin-top:1px ;
	}
	.trac_mobtrac_menu li.active, .trac_mobtrac_menu li:hover {
		background: #E7499E;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.trac_mobtrac_menu {
		margin: 0 auto 20px;
		position: relative;
		z-index: 9999;
	}
	.trac_mobtrac_menu a {
		display: block;
	}
	.trac_mobtrac_menu li.active a, .trac_mobtrac_menu a:hover {
		color:#fff;
	}
	.offer_link_button .link_button{
		width:160px;
	}
	.offer_link_button{
		margin:15px auto 0;
	}
	.avatars > .columns:hover img {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	#testimonials-slider p:before{
		left:43%;
	}
	#testimonials-slider p{
		width:95%;
	}
	.trac_portfolio_item img{
		max-height:80%;
	}
	.trac_portfolio_item {
		display: block;
		height: 360px;
		margin-bottom: 35px !important;
	}
	.inHover{
		left:45%;
	}
	.trac_portfolio_item:hover .inHover{
		top: 30%;
	}
	
}


@media screen and (max-width: 480px) {
	.trac_mainmenu  { display:none; }
	.trac_menu .logo {
		margin: 5px 20px;
		width: 100px;
	}
	.trac_mobtrac_menu {
		margin: 0 auto 20px;
	}
	
	.trac_mobtrac_menu li {
		list-style: none outside none;
		margin-top:1px ;
	}
	.trac_mobtrac_menu li.active, .trac_mobtrac_menu li:hover {
		background: #E7499E;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.trac_mobtrac_menu {
		margin: 0 auto 20px;
		position: relative;
		z-index: 9999;
	}
	.trac_mobtrac_menu a {
		display: block;
	}
	.trac_mobtrac_menu li.active a, .trac_mobtrac_menu a:hover {
		color:#fff;
	}
	.trac_mobilelink_button {
		display: inline-block;
		float: right;
		position: relative;
		margin-top:15px;
	}
	.trac_mobilelink_button i {
		font-size: 30px;
		margin-right: 20px;
		margin-top: 15px;
	}
	.trac_welcome{
		text-align:center;
		margin:20px auto;
	}
	.trac_welcome h2 {
		font-size: 26px;
		margin: 15px auto 5px;
	}
	
	.trac_trac_welcomeslide {
		overflow: hidden;
		width: auto;
	}
	.trac_trac_welcomeslide > span {
		font-size: 50px;
		font-weight: 600;
		line-height: 50px;
	}
	.trac_subscribe .control-group .flat{
		width:100%;
		margin-bottom:10px;
	}
	.trac_subscibetitle{
		margin-bottom:0;
	}
	.trac_infocontact .span4{
		margin-bottom:30px;
	}
	.trac_brand {
		margin: 20px auto 0;
		position: relative;
		width: 80px;
	}
	
	.trac_subscribe {
		padding: 0 20px;
	}
	.trac_service {
		margin-bottom: 60px;
	}
	
	.offer_link_button{
		margin:15px auto 0;
	}
	.offer_link_button .link_button{
		width:140px;
	}
	.percentage.easyPieChart {
		margin-left:0;
		margin-bottom:0;
	}
	.chart > p{
		text-align:right;
	}
	.portfiolio-filters {
		margin: 0;
	}
	.portfiolio-filters li {
		margin: 0 0 20px;
	}
	.portfiolio-filters li a{
		padding:2px 7px 1px;
	}
	.trac_portfolio_container{
		margin-top:10px;
	}
	.isotope-item{
		margin-left:0;
		margin-bottom:25px;
	}
	#testimonials-slider p:before{
		left:40%;
	}
	#testimonials-slider p{
		width:95%;
	}
	.trac_blogpost article {
		margin-bottom: 25px;
	}
	.title > h1:before, .title > h1:after{
		font-size:60px;
	}
	.trac_portfolio_item img{
		max-height:70%;
	}
	.trac_portfolio_item {
		display: block;
		height: 320px;
		margin-bottom: 30px;
	}
	
}



@media only screen and (max-width:360px){
	.trac_mainmenu  { display:none; }
	.trac_menu .logo {
		margin: 5px 20px;
		width: 50px;
	}
	canvas {
		cursor: pointer;
		height: 150px;
	}
	.knob {
		font-size: 24px !important;
		height: 95px !important;
		margin-left: -103px !important;
		margin-top: 5px !important;
	}
	.title > h1 {
		font-size: 35px;
		line-height: 50px;
	}
	.title > h1:before {
		font-size: 45px;
	}
	.title > h1:after {
		font-size: 45px;
	}
	.trac_mobtrac_menu {
		margin: 0 auto 20px;
	}
	.trac_mobtrac_menu li {
		list-style: none outside none;
		margin-top:1px ;
	}
	.trac_mobtrac_menu li.active, .trac_mobtrac_menu li:hover {
		background: #E7499E;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.trac_mobtrac_menu {
		margin: 0 auto 20px;
		position: relative;
		z-index: 9999;
	}
	.trac_mobtrac_menu a {
		display: block;
	}
	.trac_mobtrac_menu li.active a, .trac_mobtrac_menu a:hover {
		color:#fff;
	}
	.trac_brand {
		margin: 30px auto 0;
		position: relative;
		width: 100px;
	}
	.trac_trac_welcomeslide > span {
		font-size: 46px;
		font-weight: 600;
		line-height: 52px;
	}
	.trac_infocontact .span4{
		margin-bottom:30px;
	}
	.trac_subscribe {
		padding: 0 20px;
	}
	.trac_about, .service, .contact {
		padding: 70px 20px;
	}
	.trac_service {
		margin-bottom: 60px;
	}
	.trac_socialmed{
		margin-bottom:3px;
	}
	.offer_box{
		width:98%;
	}
	.offer_box > p{
		font-size:16px;
	}
	.offer_link_button .link_button{
		width:140px;
	}
	.percentage.easyPieChart {
		float:none;
		margin-left:90px;
		margin-bottom:20px;
	}
	.chart > p{
		text-align:left;
		padding:0;
	}
	.portfiolio-filters li {
		margin: 0 5px 20px 0;
	}
	.isotope-item{
		margin-left:0;
	}
	#testimonials-slider p:before{
		left:35%;
	}
	#testimonials-slider p{
		width:95%;
	}
	
	.trac_blogpost article {
		margin-bottom: 20px;
	}
	.inHover{
		left:43%;
	}
	.trac_portfolio_item:hover .inHover{
		top: 25%;
	}
}


@media only screen and (max-width:320px){
	.trac_mainmenu  { display:none; }
	.trac_menu .logo {
		margin: 5px 20px;
		width: 50px;
	}
	.trac_welcome{
		text-align:center;
		margin:30px auto;
	}
	.trac_welcome h2{
		margin:15px auto;
		font-size:26px;
	}
	.trac_trac_welcomeslide {
		overflow: hidden;
		width: auto;
	}
	.trac_trac_welcomeslide > span {
		color: #FFFFFF;
		font-family: 'Lobster', cursive;
		font-size: 40px;
		font-weight: 600;
		line-height: 50px;
	}
	.trac_subscribe .control-group .flat{
		width:100%;
		margin-bottom:10px;
	}
	.trac_subscibetitle{
		margin-bottom:0;
	}
	.trac_mobilelink_button {
		display: inline-block;
		float: right;
		position: relative;
	}

	.trac_mobilelink_button i {
		font-size: 30px;
		margin-right: 30px;
		margin-top: 15px;
	}
	.title > h1 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.title > h1:before {
		font-size: 45px;
		bottom:-2px;
	}
	.title > h1:after {
		font-size: 45px;
		bottom:-2px;
	}
	.trac_subtitle p{
		font-size:16px;
		width:auto;
	}
	.trac_servicebox p {
		margin-bottom: 30px;
	}
	.trac_servicebox h5 {
		line-height: 35px;
		margin-bottom: 0;
		margin-left: 50px;
	}
	.trac_servicebox p {
		margin: 15px auto 30px;
	}
	.trac_infocontact .span4{
		margin-bottom:30px;
	}
	
	
	.offer_link_button .link_button{
		width:140px;
	}
	.percentage.easyPieChart {
		float:none;
		margin-left:70px;
		margin-bottom:20px;
	}
	.chart > p{
		text-align:left;
	}
	.portfiolio-filters li {
		margin: 0 5px 20px 0;
	}
	.isotope-item{
		margin-left:0;
	}
	#testimonials-slider p:before{
		left:30%;
	}
	#testimonials-slider p{
		width:95%;
	}
	.trac_blogpost article {
		margin-bottom: 20px;
	}
	.inHover{
		left:40%;
	}
	.trac_portfolio_item:hover .inHover{
		top: 24%;
	}
	
	
	
}

