@charset "utf-8";

html,body,div,span,h1,h5,h6,blockquote,a,img,small,sub,b,dl,dd,dt,ul,li,label,article,details,footer,header,menu,nav,input,textarea,select{
		background:transparent;
		border:0;
		outline:0;
		padding:0;
		margin:0;
	}
	
.firstHeading,#bodyContent{
	color:#4A0000;
	
}	
.firstHeading {
	font-size: 16px!important;
}
.whiteborder {
	border: 5px solid #FFFFFF;
}
	.clearfix:after {
		clear: both;
		content: " ";
		display: block;
		font-size: 0;
		height: 0;
		line-height: 0;
		visibility: hidden;
		width: 0;
	}
	
	li {
	list-style:none;
	color: #666666;		
	}

.zmargin{
	margin:0px!important;
}

#lista{
float:left;
margin-top:20px;
display:block;
height:auto;
}
#lista ul{	margin-top:0px;}
#lista li{	margin-bottom:10px;}
#f{display:block;
	position: fixed;
	top: 120px;
	right:0;
	padding:3px;
	background-color:#425F9C;
	z-index:3200;
}
#f:hover{
	background-color:#4A0000;
}

#sms{
	width:248px;
	background-color:#fff;
	color: #000;
	padding:5px;
}
#sms img{
width: auto;
height:auto;
float:right!important;
}


/* ------------------------------------------------------------------------------- */
/*  1. General
/* ------------------------------------------------------------------------------- */	
	@font-face {
		font-family: 'BebasRegular';
		src: url('font/BEBAS___-webfont.eot');
		src: url('font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/BEBAS___-webfont.woff') format('woff'),
			 url('font/BEBAS___-webfont.ttf') format('truetype'),
			 url('font/BEBAS___-webfont.svg#BebasRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	html,body{
		font-family: 'Lato','Arial';
		font-size:15px;
		width:100%;
		height:100%;
		color:#484848;		
	}
	
		
	body {overflow-x:hidden;}
	
	#lang{
	position:fixed;
	right:0;
	top: 8px;
	background-color:transparent;
	width:40px;
	height:30px;
	z-index:100000;
	}
	
	.container {
		width:960px;
		margin:0 auto;
		padding-top:80px;
		padding-bottom:55px;
		z-index:10;
		position:relative;
	}
	
	hr{
	  border: 1px dashed #ccc;
    border-style: none none dashed; 
    color: #fff; 
    background-color: transparent;
	}
	.white {
		color:#FFF;
	}
	
	.color {
		color:#65000e;
	}
	
	.black {
		color:#262932;
	}
	.white{color:#fff;}
	
	.mb {
		margin-bottom:5px;
	}
	.zero{
	margin-top:-45px;
	}
	
.mt {
	margin-top:50px;
	}
	
.center {
	text-align:center;
	margin-top:45px;		
	}
.center2 {
	text-align:center!important;	
	margin-top:0px!important;	
	}
.buttons {
	padding-top:10px;
	margin:0 auto;
	width:78px;
}	
	
.big-paragraph {
	font-size:18px;
	line-height:25px;
	margin-top: 20px;
	}

.left {
	float:left;
	}
.right {
	float:right;
	}
.pluginSkinDark, .pluginSkinDark .fcb, .pluginConnectTextDark, #u_0_2{
color:#fff!important;
}
	
.rotate1{
		transform:rotate(8deg);
		-ms-transform:rotate(8deg); /* IE 9 */
		-webkit-transform:rotate(8deg); /* Opera, Chrome, and Safari */
		-moz-transform: rotate(8deg)
}
.rotate2{
		margin-top: -10px;
		-ms-transform:rotate(-6deg); /* IE 9 */
 		 transform: rotate(-6deg);
		-webkit-transform: rotate(-6deg);		  /* Opera, Chrome, and Safari */
	-moz-transform: rotate(-6deg)
	}
.imgleft {
	float:left;	
	margin-right: 15px;
	box-shadow: 4px 4px 10px #888888;
	}
.imgright {
	float:right;	
	margin-left: 15px;
	box-shadow: 4px 4px 10px #888888;
	}
		
	

	
	h1 { padding-top:25px;font-size: 37px; font-weight:bold; line-height:52px;  font-family: 'BebasRegular, helvetica,"Muli",sans-serif' , 'arial'; }
    h2 { font-size: 36px; font-weight:normal; line-height:36px; font-family: 'Lato, helvetica,"Muli",sans-serif' , 'arial'; }
    h3 {
	font-size: 20px;
	line-height:30px;
	font-family: 'Lato, helvetica, "Muli", sans-serif', 'arial';
	font-weight: lighter;
	margin-top:0;
	color: #65000e;
}
    h4 { font-size: 17px; font-weight:normal; line-height:20px; font-family: 'Lato, helvetica,"Muli",sans-serif' , 'arial'; }
    h5 { font-size: 16px; font-weight:bold; line-height:18px; font-family: 'Lato, helvetica,"Muli",sans-serif' , 'arial'; }
	
	p { line-height:24px; }
	
	a{
        color: #3d0000;
        text-decoration: underline;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    }
	a:hover{
	text-decoration: underline;	
	}
	
	img, div, input, textarea {
		-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	}
	
	.one_half {
    	width: 48%;
	}
	
	.one_third {
		width: 28%;
	}
	
	.one_fourth {
		width: 25%;
	}
	
	.one_fifth {
		width: 16.8%;
	}
	
	.one_sixth {
		width: 13.33%;
	}
	
	.two_fifth {
		width: 37.6%;
	}
	
	.two_fourth {
		width: 47.5%;
	}	
	
	.two_third {
		width: 67%;
	}
	
	.three_fifth {
		width: 55.9%;
	}
	
	.three_fourth {
		width: 74%;
	}
	
	.four_fifth {
		width: 79.2%;
	}
	
	.five_sixth {
		width: 82.67%;
	}
	

	
#people{
	float: left;
	width: auto;
	margin-right: 25px;
	margin-top: 10px;
}	
	
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: left;
		margin-bottom: 15px;
		margin-right: 5%;
		position: relative;
	}
.one_third img{
	margin-bottom:5px;
	}
	


	
.last {
		margin-right:0px!important;
	}
	
	.btn-small {
	color: #fff;
	padding: 7px;
	background: #710016;
	font-size: 18px;
	width: 188px;
	display: block;
	float: right;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 14px 4px;
	line-height: 20px;
	}
	
	.btn-small img{margin-top:5px;float:left;}
	.btn-small a, .btn-small a:hover{
		color: #fff;
		text-decoration: none;
	}
	.btn-small span{font-size:15px;}
	
	.btn-small:hover {
		background:#000;
		color:#fff;
		opacity:1;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(58, 58, 58, 0.75);
		-moz-box-shadow:    0px 0px 15px 0px rgba(58, 58, 58, 0.75);
		box-shadow:         0px 0px 15px 0px rgba(58, 58, 58, 0.75);
}


/* ------------------------------------------------------------------------------- */
/*  2. Menu
/* ------------------------------------------------------------------------------- */

	#line {
		background:#fff;
		position: relative;  
		width: 100%;
		height: 2px;
		margin-bottom:4px; 
		z-index: 1000;		
	}
	
	
	#navigation {
	display:block;
	background-color: #ffffff;
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 1000;
	-webkit-box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.4);
	border-bottom:5px solid #630014;
	z-index:3500;
	}
	
	#logo {
		float:left;
		margin-left:50px;
		text-transform:none;
		margin-top:10px;
		padding:0;
	}
	
	#navigation ul {
		padding-top:40px;
		float:right;		
	}
	
	#navigation ul li {
	display: inline;
	margin-right:35px;
	font-family: 'Lato, helvetica, "Muli", sans-serif', 'arial';
	font-weight: normal;
	}
	
	#navigation a, #navigation a:active, #navigation a:visited {
	color:#000000;
	padding-top:35px;
	height:90px;
	text-transform:uppercase;
	font-size:16px;
	padding-bottom:45px;
	text-decoration: none;
	}

	#navigation ul li:hover a, #navigation ul li.current a {
	color: #710016;
	border-top: 6px solid #710016;
	padding-top:15px;
	}

	
/* ------------------------------------------------------------------------------- */
/*  Info
/* ------------------------------------------------------------------------------- */
	
	
	
#tabs > div, #tabs2 > div {
      float: left;
      width:100%;
      height: auto;
      min-height: 110px;
      padding-bottom: 8px;
     
	  
}
#tabs h3, #tabs2 h3 {
	  display:none;
	   
}
                   
#pager, #pager2 {
     float:left;
	 margin-top: 12px;
    
}
#pager a, #pager2 a {
      color: #fff;
      font-size: 18px;
      text-decoration: none;
      display: inline-block;   
      padding: 4px 9px;
      background-color : #710016;
      margin-right: 4px;
	  margin-bottom: 2px;
	   -webkit-transition:background-color .5s ease-in;
   -moz-transition:background-color .5s ease-in;
   -o-transition:background-color .5s ease-in;
   transition:background-color .5s ease-in;
}
#pager a:hover, #pager2 a:hover{
	background-color : #000;
 -webkit-transition:background-color .3s ease-out;
   -moz-transition:background-color .3s ease-out;
   -o-transition:background-color .3s ease-out;
   transition:background-color .3s ease-out;
}
#pager a.selected, #pager2 a.selected {
      background-color: #000;
      color: #fff;
      border-bottom: none;
}	
	
/* ------------------------------------------------------------------------------- */
/*  3. Pages and Subpages
/* ------------------------------------------------------------------------------- */


	#index {
		background:#000;
		height: 100%;
		margin-bottom: -100px;
		position: relative;
	}
	
	#ourteam {
		
		-webkit-box-shadow: inset 0px 10px 12px 0px rgba(0,0,0,0.6);
		-moz-box-shadow: inset 0px 10px 12px 0px rgba(0,0,0,0.6);
	box-shadow: inset 0px 10px 12px 0px rgba(0,0,0,0.6);
	background-color: #E8E8E8;
	}
	#ourteam .container{
	padding-top: 20px!important;
	padding-bottom: 20px;
	}
	.newsletter {
		background:#3d0000;
	}
	
	.projects-filters {
		background:#262932;
	}
	
	#news {
		background:#710016;
	}
	
	.slogan {
		background:#3d0000;
		
	}
	
		
	.contact-form {
		background:#ECECEC;
	}
	
	.footer {
	color: #fff;
	background-color: #480002;
	}



/* ------------------------------------------------------------------------------- */
/*  4. Separators
/* ------------------------------------------------------------------------------- */
	.separator1-bg {
		position: absolute;
		height: 100%;
		width: 100%;
		background: url('../images/separator1.jpg') 0 0 repeat fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		z-index:-1;

	}
	
	.separator2-bg {
		position: absolute;
		height: 100%;
		width: 100%;
		background: url('../images/separator2.jpg') 0 0 repeat fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		z-index:-1;
	}
	
	.separator3-bg {
		position: absolute;
		height: 100%;
		width: 100%;
		background: url('../images/separator3.jpg') 0 0 repeat fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		z-index:-1;
	}
	
	.separator4-bg {
		position: absolute;
		height: 100%;
		width: 100%;
		background: url('../images/separator4.jpg') 0 0 repeat fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		z-index:-1;
	}
	
	#separator1, #separator3, #separator4 {
		width: 100%;
		min-height: 266px;
		overflow: hidden;
		position: relative;
		
	}
	
	#separator1 .container,  #separator3 .container,  #separator4 .container{
	padding-top:68px;	
	}
	#separator1 .container h2{
	margin-bottom: 8px;
	margin-top:10px;
	}
	
	
	.pattern {
		background: url('../images/pattern.png');
		background-repeat:repeat;
		position:absolute;
		width:100%;
		height:100%;
		opacity:0.7;
		z-index:0;
	}
	.pattern2 {
		background: url('../images/pattern2.png');
		background-repeat:repeat;
		position:absolute;
		width:100%;
		height:100%;
		opacity:0.7;
		z-index:0;
	}
	#separator2 {
		width: 100%;
		min-height: 210px;
		overflow: hidden;
		position: relative;
		
	}
	#separator2 .container{
		width: 100%;
		text-align: center;
		padding-top:72px;
		padding-bottom:50px;		
		}
	
	.client {	
		margin:0px 5px 0px 0px;
		transition: all 0.3s ease 0s;
	}

	.client:hover {
		margin:0px 5px 20px 0px;
		opacity:0.7;
	}

/* Etusivu - vaihtuvat kuvat */

	div.mc-image {
		-webkit-transition: opacity 1s ease-in-out; 
		-moz-transition: opacity 1s ease-in-out; 
		-o-transition: opacity 1s ease-in-out; 
		transition: opacity 1s ease-in-out;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
		height:100%;
		overflow:hidden;
		width:100%;
	}
	.mc-old-browser .mc-image {
		overflow:hidden;
	}

	#cycle-loader {
		height:32px;
		left:50%;
		margin:-108px 0 0 -8px;
		position:absolute;
		top:50%;
		width:32px;
		z-index:999;
	}
	
	#maximage {
		display:none;
		position:absolute!important;
		background:#000;						
	}
	
	#arrow_left, #arrow_right {
		bottom:180px;
		height:67px;
		position:absolute;
		right:50px;
		width:36px;
		z-index:1200;
	}
	
	#arrow_left {
		right:100px;
	}
	
	#arrow_left:hover, #arrow_right:hover {
		bottom:181px;
	}
	
	#arrow_left:active, #arrow_right:active {
		bottom:181px;
	}
	
	.in-slide-content {
		bottom:125px;
		left:50px;
		margin-right:9%;
		z-index:20;
		position:absolute;
		width:44%;
		text-align:left;
	}
	
	.in-slide-content h1{ 		
		z-index:20;
		font-family:BebasRegular;
		color:#fff;
		border-bottom:#fff solid 1px;
		padding-bottom:8px;
		font-size:56px;
		line-height:64px;
		text-transform:uppercase;
		float:left;
	}
	
	.in-slide-content p{ 		
		z-index:20;
		color:#fff;		
		font-size:18px;
		float:left;
		font-weight:normal;
	}


	
/* ------------------------------------------------------------------------------- */
/*  Malja
/* ------------------------------------------------------------------------------- */
#aboutus{
	background-color: #3d0000;
	background-image: url(../images/pattern2.png);
	background-repeat: repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size:16px;
	
}
#aboutus h1 { padding:0px;

}

.animated {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
#box{
	top:-50px;
	background-color: #fff;
	height: 155px;
	padding:0px 35px 35px 35px;
	z-index:1;
	display: table-cell;
    vertical-align: bottom;
	text-align:center;
	}
#LastModified{
	float: right;
	font-size: 12px;
	text-align:right;
	color:#484848;
}	
#Newproduct{
	position: relative;
	left:15px;
	top:0px;
	margin-left:4px;
	background:white;
	padding:8px;
	height: 140px;
	width: 98%;
	display: table-cell;
  

}

.newtxt, .newtitle {
	
}

.newtitle{
	font-size: 22px;
	color: #65000e;
	margin-top:0px;
	margin-bottom:0px;
}

.newtitle span{
	font-size: 16px;
	color: #484848;
	font-weight: bolder;
	}
.newtxt, .newtxt p{
	margin-top:5px;
	margin-bottom:2px;
	font-size: 16px;
	line-height: 21px;
	color:#484848;
}


	
	.team {
		width:206px;
		height:237px;
		background-color:#3d0000;	
		float:left;
		margin-right:18px;
		overflow:hidden;
		font-size:14px;
	}
	
	.team img.user{
		position:absolute;
	}
	
	.team-overlay {
		width:185px;
		height:100px;
		background-color:#37050d\9;
		background-color: rgba(85, 0, 11, 0.8);
		padding:20px;
		position:relative;
		margin-top:182px;
		-webkit-transition: all 0.3s ease 0s;
           -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
             -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
	}
	
	.team:hover > .team-overlay{
		margin-top:125px;		
	}
	
	.team-overlay h5 {
	
	}
	
	p.team-function {
		color:#fff;
		margin-bottom:15px;	
		line-height:18px;
	}
	
	
	
	
/* ------------------------------------------------------------------------------- */
/*  7. Our Services
/* ------------------------------------------------------------------------------- */


	.heading-and-icon {
		width:100%;
		
	}
	
	.heading-and-icon img{
		float:left;
		margin-right:12px; 
		height:50px;
	}
	
	.heading-and-icon h3 {
		padding-top:15px;
	}
	
	h3.newsletter { 
		float:left;
		margin-right:20px;
		margin-top:5px;
	}
	
	input.newsletter-email, input.newsletter-name {
		width:258px;
		padding:12px;
		float:left;
		background:#fff;
		color:#C4C4C4;
		font-family: 'helvetica,"Muli",sans-serif' , 'arial';
		font-size:18px;
		margin-right:20px;
		margin-top:0;		
	}
	
	button.newsletter-sent {
		color: #7F7F7F;
		padding: 0px 25px 0px 25px;
		background:#262932;
		height:46px;
		font-family: 'helvetica,"Muli",sans-serif' , 'arial';
		font-size:18px;
		text-align:center;
		display:inline-block;
		line-height:46px;
		border:0;
		cursor:pointer;
		transition: all 0.3s ease 0s;
	}
	
	button.newsletter-sent:hover {
		background:#262932;
		color:#fff;
	}

/* ------------------------------------------------------------------------------- */
/*  9. Portfolio Images Hover Effects
/* ------------------------------------------------------------------------------- */
	
	
	.portfolio li { 
		float: left; 
		width:16.6%;
		margin:0!important;
		padding:0!important; 
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		overflow:hidden;		
	}
	
	.portfolio a { 
		display:block;
		text-decoration: none; 
	}
	
	.portfolio img { 
		width: 100%; 
		height: auto; 
		display: block; 
	}
	
	.view .mask {
	   opacity: 0;
	}	
	
	.view:hover .mask {
	   opacity:1;
	}

	.view {	   
	   height: auto;
	   float: left;
	   overflow: hidden;
	   position: relative;
	   text-align: left;	    
	}

	.view .mask {
	   width: 100%;
	   height:100%;
	   position: absolute;
	   overflow: hidden;
	   top: 0;
	   left: 0;
	   background:#3d0000;
	}
	
	
	.mask h5 {
		text-align:center;
		color:#FFF;
		top:50%;
		width:100%;
		margin-top:-20px;
		position:absolute;
		line-height:24px;
	}
	
	.mask p {
		text-align:center;
		color:#FFF;
		opacity:0.5;
		top:50%;
		width:100%;
		margin-top:8px;
		position:absolute;
		line-height:12px;
	}



/* ------------------------------------------------------------------------------- */
/*  10. Portfolio Project page
/* ------------------------------------------------------------------------------- */	
	
	
	.project_page {
		background-color:#fff;
		width:960px;
	}
	
	
	.project_content {
		padding:40px;
		padding-bottom:20px;
		width:auto;
	}
	
	.categories li {
		background: url("../images/list-ico.png") no-repeat scroll 0 14px transparent;
		border-top: 1px solid #F2F2F2;
		display: block;
		padding: 10px 0 10px 13px;
	}
	.categories li:last-child {
		border-bottom: 1px solid #F2F2F2;
	}
	.categories li a {
		color: #ababab;
	}
	.categories li a:hover {
		color: #000;
	}



/* ------------------------------------------------------------------------------- */
/*  11. Portfolio Testimonials
/* ------------------------------------------------------------------------------- */		
	#testimonials {
	background-color: #3d0000;
	}	
	.carousel_testimonials {
	width: 100%;
	height:auto;
	overflow: hidden;
	}
	
	.carousel_testimonials ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
		text-align: center !important;
		
	}
	
	.carousel_testimonials li {
		width: 930px;
		color:#fff;
		height: auto;
		padding: 5px;				
		display: block;
		float: left;
	}
	.carousel_testimonials li h1 {
	opacity:1;
	font-size:28px;
	line-height:31px;
	font-style:normal;
	font-family:  'Lato, helvetica, sans-serif', 'arial';
	font-weight: normal;
	}
	
	.carousel_testimonials li h5 {
		color:#fff;
		opacity:0.8;
		font-weight: normal;
	}
	
	
	.t-prev {
		float: left;
		background: url("../images/left.png") no-repeat;
		width:14px;
		height:21px;
		margin-left:20px;
		opacity:0.3;			
	}
	
	.t-prev:hover {
		opacity:1;
	}
	
	.t-next {
		float: left;
		background: url("../images/right.png") no-repeat;
		width:14px;
		height:21px;
		margin-left:10px;
		opacity:0.3;			
	}
	
	.t-next:hover {
		opacity:1;
	}
	
/* ------------------------------------------------------------------------------- */
/*  12. News
/* ------------------------------------------------------------------------------- */
	
	
	.container-news {
		width:100%;
		padding-top:100px;
		padding-bottom:80px;
	}
	
	.container-news h1 {
		text-align:center;
		color:#000;
		margin-bottom:20px;
	}	
				
	.list_carousel {
		width: 800px;
		height:auto;		
	}
	
	.list_carousel ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;

	}
	
	.list_carousel li {
		background-color: #3d0000;
		width: 340px;
		height: auto;
		min-height: 510px;
		padding-top: 4px;
		margin: 18px;
		display: block;
		float: left;
	}
	
	.list_carousel li h5 {
		color:#000;
		margin-bottom:3px;
	}
	
	#new {
		float: right;
		display: block;
		padding:8px;
		background-color: #52030F;
		color:#fff;
	}
	
	#change {
		float: right;
		display: block;
		padding:8px;
		padding:8px;
		background-color: #ccc;
		color:#000000;
	}
	
	
	.list_carousel.responsive {
		width: auto;
		margin-left: 0;
	}
	
	#news-navigation {
		width:160px;
		height:70px;
		padding-top:15px;
		margin:0 auto;
	}
	
	.prev {
		float: left;
		background: url("../images/left.png") no-repeat scroll 26px 24px #fff;
		width:30px;
		height:30px;
		padding:20px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius:50px;				
	}
	
	.prev:hover {
		background: url("../images/left_hover.png") no-repeat scroll 26px 24px #3d0000;
	}
	
	.next {
		float:left;		
		margin-left:20px;
		background: url("../images/right.png") no-repeat scroll 28px 24px #fff;
		width:30px;
		height:30px;
		padding:20px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius:50px;		
	}
	
	.next:hover {
		background: url("../images/right_hover.png") no-repeat scroll 28px 24px #3d0000;
	}
	

/* ------------------------------------------------------------------------------- */
/*  13. News Images Hover Effects
/* ------------------------------------------------------------------------------- */

	.news img {	   
	   display: block;
	   width: 100%;
	   height:auto;	   
	}
	
	.news .mask {
	   opacity: 0;
	}	
	
	.news:hover .mask {
	   opacity:1;
	}	

	.news {
		width:100%;	   
	    height: auto;
	    float: left;
	    overflow: hidden;
	    position: relative;
	    text-align: left;	    
	}

	
	.news-intro {
		background:#fff;
		float:left;
		padding:18px;
		height:auto;
		min-height:225px!important;
		width:304px;
		font-size: 13px;
	}
	

/* ------------------------------------------------------------------------------- */
/*  14. News Post page
/* ------------------------------------------------------------------------------- */		

	.news_page {
		background-color:#fff;
		width:800px;
	}
	
	.news_content{
		padding:40px;
		width:auto;
	}
	
	.news-details {
		width:100%;
		height:auto;
		margin-bottom:20px;
	}
	
	p.post-admin {
		background: url("../images/post-admin.png") no-repeat scroll left center transparent;
		font-size: 12px;
		margin-bottom: 15px;
		color:#A1A1A1;
		padding-left:25px;
		float:left;
	}
	
	p.post-calendar {
		background: url("../images/post-calendar.png") no-repeat scroll left center transparent;
		font-size: 12px;
		margin-bottom: 15px;
		color:#A1A1A1;
		margin-left: 25px;
		padding-left:25px;
		float:left
	}
	
	p.post-tagss {
		background: url("../images/post-tag.png") no-repeat scroll left center transparent;
		font-size: 12px;
		margin-bottom: 15px;
		color:#A1A1A1;
		margin-left: 25px;
		padding-left:25px;
		float:left;
	}
	
	p.post-commentss {
		background: url("../images/post-comment.png") no-repeat scroll left center transparent;
		font-size: 12px;
		margin-bottom: 15px;
		color:#A1A1A1;
		margin-left: 25px;
		padding-left:25px;
		float:left;
	}
	
	.news_comments {
		padding:40px;
		background-color:#ECECEC;
		border-top: #dddddd solid 1px;
	}
	
	.user_comment {
		background: url("../images/user.png") no-repeat;
		padding-left:60px;
		margin-top:40px;
	}
	
	.user_comment_reply {
		background: url("../images/user.png") no-repeat scroll 0 0 transparent;
		margin-top: 40px;
		padding-left: 60px;
	}
	
	.comment-date {
		font-style:italic;
		margin-bottom:10px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#a1a1a1;
	}
	
	.comment-text {
		color:#555555;
	}
	
	a.reply {
		float:right;
		font-weight:bold;
		margin-top:10px;		
	}
	
	a.reply:hover {
		text-decoration:underline;		
	}



/* ------------------------------------------------------------------------------- */
/*  15. slogan
/* ------------------------------------------------------------------------------- */	

	.slogan h2 {
		color:#fff;
		font-weight:normal;
		text-align:center;
		line-height:45px;
		margin-bottom:20px;
	}
	
	.slogan p {
		text-align:center;
		font-weight:bold;
		opacity:0.6;
	}
	
	.slogan-image {
		width:60px;
		margin:0 auto;
		margin-bottom:30px;
	}


/* ------------------------------------------------------------------------------- */
/*  16. Contact
/* ------------------------------------------------------------------------------- */	
	
	#contact .container{
	padding-bottom:0px;
	
	}
	
	#map_canvas {
		width:100%;
		height:380px;
	}
	
	input {
		width:94%;
		padding-left:3%;
		padding-right:3%;
		padding-top:12px;
		padding-bottom:12px;
		margin-top:15px;
		background:#fff;
		color:#808080;
		font-family: 'arial';
		font-size:12px;
		
	}
	
	input:focus {
		color:#808080;
	}
	
	textarea {
		width:95%;
		padding-left:3%;
		padding-right:3%;
		padding-top:12px;
		padding-bottom:12px;
		margin-top:15px;
		background:#fff;
		height:126px;
		resize:none;
		color:#808080;
		font-family: 'arial';
		font-size:12px;
		
	}
	
	textarea:focus {
		color:#808080;
	}
	
	input.send_message {
		width:120px;
		background:#3d0000;
		float:left;
		color:#FFF;
		cursor:pointer;
		margin:0;
		font-size:12px;
		font-weight:normal;
	}
	
	input.send_message:hover {
		background:#262932;
	}
	
	.error_message {
		background-color: #FFE9E9;
		border-color: #FBC4C4;
		border-image: none;
		border-style: solid;
		border-width: 1px 1px 1px 5px;
		color: #DE5959;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 15px;
		padding: 15px 40px 15px 18px;
		position: relative;
		float:none;
		width:auto;
	}
	
	fieldset {
		position:relative;
		float:left;
		padding:0;
		border:0 none;
		width:100%;		
	}
	
	fieldset h1{
		font-size:24px;
		color:#000
	}

#oluet{
	height:700px;
	width:100%;
}
#viinit{
height:600px;
}

iframe::-webkit-scrollbar {
    width: 8px;
	background: #fff;
}
iframe::-webkit-scrollbar-thumb {
    background: #710016;
}

iframe::-webkit-scrollbar-track {
 
 -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    -webkit-border-radius: 8px;
    border-radius: 8px;
	
}
 
iframe::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

/* ------------------------------------------------------------------------------- */
/*  17. Footer
/* ------------------------------------------------------------------------------- */	
	.footer .container{
	padding:30px;}
	
	.footer-social {
		width:50px;
		height:50px;
		background-color:#425F9C;
		margin-right:20px;
		float:left;
		border-radius:50px;
		bottom:20px;
	}
	
	.footer-social:hover {
		background-color:#999999;
	}
	
	.footer-social img {
		padding:10px;
		opacity:1;
	}
	
	
	.footer ul.contactus {
		border-bottom: 1px solid #fff;
		display: block;
		margin-bottom: 20px;
		overflow: hidden;
		padding-bottom: 25px;
	}
	
	.footer ul.contactus li {
		color: #FFFFFF;
		display: block;
		float: left;
		font-size: 24px;
		font-weight: 400;
		line-height: 35px;
		margin-right: 40px;
	}
	
	.footer ul.contactus li span.mail:after {
		background: url("../images/mail.png") no-repeat transparent;
		content: "";
		height: 24px;
		left: 0;
		position: absolute;
		top: 7px;
		width: 36px;
	}
	
	.footer ul.contactus li span.mail {
		padding-left: 50px;
		position: relative;
	}
	
	.footer ul.contactus li span.phone:after {
		background: url("../images/phone.png") no-repeat transparent;
		content: "";
		height: 27px;
		left: 0;
		position: absolute;
		top: 5px;
		width: 10px;
	}
	
	.footer ul.contactus li span.phone {
		color: #FFFFFF;
		padding-left: 21px;
		position: relative;
	}

/* ------------------------------------------------------------------------------- */
/*  18. Media Queries
/* ------------------------------------------------------------------------------- */	
@media only screen and (max-width: 1500px) { 

	#navigation ul li {
	margin-right:30px;
	}
	
	.portfolio {
		width: 100.3%;
	}

	.portfolio li { 
		width:25%;
		margin:0 auto;	
	}

}


@media only screen and (max-width: 1300px) { 

	#navigation ul li {
	margin-right:18px;
	}
	
	.portfolio {
		width: 100.5%;
	}

	.portfolio li { 
		width:25%;
		margin:0 auto;	
	}

}



@media only screen and (max-width: 1024px) {
	
	#navigation ul li {
	margin-right:6px;
	}
	.one_third img{
	display:block;
	margin-right:5px;
margin-bottom:5px;
	float:left;
	}
	
	.two_third {
		width: 60%;
		margin-left:5px;
		font-size:15px;	
	}
	
	.portfolio {
		width: 100%;
	}

	.portfolio li { 
		width:25%;
		margin:0 auto;	
	}
	
	.rotate1 {
		width: auto;
		height:auto;
		transform:rotate(0deg);
		-ms-transform:rotate(0deg); /* IE 9 */
		-webkit-transform:rotate(0deg); /* Opera, Chrome, and Safari */
}
.rotate2 {
width: auto;
height:auto;
margin-top:10px;
transform:rotate(0deg);
		-ms-transform:rotate(0deg); /* IE 9 */
		-webkit-transform:rotate(0deg); /* Opera, Chrome, and Safari */
	}
	.mt {
	margin-top:30px;
	}
	
	.separator1-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.separator2-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.separator3-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.separator4-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
}	



@media only screen and (max-width: 959px) {
	.one_third{
	width:34%;
	}
	.one_third img{
	width:248px;
	height: auto;	
	margin-bottom:5px;
	float:left;
	}
	#Newproduct{
		left:0;}
	.two_third {
		width: 61%;
		margin-left:0px;
		font-size:15px;	
	}
	.container {
		width:720px;
		padding-top:75px;
		padding-bottom:25px;
	}
	
	#navigation ul {
		width: 250px;
		padding: 5px 0;
		position: relative;
		top: 30px;
		right: 50px;
		border: solid 1px #efefef;
		background: #fff url(../images/icon-menu.png) no-repeat 10px 11px;
		border-radius: 3px;
		
	}
	#box{
		display:none;
		}
	ul#menu li {
		display: none;
		margin: 0;
	}
	
	#navigation .current {
		display: block!important;
	}
	
	#navigation a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}

	#navigation ul:hover {
		background-image: none;	padding-top:0px;
	}
		
	#navigation ul:hover .current {
		background: url(../images/icon-check.png) no-repeat 10px 15px;
		padding-top:5px;
		color: #85000D;
	}

	#navigation ul li:hover a, #navigation ul li.current a {
	
		border-top: 0px;
		padding-top:5px;
	}
	
	#navigation a, #navigation a:active, #navigation a:visited {
	
		height:auto;		
		padding-bottom:0px;
	}
	
	
	
	.in-slide-content {
		bottom:110px;
		left:50px;
		margin-right:9%;
		z-index:20;
		position:absolute;
		width:49%;
		text-align:left;
	}
	
	.in-slide-content h1{ 		
		z-index:20;
		color:#fff;
		border-bottom:#fff solid 1px;
		padding-bottom:5px;
		font-size:45px;
		line-height:52px;
		text-transform:uppercase;
		float:left;
	}
	
	.in-slide-content p{ 		
		z-index:20;
		color:#fff;		
		font-size:15px;
		float:left;
		font-weight:bold;
	}
	
	.team {
		background-color: #FFFFFF;
		float: left;
		width:206px;
		height:237px;
		margin-right: 10px;
		overflow: hidden;
		margin-bottom:15px;
	}
	.team.first {
		margin-left:0px;
	}
	.team.last {
	
	}
	#people{
	float: left;
	width:190px;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 10px;
	}
	#people.last{
	width:100%;	
	}
	input.newsletter-email, input.newsletter-name {
		width: 146px;
	}
	
	button.newsletter-sent {
		padding: 0 18px;
	}
		
	.portfolio {
		width: 100%;
	}

	.portfolio li { 
		width:49.99%;	
	}
	
	nav.primary ul {
		float: left;
		margin-top: 20px;
		width:100%;
	}
	
	nav.primary ul li a {
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom:10px;

	}
	
	.carousel_testimonials li {
		width: 900px;
	}
	
	.project_page {
		background-color:#fff;
		width:720px;
	}
	
	.client {
		width: 85px;
		height:auto;
		margin:0px 5px 0px 0px;
	}

	.client:hover {
		margin:5px 25px 20px 0px;
		opacity:0.8;
	}
	
	.news_page {
		background-color:#fff;
		width:720px;
	}
	
	.user_comment_reply {
		background: url("../images/user.png") no-repeat scroll 0 0 transparent;
		margin-top: 40px;
		padding-left: 60px;
	}
	
	.footer ul.contactus li {
		float: none;
		margin-bottom: 15px;
	}
	
	.separator1-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.separator2-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.separator3-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.separator4-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	    
}



@media only screen and (max-width: 767px) {

	
	.container {
		width:90%;
		padding-top:80px;
		padding-bottom:25px;
	}
	
	#logo {
		margin-left:15px;
	}
	
.rotate1 {
		width: 45%;
		height:auto;
		margin-top:5px;
		transform:rotate(0deg);
		-ms-transform:rotate(0deg); /* IE 9 */
		-webkit-transform:rotate(0deg); /* Opera, Chrome, and Safari */
}
.rotate2 {
margin-top:5px;
width: 45%;
height:auto;
margin-top:10px;
transform:rotate(0deg);
		-ms-transform:rotate(0deg); /* IE 9 */
		-webkit-transform:rotate(0deg); /* Opera, Chrome, and Safari */
	}
	.size{
	width: 45%;
	height:auto;
	margin-top:5px;
	}
	
	#navigation ul {
		width: 190px;
		padding: 0px 0;
		position: relative;
		top: 30px;
		right: 12px;
		border: solid 1px #efefef;
		background: #fff url(../images/icon-menu.png) no-repeat 5px 8px;
		border-radius: 3px;		
	}
	
	ul#menu li {
		display: none;
		margin: 0;
	}
	
	#navigation .current {
		display: block!important;
	}
	
	#navigation a {
		display: block;
		padding: 5px 5px 5px 31px;
		text-align: left;
	}

	#navigation ul:hover {
		background-image: none;
	}
		
	#navigation ul:hover .current {
		background: url(../images/icon-check.png) no-repeat 8px 14px;
	}

	#navigation ul li:hover a, #navigation ul li.current a {
		color: #85000D;
		border-top: 0px;
	}
	
	#navigation a, #navigation a:active, #navigation a:visited {
		padding-top:5px;
		height:auto;		
		padding-bottom:5px;
	}
	
	.in-slide-content {
		bottom:104px;
		left:30px;
		margin-right:8%;
		z-index:20;
		position:absolute;
		width:54%;
		text-align:left;
	}
	
	.in-slide-content h1{ 		
		z-index:20;
		color:#fff;
		border-bottom:#fff solid 1px;
		padding-bottom:4px;
		font-size:33px;
		line-height:37px;
		text-transform:uppercase;
		float:left;
	}
	
	.in-slide-content p{ 		
		z-index:20;
		color:#fff;		
		font-size:13px;
		line-height:16px;
		float:left;
		font-weight:normal;
	}
	
	.one_half {
    	width: 100%;
	}
	
	.one_third {
		width: 100%;
	}
	.big-paragraph img{
		width:46.5%;
		height:auto;
		}
	
	.one_third img{
	width:46.5%;
	height:auto;
	margin-right:5px;
	float:left;
	}
	
	#sms{
	width:96%;
	min-height:50px;
	margin-bottom:4px;
	
}
	
	.one_fourth {
		width: 31%;
	}
	
	.one_fifth {
		width: 100%;
	}
	
	.one_sixth {
		width: 100%;
	}
	.two_fifth {
		width: 100%;
	}
	
	.two_fourth {
		width: 100%;
	}	
	
	.two_third {
		width: 100%;
	}
	
	.three_fifth {
		width: 100%;
	}
	
	.three_fourth {
		width: 100%;
	}
	
	.four_fifth {
		width: 100%;
	}
	
	.five_sixth {
		width: 100%;
	}
	
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: left;
		margin-bottom: 20px;
		margin-right: 0;
		position: relative;
	}
	
	
.newtxt, .newtxt p{
	font-size: 14px;
	line-height: 19px;
}
	
	.team {
		background-color: #FFFFFF;
		float: left;
		display:block;
		width:206px;
		height:237px;
		margin-left: 0px;
		overflow: hidden;
		margin-bottom:20px;
	}
	.team.first {
		margin-left:0px;
	}
	
	.team.last {
		margin-left:0px;
	}
	#people{
	float: left;
	display:block;
	margin-right: 30px;
	margin-top: 10px;
	}	
	
	h3.newsletter {
		float: none;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	
	input.newsletter-email, input.newsletter-name {
		width: 416px;
		margin-bottom:20px;
	}
	
	button.newsletter-sent {
		padding: 0 18px;
	}

	.portfolio {
		width: 100%;
	}

	.portfolio li { 
		width:50%;
		margin:0 auto;	
	}
	
	nav.primary ul {
		float: left;
		margin-top: 20px;
		width:100%;
	}
	
	nav.primary ul li a {
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom:10px;
	}
	
	.carousel_testimonials li {
		
		width:520px;
	}
	.carousel_testimonials li h1 { 
		font-size:18px;
		line-height:21px;
	}
	
	
	.project_page {
		background-color:#fff;
		width:440px;
	}
	
	.client {
			margin:0px 5px 0px 0px;
	}

	.client:hover {
		margin:5px 5px 0px 0px;
		opacity:0.7;
	}
	
	.news_page {
		background-color:#fff;
		width:300px;
	}
	.slogan h2 {
		font-size:20px;
		font-weight:normal;
		text-align:center;
		line-height:35px;
		margin-bottom:10px;
	}
	p.post-admin {
		width:100%;
	}
	
	p.post-calendar {
		margin-left: 0px;
		width:100%;
	}
	p.post-tagss {
		margin-left: 0px;
		width:100%;
	}
	p.post-commentss {
		margin-left: 0px;
		width:100%;
	}
	
	.user_comment_reply {
		margin-left:-60px;
		background: url("../images/user.png") no-repeat scroll 0 0 transparent;
		margin-top: 40px;
		padding-left: 60px;
	}
	
	.footer ul.contactus li {
		font-size: 24px;
	}
	
	.footer ul.contactus li span.mail:after {
		top: 4px;
	}
	
	.footer ul.contactus li span.phone:after {
		top: 3px;
	}
	
	.footer-social {
		margin-bottom: 30px;
		margin-right: 25px;
	}
	
	
	.separator1-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.separator2-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.separator3-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.separator4-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
}


  	
@media only screen and (max-width: 479px) {
	p{
	
		font-size:14px;
		line-height:19px;
	}

	h1 { font-size: 28px; line-height:30px; }
    h2 { font-size: 21px; line-height:22px;}
    h3 { font-size: 17px; line-height:18px;}
    h4 { font-size: 15px; line-height:15px;}
    h5 { font-size: 13px; line-height:13px;}

	
	.big-paragraph {
	font-size:15px;
	line-height:20px;
	margin-top: 10px;
	}
	
.one_third img{

	width:43%;
	height:auto;
	margin-right:9px;
	float:left;
	}
	.mt {
	margin-top:10px;
	}
.rotate1 {
		width: 42%;
		height:auto;
		margin-top:10px;
		transform:rotate(0deg);
		-ms-transform:rotate(0deg); /* IE 9 */
		-webkit-transform:rotate(0deg); /* Opera, Chrome, and Safari */
}
.rotate2 {
width: 42%;
height:auto;
margin-top:10px;
transform:rotate(0deg);
		-ms-transform:rotate(0deg); /* IE 9 */
		-webkit-transform:rotate(0deg); /* Opera, Chrome, and Safari */
	}
	.size{
	width: 42%;
	height:auto;
	margin-top:5px;
	}
	.size2{
	width: 75%;
	height:auto;
	}
	.container {
		width:95%;
		padding-top:70px;
		padding-bottom:20px;
	}
	#separator1, #separator2, #separator3, #separator4 {		
	min-height: 220px;
	}
	#separator4{
	
	}
	
	#logo {
		width:48%;
		width:48%;
		margin-left:2px;
		margin-top:11px;
	}
	#sms{
	width:92%;
	background-color:#fff;
}
	
	#navigation ul {
		width: auto;
		padding: 2px 0;
		position: relative;
		top: 30px;
		right: 2px;
		border: solid 1px #efefef;
		background: #fff url(../images/icon-menu.png) no-repeat 2px 8px;
		border-radius: 3px;
	}
	
	ul#menu li {
		display: none;
		margin: 0;
	}
	
	#navigation .current {
		display: block!important;
	}
	
	#navigation a {
		display: block;
		padding: 3px 3px 3px 25px;
		text-align: left;
	}

	#navigation ul:hover {
		background-image: none;
		padding-top:2px;
	}
	
	#navigation ul:hover .current {
		background: url(../images/icon-check.png) no-repeat 2px 12px;
	}

	#navigation ul li:hover a, #navigation ul li.current a {
		color: #85000D;
		border-top: 0px;padding-top:2px;
	}
	
	#navigation a, #navigation a:active, #navigation a:visited {
		padding-top:4px;
		height:auto;		
		padding-bottom:2px;
	}
	
	.in-slide-content h1{ 		
		display:none;
	}
	
	.in-slide-content p{
		display:none; 		
	}
	
	#arrow_left {
		left: 50px;
	}
	
	.one_half {
    	width: 100%;
	}
	
	.one_third {
		width: 100%;
	}
	
	.one_fourth {
		width: 45%;
	}
	
	.one_fifth {
		width: 100%;
	}
	
	.one_sixth {
		width: 100%;
	}
	
	.two_fifth {
		width: 100%;
	}
	
	.two_fourth {
		width: 100%;
	}
		
	.two_third {
		width: 100%;
	}
	
	.three_fifth {
		width: 100%;
	}
	
	.three_fourth {
		width: 100%;
	}
	
	.four_fifth {
		width: 100%;
	}
	
	.five_sixth {
		width: 100%;
	}
	
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: left;
		margin-bottom: 12px;
		margin-right: 0;
		position: relative;
	}
	
	.team {
		background-color: #fff;
		float: left;
		height: 178px;
		margin-left: 0px;
		overflow: hidden;
		width:154px;
		margin-bottom:10px;
	}
	.team img{
	width:154px;
	height:auto;
	}
	
	
	.team.last {
		margin-left:0px;
	}
	
	.team-overlay {
		width:154px;
		height:90px;
		padding:10px;
		position:relative;
		margin-top:140px;
		
	}
	
	.team:hover > .team-overlay{
		margin-top:80px;		
	}
	#people, #people .last{
	width:120px;
	font-size:12px;
	margin-top: 10px;
	display:block;
	float:left!important;
	}
	
	
	h3.newsletter {
		float: none;
		margin-bottom: 16px;
		margin-top: 0px;
	}
	
	input.newsletter-email, input.newsletter-name {
		width: 256px;
		margin-bottom:20px;
	}
	
	button.newsletter-sent {
		padding: 0 18px;
	}	
	
	.portfolio {
		width: 100%;
	}
	
	.portfolio li { 
		width:100%;
		margin:0 auto;	
	}
	
	nav.primary ul {
		float: left;
		margin-top: 20px;
		width:100%;
	}
	
	nav.primary ul li {
		
	}
	
	nav.primary ul li a {
		margin-left: 0px;
		padding:0;
		text-align:center;
		margin-bottom:10px;
		width: 100%;
	}
	
	.carousel_testimonials li {
		width: 320px;
	}
	.carousel_testimonials li h1 { 
		font-size:18px;
		line-height:17px;
		padding-top:0px;
	}
	
	.project_page {
		background-color:#fff;
		width:270px;
	}

	
	.client {
			margin:0px 5px 0px 0px;
	}

	.client:hover {
			margin:0px 5px 0px 0px;
			opacity:0.7;
	}
	
	.list_carousel li {
		
		width: 310px;
		
		
	}
	
	.news-intro {
		background: none repeat scroll 0 0 #FFFFFF;
		float: left;
		height:255px!important;
		width:240px;
		padding: 16px;
	}
	
	
	.news_page {
		background-color:#fff;
		width:240px;
	}
	
	p.post-admin {
		width:100%;
	}
	
	p.post-calendar {
		margin-left: 0px;
		width:100%;
	}
	
	p.post-tagss {
		margin-left: 0px;
		width:100%;
	}
	
	p.post-commentss {
		margin-left: 0px;
		width:100%;
	}
	.footer .container{
		font-size: 13px;
		padding:10px;
		}
	.footer ul.contactus {
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	.footer ul.contactus li {
		font-size: 17px;
	}
	
	.footer ul.contactus li span.mail:after {
		top: 4px;
	}
	
	.footer ul.contactus li span.phone:after {
		top: 3px;
	}
	
	.footer-social {
		margin-bottom: 30px;
		margin-right: 5px;
	}
	

	#map_canvas {
		width:100%;
		height:195px;
	}
	
	.separator1-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.separator2-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.separator3-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	
	.separator4-bg {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}
	

}
