
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, .h1,.h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
body, h1, h2, h3, h4, h5, h6, .button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
    font-family: 'Roboto', sans-serif;
    font-size:13px;
    line-height:20px;
    color:#000;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/*---------------        Common      ---------------*/

html, body, h1, h2, h3, h4, h5, h6, p, div, a{
	font-family: 'Segoe UI', sans-serif;
}
.clear-top{
	height: 60px;
	width: 100%;
}
.clear-bottom{
	height: 60px;
	width: 100%;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
img{
	max-width: 100% !important;
	display: block;
	height: auto;
}
.section-title{
	text-align: center;
	font-size: 50px;
}
.section-subtitle{
	text-align: center;
	font-weight: 100;
	padding-bottom: 30px;
	position: relative;
	color: #bdc3c7;
}
html, body{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0075c7+0,b6e2ff+69 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#98d1a6+0,c2efcf+100 */
background: #98d1a6; /* Old browsers */
background: -moz-linear-gradient(top,  #98d1a6 0%, #c2efcf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #98d1a6 0%,#c2efcf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #98d1a6 0%,#c2efcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d1a6', endColorstr='#c2efcf',GradientType=0 ); /* IE6-9 */

}
.wrapper {
    width: 1000px;
    margin: 0 auto;
}
header.row {
    position: fixed;
    padding: 15px 0;
    margin: 0!important;
    box-shadow: 0 0px 11px -3px black;
    width: 100%;
    top: 0;
    background: white;
    left: 0;
    z-index: 2;
}
header .wrapper > * {
    vertical-align: middle;
    display: inline-block;
}
header .pull-left {
    font-size: 16px;
    margin-top: 8px;
}
section.layout-block {
    width: 1000px;
    margin: 0 auto;
    background: white;
	min-height: 186px;
    padding: 28px 31px 20px;
    box-shadow: 0 3px 9px -4px black;
    margin-bottom: 24px; /*Vertical space between blocks*/
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
section.layout-block div {
    font-size: 14px;
    outline: none;
}
section.layout-block.img-left .image-crop{
	float: left;
	margin: 10px 50px 40px 0;
}

section.layout-block.img-right .image-crop{
	float: right;
	margin: 0 0px 15px 15px;
}
section.layout-block .image-crop {
    width: 200px;
    /*border-radius: 100%;
    overflow: hidden;
    box-shadow: inset 0 0 10px -1px;*/
    height: 130px;
    background-size: cover!important;
}
.buffer{
	height: 110px;
}
.layout-block h3 {
    margin-top: 0px;
}
section.layout-block.slider {
    padding-left: 70px;
    padding-right: 70px;
}

section.layout-block .slick-prev {
    left: -50px;
    background: url("../image/slide-arrow_left.png") no-repeat;
    height: 100px;
    background-size: contain;
    width: 28px;
}

section.layout-block .slick-next:before, section.layout-block .slick-prev:before {
	display: none;
}
section.layout-block .slick-next {
    right: -50px;
    background: url("../image/slide-arrow.png") no-repeat;
    height: 100px;
    background-size: contain;
    width: 28px;
}
section.layout-block.slider .col-md-6 img {
    box-shadow: 0 4px 5px -2px #777;
}
section.layout-block.slider .col-md-6:first-child{
    padding: 10px
}
.mail-body {
    padding: 10px;
    position: relative;
    margin-bottom: 60px;
}
.btn-group.pull-right.language-select {
    margin-right: 30px;
}
[translate]{
    display: none;
}
.half-blocks > div{
    vertical-align: top;
}
.text-bold{
    font-weight: bold;
}