/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Buttons
	=Navigation
	=Hero Unit
	=Page Title
	=Call to Action
	=Summary
	=Portfolio
	=About
	=Quote
	=Team
	=Services
	=Contact
	=Footer
	=Media Queries
*/

/* =Common Styles
-------------------------------------------------------------- */
html {
    font-style: normal;
    font-size: 18px;
    font-weight: 300;
}

body {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
	background:#fff;
	color: #333333;
	height: 100% !important;
	line-height: 30px;
}

textarea {
	resize: none
}

body a {
	color: #333333;
}

body a:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.container {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.no-margin { margin:0 !important; }
.row { margin: 0; }
a:active,a:focus { outline: none; }
.center-vertically { display:table-cell; text-align:center; vertical-align:middle; }
.center-vertically-left { display:table-cell; text-align:left; vertical-align:middle; }
.center-vertically-right { display:table-cell; text-align:right; vertical-align:middle; }
.no-padding { padding: 0 !important; }
.navoffset { padding-top:100px; }

/* Accessibility: Ensure scrollReveal elements are always visible for contrast checking */
[data-scroll-reveal],
[data-scroll-reveal-initialized] {
	opacity: 1 !important;
	visibility: visible !important;
}

/* Note: JavaScript in aran.js removes opacity: 0 from inline styles 
   since inline styles override CSS even with !important */

/* =Typography
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	color: #272727;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.17em;
	margin: 0 0 20px;
}

h1 {
	font-size: 3.5em;
	text-transform: uppercase;
}

h2 {
	font-size: 2.4em;
	text-transform: uppercase;
}

h3 {
	font-size: 30px;
	text-transform: uppercase;
}

h4 {
	font-size: 1.8em;
	text-transform: uppercase;
}

h5 {
	font-size: 21px;
	text-transform: uppercase;
}

h6 {
	font-size: 1em;
	text-transform: uppercase;
}

/* =Buttons
-------------------------------------------------------------- */
.bolt-button-send {
	border-radius: 0;
	border: 2px solid #272727;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
	background-color: transparent;
}

.bolt-button-send:hover, .bolt-button-send:focus {
	background-color: #272727;
	border-color: #272727;
	color: #fff;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.bolt-button-small {
	border-radius: 0;
	border: 2px solid #272727;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
	background-color: transparent;
}

.bolt-button-small:hover, .bolt-button-small:focus {
	background-color: #272727;
	border-color: #272727;
	color: #fff;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.bolt-button-dark {
	border-radius: 0;
	border: 2px solid #272727;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 15px;
	background-color: transparent;
	padding: 12px 30px 12px 30px;
}

.bolt-button-dark:hover, .bolt-button-dark:focus {
	background-color: #272727;
	border-color: #272727;
	color: #fff;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.bolt-button-light {
	border-radius: 0;
	border: 2px solid #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 15px;
	background-color: transparent;
	padding: 12px 30px 12px 30px;
}

.bolt-button-light:hover, .bolt-button-light:focus {
	background-color: #fff;
	border-color: #fff;
	color: #272727;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

/* =Navigation
-------------------------------------------------------------- */
.navbar {
	border-radius: 0;
	border: 0;
	height: 100px;
	/*background-color: #272727;*/
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 700;
	margin: 0;
	z-index: 1;
}

.navbar-header {
	height: 100px;
}

.navbar ul.nav a {
	color: #686868;
	height: 50px;
	background: transparent;
}

ul.nav a:hover {
	color: #003ca3;
	background-color: transparent;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
	border-color: transparent;
}

.nav li.active a {
    color: #003ca3;
    background-color: transparent;
}

.navbar .nav li.active:after {
    content: "\f1ac";
    font-family: Ionicons;
    font-size: 32px;
    text-align: center;
    color: #003ca3;
}

.navbar-nav li a {
    padding-top: 20px;
    margin-top: 10px;
}

.navbar-collapse {
	text-align: center;
	/*background-color: #272727;*/
	background-color: #ffffff;
    border-bottom: 1px solid;
    border-color: #272727;
}

.navbar-toggle {
	border: 2px solid #fff;
	padding: 5px 10px 0 10px;
	border-radius: 0;
	margin-top: 30px;
}

.toggle-icon {
	font-size: 18px;
	line-height: 0 !important;
}

.navbar-toggle, .btn:focus {
	outline: none !important;
}

.logo {
    height:60px;
}

.logo-icon {
	font-size: 42px;
	color: #fff;
	line-height: 1.69 !important;
}

.dropdown-menu {
	top: 80px;
	background-color: #363636;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 10px;
	padding: 15px 0;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	height: auto !important;
	line-height: 15px !important;
}

.dropdown-hr {
    height: 1px;
    width: 100%;
    color: #404040;
    background: #404040;
    font-size: 0;
    border: 0;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.dropdown-lowercase {
	text-transform: none;
	letter-spacing: 1px;
}

.navspacer { height:100px; }

.newjersey, .california {
	color: #272727;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.17em;
}

.newjersey.last, .california.last {
    margin: 0 0 20px;
}

.newjersey a, .california a {
	color: #003ca3;
}

.map {
    margin: 0 0 20px;
}

.map img {
    width: 70%;
    margin: 0 0 20px;
}

.map header {
    color: #272727;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.17em;
    margin: 0 0 20px;
}

.image-container {
	width: 100%;
}

.image-container img {
	max-width: 100%;
	height: auto;
}

/* =Hero Unit
-------------------------------------------------------------- */
.hero {
	width: 100%;
	color: black;
	margin: 0;
	/*display: table;*/
	height: 100%;
	background-attachment: fixed;
	background-clip: content-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.hero hr {
    color: #fff;
    background: #fff;
}

/* =Carousel Fullscreen
-------------------------------------------------------------- */
.carousel { height:100%; background-color:#272727; }
.carousel .item, .active { height:100%; }
.carousel-inner { height:100%; }
.fill { width:100%;height:100%;display: table; }
.fill-cover { width:100%;height:100%;display: table; background-size: cover; }

.carousel-h1 {
	color: #fff;
	font-weight: 700;
	font-size: 52px;
	margin-bottom:10px;
}

.slider-description {
	color: #fff;
}

.carousel-hr {
	color: #fff;
	height: 3px;
    width: 50px;
    background: #fff;
    font-size: 0;
    border: 0;
}

.carousel-dark {
	color: #ccc;
	height: 3px;
    width: 50px;
    background: #ccc;
	font-size: 0;
	border: 0;
}

.carousel-description {
	color: #fff;
}

.carousel-title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	margin: 10px 0 10px;
}

.carousel-control .carousel-arrow-left, .carousel-control .carousel-arrow-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    margin-left: -10px;
}

.carousel-control { width: 10%; text-shadow:none; font-size: 42px; }
.carousel-control.right { background-image: none; }
.carousel-control.left { background-image: none; }

/* =Carousel Fixed
-------------------------------------------------------------- */
.carousel-fixed { padding: 120px 0 120px 0; }
.carousel-control-fixed { width: 15%; top:0; line-height: 0 !important;}

.control-fixed-right {
	left: 100px !important;
}

.carousel-fixed-height .carousel,.carousel-fixed-height .carousel .item {
	height:240px;
}

.carousel-fixed-height .carousel-inner {
	height:240px;
}

/* =Carousel Fullwidth Fixed
-------------------------------------------------------------- */
.carousel-fullwidth-fixed .carousel,.carousel-fullwidth-fixed .carousel .item {
	height:500px;
}

.carousel-fullwidth-fixed .carousel-inner {
	height:500px;
}

/* =Page Title
-------------------------------------------------------------- */
.page-title-2 {
	padding-bottom: 20px;
	text-align: center;
	font-weight: 400;
}

.page-title {
	padding-bottom: 70px;
	text-align: center;
	font-weight: 400;
}

hr {
    height: 3px;
    width: 50px;
    color: #d8d8d8;
    background: #d8d8d8;
    font-size: 0;
    border: 0;
}

/* =Call to Action
-------------------------------------------------------------- */
.cta { padding:50px 0 50px 0; background-color:#d1d1d1; text-align:center; }

.cta p {
	color: #fff;
	font-weight: 300;
	font-size: 21px;
	margin: 6px 0 6px 0;
}

.bolt-button-cta {
	border-radius: 0;
	border: 2px solid #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	background-color: transparent;
	padding: 12px 30px 12px 30px;
	margin: 0 30px 0 30px;
}

.bolt-button-cta:hover, .bolt-button-cta:focus {
	background-color: #fff;
	border-color: #fff;
	color: #272727;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

/* =Summary
-------------------------------------------------------------- */
.summary { padding: 60px 0 120px 0; background-color: #f1f1f1; text-align: center; }

.modal {
	padding-top: 5%;
}

/* Local Changes */
@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
        max-width: 910px;
    }
}

.modal-backdrop.in {
	opacity: .9;
}

.modal-content {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal button.close {
	/*border: 2px solid #272727;*/
	/*padding: 5px 5px 5px 5px;*/
	/*box-shadow: none;*/
	/*-webkit-box-shadow: none;*/
	/*display: inline-block;*/
	/*float: none;*/
	/*margin: 45px 0 20px 0;*/
}

.modal button.close:hover {
	/*background-color: #272727;*/
	/*border: 2px solid #272727;*/
	/*opacity: 1;*/
	/*color: #fff;*/
	/*box-shadow: none;*/
	/*-webkit-box-shadow: none;*/
}

.close {
	opacity: .9;
	border: 2px solid #272727;
	padding: 5px 5px 5px 5px;
}

.modal img {
    height: 226px;
	width: 204px;
	padding-bottom: 20px;
}

.subtitle {
	text-align: center;
	padding-bottom: 20px;
	color: #272727;
}

.project-description {
	font-size: 16px;
	color: #545454;
}

.modal h4 {
	text-transform: none;
	padding: 30px 0 5px 0;
	text-align: center;
}

/* =About
-------------------------------------------------------------- */
.about { padding:120px 0 120px 0; background-color:#f1f1f1; }

.about h5{
	padding-top: 25px;
}

/* =Quote
-------------------------------------------------------------- */
.quote { padding:60px 0 60px 0; background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/backgrounds/bg5.jpg'); color:#fff; text-align:center; }

.quote-content {
	font-size: 14px;
}

.bolt-quote-name {
	border-radius: 0;
	color: #fff;
	border: 2px solid #fff;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 15px;
	background-color: transparent;
	padding: 12px 30px 12px 30px;
}

.bolt-quote-name:hover, .bolt-quote-name:focus {
	background-color: #fff;
	border-color: #fff;
	color: #272727;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}


/* =Team
-------------------------------------------------------------- */
.team { padding:120px 0 120px 0; }

.team a {
    text-decoration: none;
}

.team img {
	width: 100%;
	height: 100%;
}

.team-member-holder {
	-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: inline-block;
	margin: 0 40px 0 40px;
}

#content-holder:hover > .team-member-holder:not(:hover) {
    opacity: 0.7;
}

#content-holder {
	text-align: center;
}

.team-job {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #a5a5a5;
	padding-bottom: 20px;
	margin: 0;
	line-height: 1.4;
}

.team-name {
	font: normal 18px "Open Sans", arial, sans-serif;
	font-weight: 300;
	color: #272727;
	text-transform: none;
	padding-top: 20px;
	line-height: 1.4;
	margin: 0;
}

.team-info-holder {
	background-color: #f1f1f1;
	text-align: center;
}

.team-about {
	font-size: 14px;
	color: #828181;
	text-align: center;
	padding: 10px 3px 0 3px;
    margin-bottom: 20px;
}

.social-icon {
	font-size: 11px;
	color: #272727;
	display: block !important;
	text-align: center !important;
	line-height: 26px !important;
}

.social-icon-holder {
	border: 2px solid #272727;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display:inline-block;
}

.social-icon-holder:hover {
	background-color: #272727;
}

.social-icon-holder:hover .social-icon {
	color: #fff;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

/* =Services
-------------------------------------------------------------- */
.services { padding:120px 0 120px 0; background-color: #f1f1f1; }

.services-icon-holder {
	border: 2px solid #272727;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	margin-bottom: 40px;
}

.services-icon-holder:hover {
	background-color: #272727;
	cursor: pointer;
}

.services-icon {
	font-size: 28px;
	color: #272727;
	line-height: 2.2 !important;
	padding-bottom: 15px;
}

.services-icon-holder:hover .services-icon {
	color: #f1f1f1;
	cursor: pointer;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.services .nav > li.active > a .services-icon-holder {
   background-color: #272727;
   cursor: pointer;
}

.services .nav > li.active > a .services-icon {
   color: #fff;
   cursor: pointer;
}

.services .nav li.active:after {
    content: "\f155";
    font-family: Ionicons;
    font-style: normal;
    margin-top: 15px;
    font-size: 28px;
    font-weight: normal;
    text-decoration: inherit;
	display: inline-block;
}

.services .nav-tabs {
	border-bottom: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
}

.services .nav > li > a {
	border: none;
	color: #272727;
	padding: 25px 10px 20px 10px;
	outline: none ! important;
}

.services .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	background-color: transparent;
	border: none;
	color: #272727;
}

.services .tab-pane {
	text-align: center;
	padding-top: 25px;
}

.fade {
   opacity: 0;
   -webkit-transition: opacity .65s linear;
      -moz-transition: opacity .65s linear;
        -o-transition: opacity .65s linear;
           transition: opacity .65s linear;
 }


.titleme { margin-top: 30px; }


/* =Parallax Image
-------------------------------------------------------------- */
.parallax-image { color:#fff; text-align:center; }

.parallax-image-content {
	font-size: 14px;
}

.parallax-image-button {
	border-radius: 0;
	color: #fff;
	border: 2px solid #fff;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 15px;
	background-color: transparent;
	padding: 12px 30px 12px 30px;
	margin-bottom: 0 !important;
}

.parallax-image-button:hover, .parallax-image-button:focus {
	background-color: #fff;
	border-color: #fff;
	color: #272727;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

/* =Contact
-------------------------------------------------------------- */
.contact { padding:120px 0 120px 0; }

.contact-info {
	text-align: center;
	font-size: 14px;
	padding-bottom: 70px;
}

.contact-info-email {
	text-align: center;
	font-size: 14px;
	padding-bottom: 70px;
	color: #000000 !important;
}

/* Accessibility: Ensure email link has sufficient contrast */
.contact-info-email a,
.contact-info-email a strong {
	color: #000000 !important;
}

.contact-info-email a:hover,
.contact-info-email a:hover strong {
	color: #000000 !important;
}

.form-control {
	transition: 0s;
	-webkit-transition: 0s;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: solid 2px #dadada !important;
	font-size: 12px;
	color: #a9a9a9;
	line-height: 2;
	height: 45px;
}

textarea.form-control {
	height: 165px;
	line-height: 20px;
}

.form-control:focus, .form-control:focus + span .btn{
	border-color:#dadada;
    box-shadow:none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    color: #272727;
}

.form-control-message {
	padding: 10px 15px 28px 15px;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	padding: 40px 0 40px 0;
	border-top: 1px solid #dadada;
}

.copyright {
	font-size: 14px;
	font-weight: 400;
}

.up-icon {
	font-size: 21px;
	text-align: center;
	color: #272727;
	cursor: pointer;
}

.made-with-love {
	font-size: 12px;
	color: #a6a6a6;
	text-align: right;
}

.heart-icon {
	color: #f84e4e;
}

/* =Media Queries
-------------------------------------------------------------- */

/* Phones and down */
@media (max-width: 480px) {
    .summary { padding:30px 0 60px 0; }
    .cta { padding:25px 0 25px 0 }
    .cta p { font-size:18px; }
    .about { padding:60px 0 60px 0 !important; }
    .team { padding:60px 0 60px 0; }
    .team .page-title { padding-bottom:25px; }
    .services { padding:60px 0 60px 0; }
    .services-icon-holder { width:60px; height:60px; margin-bottom:10px; }
    .services-icon { font-size:26px; line-height:2.1 !important; padding-bottom: 7px; }
    .services .tab-pane { padding-top:25px !important; }
    .contact { padding: 60px 0 60px 0; }
    .contact .page-title { padding-bottom: 15px; }
    .contact-info-email { padding-bottom: 25px; }
    .page-title-2 { padding-bottom: 0; }
    .carousel-h1 { font-size:24px; }
}

/* Landscape phones and portrait tablets */
@media (max-width:767px) {
	body { font-size:16px; line-height:27px; }
	.logo-icon-holder { width:30px; height:30px; }
    .logo { height:40px; }
	.hero { background-size:100% auto;background-repeat: no-repeat; background-position:top center!important; }
	.navbar { height:60px; }
	.nav-main .navbar-header { height:60px }
    .navbar-toggle { background-color: transparent; border:0; padding:13px 0 0 0; border-radius:0; margin-top:0; }
    .navbar-brand { margin-top: 1px;padding: 14px 15px; }
    .navspacer { height:60px; }
    .navbar-nav li a { padding:10px; line-height:initial; }
	.navbar ul.nav a { color: #686868; height: 35px; }
    .nav-main .logo-icon { font-size:33px; line-height: .9 !important; }
    .toggle-icon { font-size:22px; line-height:1.6 !important; }
	.navbar .nav li.active:after { display:none; }
	.cta p { margin: 15px 0 15px 0; }
	.team img { max-width:350px; max-height:350px; }
	.team-info-holder { max-width:350px; }
	.team-about { max-width:350px; padding:25px 25px 25px 25px; }
	.services .nav-tabs > li, .nav-pills > li { float:none; display:inline-block; }
	.services .nav-tabs, .nav-pills { text-align:center; }
	.services .tab-pane { padding-top: 0; }
	.services .nav li.active:after { display: none; }
	.contact-info { padding-bottom:2px; }
	.copyright { text-align: center; }
	.made-with-love { text-align: center; }
	.navbar-nav { margin: 7.5px 0 32px; }
	.carousel-fixed { padding: 60px 0 60px 0; }
	.mt30-sm { margin-top:30px; }
	.navoffset { padding-top:75px; }
}

@media (max-width:1024px) {
	.hero { background-image: url('../img/home/aran-wine-bottles.png') !important; }
}

/* Portrait tablets and small desktops */
@media (min-width:768px) {
	.cta p { margin:25px 0 25px 0; }
	.contact-info { padding-bottom:2px; }
}

/* Portrait tablets and medium desktops */
@media (min-width:992px) {
	.cta p { margin:25px 0 25px 0; }
	.contact-info { padding-bottom:70px; }
}

/* Large desktops and laptops */
@media (min-width:1200px) {
	.cta p { margin:6px 0 6px 0; }
	.contact-info { padding-bottom: 70px; }
}

/* For VinoShipper */
.product-discount-list {
    margin: 0 -5px 10px;
    padding-left: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.product-discount-list li {
    display: inline-block;
    margin: 0 5px 10px;
    padding: 6px 15px;
    background-color: #ffdd50;
    border-radius: 3px;
}

.bold, b, strong {
	font-weight: 700;
}

/* =reCAPTCHA
-------------------------------------------------------------- */
.g-recaptcha-wrapper {
	margin: 15px 0;
}

.g-recaptcha {
	display: inline-block;
}

#recaptcha-error {
	color: #d9534f;
	font-size: 14px;
	margin-top: 5px;
	display: none;
}