@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@font-face {
    font-family: 'QuicksandBook';
    src: url('../font/Quicksand_Book-webfont.eot');
    src: url('../font/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Quicksand_Book-webfont.woff') format('woff'),
         url('../font/Quicksand_Book-webfont.ttf') format('truetype'),
         url('../font/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_serifregular';
    src: url('../font/DroidSerif-webfont.eot');
    src: url('../font/DroidSerif-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/DroidSerif-webfont.woff') format('woff'),
         url('../font/DroidSerif-webfont.ttf') format('truetype'),
         url('../font/DroidSerif-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


h1, h2, h3 , #nav li a{
	font: 55px/63px 'QuicksandBook', Arial, sans-serif;
	font-weight: normal; 
	font-smooth: always;
	margin-bottom:40px;
	text-transform:uppercase;
}

h1 {
  font-size: 2em;
}

#nav li a{
	margin-bottom:0px;
}


a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

.error { 
    display: block; 
    color: #ee4938; 
    font-style: italic; 
} 
#message { 
    display:none; 
    font-size:15px; 
    font-weight:bold; 
    color:#333333; 
} 

table{
	background-color:#fff;
	width:100%;
}

th{
	font-weight:bold;
}

table,th,tr,td{
	border:1px solid #ddd;
	padding:10px;
}


button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"]:focus, textarea:focus, button:focus{
	border:1px solid #999;
	outline: 0;
outline: thin dotted \9;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
  margin-top: 0px;
}

h1, h2, h3, h4, h5, h6{
  margin: 0;
  color:#444;
  font-weight:bold;
}

h1 a{
  color:#444;
  padding-bottom:5px;
}

h2 a{
  color:#444;
  padding-bottom:5px;
  border-bottom:1px solid #ccc;
}

h2 a:hover{
  border-bottom:1px solid #333;
  color:#000;
}

a {
  text-decoration: none;
  
}

.text-center:hover{
	color:#f90723;
}

body {
-webkit-font-smoothing: antialiased;
font: normal 15px/1.5 georgia, serif;
color: #565e67;
background: #f8f8f8;
margin: 0;
font: 18px/28px 'DroidSerif', georgia, serif;
}


.highlight {
  background: #fff699;
  padding: 0 0.5em;
}

.prose h2 {
  font-size: 24px;
  line-height: 1.25em;
  margin-top:15px;
}
a {
  color: #ee4938;
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  color: #c81e0d;
}

.block {
  position: relative;
  margin: 0 auto;
  padding: 35px 30px 25px 30px;
  max-width: 43em;
}
.contact-max-width{
	max-width:30em;
}

.container{
padding: 0px 30px 30px 30px;
}

.profile{
width:170px;
height:170px;
margin:0 auto;
background-color:#ee4938;
border-radius:130px;
border:5px solid #ee4938;
margin-top:110px;
transition : border 200ms ease-out; 
-webkit-transition : border 200ms ease-out; 
-moz-transition : border 200ms ease-out;
-o-transition : border 200ms ease-out;  
}

.profile:hover{
background-color:#c81e0d;
border:5px solid #c81e0d;
border : 10px solid #c81e0d;
}


#box:hover{
      
}

.profile img{
width:170px;
}


.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #35383c url("../img/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
  background-image: url("../img/close-btn.png");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  padding: 0;
  border: 0;
  outline: none;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  width: 27px;
height: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: url("../img/hamburger.png") no-repeat 50% 33%;
}
}
.no-svg .nav-btn {
  background-image: url("../img/nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
}
#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#nav .block {
  z-index: 2;
  position: relative;
  padding: 0em 1.25em;
}


#nav ul {
  *zoom: 1;
  display: block;
}
#nav ul:before, #nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  display: block;
  color: #9aa1a9;
  font-size: 0.875em;
  line-height: 1.28571em;
  font-weight: bold;
  outline: none;
  
}
#nav li a:focus, #nav li a:hover {
  color: #ee4938;
}
#nav li.is-active a {
  color: #333;
}

#top {
  z-index: 100;
  background: #fff;
  position: relative;
  color: #333;
  opacity:.6;
  margin-bottom: 20px;
}
#top .block-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
  margin-top: -10px;
}
#top .nav-btn {
  position: absolute;
  top: 17px;
  left: 1.875em;
}


#main .block {
  padding: 0px 30px 10px 30px;
}




.intro{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px 0px 15px 0px;
}

.copyright{
	font-size:13px;
}

.icon-facebook, .icon-linkedin-sign{
	font-size:18px;
	margin-right:15px;
	color:#565e67;
}

.icon-facebook:hover, .icon-linkedin-sign:hover{
	color:#ee4938;
}



#slides {
	display: none;
}

#slides .slidesjs-navigation {
    margin-top:3px;
}
    

#slides .slidesjs-previous {
    margin-right: 5px;
	float: left;
}

#slides .slidesjs-next {
    margin-right: 5px;
    float: left;
}

.slidesjs-pagination {
    margin: 0 auto;
    list-style: none;
    width:76px;
    margin-top:10px;
}
    
#slides .icon-chevron-right, #slides .icon-chevron-left{
	display:none;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
	display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url("../img/pagination.png");
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

#slides a:link, #slides a:visited {
    color: #333
    }

#slides a:hover, #slides a:active {
    color: #f4421a
    }

.navbar {
    overflow: hidden
}
    
.text-center{
    text-align:center;
}
    
    
.speech-bubble {
position: relative;
padding: 20px;
margin-bottom:10px;
color: #fff;
background: #ee4938;
border-bottom:1px solid #ddd;
border-radius:2px;
-moz-box-shadow: 2px 2px 1px #eee;
-webkit-box-shadow: 2px 2px 1px #eee;
box-shadow: 2px 2px 1px #eee;
}


.speech-bubble::before {
position: absolute;
top: -60px;
left: 0;
width: 155px;
height: 36px;
display: block;
}

.speech-bubble::after {
content: "";
position: absolute;
bottom: -7px;
left: 1px;
border-width: 15px 15px 0;
border-style: solid;
border-color: #ee4938 transparent;
display: block;
width: 0;
}

.span6{
width:47%;
float:left;
margin-bottom:30px;
}

.span3{
width:21%;
float:left;
margin-bottom:30px;
}

.span-padding{
margin-right:5%;
}

.row{
width:100%;
clear:both;
}

.icon-padding{
margin-right:13px;
}
    

#slides {
    display: none;
}

#slides img{
    z-index:1 !important;
}
      

.form-input, input[type="text"], input[type="email"], textarea{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
padding: 12px;
margin-bottom:10px;
color: #333;
background: #fff;
border:1px solid #ddd;
border-radius:2px;
-moz-box-shadow: 2px 2px 1px #eee;
-webkit-box-shadow: 2px 2px 1px #eee;
box-shadow: 2px 2px 1px #eee;

}

.btn-primary, input[type="submit"]{
background-color: #ee4938;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
padding: 12px;
color: #fff;
font-size: 1.5em!important;
cursor: pointer;
-webkit-transition: background-color 140ms ease;
-moz-transition: background-color 140ms ease;
-o-transition: background-color 140ms ease;
-ms-transition: background-color 140ms ease;
transition: background-color 140ms ease;
-webkit-appearance: none;
border-radius: 2px;
}

.btn-primary:hover, input[type="submit"]:hover{
background-color: #c81e0d;
}

.btn-block , input[type="submit"]{
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


    .container {
      margin: 0 auto
    }
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
    
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../img/1.png);
}


.ch-info {
	background: rgb(238, 73, 56);
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 45px 0 0 0;
	height: 80px;
	line-height:30px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 10px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
	color: #fff;
	font-style: normal;
	font-size: 12px;
	border-bottom:1px solid #f4796c;
}

.ch-info p a:hover {
	color: #fff;
	border-bottom:1px solid #fff;
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}

    /* For tablets & smart phones */
    @media (max-width: 767px) {
     
      .container {
        width: auto
      }
      
      .span6{
		width:100%;
		}
		.span3{
		width:47%;
		}
		
		.speech-bubble{
		font-size:18px;;
		}
		
		
		#top {
  		padding-top: 0px;
		}
		
		.profile {
		margin-top: 20px;
		}
		

        
    }
    
     @media (max-width: 720px) {
     
     	#nav li a:focus, #nav li a:hover {
 		color: #fff;
		}
		#nav li.is-active a {
  		color: #fff;
		}
     
     }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto
      }
      body{
		font: 16px/26px 'DroidSerif', georgia, serif;
		}
		
		
      
      	
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .container {
        width: 724px
      }
      
       
      
    }
    

@media screen and (min-width: 45.0625em) {
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
    #top .block-title{
    font-size:22px;
  }

  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav ul {
    text-align: center;
    white-space: nowrap;
  }
  #nav li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-right: none;
  }
  #nav li a {
    padding: 0.42857em 0.85714em;
  }

  
  
}
@media screen and (max-width: 45em) {
  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -80px;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 2.14286em;
  }

  .js-ready #nav {
    height: 100%;
    width: 70%;
    background: #35383c;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    margin-top: 15px;
  }
  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .js-ready #nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }

  .js-nav #inner-wrap {
    left: 70%;
  }

  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }

  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  

}