body {
	background: #ffffff;
}
::-moz-selection {
	background: #d5600b;
	color: #fff;
}

::selection {
	background: #d5600b;
	color: #fff;	
}
box {
	padding: 30px 0px;
	display: block;
}

img {
	/* border-radius: 3px; */
	overflow: hidden;
}

a:hover, a:focus {
	color: #d5600b;
}
/* multicolor bar */
#multicolor {
/*	background: #ffffff url('../img/rainbow.png') repeat top;
	height: 30px;
	left: 0;
	top: 0;
	z-index: 100;*/
}

/* Sidebar */

logo {
	/*background-color: #43c5ea;*/
	/*padding: 30px;*/
	/* border-radius: 3px; */
	width: 100%;
	display: block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

logo:hover {
	opacity: .7;
}

intro {
	margin-top: 30px;
	display: block;
	line-height: 20px;
	text-align: left;
	font-size: 15px;
}
intro h1 {
	margin-top: 30px;
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 15px;	
}
line {
	margin: 30px 0px;
	border-bottom: 1px solid rgb(227, 227, 227);
	display: block;
}
#small-menu {
  display: none;
}
nav a {
	display: block;
	color: #444;
	margin-bottom: 5px;
	line-height: 30px;
	text-align: left;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
nav a:hover {
	background-color: #ffffff;
	/* border-radius: 3px; */
	padding-left: 10px;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
}
#active {
	/*background-color: #ffffff;*/
	color: #d5600b;
	/* border-radius: 3px; */
	/*padding-left: 10px;*/
	text-decoration: none;
}
#active:hover {
	color: #444;
}
contact a {
	background-color: #d5600b;
	/* border-radius: 3px; */
	display: block;
	padding: 0px 5px;
	color: #ffffff;
	line-height: 35px;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	text-align: center;
}
contact a:hover {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	background-color: #ffffff;
	color: #43c5ea;
}
worksnav h1 {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.25);
}
worksnav a {
	display: block;
	color: #444;
	line-height: 30px;
}
footer {
	text-align: right;
	margin-top: 20px;
	color: #dfdfdf;
}
footer img {
	width: 7%;
	opacity: .7;
}
footer img:hover {
	opacity: 1;
}

/* Options effects */
.option:hover {
	background-color: #d5600b;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transition: -moz-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}
.option-active {
	background-color: gray;	
}
.white-text {
	color: #fff;
}
/* Image hover effect */

.caption {
	display: block;
	position: relative;
}
.caption img {
	display: block;
	max-width: 100%;
}
.caption1 {
	overflow: hidden;
	/* border-radius: 3px; */
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.caption1:hover {
	background: rgba(0,0,0,0);
}
.caption1 img {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.caption1:hover img {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}
.caption1::before,
.caption1::after {
	position: absolute;
	/* border-radius: 3px; */
	width: 100%;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	background-color: #d5600b;
}
.caption1::before {
	content: attr(data-title);
	height: 100%;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 30px;
	font-weight: 300;
	padding-top: 25%;
	text-align: center;
	line-height: 30px;
}
.caption1:hover::before,
.caption1:hover::after  {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

/* Work page */

text {
	margin-top: 20px;
	display: block;
}
text h1 {
	font-size: 35px;
}
text h2 {
	color: rgb(67, 197, 234);
	font-size: 25px;
	margin-top: -15px;
}
text p {
	font-size: 16px;
	margin-top: 5px;
	text-align: justify;
	line-height: 30px;
}
.back {
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 50px 0px;
	text-align: center;
	background-color: #ffffff;
	color: #909294;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.back:hover {
	background-color: #dcdcdc;
	color: #ffffff;
}
date {
	font-size: 13px;
	color: rgba(143, 145, 148, 0.5);
}
info {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.social {
	padding: 8px 14px;
	margin-left: 5px;
	/* border-radius: 3px; */
	background-color: #dddddd;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	color: #ffffff;
}
.social:hover {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	color: #ffffff;
}
.facebook:hover {
	background-color: #435fa8;
}
.twitter:hover {
	background-color: #39d2fe;
}
.google:hover {
	background-color: #dd4c37;
}
.pinterest:hover {
	background-color: #cb2026;
}
.dribbble:hover {
	background-color: #f472a2;
}

.clearing-thumbs img:hover {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	opacity: .8;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

/* About page */

iframe {
	/* border-radius: 3px; */
}
about {
	margin-top: 20px;
	display: block;
}
about h1 {
	font-size: 35px;
}
about p {
	/*font-size: 1.6em;*/
}

/* Button style */

.button {
	background-color: #44c5ea;
	/* border-radius: 3px; */
	padding: 9px 15px;
	color: #ffffff;
	line-height: 45px;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.button:hover {
	opacity: .6;
	color: #ffffff;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.green {
	background-color: #44e997;
}
.red {
	background-color: #e94444;
}
.gray {
	background-color: #919191;
}

/* Panel style */

.panel {
	padding: 50px 30px;
}

.panel p , .panel h5{
	color: #707070;
}

.panel img {
	width: 50px;
	margin-bottom: 15px;
}

/* Contact form */

form {
	text-align: center;
}

input , textarea {
	font-size: 17px;
	width: 100%;
	background-color: #ffffff;
	padding: 10px;
	/* border-radius: 3px; */
	border: 1px solid #e2e3e3;
	color: #96989a;
	margin-bottom: 10px;
}

.submit-button {
	background-color: #42c5ea;
	color: #ffffff;
	border: 0px;
}

.submit-button:active {
	background-color: #7ed7f0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #96989a; opacity: .7; font-size: 17px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #96989a; opacity: .7; font-size: 17px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #96989a; opacity: .7; font-size: 17px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #96989a; opacity: .7; font-size: 17px;
}

#error {
	background-color: #e94344;
	border-radius: 5px;
	padding: 10px 15px;
	color: #ffffff;
}
#error:hover {
	background-color: #f08384;
}
#ok {
	background-color: #44e996;
	border-radius: 5px;
	padding: 10px 15px;
	color: #ffffff;
}


/* Animation by Dan Eden */

.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-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(15px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px)}60%{opacity:1;-moz-transform:translateX(15px)}80%{-moz-transform:translateX(-10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px)}60%{opacity:1;-o-transform:translateX(30px)}80%{-o-transform:translateX(-10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(15px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft}

/* Responsive */

@media only screen and (max-width: 767px) and (min-width: 641px) {
	box {
		padding: 10px 0px;
	}
	sidebar {
		text-align: center;
	}
	logo {
		margin-bottom: 30px;
		padding: 20px;
	}
	logo img {
		width: 200px;
	}
	line {
		margin: 30px 0px;
	}
	nav a {
		display: inline;
		padding: 10px 15px;
		line-height: 43px;
		/* border-radius: 3px; */
		text-align: center;
	}
	nav a:hover {
		padding-left: 15px;
	}
	#active {
		/* border-radius: 3px; */
		padding-left: 15px;
	}
	worksnav , intro {
		display: none;
	}
	footer {
		margin-top: 10px;
	}
	footer img {
		width: 11%;
	}
}

@media only screen and (max-width: 640px) {
	box {
		padding: 10px 0px;
	}
	sidebar {
		text-align: center;
	}
	logo {
		margin-bottom: 10px;
		padding: 20px;
	}
	logo img {
		width: 100px;
	}
	line {
		margin: 10px 0px;
	}
	contact {
		display: none;
	}
  nav { 
  	display: none; 
  }
  #small-menu { 
  	display: inline-block; 
  }
  .styled-select select {
     background: transparent;
     width: 33px;
     padding: 5px;
     font-size: 14px;
     line-height: 1;
     border: 0;
     border-radius: 0;
     height: 33px;
     -webkit-appearance: none;
	}
	.styled-select {
		position: absolute;
		top: 5px;
		width: 33px;
		height: 33px;
		overflow: hidden;
		background: url(../img/navicon.png) no-repeat right;
   }
	nav a {
		display: inline;
		padding: 10px 15px;
		line-height: 43px;
		/* border-radius: 3px; */
		text-align: center;
	}
	nav a:hover {
		padding-left: 15px;
	}
	#active {
		/* border-radius: 3px; */
		padding-left: 15px;
	}
	worksnav , intro {
		display: none;
	}
	footer {
		margin-top: 10px;
	}
	footer img {
		width: 17%;
	}
	.caption1:hover img {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		transform: translateX(0%);
	}
	.caption1::after,
	.caption1::before,
	.caption1:hover::before,
	.caption1:hover::after {
		display: none;
	}
	.social {
		line-height: 40px;
	}
	about h1 {
		font-size: 24px;
	}
	about p {
		font-size: 1em;
	}
}

/*fonts*/
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?e7t4e6');
	src:url('../fonts/icomoon.eot?#iefixe7t4e6') format('embedded-opentype'),
		url('../fonts/icomoon.woff?e7t4e6') format('woff'),
		url('../fonts/icomoon.ttf?e7t4e6') format('truetype'),
		url('../fonts/icomoon.svg?e7t4e6#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 4em;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
	content: "\e600";
}
.icon-settings:before {
	content: "\e601";
}
.icon-display:before {
	content: "\e602";
}
.icon-like:before {
	content: "\e603";
}
.icon-photo:before {
	content: "\e604";
}
.icon-params:before {
	content: "\e605";
}
.icon-world:before {
	content: "\e606";
}
.icon-roller:before {
  content: "\e616";
}
.clearing-assembled .clearing-container .carousel>ul li {
	margin-right: 20px;
}
.portfolio-image li {
	list-style: none;
}

.plans {
  border: solid 1px #dddddd;
  background-color: #f3f3f3;
  padding: 10px;
  margin-top: 20px;
}
.plan-number {
  font-size: 1em;
  color: #d5600b;
  
}
.plans p {
  margin-bottom: 5px;
  line-height: 20px;
  font-weight: 400;
}
.plan-title {
  font-weight: 700;
}
.red-text {
  color: #d5600b;
  font-weight: 500;
}
.small-text {
  font-size: 12px;
}