/*!
 DEFAULTS
 */

html,
body 
{
    width: 100%;
    height: 100%;
}

body 
{
    font-family: 'Open Sans', sans-serif;
	cursor: url(https://www.scottishsalmonfishingsurgery.co.uk/media/1420/cursor.cur), default;
}

img 
{
	max-width: 100%; height: auto !important; 
}

hr 
{
    max-width: 50px;
    border-color: #057BD3;
    border-width: 3px;
}

hr.light 
{
    border-color: #fff;
}

a 
{
    color: #ffffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	cursor: url(https://www.scottishsalmonfishingsurgery.co.uk/media/1420/cursor.cur), default;
}

a:hover,
a:focus 
{
    color: #b2b2b2;
	cursor: url(https://www.scottishsalmonfishingsurgery.co.uk/media/1420/cursor.cur), default;
}

a:visited
{
	color:#ffffff;
	cursor: url(https://www.scottishsalmonfishingsurgery.co.uk/media/1420/cursor.cur), default;
}



h1,
h2,
h3,
h4,
h5,
h6 
{
    font-family: 'Crimson Text', serif;
}

p 
{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.text-faded 
{
    color: #676767;
	font-family: 'Open Sans', sans-serif;
}

.text-alt
{
	color: #ffffff;
	font-weight:600
	text-align: justify;
}

.text-left
{
	text-align: justify;
}

section 
{
    padding: 100px 0;
}

aside 
{
    padding: 50px 0;
}

.no-padding 
{
    padding: 0;
}

.bg-primary 
{
	background-color:#FFFFFF
}

.bg-primary img
{
	min-height:100%;
	min-width:100%
}

.bg-dark 
{
    color: #fff;
    background: #23292f;
}

.navbar-default 
{
    border-color: rgba(34,34,34,.05);
    font-family: 'Crimson Text', serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand 
{
    text-transform: uppercase;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    color: #676767;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus 
{
    color:#B2B2B2;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus 
{
    text-transform: uppercase;
    font-size: 11px;
	color: #676767;
    font-weight: 100;
    letter-spacing:1px;
	text-align:right
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover 
{
    color: #B2B2B2;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus 
{
    color: #B2B2B2!important;
    background-color: #FFFFFF;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover 
{
    background-color: #FFFFFF;
}

.dropdown-backdrop {
    position: static;
}


/*!
 SPLASH WELCOME PAGE
 */

.videobackground
{
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(https://scottishsalmonfishingsurgery.com/css/polina.jpg) no-repeat;
    background-size: cover;
}

video
{
    width: 100%;
    height: auto;
    max-height: 100%;
}


/*!
 HOME PAGE
 */

.bg-twitter 
{
	background: url(../media/1391/twitter-bg.jpg)no-repeat;
	background-position: center center;
	background-repeat: no-repeat
	background-attachment: fixed;
	background-size: cover;
	color:#FFF
}

.holidays
{
	background: url(../media/1035/holidays-bg.jpg)no-repeat;
	background-position: center center;
	background-repeat: no-repeat
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	text-shadow: 1px 1px #000;
}

.bg-magazine .img-responsive 
{
    margin: 0 auto;
}

/*!
 OUR SERVICES PAGE
 */

.bg-ourstory 
{
	background: url(../media/1042/ourstory-bg.jpg)no-repeat;
	background-position: center center;
	background-repeat: no-repeat
	background-attachment: fixed;
	background-size: cover;
}

.bg-ourteam 
{
	background-color:#FFFFFF
}

.bg-ourteam img 
{
	cursor: url(https://www.scottishsalmonfishingsurgery.co.uk/media/1420/cursor.cur), default;
}

.modal-content
{
    background:url(../media/1051/bio-bg.jpg)no-repeat;
    cursor: url(https://www.scottishsalmonfishingsurgery.co.uk/media/1420/cursor.cur), default;
    color:#FFFFFF;
    background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	font-weight:600
}

.partners
{
	background-color: #FFFFFF;
	padding:0
}

/*!
 OUR FISHING HOLIDAYS PAGE
 */

.content-section-a 
{
    background-color: #f8f8f8;
}

.content-section-a a
{
	color:#676767;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.content-section-a a:hover,
a:focus 
{
    color: #b2b2b2;
}



.content-section-b 
{
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.content-section-b a
{
	color:#676767;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.content-section-b a:hover,
a:focus 
{
    color: #b2b2b2;
}

.section-heading-spacer 
{
    float: left;
    width: 200px;
    border-top: 3px solid #E7E7E7;
}

.holidays-modal
{
	background:url(../media/1403/accomodationmodal-bg.jpg)no-repeat;
    background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	font-weight:600;
	color:#676767;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
}

.transport-modal
{
	background:url(../media/1404/transportmodal-bg.jpg)no-repeat;
    background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	font-weight:600;
	color:#676767;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
}

.hire-modal
{
	background:url(../media/1405/hiremodal-bg.jpg)no-repeat;
    background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	font-weight:600;
	color:#676767;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
}

.leisure-modal{
	
    background:url(../media/1407/leisuremodal-bg.jpg)no-repeat;
    background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	font-weight:600;
	color:#676767;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
}

.bg-4in4
{
	background: url(../media/1896/4in4-bg.jpg)no-repeat;
	background-position: center center;
	background-repeat: no-repeat
	background-attachment: fixed;
	background-size: cover;
	color: #676767;
}


.bg-bespoke-holidays
{
	background: url(https://scottishsalmonfishingsurgery.com/media/1057/bespoke-holidays-bg.jpg)no-repeat;
	background-position: center center;
	background-repeat: no-repeat
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
}

/*!
 SSFS MAGAZINE PAGE
 */


.bg-reelstories 
{
	color:#676767;
	background: url(../media/1400/reelstories-bg.jpg)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}



.bg-reelstories a
{
	color:#676767;
	font-weight:600;
	text-transform: uppercase;
}



.bg-reelstories a:hover
{
	color:#057BD3;
	font-weight:600
}

.bg-reelstories hr
{
	max-width: 100%;
    border-color: #057BD3;
    border-width: 3px;
}

.bg-meetthebeat 
{
	color:#676767;
	background: url(../media/1394/meetthebeat-bg.jpg)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-meetthebeat a
{
	color:#676767;
	font-weight:600;
	text-transform: uppercase;
}



.bg-meetthebeat a:hover
{
	color:#057BD3;
	font-weight:600
}

.bg-meetthebeat hr
{
	max-width: 100%;
    border-color: #057BD3;
    border-width: 3px;
}

.bg-lastcast 
{
	color:#676767;
	background: url(../media/1402/lastcast-bg.jpg)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-lastcast a
{
	color:#676767;
	font-weight:600;
	text-transform: uppercase;
}



.bg-lastcast a:hover
{
	color:#057BD3;
	font-weight:600
}

.bg-lastcast hr
{
	max-width: 100%;
    border-color: #057BD3;
    border-width: 3px;
}

	
.bg-ghilliesten 
{
	color:#676767;
	background: url(../media/1292/ghilliesten-bg.png)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-ghilliesten a
{
	color:#676767;
	font-weight:600;
	text-transform: uppercase;
}

.bg-ghilliesten a:hover
{
	color:#057BD3;
	font-weight:600
}

.bg-ghilliesten hr
{
	max-width: 100%;
    border-color: #057BD3;
    border-width: 3px;
}

.bg-ladysangle 
{
	color:#676767;
	background: url(../media/1401/ladysangle-bg.jpg)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-ladysangle a
{
	color:#676767;
	font-weight:600;
	text-transform: uppercase;
}

.bg-ladysangle a:hover
{
	color:#057BD3;
	font-weight:600
}

.bg-ladysangle hr
{
	max-width: 100%;
    border-color: #057BD3;
    border-width: 3px;
}

.bg-toprod 
{
	color:#676767;
	background: url(../media/1312/toprod-bg.jpg)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-toprod a
{
	color:#676767;
	font-weight:600;
	text-transform: uppercase;
}



.bg-toprod a:hover
{
	color:#057BD3;
	font-weight:600
}

.bg-toprod hr
{
	max-width: 100%;
    border-color: #057BD3;
    border-width: 3px;
}

.bg-flycast 
{
	color:#676767;
	background: url(../media/1399/flycast-bg.jpg)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-flycast a
{
	color:#676767;
	font-weight:600;
	text-transform: uppercase;
}

.bg-flycast a:hover
{
	color:#057BD3;
	font-weight:600
}

.bg-flycast hr
{
	max-width: 100%;
    border-color: #057BD3;
    border-width: 3px;
}


.bg-spinningaround 
{
	color:#676767;
	background: url(../media/1395/spinningaround-bg.jpg)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-spinningaround a
{
	color:#676767;
	font-weight:600;
	text-transform: uppercase;
}

.bg-spinningaround a:hover
{
	color:#057BD3;
	font-weight:600
}

.bg-spinningaround hr
{
	max-width: 100%;
    border-color: #057BD3;
    border-width: 3px;
}


.bg-careandshare 
{
	color:#676767;
	background: url(../media/1418/careshare-bg.jpg)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-careandshare a
{
	color:#676767;
	font-weight:600;
	text-transform: uppercase;
}

.bg-careandshare a:hover
{
	color:#057BD3;
	font-weight:600
}

.bg-careandshare hr
{
	max-width: 100%;
    border-color: #057BD3;
    border-width: 3px;
}

.bg-ourvideos
{
	color:#676767;
	background: url(../media/1316/ourvideos-bg.jpg)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-ourvideos a
{
	color:#676767;
	font-weight:600;
	text-transform: uppercase;
}

.bg-ourvideos a:hover
{
	color:#057BD3;
	font-weight:600
}

.bg-ourvideos hr
{
	max-width: 100%;
    border-color: #057BD3;
    border-width: 3px;
}

.bg-gallery
{
	color:#676767;
	background: url(../media/1317/gallery-bg.jpg)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-gallery a
{
	color:#676767;
	font-weight:600;
	text-transform: uppercase;
}


.bg-gallery a:hover
{
	color:#057BD3;
	font-weight:600
}

.bg-gallery hr
{
	max-width: 100%;
    border-color: #057BD3;
    border-width: 3px;
}



.bg-testimonials 
{
	background: url(../media/1414/testimonials-bg.jpg)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-ourfriends 
{
	background: url(../media/1434/bg-ourfriends.jpg)no-repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-newsletter 
{
	background: url(../media/1422/bg-newsletter.jpg)no-repeat;
	background-position: center center;
	background-repeat: no-repeat
	background-attachment: fixed;
	background-size: cover;
}


@media(min-width:768px) {
    
	#mainNav .navbar-nav {
  width: 100%;
  text-align: center;
height:auto
}
#mainNav .navbar-nav > li {
  display: inline-block;
  float: none;
}
#mainNav .navbar-nav > li > a {
  padding-left: 16px;
  padding-right: 16px;
}
	
	.navbar-default {
        border-color: #FFFFFF;
        background-color: #FFFFFF;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: #676767;
		
    }
	
	.navbar-brand > img
	{
		max-width:none;
	position:absolute;
	top:0;
	left:50%
		
	}
	

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #B2B2B2;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #676767;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color:#B2B2B2;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #FFFFFF;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #676767;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #b2b2b2;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #676767;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #B2B2B2;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
   background-image: url(https://scottishsalmonfishingsurgery.com/media/1024/home-hero.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
	
	header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
	color:#676767;
	font-size:50px;
	font-weight:800
}



.section-heading-big
{
	color:#676767;
	font-family: 'Crimson Text', serif;
	font-size:60px;
	font-weight:800
}

.section-heading-thin
{
	color:#676767;
	font-family: 'Crimson Text', serif;
	font-size:30px;
	font-weight:600
}

.section-alt
{
	color:#ffffff;
	margin-top: 0;
	font-size:50px;
	font-weight:800
}



.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(5,123,211,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Crimson Text', serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #FFFFFF;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
	font-family: 'Open Sans', sans-serif;
    border-color: #fff;
    color: #FFFFFF;
    background-color: #057BD3;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	cursor: url(https://www.scottishsalmonfishingsurgery.co.uk/media/1420/cursor.cur), default;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ffffff;
    color: #057BD3;
    background-color: #ffffff;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #057BD3;
    color: #fff;
    background-color: #057BD3;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.btn-success
{
	background-color: #057BD3;
	color: #FFFFFF
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

footer {
    color: #fff;
	margin-bottom: 0
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #676767;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
	background-color:#333;
		font-size:10px
	
    
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.getintouch
{
	
	background: url(../media/1055/contactbg.png)no-repeat;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	
}

.bookingform
{
	
	background: url(../media/1409/bookingform-bg.jpg)no-repeat;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	cursor:default
	
}

.bookingform a
{
	cursor:default
}

.img-center {
	margin: 0 auto;
}

.form-validation{
    color:red;
    font-weight:800
}

.sslSeal{
	margin-top:10px
}