body	{
	background-color:white;
}

body,p,span,li,ul,ol,div,h1,h2,h3,h4,h5,h6, input,label	{
	font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	margin-bottom: 20px;
}


a {
    color: #ababab;
    text-decoration: none;
	transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -ms-transition: all ease .2s;
}

.image-responsive	{
	max-width:100%;
}

label	{
	font-weight:normal;
	font-size:12px;
}

h1	{
	padding:0;
	margin:0;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

h2	{
	padding:0;
	margin:0;
	margin-top: -10px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

h3	{
	padding:0;
	margin:0;
	margin-top: -10px;
	font-size: 12px;
	text-transform: uppercase;
}

h4	{
	padding:0;
	margin:0;
	margin-top: -10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.my-container	{
	max-width:1441px;
	margin:0 auto;
	padding:0 35px;
}

.casestudy-container	{
	max-width:1441px;
	margin:0 auto;
	padding:30px 0;
}

.my-content	{
	background-color:#f5f5f5;
}

#header	{
	background-color:white;
	height:76px;
}

#logo	{
	padding: 13px 0;
	display:table;
	float:left;
}

#title	{
	padding: 13px 0;
	padding-top: 20px;
	margin-left: 20px;
	display:table;
	float:left;
}

#logo img	{
	max-width:100%;
	height:50px;
}

.clear	{
	clear:both;
	height:0;
}


/*Web navigation - BEGIN*/

#nav-web	{
	
}

nav#nav-web ul	{
    margin-top: 0;
    margin-bottom:0px;
    text-align: right;
    padding: 28px 0px;
}
	
nav#nav-web ul > li	{
	display: inline-block;
    position: relative;
    margin-left: 14px;
}

nav#nav-web ul > li > a	{
	color: #111;
	font-size:14px;
}

nav#nav-web ul > li > a:hover	{
	text-decoration:none;
}

/*Web navigation - END*/


/*Mobile navigation - BEGIN*/
.menu-icon-mobile img	{
	height: 14px;
}

.menu-icon-mobile	{
	float:right;
	padding: 28px 0; 
	cursor:pointer;
	color:#111;
}

.menu-icon-mobile:hover	{
	text-decoration:none;
	color:#111;
}

nav#nav-mobile{
	display:none;
	background-color: white;
    top: 0px;
    position: relative;
	z-index:20;
}

nav#nav-mobile ul{
	padding:0;
}

nav#nav-mobile ul > li{
	width:100%;
	border-bottom:1px solid black;
	display:block;
	list-style-type:none;
    color: #111;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
}

nav#nav-mobile ul > li > a	{
    border: none;
    color: #111;
    display: block;
    line-height: 3.25em;
    text-decoration: none;
    font-weight: normal;
    padding: 4px 0 4px 15px;
    font-size: 16px;
}

nav#nav-mobile ul > li > a:active, nav#nav-mobile ul > li > a:hover {
    color: #ff7260;
}
/*Mobile navigation - END*/

#image-slider-container {
    width: 100%;
    position: relative;
	min-height:350px;
}

/*Footer - BEGIN*/

footer	{
	/*position: absolute;
    right: 0;
    bottom: 0;
    left: 0;*/

}

@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon/icomoon.eot?rjqdls');
    src:    url('fonts/icomoon/icomoon.eot?rjqdls#iefix') format('embedded-opentype'),
        url('fonts/icomoon/icomoon.ttf?rjqdls') format('truetype'),
        url('fonts/icomoon/icomoon.woff?rjqdls') format('woff'),
        url('fonts/icomoon/icomoon.svg?rjqdls#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social span	{
	transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -ms-transition: all ease .2s;
}

.social span	{
	margin-left: 8px;
}
	
.icon {
	position: relative;
	top: 0px;
}

.social:hover span {
    color: #111;
}

.social:hover {
	text-decoration:none;
}

footer p, footer span	{
	font-size:11px;
	color:#666;
	margin-bottom:0;
	line-height:1.3em;
}

p.small-text	{
	font-size:16px;
}

footer article	{
		text-align:center;
		padding: 16px 0 11px;
	}


/*Footer - END*/

	
	
.my-container-fluid .ms-view	{
	margin:0 !important;
}

.form-control,.btn	{
	border-radius:2px;
}

/*BTN-BLACK - BEGIN*/
.btn-black {
	color: #fff;
	background-color: #111;
	border-color: #000;
}

.btn-black.focus,.btn-black:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-black:hover {
	color: #fff;
	background-color: #cfcfcf;
	border-color: #bbb;
}

.btn-black:visited {
	color: #fff;
	background-color: #cfcfcf !important;
	border-color: #bbb !important;
}

.btn-black.active,.btn-black:active,.open>.dropdown-toggle.btn-black {
	color: #fff;
	background-color: #bbb;
	border-color: #aaa;
}

.btn-black.active.focus,.btn-black.active:focus,.btn-black.active:hover,.btn-black:active.focus,.btn-black:active:focus,.btn-black:active:hover,.open>.dropdown-toggle.btn-black.focus,.open>.dropdown-toggle.btn-black:focus,.open>.dropdown-toggle.btn-black:hover {
	color: #fff;
	background-color: #bbb;
	border-color: #aaa;
}

.btn-black.active,.btn-black:active,.open>.dropdown-toggle.btn-black {
	background-image: none;
}

.btn-black.disabled.focus,.btn-black.disabled:focus,.btn-black.disabled:hover,.btn-black[disabled].focus,.btn-black[disabled]:focus,.btn-black[disabled]:hover,fieldset[disabled] .btn-black.focus,fieldset[disabled] .btn-black:focus,fieldset[disabled] .btn-black:hover {
	background-color: #bbb;
	border-color: #aaa;
}

.btn-black .badge {
	color: #337ab7;
	background-color: #fff;
}
/*BTN-BLACK - END*/


@media screen and (max-width: 767px) {
  .text-xs-left { text-align: left; }
  .text-xs-right { text-align: right; }
  .text-xs-center { text-align: center; }
  .text-xs-justify { text-align: justify; }
  

  
	.my-container-fluid	{
		max-width:100%;
		margin:0 auto;
		padding:0;
	}
	
	.footer-text	{
		margin-bottom:0.5em;
	}
	
	#logo img	{
		height:45px;
	}
	
	.ms-nav-next,.ms-nav-prev,.ios-container .prev,.ios-container .next{
		display:none !important;
	}
	
	
}



@media screen and (min-width: 768px) and (max-width: 991px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
  
  
	.my-container-fluid	{
		max-width:1441px;
		margin:0 auto;
		padding:0;
	}
	
	.footer-text	{
		margin-bottom:0.5em;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
  
  .social-icons-container	{
	margin-top: 1.3em;
    text-align: right;
  }
  
  .my-container-fluid	{
		
		margin:0 auto;
	}
}

@media screen and (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
  
  .social-icons-container	{
	margin-top: 1.3em;
    text-align: right;
  }
  
  .my-container-fluid	{
		
		margin:0 auto;
	}
}

/*Ios Slider - BEGIN*/


.iosSlider {
	width: 100% !important;
	height: 550px;
}

.iosSlider .slider {
	width: 100% !important;
	height: 100% ;
}

.iosSlider .slider .item {
	float: left;

	height:550px;
	position:relative;
}

.iosSlider .slider .item img {
	height: 550px;


}

.ios-container {
	background-color:#111111;
	overflow: scroll;
}

.ios-container .prev {
	position: absolute;
	top: 255px;
	left: 0px;
	width: 40px;
	height: 40px;
	background: #000;
	z-index: 10;
	background: url(img/light-skin-1.png);
    background-position: -89px -26px;
}

.ios-container .next {
	position: absolute;
	top: 255px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: #000;
	z-index: 10;
	background: url(img/light-skin-1.png);
    background-position: -89px -103px;
}

.ios-container .unselectable {
	opacity: 0.2;
}
/*Ios Slider - End*/

