/* = reset
================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
}
body {
	line-height:1;
	font-family: 'Titillium Web', sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
    background-color: #9E7C16;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
button {
	border: none;
	background: none;
	outline: none;
	text-transform: uppercase;
	padding: 3px 10px;
	outline: none !important;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: atuo;
}

/* スマホ　767px以下 */
@media only screen and (max-width: 767px){
	img{
			max-width: 100%;
		height: auto;
	}
}


h1 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	color: #033;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	color: #fff;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}


h5 {
	font-size: 2.7em;
	font-weight: 600;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align:center;
}

h6 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}

p {
	font-size: 1.1em;
	display: block;
	font-weight: 400;
	padding: 0 5% 0 5%;
	max-width: 768px;
	margin: 60px auto;
	text-align: left;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-family: 'Titillium Web', sans-serif;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
.ccr-line {
	width: 87px;
	height: 3px;
	background: #dfe8ed;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 15px;
}
.ccr-button {
	text-align: center;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	padding: 18px 95px;
	border-bottom: 5px solid #c86a43;
	background: #eb7d4d;
	color: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
#ccr-back-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 50;
	display: none;
	width: 35px;
	height: 35px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent;
	background-color: #fff5ee;
	background-image: url(images/back-to-top.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.mask {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
#loader {
	background: url(images/loader.gif) center center no-repeat;
	height: 50px;
	width: 50px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -25px 0 0 -25px;
}

.element_from_top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}

.element_from_bottom {
	bottom: -50px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}

.element_from_left {
	left: -80px;
	opacity: 0;
	position: relative;
	padding-left: 0;
}

.element_from_right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}

.element_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;

}
.bounceIn {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}
/* - Header
/*================================================*/
.ccr-headarea {
	padding-top: 55px;
}
.ccr-hbg {
	background: #fff6e5;
	background-image: url(images/bgtop.jpg);
}
.ccr-logo {
	margin-left: 30px;
	margin-top: -7px;
}

/* - menu
===================================================*/
#ccr-header .ccr-menu .navbar-default {
	background: none;
	border: none;
	color: #fff;
}
#ccr-header .ccr-menu .navbar-nav>li {
	margin-left: 5px;
	margin-right: 5px;
}
#ccr-header .ccr-menu .nav li>a {
	color: #FFF;
	padding: 7px 15px;
}
#ccr-header .ccr-menu .navbar-default .navbar-nav>.active>a,#ccr-header .ccr-menu .navbar-default .navbar-nav>.active>a:hover,#ccr-header .ccr-menu .navbar-default .navbar-nav>.active>a:focus {
	color: #FFF;
	background-color: #643a79;
	border-radius: 4px;
}
#ccr-header .ccr-menu .dropdown-menu>li>a:hover,#ccr-header .ccr-menu .dropdown-menu>li>a:focus {
	color: #FFF !important;
	background-color: #87509c;
}
#ccr-header .ccr-menu .dropdown-menu>li>a {
	color: #5E5E5E !important;
}
#ccr-header .ccr-menu .navbar-default .navbar-nav>.open>a,#ccr-header .ccr-menu .navbar-default .navbar-nav>.open>a:hover,#ccr-header .ccr-menu .navbar-default .navbar-nav>.open>a:focus {
	color: #FFF;
	background: #643a79;
}
#ccr-header .ccr-menu .navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
#ccr-header .ccr-menu .navbar-default .navbar-nav>li>a:hover, .ccr-menu .navbar-default .navbar-nav>li>a:active {
	color: #FFF;
	background: #643a79;
	border-radius: 4px;
}
/*=======slug========*/
#ccr-header .ccr-slug {
	padding: 100px 0 100px 0px;
}
#ccr-header .ccr-slug h1 {
	text-align: center;
}
#ccr-header .ccr-button {
	text-align: center;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	padding: 18px 105px;
	border-bottom: 5px solid #c86a43;
	background: #eb7d4d;
	color: #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin-bottom: 30px;
	outline: none;
}
#ccr-header .ccr-button:hover {
	background: #9E1690;
	border-bottom-color: #9E1690;
}

/* - Section SERVICE
===============================*/
.ccr-service-bg {
    background: #fff5ee;
    padding: 30px 0px 80px 0;
    color: #fff;
}
#ccr-service .ccr-item img {
	height: 124px;
	margin: 0 auto;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition: all 0.1s linear;
}
#ccr-service .ccr-item img:hover {
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
#ccr-service .ccr-title {
	text-align: center;
}
#ccr-service .ccr-item {
	padding: 60px 12px 12px 0;
	text-align: center;
	margin-bottom: 30px;
}
#ccr-service .ccr-first-iteam, #ccr-service .ccr-second-iteam, #ccr-service .ccr-third-iteam, #ccr-service .ccr-fourth-iteam {
	margin-bottom: 30px;
}
#ccr-service .ccr-service-slug {
	text-align: center;
}

#ccr-service .ccr-item h3 {
	padding-top: 50px;
}

/* -TEAM 
===============================*/
.ccr-team-bg {
	text-align: center;
	background: #fff;
	color: #333;
	padding: 20px 0 20px 0;
} 
#ccr-team .ccr-team-title {
	padding-top: 10px;
	padding-bottom: 50px;
}
#ccr-team .ccr-team-title h1 {
	color: #3c4761;
}
#ccr-team .ccr-team-item h3 {
	color: #3c4761;
	padding-top: 10px;
	padding-bottom: 0px;
}
#ccr-team .ccr-team-item img {
	border-radius: 100%;
	padding: 10px;
	background: #696969;
}
#ccr-team .ccr-first-iteam, #ccr-team .ccr-second-iteam, #ccr-team .ccr-third-iteam, #ccr-team .ccr-fourth-iteam {
	margin-bottom: 30px;
}
#ccr-team .ccr-team-slug p {
	color: #3c4761;
}
#ccr-team .ccr-team-item i {
	font-size: 11em;
	color: #878787;
}
#ccr-team .designation {
	color: #9E1690;
	padding-bottom: 10px;
}
#ccr-team .ccr-social i {
	font-size: 0.8em;
	background: #ccc;
	padding: 10px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: inline-block;
	color: #fff;
	margin: 3px auto;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
#ccr-team .ccr-social .fa-facebook:hover {
	background: #4c66a4;
	color: #fff;	
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
#ccr-team .ccr-social .fa-twitter:hover {
	background: #9E1690;
	color: #fff;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
#ccr-team .ccr-social .fa-linkedin:hover {
	background: #399bdc;
	color: #fff;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
#ccr-team .ccr-social .fa-envelope:hover {
	background: #738a8d;
	color: #fff;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.ccr-social {
	position: relative;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 15px;
}

/* -skill
================================ */
.ccr-skill-bg {
	text-align: center;
	color: #111;
	padding-top: 110px;
	padding-bottom: 110px;
}
#ccr-skill .ccr-line{
	background: #dfe8ed;
}
#ccr-skill .ccr-skill-title h1 {
	color: #3c4761;
}
#ccr-skill .ccr-skill-item {
	padding-top: 50px;
	padding-bottom: 30px;
}
#ccr-skill .ccr-skill-item h3 {
	color: #3c4761;
	font-weight: 700;
}

.tw-circle-chart {
	position: relative;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 20px;
}
.tw-circle-chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

/* -Portfolio
================================ */
.ccr-portfolio-bg {
	background: #ffedbc;
	padding-top: 110px;
	padding-bottom: 110px;
	text-align: center;
}
#ccr-portfolio h1 {
	color: #393939;
}
#ccr-portfolio .ccr-line {
	background: #dfe8ed;
}
.ccr-portfolio-isotop-menu {
	padding-top: 30px;
}
#ccr-portfolio .ccr-menu {
	display: inline-block;
	list-style: none;
}
#ccr-portfolio .ccr-menu li {
	float: left;
}
#ccr-portfolio .ccr-menu li {
	background: #ebc985;
	padding: 2px 14px;
	margin-right: 5px;
	color: #111;
	text-transform: uppercase;
	border-radius: 4px;
}
#ccr-portfolio .ccr-menu li:hover {
	text-decoration: none;
}

#ccr-portfolio .ccr-portfolio-item {
	margin-top: 50px;
}
#ccr-portfolio .ccr-portfolio-item li {
	display: block;
	padding-bottom: 30px;
	color: #222;
}
#ccr-portfolio .ccr-portfolio-item h3 {
	color: #222;
}
#ccr-portfolio .ccr-button {
	background: #9E1690;
	border-bottom: 5px solid #9E1690;
	color: #fff;
}
#ccr-portfolio .ccr-button:hover {
	background: #87509c;
	border-bottom: 5px solid #4F076B;
}
/* Ccr-about-us
===========================================*/
.ccr-about-us-bg {
    background: #9E7C16;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 120%;
    color: #FFF;
}
#ccr-about-us .ccr-line {
	background: #b73c6d;
}
#ccr-about-us .ccr-about-us-slug p{
	color: #fff;
}
#ccr-about-us .ccr-us-item img {
	background: #787878;
	padding: 10px;
	border-radius: 100%;
	margin-right: 50px;
	margin-bottom: 50px;
}
#ccr-about-us .ccr-us-item {
	text-align: left;
	color: #fff;
	margin-top: 60px;
}
#ccr-about-us .ccr-us-item span {
	line-height: 27px;
	font-size: 1.2em;
	font-weight: 300;
}
#ccr-about-us .ccr-designation {
	margin-top: 17px;
}
#ccr-about-us .ccr-designation h3{
	text-transform: uppercase;
	font-weight: 600;
}

#ccr-about-us .ccr-designation p {
	color: #ffdd99;
	font-style: italic;
}
#ccr-about-us .ccr-us-first-item, #ccr-about-us .ccr-us-second-item,#ccr-about-us .ccr-us-third-item, #ccr-about-us .ccr-us-fourth-item {
	padding-bottom: 30px;
}
/*-TOUCH
============================================*/
.ccr-touch-bg {
	background: #fff;
	padding-top: 110px;
	padding-bottom: 100px;
	text-align: center;
}
#ccr-touch .ccr-touch-title .ccr-line{
	background: #fff;
}
#ccr-touch .ccr-touch-slug {
	color: #333;
	text-align: left;
}
#ccr-touch .ccr-touch-form {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 0;
}
#ccr-touch input {
	background: #d3d3d3;
	border: 0;
	padding : 10px 0;
	background : #ffffff;
	border : 1px solid #cccccc;
	border-radius : 7px;
	box-shadow : 0 0 7px rgba( 0, 0, 0, 0.2 );
}
#ccr-touch input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#ccr-touch .input-group {
	padding-bottom: 30px;
}
#ccr-touch textarea {
	border : 1px solid #cccccc;
	padding: 5px;
	width: 100%;
	background : #ffffff;
	font-size: 0.9em;
}
#ccr-touch textarea:focus {
	outline: none;
}

#ccr-touch .ccr-button {
	background: #32bae7;
	font-size: 1.1em;
	font-weight: 700;
	border-bottom-color: #2b9ec5;
	outline: none;

}
#ccr-touch .ccr-button:hover {
	background: #fff;
	border-color: #ccc;
}
/* - ccr-footer
================================================*/

.ccr-footer-bg {
	background: #3b3b3b;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
#ccr-footer .ccr-footer-menu li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
#ccr-footer .ccr-footer-menu li a {
	color: #fff;
}
#ccr-footer .ccr-footer-menu li a:hover {
	color: #30bae7;
}
/* - animation
========================================*/
.animated-bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	opacity: 1!important;
}
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}

/* - isotop
======================*/


.filter {
	text-align: center;
}
.filter ul {
	border-radius: 3px;
	display: inline-block;
	margin: 0px 0 10px 0;
	padding: 0;
	overflow: hidden;
}
@media (max-width: 500px) {
	.filter ul {
		display: block;
	}
}
.filter li {
	float: left;
	list-style: none;
}
@media (max-width: 500px) {
	.filter li {
		width: 100%;
		float: none;
	}
}
.filter li button {
	border: none;
	color: #202020;
	font-size: 1em;
	padding: 5px 10px;
	outline: none;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	font-weight: 400;
}
@media (max-width: 500px) {
	.filter li button {
		width: 100%;
	}
}
.filter li button:hover,
.filter li button.selected {
	color: #fff;
}
.isotope {
	margin: 0;
	padding: 0;
	width: 100%;
}
.isotope,
.isotope li {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope li {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope li.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
	color:    #999;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #999;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #999;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #999;
}
.grid {
	width: 100%;
	list-style: none;
	padding: 0;
}

.grid div.test {
	display: block;
	width: 100%;
	opacity: 0;
}

.grid div.shown{
	opacity: 1;
}

/* Effect 2: Move Up */
.grid.effect .animate {
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	-moz-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	to { -webkit-transform: translateY(0); opacity: 1; }
}

@-moz-keyframes moveUp {
	to { -moz-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	to { transform: translateY(0); opacity: 1; }
}




section table {
	width: 100%;
	margin: auto;
	max-width: 768px;
}
section th, section td  {
	padding: 10px;
	border: 0px solid #ddd;
	line-height: 180%;
}
section th  {
	padding: 10px;
	border: 0px solid #ddd;
	line-height: 180%;
}
 
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .demo01 tr:first-child th { border-top: 0px solid #ddd; }
}





.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
}

.square_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
ul.para {
  width: 300px;
  margin: 0 -10px 0 0; /* マイナスプロパティで相殺 */
}
 
ul.para li {
  float: left;
  width: 90px;
  margin-right: 10px;
  background: #EFEFEF;
}

.text_14 {
	font-size: 14px;
	color: #ff7fbf;
}



.text_12 {
	font-size: 12px;
	color: #006;
}



/* 簡便のために全要素のマージンとパディングを0に */
* {
margin: 0;
padding: 0;
}
/* クリアフィックス */
#item-list ul:after {
content: "";
clear: both;
display: block;
}
/* 商品一覧のリストの設定 */
#item-list ul li {
display: block;
float: left;
height: 400px;
text-align: center;
width:400px;
}
#item-list ul li {
	width: 50%;
}


@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);



body {
  background: #fff4f9;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

#container {
	border: solid 3px #474544;
	max-width: 768px;
	margin: 60px auto;
	position: relative;
	background-color: #FFF;
}

form {
  padding: 37.5px;
  margin: 50px 0;
}

h1 {
  color: #474544;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

.underline {
	border-bottom: solid 2px #474544;
	margin: 0.5em auto;
	width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
    float: right;
    width: 45%;
}

input[type='text'], [type='email'], select, textarea {
    background: none;
  border: none;
    border-bottom: solid 2px #474544;
    color: #474544;
    font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
  text-transform: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0;
}

.message {
    float: none;
}

.name {
    float: left;
    width: 45%;
}

select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
    line-height: 150%;
    height: 150px;
    resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
    color: #474544;
}

:-moz-placeholder { 
    color: #474544;
    opacity: 1;
}

::-moz-placeholder {
    color: #474544;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #474544;
}

#form_button {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#form_button:hover {
  background: #474544;
  color: #F2F3EB;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  
  .underline {
    width: 68px;
  }
  
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }
  
  .icon {
    height: 35px;
    width: 35px;
  }
  
  .underline {
    width: 53px;
  }
  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}




.demo {
	margin: 0 auto;
	padding: 10px 0;
	font-family: sans-serif;
	font-size: 18px;
	color: #000000;
	max-width: 768px;
}
.heading {
  margin: 10px 0
}
.demo5 .heading {
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
.demo5 .heading span{
	padding: 8px;
	color: #063;
}
.demo5 .heading:before {
  content: "";
  border-bottom: 3px solid #008080;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.demo5 .heading:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 600px;
  z-index: 1;
}
