/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}






@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Montserrat:400,700');
.content-box img{
    width: 100%;
    height: 100%;
}
.content-box a{
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.content-link{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width:  100%;
    height: 100%;
    padding: 25% 0;
    line-height: 45px;
    background-color: #ff00009c;
    

    transition: all 0.6s;
}
.content-link i{
    display: block;
    font-size: 25px;
}
.content-box a:hover .content-link{
    opacity: 0.9;
    
}

@media screen and (min-width: 768px)
{
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 90px;
}
}

.thumbnail .caption-up {
  -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


.parallax { 
    /* The image used */ 

    margin-top: 10px;
    margin-bottom: 10px;

    

    background-image: url("../acrobond/img/bg1.jpg"); 


    /* Set a specific height */
    

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

} 

.parallax-height {

  height: auto; 
}




.footer-logo-new {
  margin-top: 17px;
  margin-bottom: 20px;

}

.headerfontsize{
  font-size: 18px;

  }

.color-black h4{
  color: black;
}

.color-black p{
  color: black;
}

.color-black li{
  color: black;
}
.img-back1{
  background: url(../acrobond/img/ferrari-458.jpg);
}
.img-back2{
  background: url(../acrobond/img/ferrari.jpg);
}
.img-back3{
  background: url(../acrobond/img/bmw.jpg);
}

@media (max-width: 1276px) {

  .headerfontsize{  
    font-size: 16px;

  }
}


a.blackunderline:hover {
    color: black;
    /*text-decoration: none;*/
}

#topcontrol:hover {
    color: #fff;
    background: red;
    transition: all 0.3s ease-in-out;
}



