body{
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: 'Kanit', sans-serif;
}


header{
	color:#ffffff;
	background-color:#000000;
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: orange url(../images/menu-icon.png) center;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

ul.Main-Menu{
	padding-top:15px;
	float:left;
	list-style: none;
	margin-left:-30px;
}

ul.Main-Menu li{
	display: inline-block;
}

ul.Main-Menu li a{
	text-decoration: none;
	color:#ffffff;
}

ul.social-icons {
	padding-top:15px;
	padding-right:0px;
	float:right;
	list-style: none;
}

ul.social-icons li{
	display: inline-block;
}

ul.social-icons li a{
	text-decoration: none;
	color:#ffffff;
}

ul.language-list {
	padding-top:40px;
	margin-right:-275px;
	float:right;
	list-style: none;
}

ul.language-list li{
	display: inline-block;
	
}

ul.language-list li a{
	text-decoration: none;
	color:#ffffff;
}

.logo{
	position:absolute;
	top:0px;
	left:100px;
	z-index:500;
}

.carousel-inner img{
	width:100%;
}

.HeroBanner-Section{
	display:block;
	position:relative;
}

.about1-section{
	background-color: #ff3399;
	display:block;
}

.about2-section{
	border-top: 5px solid #000;
	display:block;
	top:0px;
}

.about3-section{
	display:block;
	top:0px;
	background-color: #ecedee;
}

.portfolio-section{
	border-top: 5px solid #000;
	display:block;
	top:0px;
	background-color:#ff9900;
	height:400px;
}

.contact-section{
	position:relative;
	/*border-top: 5px solid #000;*/
	display:block;
	top:0px;
	background-color:#0099FF;
	height:auto;
	padding-bottom:20px;
}

.contact-images{
	position: absolute;
	bottom:0px;
    left:100px;
	width:25%;
}

.contact-i{
	background-image: url('../images/icon1.png');
	background-repeat: no-repeat;
	padding: 0px 0 0 60px;  /* width of the image plus a little extra padding */
	display: block;  /* may not need this, but I've found I do */
}
.quotes-i{
	background-image: url('../images/icon2.png');
	background-repeat: no-repeat;
	padding: 0px 0 0 60px;  /* width of the image plus a little extra padding */
	display: block;  /* may not need this, but I've found I do */

}
.digital-i{
	background-image: url('../images/icon3.png');
	background-repeat: no-repeat;
	padding: 0px 0 0 60px;  /* width of the image plus a little extra padding */
	display: block;  /* may not need this, but I've found I do */

}
.receive-i{
	background-image: url('../images/icon4.png');
	background-repeat: no-repeat;
	padding: 0px 0 0 60px;  /* width of the image plus a little extra padding */
	display: block;  /* may not need this, but I've found I do */

}



.vdo-about{
	margin:10px;
	background-color: #ffffff;
}

footer{
	padding:10px 0 10px 0;
	color:#fff;
	background-color:#000;
	text-align:center;
}

.title-curve{
	font-size:30px;
	/*font-weight:bold;*/
	padding:0px 60px 5px 60px;
	background-color:#000;
    border-radius: 0px 0px 200px 200px;
	color:#fff;
	margin-top:0px;
}

.title2-curve{
	position: relative;
	font-size:30px;
	/*font-weight:bold;*/
	padding:0px 60px 0px 60px;
	background-color:#00CCCC;
    border-radius: 200px 200px 0 0;
	color:#000;
	top:-43px;
	left:50%;
}

.order-padding{
	padding-left:35%;
}

.bg-grey{
	background-color: #DCDCDC;
}

.font-white{
	color:#fff;
}

.img-responsive, .img-thumbnail, .img-rounded{
	width:100%;
}

.clearfix {
    overflow: auto;
}

#back2topbutton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#back2topbutton:hover {
  background-color: #555;
}

.call-center-move {    
			position: relative;    
			-webkit-animation-name: call-center-move; 
			/* Safari 4.0 - 8.0 */    
			-webkit-animation-duration: 4s; 
			/* Safari 4.0 - 8.0 */    
			-webkit-animation-delay: 2s; 
			/* Safari 4.0 - 8.0 */    
			animation-name: call-center-move;    
			animation-duration: 4s;    
			animation-delay: -2s;
		}
			
		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes call-center-move {    
			0%   {opacity: 0.0;left:300px; top:0px;}    
			50%  {opacity: 0.5;left:150px; top:0px;}    
			100% {opacity: 1;left:0px; top:0px;}
		}
		/* Standard syntax */
		@keyframes call-center-move {    
			0%   {opacity: 0.0;left:300px; top:0px;}    
			50%  {opacity: 0.5;left:150px; top:0px;}    
			100% {opacity: 1;left:0px; top:0px;}
		}

/*MEDIA QUERY*/
@media only screen and (max-width : 991px) {

	.contact-section{
		display:block;
	}
	
	.contact-images{
		display: none;
	}
	
	.portfolio-section{
		height:auto;
	}
	.contact-section{
		padding:0px 0 20px 0;
		height:auto;;
	}
	
	.title2-curve{
		font-size:30px;
		font-weight:bold;
		padding:-5px 60px 5px 60px;
		background-color:#000;
		border-radius: 0 0 40px 40px;
		color:#fff;
		top:0px;
		left:10px;
	}
	.order-padding{
		padding-left:0;
	}
	
	.logo{
		left:10px;
		width:30%;
	}
}


@media only screen and (max-width : 640px) {
	#menu-icon {
		display:inline-block;
		margin-top: 10px;
		margin-left: 10px;
	}
	
	.seperate-md{
		display: none;
	}

	nav ul, nav:active ul { 
		display: none;
		position: absolute;
		padding: 10px;
		background: #000;
		border: 5px solid #DAA520;
		left:55px;
		top: 50px;
		width: 30%;
		/*border-radius: 4px 0 4px 4px;*/
		z-index:999;
	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;.
		
	}
	
	ul.social-icons{
		margin-top:-60px;
	}
	
	ul.language-list{
		margin-top:-60px;
		margin-right: 25px;
	}

	
}

@media only screen and (max-width: 480px) {
	#back2topbutton {
		padding: 10px;
		right: 25px;
	}
	
	.title-curve{
		font-size:22px;
	}

	.title2-curve{
		font-size:22px;
	}
}