@charset "utf-8";
/* CSS Document */

body h1 {
	color:#09F;
}

.top {
	height:10px;
	background-color:#313131;
}

.primary-header {
	padding:10px;
	/*background-color:#35aae4;*/
	border-bottom:1px solid #35aae4;
	text-align:right;
}

/*.primary-header {
	height:30px;
	/*background-color:#35aae4;*/
	/*border-bottom:1px solid #35aae4;
	line-height:30px;
}

.primary-header span {
	float:right;
}*/

.header {
	height:100px;
}

.logo {
	margin-top:10px;
	width:250px;
	
}

.request-button {
	padding-top:40px;
	text-align:right;
}


.navigation {
	height:40px;
	background-color:#35aae4;
}


.navigation ul {
	text-align:center;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.navigation li {
	display:inline-block;
	color:#FFF;
	border-left:1px solid #FFF;
}

.navigation li:first-child {
	border-left:none;
}

.active {
	background-color:#039;
	padding:0px;
}

.navigation a {
	display:inline-block;
	text-align:center;
	line-height:40px;
	color:#FFF;
	padding:0px 20px 0px 20px;
}

.navigation a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#039;
}

.banner {
	height:300px;
	width:90%;
	padding:0px;
	margin:0 auto;
}

/*.banner img {
	width:100%;
	height:406px;
}*/

.content {
	margin-top:10px;
	font-size:18px;
}

.heading {
	background-color:#35aae4;
	color:#FFF;
	height:50px;
	width:100%;
	line-height:50px;
}

.heading h3 {
	padding:0px;
	margin:0px;
	line-height:50px;
	text-indent:10px;
}

.product-list {
}

.product-list ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-indent:10px;
}

.product-list li {
	display:block;
	height:40px;
	background-color:#818181;
	width:100%;
	position:relative;
	border-bottom:1px solid #747474;
}

.product-list a {
	display:block;
	height:40px;
	line-height:40px;
	color:#FFF;
	font-size:18px;
}

.product-list a:hover {
	background-color:#999;
	text-decoration:none;
	color:#FFF;
}

/*box hover*/

.box
{
    display:inline-block;
    border:0;
	background-color:#fff;
    width:100%;
	padding:5px;
	font-size:14px;
	font-weight:bold;
    /*height:210px;*/
	/*border:1px solid #000;*/
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
  

}
.box:hover {
	
   box-shadow: 0px 0px 5px #000000;
    z-index:3;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}


.home-about {
	background-color:#ebe9e9;
	font-size:18px;
	margin-top:50px;
	height:300px;
	background-image:url(../img/home-about%20background.png);
	background-size:100%;
	color:#000;
}

.btn {
	background-color:#35aae4;
	color:#FFF;
}


.footer {
	/*height:100px;*/
	margin-top:50px;
	background-color:#000;
	color:#fff;
}

.footer-link {
	list-style-type:none;
	margin-top:10px;
	
}

.footer-link:first-child {
	padding-left:0px;
}

.footer-link li {
	display:block;
	padding:5px;
}

.footer-link a {
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}


.footer-link a:hover {
	color:#FFF;
}

.social img {
	padding:10px;

}

.footer-second  {
	border-top:1px solid #666;
	background-color:#000;
	height:50px;
	line-height:50px;
	color:#FFF;
}



.search {
	width:400px;
}

.btn1 {
	background-color:#35aae4;
	border:0px;
	height:30px;
	margin-left:10px;
	border-radius:5px;
	width:80px;
	color:#FFF;
	
}


.account {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:right;
	margin-top:50px;
}

.account li {
	display:inline-block;
	padding:10px;
}

.account a {
	color:#000;
}

#dialog {
	height:350px;
	font-size:14px;
	display:none;
	
}
.form-control2 {
  display: block;
  width: 100%;
  height: 80px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.box h3 {
		color:#09F;
	font-size:20px;
	text-transform:lowercase;
	font-weight:bold;
	
}

.box h3::first-letter {
	text-transform:uppercase;
}


.box1
{
    display:inline-block;
    border:0;
	background-color:#fff;
    width:100%;
	padding:5px;
	font-size:14px;
	font-weight:bold;
    /*height:210px;*/
	/*border:1px solid #000;*/
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
  
}


.box1 h3 {
	color:#09F;
	font-size:20px;
	text-transform:lowercase;
	font-weight:bold;
}

.box1 h3::first-letter {
	text-transform:uppercase;
}


.accessories h2 {
	color:#09F;
	font-weight:bold;
}


.accessories h3 {
	color:#09F;
	font-weight:bold;
}

.heading h4 {
	line-height:40px;
	text-indent:20px;

}

.form-box {
	width:80%;
	margin-left:10%;
	background-color:#FFC;
	padding:10px;
	border-radius:10px;
}


#popup1 .row {
	margin:0px;
	padding:0px;
}

#popup1 h2 {
	margin:0px;
	padding:0px;
	text-decoration:underline;
	/*font-family: 'Amaranth', sans-serif;*/
}

#popup1 {
	/*font-family: 'Amaranth', sans-serif;*/
	color:#000;
	z-index:9999;
}

.popup-box {
	width:350px;
	height:450px;
	border:3px solid #000;
	border-radius:5px;
	margin:0 auto;

}


/*popup*/



/*.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}*/

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    /* margin: 70px auto;
  padding: 20px;*/
    background: #fff;
    border-radius: 5px;
    width: 350px;
    height: 450px;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    padding: 10px;
    /*transition: all 5s ease-in-out;*/
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        /*display:block;*/
        /* position: absolute;*/
        /*top: 20px;
  right: 30px;*/
        /*transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;*/
        /*  width:90%;*/
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }
	
	.develop {
		float:right;
	}


.blog1 h4 {
	margin:0;
	padding:0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

