﻿/* CSS Document */
html, body { 
	font: 15px/23px "ralewayregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body { margin: 0; padding: 0;}

.main-section { padding: 60px 0; }
.main-section > .row {margin: 25px 0;}

.form-control {
	background-color: rgba(255,255,255, .5);
	color: black;
	font-size: 18px;
	margin-bottom: 5px;
}

#ContactSection {height: 0px; padding: 0;}


.portfolio-wrapper {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.portfolio {
    position: relative;
    flex: 1 0 auto;
    width: 50%;            
}
.portfolio a,
.portfolio button {
    color: rgb(227, 159, 33);
}

@media (max-width: 479px) {
    .portfolio {
        width: 100% !important;
    }
    .portfolio-text {
        font-size: 13px;
        line-height: 15px;
        padding: 20px !important;
    }
    .portfolio-text .h2 {
        margin-top: 0 !important;
        font-size: 20px;
        padding: 0 !important;
                
    }
    .portfolio-text .title-button {
        width: 100% !important;
        margin: 20px 0 0 !important;
    }
}

.portfolio-image {
    padding: 20px;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

@media(max-width: 767px) {
    .portfolio {
        width: 100%;
    }

    .portfolio-image {
        padding: 10px;
    }

    .portfolio-image > img {
        margin: 0 auto;
    }
}


.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.75);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.portfolio:hover .overlay,
.portfolio.active .overlay {
    height: 100%;
}

.portfolio-text {            
    width: 100%;
    padding:25px;
    color: white;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 15px;
}

@media(min-width: 479px) and (max-width: 991px) {
            .portfolio-text {
                font-size: 12px;
            }
        }

        .overlay > button.close {
            height: 25px;
            width: 25px;
            opacity: .5;
            background-color: white;
        }

        .portfolio-text .h2 {
            margin: 0 !important;
            text-align: center;
            display: block;
            font-size: 28px;
        }

        .portfolio-text .title-button {
            display: block !important;
            width: 135px;
            margin: 0 auto;
        }
        .portfolio:hover .portfolio-image {
            opacity: 0.3;
        }

        .portfolio:hover .portfolio-text {
            opacity: 1;
        }

        

        .col-content {
            border-right: 1px solid lightgray;
        }


label {
	float: left;
    clear: left;
}
label.error {
    background-color: rgba(255, 0, 0, .5);
    border: 1px solid rgb(255,0,0);
    color: white;
}

.error {
    color: red;
    font-weight: bold;
}

.to-section {
	cursor: pointer;
}

.img-holder {
	position: relative;
	max-width: 100%;
}
 
/*.img-holder { 
	max-width: 1200px; 
	height: 100%;
} */

.arrow-wrap {
  position:absolute;
  z-index:1;
  left:50%;
  bottom: 0;
  margin-left:-5em;
  background:#111;
  width:10em;
  height:10em;
  padding:4em 2em;
  border-radius:50%;
  font-size:0.5em;
  display:block;
  box-shadow:0px 0px 5px 0px #333;
}

.arrow {
	float:left;
	position:relative;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3em 3em 0 3em;
	border-color: #ffffff transparent transparent transparent;
	-webkit-transform:rotate(360deg)
}

.arrow:after {
	content:'';
	position:absolute;
	top:-3.2em;
	left:-3em;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3em 3em 0 3em;
	border-color: #111 transparent transparent transparent;
	  -webkit-transform:rotate(360deg)
}


.hint {
  position:absolute;
  top:0.6em;
  width:100%;
  left:0;
  font-size:2em;
  font-style:italic;
  text-align:center;
  color:#fff;
  opacity:0;
}


.arrow-wrap:hover .hint {
  opacity:1;
}

  @-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }
  
  .arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
  }
  
.button_down_container {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px rgba(255,255,255,0.4) solid;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	margin: 0 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	bottom: 0;
	z-index:100;
}
.button_down_container:hover, .button_down_container:active {
border: 2px rgba(255,255,255,1) solid;
}
.arrow-down {
position: absolute;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid rgba(255,255,255,0.7);
margin-top: -10px;
margin-left: -20px;
}
.arrow_pos1 {
top: 60%;
left: 50%;
}
.arrow_pos2 {
top: 40%;
left: 50%;
}
.arrowflip1{
-webkit-animation-name: flip-in1;
-webkit-animation-duration: 2.0s;
-webkit-animation-timing-function: cubic-bezier(1,0,0,1);
-webkit-animation-iteration-count: infinite;
-moz-animation-name: flip-in1;
-moz-animation-duration: 2.0s;
-moz-animation-timing-function: cubic-bezier(1,0,0,1);
-moz-animation-iteration-count: infinite;
-ms-animation-name: flip-in1;
-ms-animation-duration: 2.0s;
-ms-animation-timing-function: cubic-bezier(1,0,0,1);
-ms-animation-iteration-count: infinite;
-o-animation-name: flip-in1;
-o-animation-duration: 2.0s;
-o-animation-timing-function: cubic-bezier(1,0,0,1);
-o-animation-iteration-count: infinite;
animation-name: flip-in1;
animation-duration: 2.0s;
animation-timing-function: cubic-bezier(1,0,0,1);
animation-iteration-count: infinite;
}
@-webkit-keyframes flip-in1 {
0% {
margin-top: -40px;
opacity: 0;
}
50% {
margin-top: 0px;
opacity: 1;
}
99% {
margin-top: 40px;
opacity: 0;
}
100% {
margin-top: -40px;
opacity: 0;
}
}
@-moz-keyframes flip-in1 {
0% {
margin-top: -40px;
opacity: 0;
}
50% {
margin-top: 0px;
opacity: 1;
}
99% {
margin-top: 40px;
opacity: 0;
}
100% {
margin-top: -40px;
opacity: 0;
}
}
@-ms-keyframes flip-in1 {
0% {
margin-top: -40px;
opacity: 0;
}
50% {
margin-top: 0px;
opacity: 1;
}
99% {
margin-top: 40px;
opacity: 0;
}
100% {
margin-top: -40px;
opacity: 0;
}
}
@-o-keyframes flip-in1 {
0% {
margin-top: -40px;
opacity: 0;
}
50% {
margin-top: 0px;
opacity: 1;
}
99% {
margin-top: 40px;
opacity: 0;
}
100% {
margin-top: -40px;
opacity: 0;
}
}
@keyframes flip-in1 {
0% {
margin-top: -40px;
opacity: 0;
}
50% {
margin-top: 0px;
opacity: 1;
}
99% {
margin-top: 40px;
opacity: 0;
}
100% {
margin-top: -40px;
opacity: 0;
}
}
@-webkit-keyframes flip-in2 {
0% {
margin-top: -40px;
opacity: 0;
}
60% {
margin-top: 0px;
opacity: 1;
}
99% {
margin-top: 40px;
opacity: 0;
}
100% {
margin-top: -40px;
opacity: 0;
}
}
@-moz-keyframes flip-in2 {
0% {
margin-top: -40px;
opacity: 0;
}
60% {
margin-top: 0px;
opacity: 1;
}
99% {
margin-top: 40px;
opacity: 0;
}
100% {
margin-top: -40px;
opacity: 0;
}
}
@-ms-keyframes flip-in2 {
0% {
margin-top: -40px;
opacity: 0;
}
60% {
margin-top: 0px;
opacity: 1;
}
99% {
margin-top: 40px;
opacity: 0;
}
100% {
margin-top: -40px;
opacity: 0;
}
}
@-o-keyframes flip-in2 {
0% {
margin-top: -40px;
opacity: 0;
}
60% {
margin-top: 0px;
opacity: 1;
}
99% {
margin-top: 40px;
opacity: 0;
}
100% {
margin-top: -40px;
opacity: 0;
}
}
@keyframes flip-in2 {
0% {
margin-top: -40px;
opacity: 0;
}
60% {
margin-top: 0px;
opacity: 1;
}
99% {
margin-top: 40px;
opacity: 0;
}
100% {
margin-top: -40px;
opacity: 0;
}
}
.arrowflip2{
-webkit-animation-name: flip-in2;
-webkit-animation-duration: 2.0s;
-webkit-animation-timing-function: cubic-bezier(1,0,0,1);
-webkit-animation-iteration-count: infinite;
-moz-animation-name: flip-in2;
-moz-animation-duration: 2.0s;
-moz-animation-timing-function: cubic-bezier(1,0,0,1);
-moz-animation-iteration-count: infinite;
-ms-animation-name: flip-in2;
-ms-animation-duration: 2.0s;
-ms-animation-timing-function: cubic-bezier(1,0,0,1);
-ms-animation-iteration-count: infinite;
-o-animation-name: flip-in2;
-o-animation-duration: 2.0s;
-o-animation-timing-function: cubic-bezier(1,0,0,1);
-o-animation-iteration-count: infinite;
animation-name: flip-in2;
animation-duration: 2.0s;
animation-timing-function: cubic-bezier(1,0,0,1);
animation-iteration-count: infinite;
}



.holder {
	color: white;
	display: inline-block;
	position: absolute;
	width: 820px;
	max-width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,.45);
	padding: 10px 0;
	box-shadow: 0 1px 10px rgba(31, 50, 63, 0.25);
}

.holder-inner {
	position: relative;
	height: 100%;
	text-align: center;
	padding: 0 10px;
}

.holder-description {
	color: white;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-align: center;
	margin:0 auto;
	text-transform: uppercase;
	display: block;
}

.btn-holder {
    clear: left;
}

.title-holder {
	background-image: url('../Content/images/divider1.png');
	background-position: top center;
	background-repeat: repeat-x;
	display: inline-block;
	margin-top: 5px;
}

.title {
	font-size: 5em;
	margin: 0 0 20px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	padding-top: 20px;
	display: inline-block;
}

.title span {
	color: #E39F21;
}

.slide-1-text span {
	display: block;
	
}

.title-button {
	background: rgba(0,0,0,.5);
	color: white;
	padding: 10px 15px;
	font-size: 12px;
	border: 2px solid rgba(255, 255, 255, 0.15);
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	display: block;
	transition: all 0.2s ease-in-out;
    margin: 0 auto;
    width: 175px;
}

.title-button:hover {
	background: rgba(0,0,0,.25);
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	cursor: pointer;
	color: white;
}

header {
	position: fixed;
	z-index:2;
	display: none;
	height: 35px;
	top: 0px;
	width: 100%;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid black;
	font-size: 14px;
	text-transform: uppercase;		
	background-color: white;
	box-shadow: 0 1px 10px rgba(31, 50, 63, 0.25);
}

.navbar {
	min-height: 60px;
}

.navbar-brand {
	position: absolute;
}

.navbar-brand,
.navbar-brand:hover{
	color: black;
	font-size: 35px;
}

.navbar-brand span, 
.navbar-brand span:hover{
	color: #E39F21;
}

.navbar-toggle {
	float: right;
	margin-top: 7px;
    margin-right: 0 !important;
	background-color: #E39F21;
}

.icon-bar {
	background-color: white;
}

.navbar-nav {
	float: right;
}

.navbar-nav > li > a {
	font-size: 20px;
	color: black;			
}

.navbar-nav > li > a:hover, 
.navbar-nav > li.active > a {
	color: #E39F21;	
}

.header-block {
	background-image: url('../Content/images/divider1.png');
	background-position: center;
	background-repeat: repeat-x;
	width: 820px;
	max-width: 100%;
	margin: auto;
}

.section-title {
	text-align: center;
	font-size: 60px;
	white-space:nowrap;
	margin: auto;
	color: #E39F21;	
}

.section-title > span {
	background-color: white;
	padding: 0 10px;
	
}

.description-block {
	font-size: 24px;
	line-height: 1.3em;
	padding: 10px 10px 20px;
}

.description-block > span {
	color: #E39F21;	
}

.about-icon {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background: #E39F21;	
}

.about-icon img {
	max-width: 30px;
	vertical-align: middle;
}

.about-box {
	overflow: hidden;
	padding-bottom: 15px;
}

.about-box > h3 {
	margin: 0;
}

.content-block {
	margin-top: 25px;
}

./*portfolio > div {
	display: table-cell;
	width: 50%;
} */

.portfolio-text {
	vertical-align: top;
	padding-left: 15px;
}

.portfolio-text > h3 {
	margin: 0;
	padding-bottom: 5px;
	font-weight: bold;
}


#carousel {
	/*width:820px;*/
	height: 300px;
	margin: auto;
}

#carousel img {
	display: hidden; /* hide images until carousel prepares them */
	cursor: pointer; /* not needed if you wrap carousel items in links */
}

#mobile-carousel {
    overflow: auto;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.as-nav {
	text-align: center;
    clear:both;
    width:75px;
    margin:0 auto;
    padding:0;
}

.as-nav a {
	float: left;
	margin: 0 2px;
    display:block;
    width:10px;
    height:10px;
    text-indent:-10000px;
    background: white;
	border: 1px solid black;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.as-nav .as-active {
    background: #E39F21;
}

@media (max-width: 1199px) {
	.frame { border: 10px solid black;}	
}

@media (max-width: 991px) {
	
	

	.frame {border: 6px solid black; }
	.header-block > h1 {
		font-size: 30px;
		width: 225px;
	}
	.portfolio > div {
		display: block;
		float:left;
		width: 100%;
	}
	
}

@media (max-width: 767px) {
	section {padding: 50px 0;}
	
	.frame {border: 4px solid black; }
	.title {font-size: 35px;}
	.holder {width: 90%;}
	
	.navbar-brand,
	.navbar-brand:hover {font-size: 25px; padding-left: 0; }
	.description-block {font-size: 16px; }
	.content-block {margin-top: 15px;}
	
	.portfolio-text > h3 {
		margin-top: 15px;
	}
	
	.navbar-collapse {
		background: white;
		text-align: center;
		border: 1px solid black;
	}
	
	.navbar-collapse li:hover {
		background-color: #CCC;
	}
	
	.navbar-nav {
		float: none;
	} 
}

/********** PORTFOLIO MODAL *********************/
.portfolio-modal {
    padding-left: 17px;
}
@media (max-width: 768px) {
    .portfolio-modal {
        padding-left: 0 !important;
    }
}

.portfolio-modal > .modal-dialog {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 15px auto;
    padding-right: 17px;
}

/*.modal-dialog {
    width:95%;
    max-width: 900px;
} */

.modal-content {
    border-radius: 0 !important;
}

.modal-footer {
    clear: both;
}
