@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	min-width: 1000px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #333333;
	background-color:#DEDEDE;
}

#container {
	min-width: 1000px;
	height: 3100px;
	-webkit-overflow-scrolling: touch;
}

strong {
	padding: 2px 5px 2px 5px;
	background-color: #FF0000;
	color: #FFFFFF;
}

#intro {
	margin: 0px auto;
	padding: 10px 0 10px 0;
	font-size: 36px;
	font-weight:bold;
	width: 100%;
	background-color:#333333;
	color: #FFFFFF;
	z-index:200;
}

#contact {
	background-image:url(../img/bg_contact.png);
	background-size: cover;
	background-repeat: no-repeat;
}

#contact #contact_copy {
	font-family: 'Reenie Beanie', cursive;
	font-size: 65px;
	color: #FFFFFF;
	padding: 1% 0 0 0;
	text-align: center;
}


#formats {
	/*color:#DEDEDE;*/
	background-image:url(../img/bg_pattern.png)
}

#portfolio_title {
	position: relative;
	z-index:999;
}

#formats_title {
	z-index:999;
}

#contact_title {
	z-index:999;
}

.title {
	margin: 0px auto;
	padding: 10px 0 10px 0;
	font-size: 36px;
	font-weight:bold;
	background-color: #FFFFFF;
	width: 100%;
	min-width: 1000px;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.24);
}

.category {
	margin: 0px auto;
	height: auto;
	min-height: 1000px;
}

#portfolio_holder {
	max-height: 1204px;
	overflow-y:scroll;
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
}

.meter {
	width: 100%;
	height: 28px;
	background-color:#999999;
}

.meter_value {
	width: 0%;
	height: 100%;
	background-color:#333333;
	color: #999999;
}

.meter_value p {
	padding: 0 10px 0 10px;
}

.row_title {
	padding-top: 4%;
}

.circle {
   margin: 10px;
   border-radius: 50%;
}


.circle_border {
    width: 200px;
    height: 200px;
    background: transparent;
    border: 20px solid #333333;
}


#formats {
	min-width: 1000px;
	padding-top: 0px 0 60px 0;
}

#formats strong {
	font-weight:400;
	font-size:25px;
	padding: 2px 5px 2px 5px;
	background-color: #333333;
	color: #FFFFFF;
}

#formats .pull-left {
	text-align: right;
}

#form_holder {
	margin: auto;
	padding-top: 10%;
	text-align:left;
	width: 500px;
	font-size:11px;
}

#form_holder input {
	margin: 3px 0;
}

#form_holder button {
	width: 100%;
}

#form_holder textarea{
	resize: none;
}

.item {
	text-align:center;
	width: 300px;
	height: 400px;
	background-color: #777777;
	overflow:hidden;
	margin-bottom: 1px;
	background-size: contain;
}

.bar {
	background-color: #FFFFFF;
	width:100%;
	height: 5px;
	opacity: 0.8;
}

.hover_icon {
	transition: all .1s ease-out;
	padding-top: 80px;
	height: 120%;
	background-color: #000000;
	opacity: 0;
	cursor: pointer;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 14px;
}

.hover_icon img {
	margin: 45% auto 10px auto;

}

.hover_icon:hover {
	padding-top: 0;
	opacity: 0.8;
}

#footer {
	margin: 0px auto;
	width: 100%;
	min-height: 400px;
	background-color:#333333;
	color: #FFFFFF;
	text-align:left;
}

#footer .pull-left {
	max-width: 450px;
	margin: 50px 50px 0px 50px;
	color:#DEDEDE;
}

#footer .pull-left p strong:nth-child(1) {
	font-weight:800;
	font-size:25px;
	padding: 2px 5px 2px 5px;
	background-color:#CECECE;
	color: #333333;

}

#footer .pull-left p:nth-child(2) {
	opacity: 0.5;
	font-size:18px;
	margin-top: -10px;
}

#footer .pull-left p:nth-child(3) {
	opacity: 0.5;
	font-size:16px;
	margin-top: -10px;
}

#footer .pull-left p:nth-child(4) {
	opacity: 0.9;
	font-size:13px;
	margin-top: 10px;
}

#footer .pull-left p:nth-child(5) {
	opacity: 0.5;
	font-size: 12px;
	margin-top: 30px;
}

#footer .pull-right {
	width: 208px;
	margin: 50px 50px 0px 0px;
	color:#DEDEDE;
}

#formats .row {
	width:100%;
}

.social {
	float:right;
	transition: all .1s ease-out;
	width: 50px;
	height: 50px;
	margin: 1px;
	opacity: 0.5;
	cursor: pointer;
}

.social:hover {
	opacity: 1;
}

#social_email {
	background-image: url(../img/social_icon_mail.png);
}

#social_linkedin {
	background-image: url(../img/social_icon_linkedin.png);
}

#social_instagram {
	background-image: url(../img/social_icon_instagram.png);
}

#social_behance {
	background-image: url(../img/social_icon_behance.png);
}

#social_github {
	background-image: url(../img/social_icon_github.png);
}

#social_vimeo {
	background-image: url(../img/social_icon_vimeo.png);
}

#social_skype {
	background-color: #1F1F1F;
	width: 100px;
}

.errors {
	position: absolute;
	width: 500px;
	padding: 8px 5px 0 0;
	text-align: right;
	color: #ff0000;
	pointer-events: none;
}

.form-group, .form-actions {
	margin: 5px 0 0 0;
}

.description {
	margin: 20px auto;
	width: 60%;
	font-size:11px;
}

#video {
	position: absolute;
	display: table;
	width: 800px;
	height: 450px;
	padding: 7px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #DEDEDE;
	vertical-align: middle;
	font-size: 20px;
}

#video h1 {
	font-size: 20px;
	margin-top: 5px;
	padding: 0 0 8px 0;
}

#video iframe {
	display: table-cell;
}

#video p{
	display: table-cell;
	vertical-align: middle;
	background-color: #000000;
}

.antispam { display:none;}