		body{
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			padding: 0;
			margin:0;
			 background-color: #ffffff;
		}
		.main{
			height: auto; 
			width: 1400px;
			margin: auto;
			padding: 10px;
			/*background-color: white;
			border-radius: 4px;*/
		}

		#photo-slider .item{
			height: 500px;
			width: 100%;
		}
		#photo-slider .item img{
			height: 500px;
			width: 100%;
		}
		
		#myCarousel{
			width: 100%;
			margin-left: 0;
		}

		/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
		 .all-con{
		 	position: relative;
		 	background-color: white; 	
			width: 79%;
			min-height: 1000px;
			height: auto;
			overflow: hidden;
			margin-left: 21%;
			margin-top: 5px;
			margin-bottom: 5%;
			padding-left: 0px;
			padding-top: 10px;
			padding-bottom: 3%;
		 }
		 /* .all-con:hover{
		  	box-shadow: 0px 0px 3px .4px grey;
		 }*/
		 .outline-p_brands{
			width: 100%;
			height: auto;
			margin-top: 1%;
			padding-top: 10px;
			border-radius: 2px;
			position: relative;
			margin-left: 1%;
			/*background-color: red;*/
		 }
		.outline-p_brands h3{
			margin-left: 15px;
		}
		 .outline-p_brands .brands_row{
			width: 100%;
			height: 350px;
			margin-left: -.4%;
			/*background-color: red;*/
		}
		/*brands*/
		.brands_container{
		 	width: 23.4%;
		 	height: 330px;
		 	float: left;
		 	margin-left: 1.3%;
		 	margin-top: 1%;
		 	border: 1px solid #E8E8E8;
		 	/*box-shadow: 0px 0px 2px 2px #D3D3D3;*/
		 }
		 .brands_container:hover{
		 	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		 }
		 .brands_container h4{
		 	margin-left: 15px;
		 	color: #337ab7;
		 	padding-right: 10px;
		 }
		 .brands_container h6{
		 	margin-left: 15px;
		 	color: #337ab7;
		 	padding-right: 10px;
		 }
		 .brands_row .line{
		 	width: 90%;
		 	height: 1px;
		 	position: relative;
		 	background-color: #cc7000;
		 	margin: auto;
		 	margin-top: 5px;
		 }
		 /*image flip*/
		.flip-box {
		  background-color: transparent;
		  margin-top: 2px;
		  width: 100%;
		  height: auto;
		  position: relative;
		 /* overflow: hidden;*/
		  perspective: 1000px; /* Remove this if you don't want the 3D effect */
		}
		/* This container is needed to position the front and back side */
		.flip-box-inner {
		  position: relative;
		  width: 100%;
		  height: 100%;
		  text-align: center;
		  transition: transform 0.8s;
		  transform-style: preserve-3d;
		}
		/* Do an horizontal flip when you move the mouse over the flip box container */
		.flip-box:hover .flip-box-inner {
		  transform: rotateY(180deg);
		}
		/* Position the front and back side */
		.flip-box-front, .flip-box-back {
		  position: absolute;
		  width: 100%;
		  backface-visibility: hidden;
		}
		/* Style the front side (fallback if image is missing) */
		.flip-box-front {
		  background-color: #bbb;
		  color: black;
		}
		/* Style the back side */
		.flip-box-back {
		  background-color: dodgerblue;
		  color: white;
		  transform: rotateY(180deg);
		  position: relative;
		} 
				/*ARROW HEADER DESIGN*/
		#pointer {
	      width: 230px;
	      height: 40px;
	      position: relative;
	      /*background: #337ab7;*/
	      background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(6,60,101,1) 24%, rgba(87,122,150,1) 84%);
	      margin-left: 2%;
	      padding-left: 3%;
	      padding-top: 2px;
	      margin-bottom: 10px;
	    }
	    #pointer:after {
	      content: "";
	      position: absolute;
	      left: 0;
	      bottom: 0;
	      width: 0;
	      height: 0;
	      border-left: 20px solid white;
	      border-top: 20px solid transparent;
	      border-bottom: 20px solid transparent;
	    }
	    #pointer:before {
	      content: "";
	      position: absolute;
	      right: -20px;
	      bottom: 0;
	      width: 0;
	      height: 0;
	      border-left: 20px solid rgb(87,122,150);
	      border-top: 20px solid transparent;
	      border-bottom: 20px solid transparent;
	    }



	    /*dropdown login*/
		.navbar-default{background:#3285D1;border-color: #3285D1;}
	    .navbar-default .navbar-nav > li > a{color:#FFF;}
	    .nav > li > a{margin:15px; font-size: 17px; color:#FFF;}
	    .nav .open > a, .nav .open > a:hover, 
	    .nav .open > a:focus,
	    .nav > li > a:hover, .nav > li > a:focus{background-color:transparent !important;}

      	.navbar-brand{    
          margin: 15px !important;
          padding: 13px !important;
          color: #fff !important;
          font-size: 2em !important;
          font-weight: bold !Important;
        }
          
	    .navbar-toggle{margin-top:20px !important;}
	    .dropdown-menu{background:#fff !important;}
	    .navbar-login
	    {
	        width: 300px;
	        padding: 10px;
	        padding-bottom: 0px;
	    }

      	.navbar-login-session
      	{
            padding: 10px;
            padding-bottom: 0px;
        	padding-top: 0px;
      	}

	    .icon-size
	    {
	        font-size: 87px;
	    }

      	.dropdown-container{
      		position: absolute; 
      		margin-left: 1240px;
      	}
      	/*end of dropdown login*/
      	
	    

		@media screen and (max-width: 1400px) {
			.main{
					height: auto; 
					width: 1200px;
					margin: auto;
				}
			.side-con{
					width: 250px;
			}
			#photo-slider .item{
        		height: 400px;
        		width: 100%;
        	}
        	#photo-slider .item img{
        		height: 400px;
        		width: 100%;
        	}
		}
		@media screen and (max-width: 1250px) {
			.main{
					height: auto; 
					width: 1000px;
					margin: auto;
				}
			.side-con{
					width: 200px;
			}
			#photo-slider .item{
        		height: 350px;
        		width: 100%;
        	}
        	#photo-slider .item img{
        		height: 350px;
        		width: 100%;
        	}
			.brands_container{
			 	width: 24.7%;
			 	height: 340px;
			 }
		}

		/*for mobile responsiveness--------------------------------------------------------------------------*/
			@media screen and (max-width: 600px) {
				.main{
					height: auto; 
					width: 100%;
					margin: auto;
					padding: 0;
				}
				
				#myCarousel{
					width: 90%;
					margin-left:5%;
				}
				
				#photo-slider .item{
        			height: 150px;
        		}
        		#photo-slider .item img{
        			height: 150px;
        		}
				.dropdown-content a{
					height: 35px;
					padding-top: 8px;
				}
				#myCarousel{
					width: 90%;
					margin-left: 5%;
				}
				#photo-slider .item{
        			height: 150px;
        			width: 100%;
        		}
        		#photo-slider .item img{
        			height: 150px;
        			width: 100%;
        		}
				.all-con{
					width: 90%;
					margin-left: 5%;
				}	

				.brands_container{
				 	background-color: white;
				 	width: 100%;
				 	height: 370px;
				 	margin-left: -10px;
				 	margin-top: 10px;
				 }
				 .brands_container h4,.brands_container h6{
				 	margin-left: 15px;
				 	color: gray;
				 	padding-right: 10px;
				 }
				 .brands_container:hover{
				 	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
				 }
				 /*image flip*/
				.flip-box {
				  background-color: transparent;
				  margin-top: 2px;
				  margin-bottom: 50px;
				  width: 100%;
				  height: 190px;
				  border: 1px solid #f1f1f1;
				  perspective: 1000px; /* Remove this if you don't want the 3D effect */
				}
				/* This container is needed to position the front and back side */
				.flip-box-inner {
				  position: relative;
				  width: 100%;
				  height: 100%;
				  text-align: center;
				  transition: transform 0.8s;
				  transform-style: preserve-3d;
				}
				/* Do an horizontal flip when you move the mouse over the flip box container */
				.flip-box:hover .flip-box-inner {
				  transform: rotateY(180deg);
				}
				/* Position the front and back side */
				.flip-box-front, .flip-box-back {
				  position: absolute;
				  width: 100%;
				  height: 100%;
				  backface-visibility: hidden;
				}
				/* Style the front side (fallback if image is missing) */
				.flip-box-front {
				  background-color: #bbb;
				  color: black;
				}
				/* Style the back side */
				.flip-box-back {
				  background-color: dodgerblue;
				  color: white;
				  transform: rotateY(180deg);
				} 
		
			}	


a.btn-social,
.btn-social
{
    border-radius: 5%;
    color: #ffffff !important;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 34px;
}
.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-twitter
{
    background-color: #55acee;
}
.btn-twitter:hover
{
    background-color: #83c3f3;
}
.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}
.btn-instagram
{
    background-color: #0976b4;
}
.btn-instagram:hover
{
    background-color: #0b96e5;
}