body {
	width:auto;
	min-height: 100%;
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
a:link {
    text-decoration: none;
	color: #000;
}
a:hover {
    color: #999999;
}
a:active {
    text-decoration: none;
	color: #000;
}

.container {
background-color: #FFF;
max-width:940px;
padding:10px;
text-align: center;
margin:auto;
} 
.containerstudio {
background-color: #FFF;
max-width:940px;
padding:10px;
text-align: left;
margin:auto;
} 

/* responsive gallery */
.gallery {
background-color: #FFF;
max-width:940px;
padding:10px;
text-align: center;
margin:auto;
} 
.gallery img {
margin: 10px;
}
.fade {
   opacity: 1;
   transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
   }
.fade:hover {
      opacity: 0.7;
	}
.boxInner .titleBox {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin-bottom: -50px;
   background: #FFF;
   background: rgba(255, 255, 255, 0.6);
   color: #000;
   padding: 10px;
   text-align: center;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}

/* project */
.ptitle {
  max-width: 750px;
  padding: 20px 0 0 0;
  vertical-align: top;
  text-align: justify;
  color: #000;
  font-weight: bold;
}
.ptext {
  max-width: 750px;
  padding: 20px 25px 0 0;
  vertical-align: top;
  text-align: justify;
  color: #666666;
}

/*responsive slide */
.slide{
	padding-left: 30px;
}
.textbox {
	width: 80%;
	color: #666666;
	text-align: justify;
	padding-left: 30px;
}

/* responsive img */
.imgwrapper {
	padding-right: 25px;
}
.imgresponsive{ 
	max-width: 100%;
	padding-right: 5px;
	height: auto;
	width: auto\9; /* IE8 */
}

/* responsive news */
.wrapper {
	width: auto;
	height: auto;
	/* margin: 10px auto; */
}
.row {
	display: table;
	width: 810px;
	height: auto;
	table-layout: fixed;
	margin-bottom: 1em;
	border-bottom:1px dotted #C0C0C0;
}
.newsimage {
	width:  300px;
	display: table-cell;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: justify;
}
.newstext {
  width:  350px;
  display: table-cell;
  padding: 0 20px 5px 20px;
  vertical-align: top;
  text-align: justify;
}

.newsdate {
  width:  auto;
  display: table-cell;
  padding: 0 0 5px 20px;
  vertical-align: top;
  text-align: right;
}

/* responsive studio */
.wrapper2 { 
  overflow:hidden;
  padding-top: 10px;
  border-bottom: 1px dotted;
}
.wrapper2 div {
   min-height: 200px;
}
#one {
  float:left; 
  width:300px;
  padding: 0 10px 10px 0;
}
#two { 
  background-color: white;
  overflow:hidden;
  min-height:170px;
  text-align: justify;
  padding-right: 10px;
  padding-left: 20px;
}
table {
	width: 700px;
    border-collapse: collapse;
}
th, tr{
    vertical-align: top;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: normal;	
}

/* Contact */
.wrapper3 { 
  overflow:hidden;
  padding-top: 10px;
}
#three {
  float:left; 
  width:700px;
  padding: 0 10px 10px 0;
}
#four { 
  background-color: white;
  overflow:hidden;
  min-height:170px;
  text-align: justify;
}
#five{
   float:left; 
   padding: 0 10px 10px 0;
 }
 #six{
   float:left; 
   padding: 0 0 10px 0;
 }
/* Video */
#Video1
    {
     left:0px;        
     width:400px;       
     border:1px solid black;
     display:block;
     z-index:99;
     }
	 
/* Media queries */
@media screen and (max-width: 400px) {
   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom:1px solid #CCC;    
  }
   #two { 
   background-color: white;
   overflow:hidden;
   min-height:170px;
   text-align: justify;
   padding-right: 0px;
   padding-left: 0px;
 }
   #three { 
   float: none;
   margin-right:0;
   width:auto;
   border:0;
   border-bottom:1px solid #CCC;    
  }
   #four { 
   background-color: white;
   overflow:hidden;
   min-height:170px;
   text-align: justify;
   padding-right: 0px;
   border-bottom:1px solid #CCC;
 }
    #five { 
   background-color: white;
   overflow:hidden;
   min-height:170px;
   text-align: justify;
   padding-right: 0px;
   border-bottom:1px solid #CCC;
 }

@media (max-width: 768px) {
	.row,
	.newstext
{
    display: block;
	padding: 0 20px 5px 0px;
	width: auto;
}
.newsdate {
	padding: 0 20px 5px 0px;	
}
.ptext {
	 padding: 20px 10px 0 25px;	
}
   #three { 
   float: none;
   margin-right:0;
   width:auto;
   border:0;
   border-bottom:1px solid #CCC;    
  }
   #four { 
   background-color: white;
   overflow:hidden;
   min-height:170px;
   text-align: justify;
   padding-right: 0px;
   border-bottom:1px solid #CCC;
 }
    #five { 
   background-color: white;
   overflow:hidden;
   min-height:170px;
   text-align: justify;
   padding-right: 0px;
}

	table, thead, tbody, th, td, tr { 
		display: block; 
		width: auto;
	}

@media (max-width: 320px) {
	.textbox
	{
		width: auto;
		padding: 20px 20px 20px 20px;
	}
}
@media (max-width: 320px) {
	.textbox 
	{
		float:left;
		width: auto;
	}
}

