﻿*{	-webkit-transition: .7s ease-out;
 	-moz-transition: .7s ease-out;
 	-o-transition:  .7s ease-out;
 	transition: .7s ease-out;
    list-style: none;
}

/*================================
TYPOGRAPHY
================================*/
body {
    font-family: 'Raleway', sans-serif;
    line-height: 1.8em;
}

.bigicon {font-size: 3em;}
h2{font-size: 42px;}
h3{font-size: 28px;}
h4{font-size: 18px; line-height: 1.4em;color:black}
p{
    letter-spacing: 1px;
    color: #878787;
}

/*================================
FLIPPING IMAGE START
================================*/
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 238px;
	height: 373px;
	padding: 4px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}
#flip-toggle h4 {
    color:#FFDF2B;
    text-shadow: 2px 2px 4px #000000;
}
#flip-toggle p {
    color:#5b5b5b;
	text-shadow: -1px 0 white, 0 0px white, 0px 0 white, 0 -1px white;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

.fContent {
	padding:30px;	
	
}
/*================================
FLIPPING IMAGE END
================================*/



/*================================
DEFAULT STYLE & FORMATING
================================*/
ul{padding: 0;}
a{color: #ea9312}
img{max-width: 100%;}

#specials{text-align: center;background: #f6f6f6;padding: 0px 0;}
.col-md-4, .col-md-6{padding-bottom: 8px;}
.col-md-3 {padding: 0;}

.sectionhead{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

hr.separetor{
    width: 80px;
    color: #363942;
    border-top: 2px solid #ea9312;
}


.btn-default{
    background: none;
    border: none;
    text-transform: uppercase;
    margin: 50px 0;
    color: #c3c3c3;
    letter-spacing: 2px;
}

.btn-default:hover{
    background: none;
    color: #ea9312;
}

.btnicon, .brandicon{
    margin-right: 10px;
}


/*================================
HERO AREA
	width:100%;
	position:relative;
	
	background: url(../img/background.jpg) no-repeat top center;

================================*/
#hero{
    color: #000;
    text-shadow: 0 0 5px white;
    text-align: center;
    background: url(../img/background.jpg)no-repeat; /*your background image*/
    background-size: cover;
    max-height: 880px;
    overflow: hidden;
}

#logo {
    opacity: 1;
    position: absolute;
    margin:auto;
    margin-top: 140px;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

.herocontent{
    padding-top: 0px;
    width: 100%;
    max-width: 900px;
}
.heroshot{      /*beer glasses*/
    width: 100%;
    max-width: 1200px;
}
/*================================
CLIENTS SECTION
================================*/
#clients{
    padding-top: 30px;
}
#clients h4{
    padding-top: 10px;
}

#clients .col-md-4{
    padding-bottom: 0;
}

#clients ul{float: right}

#clients li{
    display: inline;
    margin-right: 35px;
}

#clients li:last-child{
    margin-right: 0px;
}


/*================================
ABOUT SECTION
================================*/
#about{padding-top: 100px;}
#about h2 {
	text-shadow: 0 0 5px #FFDF2B;
}
.myapps{margin-top: 25px;}
.myapps li{display: inline}
.myapps li img{
    width: 30px;
}

/*================================
PORTFOLIO SECTION
================================*/
#photos{
    background: #f6f6f6;
    margin-top: 50px;
    padding: 30px 0;
    text-align: center;
}



#photos img{    
    border: 5px solid #fff;
}

#location{
    background: #f6f6f6;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}



#location img{    
    border: 5px solid #fff;
}

/*================================
TESTIMONIAL SECTION
================================*/

.clientsphoto img{
    width: 100px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}

.clientsphoto img:hover{
    border-radius: 15%;
}

blockquote{
    margin: 0;
    padding: 0 0 10px 0;
    border: none;
}

blockquote p{   
    font-style: italic;
    font-size: 14px;
}

.quote{overflow: hidden}
.quote h5{margin-bottom: 5px;}


/*================================
FOOTER SECTION
================================*/

footer{
    text-align: center;
    padding: 20px 0;
    background: #363942;
    width:100%;
}

footer p, footer .bigicon {color: #7e7e7e;}

.footerlinks{margin: 10px 0;}
.footerlinks li{
    display: inline;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footersocial {margin-top: 30px;}

.footersocial li{
    display:inline;
    padding: 0 5px;
    font-size: 2em;
}

.footersocial li a {color: #a5a5a5;}
.footersocial li a:hover {color: #ea9312;}

/*================================
FOLLOW BUTTON
================================*/

.follow-button .label i {
    height: 52px;
    width: 160px;
    float: none;
    background: url(img/fb1.png) no-repeat top left;
}

@media (max-width: 767px){
    .shots img{margin-bottom: 15px; max-width: 90%}
}

