html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4,h5,h6{
	font-size:60px;
	line-height:63px;
}

a,a:focus{
	outline:0!important;
	border:none!important;
}

a {
	color:#2d2d2d;
	text-decoration: none;
   	-webkit-transition:all 0.2s ease-in;  
   -moz-transition:all 0.2s ease-in;  
   -o-transition:all 0.2s ease-in;  
   transition:all 0.2s ease-in;  	
}

a:hover{
	text-decoration: none;
	color:#cf5631;
	-webkit-transition:all 0.2s ease-in;  
   -moz-transition:all 0.2s ease-in;  
   -o-transition:all 0.2s ease-in;  
   transition:all 0.2s ease-in;  
}

/* fonts */

body{
	font-family: 'Open Sans', sans-serif;    
	font-size:14px;
	color:#fff;
	line-height:21px;
	overflow-x:hidden;	
	background:#3a5799;	
}

/* fonts  */

/* common for all sections */

.titleblock{
	padding:40px 0;
}	

.title{
	text-transform:uppercase;
	text-align:center;
	width: 100%;
	display:inline-block;
}

/*  end common section */


/* client section */

.clientblock{
	padding-bottom:80px;
}

.frameborder{
	position:relative;
}	

.frameborder img{
	display:block;
}

.frame{
	position: absolute;
	width: 92.1%;
	height: 85%;
	top: 0;
	margin: 47px 47px 0 47px;
}	

.clientmain{
	float:left;
	width:200px;
	height:200px;
	font-size:0;
	position:relative;
}

.mask{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.6;
	-webkit-transition:all 0.5s ease-in;  
   -moz-transition:all 0.5s ease-in;  
   -o-transition:all 0.5s ease-in;  
   transition:all 0.5s ease-in;
   top:0;   
}

.mask:hover{
	opacity:0;
	-webkit-transition:all 0.5s ease-in;  
   -moz-transition:all 0.5s ease-in;  
   -o-transition:all 0.5s ease-in;  
   transition:all 0.5s ease-in;
}

.flex-direction-nav a {width: 35px; height: 52px; margin: -20px 0 0; display: block; background: url(img/mediumarrows.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: -56px 0; right: -150px; }
.flex-direction-nav .flex-prev {background-position: -3px -1px; left: -150px;}
.flexslider:hover .flex-next {opacity: 0.8; right: -90px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: -90px;}

.clientblock:hover .flex-next {opacity: 0.8; right: -100px;}
.clientblock:hover .flex-prev {opacity: 0.8; left: -100px;}

/* end client section */

@media (min-width: 980px) and (max-width: 1199px) {
	.frame{
		width: 92.1%;
		margin: 37px 37px 0 37px;
	}
	
}	
  
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.frame{
		width: 92.1%;
		margin: 30px 29px 0 29px;
	}
	
}

@media (min-width: 623px) and (max-width: 767px) {
	.frame{
		width: 92.1%;
		margin: 25px 25px 0 25px;
	}
}

@media (min-width: 481px) and (max-width: 622px) {
	.frame{
		width: 92.1%;
		margin: 20px 20px 0 20px;
	}
}
   
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body{
		padding-left:0px;
		padding-right:0px;
	}
	.paddingcnt{
		padding:0 20px;
	}
		
}

     
/* Landscape phones and down */
@media (max-width: 480px) {

}

@media (min-width: 321px) and (max-width: 480px){
	.frame{
		width: 92.1%;
		margin: 14px 14px 0 14px;
	}
}

/* potrait phones and down */
@media (max-width: 320px) {
	.frame{
		width: 92.1%;
		margin: 10px 10px 0 10px;
	}
}
