/*-----------------------------------------------------------------------------------
	BLACKSWAN GOLF
	About: A new way to customize your clubs.
	Author: Jeffrey Sieradzki
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-fabric::before{
	background: url("img/texture-fabric.png");
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */


/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}

/* = Icons
-------------------------------------------------------------- */
.icon-lg{
	font-size:60px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.glow-t{
	text-shadow:0 0 10px #FFF;
}

/* = Lists
-------------------------------------------------------------- */
.list-sp-lg li{
	padding-bottom:20px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	height:100px;
	width:100px;
}
.link-style{
	font-family:"Montserrat";
	line-height:30px;
	font-size:35px;
	text-transform:none;
	font-weight:500;
}
.p-style{
	font-size:14px;
	width:99.86%;
	line-height:30px;
	font-family:"Montserrat";
}
.h2-style{
	font-size:30px;
	font-family:"Montserrat";
	font-weight:600;
	text-align:center;
	padding-bottom:0px;
	padding-top:40px;
	color:#F6F6F6!important;
}
.h2-bloc-3-style{
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	font-family:"Montserrat";
	font-weight:700;
	padding-bottom:15px;
}
.h4-style{
	font-family:"Montserrat";
	font-weight:700;
	color:#F6FAFA!important;
	font-size:25px;
	padding-bottom:30px;
	padding-top:20px;
}
.h1-style{
	font-family:"Montserrat";
	font-weight:900;
	text-align:center;
	color:#FEFFFF!important;
	font-size:80px;
	padding-top:25px;
	padding-bottom:25px;
}
.h2-contact-class{
	font-family:"Montserrat";
	font-weight:700;
	color:#FEFFFF!important;
}
.h3-contact-text{
	font-family:"Montserrat";
	font-size:20px;
	text-align:center;
	color:#FEFFFF!important;
}
.contact-form{
	font-family:"Montserrat";
	background:linear-gradient(0deg, rgba(255,255,255,0.50) 0%, #FEFFFF  100%);
	color:#000000!important;
	font-weight:500;
}
.p-bloc-6-style{
	font-family:"Montserrat";
	font-weight:500;
}
.h3-legal-style{
	font-family:"Montserrat";
	font-weight:900;
}
.p-3-style{
	font-family:"Montserrat";
	font-weight:500;
	font-size:14px;
}
.row-style{
	width:100%;
}
.gradientpara{
	background:linear-gradient(0deg, #000000 0%, transparent 100%);
}
.row-13-style{
	width:100%;
}
.h3-style{
	padding-top:0px;
	margin-top:auto;
	margin-right:auto;
	margin-left:auto;
	font-family:"Montserrat";
	font-weight:500;
	text-align:center;
}
.h3-blackswan-golf-style{
	font-size:50px;
	font-family:"Montserrat";
	font-weight:700;
}
.gradientparatop{
	background:linear-gradient(0deg, transparent  0%, rgba(0,0,0,0.55) 46%, #000000  100%);
}
.h4-catch{
	font-family:"Montserrat";
	font-weight:700;
	font-size:60px;
	padding-bottom:20px;
}
.listtext{
	font-family:"Montserrat";
	font-weight:500;
	margin-right:auto;
	margin-left:auto;
	max-width:500px;
}
.list{
	margin-right:auto;
	margin-left:auto;
	max-width:600px;
}
.bloc-divider-t-style{
	height:23px;
}
.bloc-divider-b-style{
	height:12px;
}
.bloc-divider-t-bloc-3-style{
	height:100px;
}
.textsidebyside{
	font-family:"Montserrat";
	font-weight:700;
	font-size:30px;
	margin-right:auto;
	margin-left:auto;
	max-width:350px;
	padding-top:auto;
	padding-bottom:auto;
	max-height:500px;
}
.button1main{
	background:linear-gradient(0deg, transparent 0%, transparent 100%);
	font-family:"Montserrat";
	font-weight:400;
	font-size:23px;
	text-transform:uppercase;
	margin-right:auto;
	margin-left:auto;
	border-color:rgba(255,255,255,0.92)!important;
	max-width:400px;
	padding:12px 12px 12px 12px;
}
.button1main:hover{
	background:linear-gradient(0deg, rgba(0,0,0,0.82) 7%, rgba(255,255,255,0.58) 100%);
	background-blend-mode:luminosity;
	border-style:_popUpItemAction:;
	font-family:"Montserrat";
	font-weight:400;
	padding-top:12px;
	padding-bottom:12px;
	margin-right:auto;
	margin-left:auto;
	max-width:400px;
	border-color:#000000!important;
	font-size:23px;
	color:rgba(255,255,255,0.73)!important;
}
.button2main{
	background-color:#000000;
	font-family:"Montserrat";
	font-weight:500;
	text-transform:uppercase;
	font-size:17px;
	margin-top:20px;
}
.button2main:hover{
	background-color:#FEFFFF;
	border-color:#000000!important;
	color:#000000!important;
	font-family:"Montserrat";
	font-weight:500;
	font-size:17px;
}
.button1main:active{
	background:linear-gradient(0deg, rgba(0,0,0,0.44) 23%, rgba(255,255,255,0.82) 69%);
}
.button2main:active{
	background-color:rgba(0,0,0,0.52);
}
.shopbag{
	text-align:right;
	padding-top:37px;
	padding-right:45px;
}
.label-style{
	font-family:"Montserrat";
	font-weight:500;
	color:#BFBFBF!important;
	text-transform:uppercase;
}
.h5-contactclass{
	color:#BFBFBF!important;
	font-family:"Montserrat";
	font-size:18px;
}
.img-style{
	padding-top:20px;
	border-color:#FFFFFF!important;
	border-style:_popUpItemAction:;
}
.parainstruction{
	font-family:"Montserrat";
	font-weight:500;
	font-size:22px;
}
.p-bloc-4-style{
	font-family:"Montserrat";
	font-weight:500;
	font-size:20px;
}
.h3-instruction{
	font-family:"Montserrat";
	font-weight:500;
	font-size:35px;
	text-align:center;
}
.freeship{
	font-family:"Montserrat";
	font-weight:900;
	text-align:center;
	color:#BFBFBF!important;
	font-size:25pt;
	margin:auto auto auto auto;
}
.row-6-style{
	width:100%;
}
.bloc-divider-b-0-style{
	width:100%;
	height:40px;
}
.bloc-divider-t-bloc-4-style{
	height:22px;
}
.bloc-divider-b-fill{
	fill:#003300;
	height:259px;
}
.newstyles{
	font-family:"Montserrat";
	font-weight:900;
	text-align:center;
	color:#E8E8E8!important;
	font-size:50px;
	text-shadow:-6.56px 7.55px 6px #000000;
	height:100%;
	background-image:url("img/blackandwhitetraditional.jpg");
	background-size:contain;
	background-blend-mode:darken;
	padding:7.5% 7.5% 7.5% 7.5%;
}
.h3-bloc-4-style{
	font-family:"Montserrat";
	font-weight:900;
	color:#FFFFFF!important;
	text-align:center;
	text-shadow:-9.00px 10.72px 8px #000000;
	font-size:75px;
}
.bloc-divider-b-bloc-4-style{
	height:22px;
}
.frontpic{
	height:auto;
	width:auto;
	background-size:600px 500px;
	background-position:center center;
}
.button3main{
	font-family:"Montserrat";
	font-weight:700;
	margin:auto auto auto auto;
	padding:10px 10px 10px 10px;
}
.bloc-divider-t-bloc-2-style{
	height:25px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-black{
	background-color:#000000;
}
.bgc-black-2{
	background-color:rgba(0,0,0,0.50);
}
.bgc-onyx{
	background-color:rgba(20,20,20,0.19);
}
.bgc-white{
	background-color:#FEFFFF;
}

/* Text colour styles */

.tc-white{
	color:#FEFFFF!important;
}
.tc-platinum{
	color:rgba(233,233,233,0.69)!important;
}
.tc-black{
	color:rgba(0,0,0,0.50)!important;
}
.tc-black-2{
	color:#000000!important;
}
.tc-dark-gray{
	color:#AFAFAF!important;
}
.tc-platinum-2{
	color:#E9E9E9!important;
}

/* Button colour styles */

.btn-pakistan-green{
	background:rgba(0,76,0,0.70);
	color:#FFFFFF!important;
}
.btn-pakistan-green:hover{
	background:#003c00!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}

/* Icon colour styles */

.icon-black{
	color:#000000!important;
	border-color:#000000!important;
}

/* Bloc image backgrounds */

.bg-Ferrule-Blackswangolf-2-opt{
	background-image:url("img/Ferrule-Blackswangolf-2-opt.jpg");
}
.bg-BSGLogoOptimized{
	background-image:url("img/BSGLogoOptimized.gif");
}
.bg-Ferrule-Blackswangolf-flatpage{
	background-image:url("img/Ferrule-Blackswangolf-flatpage.jpg");
}
.bg-Azalea-20BG{
	background-image:url("img/Azalea%20BG.jpg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

#particles-js{
	position: absolute;
	height:100%;
	width: 100%;
	left: 0;
	right:0;
	top:0;
	bottom: 0;
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.h2-style{
		font-size:40px;
		padding-top:10px;
	}
	.home-info-column{
		margin-right:auto;
		margin-left:auto;
		text-align:center;
		font-family:"Montserrat";
	}
	.h2-contact-class{
		text-align:center;
	}
	.h3-bloc-10-style{
		text-align:center;
	}
	.h4-style{
		text-align:center;
		padding-bottom:10px;
	}
	.h1-style{
		padding-bottom:0px;
		font-size:70px;
	}
	.h3-blackswan-golf-style{
		font-size:40px;
		font-family:"Montserrat";
		font-weight:700;
	}
	.h4-catch{
		font-size:50px;
	}
	.h2-bloc-3-style{
		font-size:25px;
	}
	.textsidebyside{
		padding-top:60px;
		padding-bottom:60px;
	}
	.p-3-style{
		padding-top:32px;
	}
	.h3-style{
		font-size:20px;
		margin-bottom:0px;
	}
	.button1main{
		font-size:20px;
		margin:auto auto auto auto;
	}
	.button1main:hover{
		font-family:"Montserrat";
		font-weight:400;
		font-size:20px;
	}
	.html-widget-style{
		height:49px;
		width:54.92%;
	}
	.img-style{
		padding-top:50px;
	}
	.parainstruction{
		font-size:18px;
	}
	.p-bloc-4-style{
		font-family:"Montserrat";
		font-weight:500;
		font-size:18px;
	}
	.column-instruc{
		margin-bottom:20px;
	}
	.freeship{
		font-size:25px;
	}
	.newstyles{
		padding-top:30px;
		padding-bottom:30px;
		font-size:40px;
	}
	.h3-bloc-4-style{
		font-size:55px;
	}
	.bloc-divider-b-bloc-4-style{
		height:22px;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.h2-style{
		font-size:35px;
		margin-bottom:10px;
	}
	.h4-style{
		font-size:22px;
		padding-top:30px;
		padding-bottom:10px;
	}
	.h3-bloc-10-style{
		text-align:center;
	}
	.h1-style{
		font-family:"Montserrat";
		font-weight:900;
		font-size:50px;
	}
	.h3-blackswan-golf-style{
		font-size:30px;
	}
	.h4-catch{
		font-size:40px;
	}
	.listtext{
		font-size:18px;
	}
	.h2-bloc-3-style{
		font-size:22px;
	}
	.h3-style{
		padding-top:40px;
		font-size:28px;
	}
	.p-3-style{
		padding-top:0px;
	}
	.button1main:hover{
		font-family:"Montserrat";
		font-weight:400;
		font-size:15px;
		max-width:300px;
	}
	.button1main{
		font-size:15px;
		max-width:300px;
	}
	.link-style{
		font-size:19px;
		font-family:"Montserrat";
		font-weight:500;
	}
	.html-widget-style{
		width:44.44%;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.button2main{
		margin-top:05px;
	}
	.p-bloc-4-style{
		opacity:0.6;
		font-family:"Montserrat";
		font-weight:500;
		font-size:18px;
	}
	.h3-instruction{
		font-size:30px;
	}
	.column-instruc{
		margin-bottom:30px;
	}
	.freeship{
		font-size:20px;
	}
	.newstyles{
		font-size:30px;
		padding:26px 26px 26px 26px;
	}
	.h3-bloc-4-style{
		font-size:40px;
	}
	.bloc-divider-b-bloc-4-style{
		height:22px;
	}
	.button3main{
		padding:8px 8px 8px 8px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.h2-style{
		font-size:25px;
	}
	.h4-style{
		font-size:12px;
		padding:0px 0px 50px 0px;
	}
	.h2-bloc-3-style{
		font-size:15px;
	}
	.h1-style{
		padding-top:10px;
		padding-bottom:5px;
		font-size:30px;
	}
	.h3-bloc-10-style{
		opacity:0.7;
		font-size:15px;
		text-align:center;
	}
	.h3-blackswan-golf-style{
		font-size:20px;
	}
	.main-padding{
	}
	.h4-catch{
		font-size:20px;
	}
	.listtext{
		font-size:15px;
	}
	.gradientpara{
		background:linear-gradient(0deg, #000000  0%, rgba(0,0,0,0.53) 69%, transparent  100%);
	}
	.textsidebyside{
		font-size:18px;
		max-width:250px;
	}
	.button1main:hover{
		font-family:"Montserrat";
		font-size:13px;
		font-weight:400;
		max-width:250px;
	}
	.button1main{
		font-size:13px;
		max-width:250px;
	}
	.iconpad{
		padding-top:10px;
		padding-bottom:10px;
		margin-right:auto;
		margin-left:auto;
	}
	.shopbag2{
		padding-top:45px;
	}
	.menusmallmove{
		padding-right:30px;
	}
	.button2main{
		margin-top:0px;
	}
	.p-bloc-4-style{
		font-family:"Montserrat";
		font-weight:500;
		font-size:14px;
	}
	.h3-instruction{
		font-size:25px;
	}
	.column-instruc{
		margin-bottom:30px;
	}
	.freeship{
		font-size:15px;
	}
	.newstyles{
		padding-bottom:24px;
		padding-top:24px;
		line-height:20px;
		font-size:20px;
	}
	.h3-bloc-4-style{
		font-size:20px;
		padding-bottom:15px;
		margin:auto auto auto auto;
	}
	.bloc-divider-b-fill{
		height:56px;
	}
	.bloc-divider-b-bloc-4-style{
		height:22px;
	}
	.button3main{
		font-family:"Montserrat";
		font-size:12px;
	}
	
}

