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

    POST

***********************************************/
.article-wrapper{
	padding-top: 15px;
}

/********************************************** 

    PROJECTS

***********************************************/
.single-project{

}
.device-set{
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 55%;
}
.device{
	position: absolute;
}
.device-desktop{
	width: 70%;
	top: 0;
	left: 11%;
}
.device-desktop .device-display{
	padding: 1%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
}
.device-desktop .device-support{
	width: 6%;
	height: 0;
	padding: 0;
	margin: 0;
	padding-bottom: 10%;
	margin-left: 47%;
	background-color: rgba(0,0,0,0.5);
}
.device-desktop .device-support-bottom{
	width: 30%;
	height: 0;
	padding: 0;
	margin: 0;
	padding-bottom: 1%;
	margin-left: 35%;
	background-color: rgba(0,0,0,0.5);
}
.device-phone{
	padding: 1%;
	width: 16%;
	bottom: 0;
	left: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
}
.device-phone .device-button{
	width: 12%;
	height: 0;
	padding: 0;
	margin: 0;
	margin-top: 8%;
	padding-bottom: 12%;
	margin-left: 44%;
	background-color: rgba(255, 255, 255, 0.5);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.device-tablet{
	padding: 1%;
	width: 25%;
	bottom: 0;
	right: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
}
.device-tablet .device-button{
	width: 6%;
	height: 0;
	padding: 0;
	margin: 0;
	margin-top: 5%;
	padding-bottom: 6%;
	margin-left: 47%;
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.screen{
  	background-position: center top;
  	background-size: cover;
  	background-repeat: no-repeat;
}
.screen-holder.screen-desktop{
	padding-bottom: 62.5%;
}
.screen-holder.screen-phone{
	padding-bottom: 150%;
}
.screen-holder.screen-tablet{
	padding-bottom: 133.387622149837%;
}


.set-position-4 .device-desktop{
	left: 15%;
}
.set-position-2 .device-desktop{
	left: 16%;
}
.set-position-2 .device-phone{
	left: 5%;
}
.set-position-3 .device-desktop{
	left: 7%;
}
.set-position-3 .device-tablet{
	right: 5%;
}

/********************************************** 

    PROJECTS LIST

***********************************************/
.project-list{

}

.project-list .project-box {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid rgba(0,0,0,0.5);
}
.project-list .project-box:first-child {
	border-top: none;
}
/********************************************** 

		MODAL

***********************************************/
.modal-dialog{
	padding-left: 30px;
	padding-right: 30px;
}
.modal-content {
	position: relative;
	border: none;
	border: none;
	border-radius: 0;
	outline: none;
	background-color: rgba(0,0,0, 0.5);
  	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.0);
  	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.0);
  	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.0);
	overflow: hidden;
}
.modal-content .modal-header {
	min-height: 16.428571429px;
	border-bottom: none;
	color: #ffffff;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 10;
}
.modal-content .modal-header .blue-ribbon{
	position: absolute;
	top: -40%;
	left: -20%;
	bottom: -20%;
	right: -20%;
	width: 140%;
	background-color: rgba(5, 86, 165, 0.9);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
	z-index: 10;
}
.modal-content .modal-header .modal-header-content{
	position: relative;
	z-index: 20;
	padding: 15px 0px 0px 15px;
}
.modal-content .modal-header .modal-title{
	color: #ffffff;
}
.modal-body {
	position: relative;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 5;
}
.modal-footer {
	padding: 0;
	text-align: left;
	border-top: none;
	position: relative;
	z-index: 10;
}
.modal-project-image{
	height: 0;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	transition: all 3s;
}
.modal-project-image.active-image{
	height: auto;
}	
.modal-content .modal-footer .blue-ribbon{
	position: absolute;
	top: -20%;
	left: -20%;
	bottom: -20%;
	right: -20%;
	width: 140%;
	background-color: rgba(5, 86, 165, 0.9);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
	z-index: 10;
}
.modal-content .modal-footer .modal-footer-content{
	position: relative;
	z-index: 20;
	padding: 15px 15px 0px 15px;
}
.modal-backdrop.in {
	filter: alpha(opacity=75);
	opacity: .75;
}
/********************************************** 

    CONTACT

***********************************************/
/********************************************** 

    404

***********************************************/
.wrapper-404 .banner{
  	background-image:url(../img/404-banner.jpg);
  	background-position: center;
  	background-size: cover;
  	background-repeat: no-repeat;
  	min-height: 400px;
}
/********************************************** 

    RESPONSIVE STYLE

***********************************************/
@media (max-width: 767px) {

}
@media (min-width: 480px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}