/* Home Page Buttons */
#home-part p {
    font-size: 1.2em;
    display: inline;
}

#home-part .bg-primary {
    background-color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 0;
    border: 2px #fff solid;
}

.btn-color {
    background: rgba(243, 13, 13, 1.0);
    border-color: rgba(225,225,225, 1.0);
}

.btn-color:hover, .btn-color:active, .btn-color:focus {
    background: rgba(178,28,28, 1.0);
    color: #FFFFFF !important;
}

.btn-light {
    background: rgba(44,103,221, 1);
    border-color: #fff;
}

.btn-light:hover, .btn-light:active, .btn-light:focus {
    background: rgb(52, 78, 134);
    color: white;
}

.newsletter-color {
    background: rgba(229,61,61, 0.3);
    border-color: #fff;
}
  
.newsletter-color:hover {
    background: rgb(178, 28, 28);
    border-color: #fff;
}



/* About Us */
.cameraPad {
    padding-top: 20px;
}

#about-content h1 {
    color: #000;
    text-transform: none;
}

#about-content p {
    margin-bottom: 20px;
}

h2#feature {
    font-size: 32px;
    font-weight: 700;
    color: #323a45;
    margin-top: 2.0em;
}



/* Live Stream */
h2#live {
    font-size: 32px;
    font-weight: 700;
    color: #323a45;
    margin-top: 1em;
}



/* Portfolio Images */
.large-square-2 {
    background: url(../img/new/casa.png);
    width: 100%;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border: none;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.large-square-2:before {
    display: block;
    content: " ";
    padding-top: 100%;
}

.large-square-2:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.large-square-2:hover .hover-info {
    opacity: 1;
    bottom: 0;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}

.small-square-2 {
    background: url(../img/new/ocpr.png);
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border: none;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.small-square-2:before {
    display: block;
    content: " ";
    padding-top: 100%;
}

.small-square-2:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.small-square-2:hover .hover-info {
    opacity: 1;
    bottom: 0;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}


.small-square-2.second {
    background-image: url(../img/new/ijaa.png);
}

.small-square-2.third {
    background-image: url(../img/new/nuway.png);
}

.small-square-2.fourth {
    background-image: url(../img/new/hardtech-2.png);
}
    
.large-square-2 .hover-info, .small-square-2 .hover-info {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(43, 45, 53, 0.8);
    color: #FCFCFC;
    padding: 0;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.large-square-2 .hover-info h4, .small-square-2 .hover-info h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 1.2em;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.large-square-2 .hover-info p, .small-square-2 .hover-info p {
    color: #EFEFEF !important;
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0;
}

.large-square-2 .hover-info .date-info, .small-square-2 .hover-info .date-info {
    font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-size: 0.7em;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1;
    position: absolute;
    right: 15px;
    bottom: 15px;
}


/* Contact */
#contact-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #323a45;
    margin-top: 1em;
}

#contact-content .contact-item {
    background: rgb(44,103,221);
    border-left: 2px solid #000000;
}

#contact-content .contact-item a {
    color: #fff;
}

#contact-content .contact-item a:hover {
    color: rgb(167, 165, 165);
}


#contact-form button#valid-form {
    background: #ff0000;
}

#contact-form button#valid-form:hover {
    background: #af0000;
    color: #fff;
}

p.copyright {
    background-color: rgba(0, 0, 0, .5);
}















