

/* ======================================================= 
 *
 *    Media boxes Demo  
 *    By castlecode
 *
 *    Contact: http://codecanyon.net/user/castlecode
 *
 *    Copyright (c) 2013, castlecode. All rights reserved.
 *    Available only in http://codecanyon.net/
 *    
 *    ---------------------------------
 *    CONTENTS
 *    ---------------------------------
 *    
 *    (1) GRAPHIC STYLE (Play around in this section)
 *
 *      [1] MAIN STUFF
 *      [2] HEADER
 *      [3] MENU
 *      [3.1] SHRINK MENU
 *      [4] WELCOME SECTION
 *      [5] CONTENT
 *      [6] FEATURES
 *      [7] FOOTER
 *      [8] TO TOP
 *      [9] RESPONSIVE DESIGN
 *    
 * ======================================================= */

/* ====================================================================== *
      [1] MAIN STUFF
 * ====================================================================== */

html
{
    margin-right: 0 !important;
    overflow: visible !important;
}

body
{
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: rgb(22, 22, 22);
    margin-top: 76px;
    -webkit-transition: margin 0.4s ease;
    -moz-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: 'Open Sans';
    font-weight: 500;
}

::selection
{
    background: #e54e53;
    color: #fff;
}

/* ====================================================================== *
      [2] HEADER
 * ====================================================================== */

.header
{
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.07);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.07);
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.07);
}

.scrolling .header
{
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}

@media only screen and (max-width: 768px)
{
    .header
    {
        position: relative;
    }
    body
    {
        margin-top: 0;
    }
}

/* ====================================================================== *
      [3] MENU
 * ====================================================================== */

.navbar-default
{
    background-color: transparent;
    border: none;
    margin: 0;
}

.navbar-collapse
{
    max-height: inherit !important;
}

.content .navbar-nav>li>a
{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #777;
}

.navbar-brand
{
    padding-left: 0;
}

.navbar-brand img
{
    height: 46px;
}

.navbar-collapse>ul>li>a
{
    line-height: 46px;
    padding: 15px 25px;
}

.navbar-collapse>ul>li:last-child>a
{
    padding-right: 10px;
}

@media only screen and (max-width: 768px)
{
    .navbar-collapse>ul>li>a
    {
        line-height: 15px;
    }
/* this is the hamburger icon for mobile */
    .navbar-toggle
    {
        margin-top: 26px;
        outline: 0;
        background: transparent !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form
    {
        border-color: rgb(250, 250, 250);
    }
}

/* drop down menu style */

/* remove background of all items on the menu (including the drop down title) */

.content .navbar-nav>li.active>a,
	.content .navbar-nav>li>a:hover, 
	.nav>li.open>a, 
	.nav>li.open>a:hover, 
	.nav>li.open>a:focus,
	.nav>li.dropdown>a.selected, 
	.nav>li.dropdown>a.selected:hover, 
	.nav>li.dropdown>a.selected:focus
{
    background: none !important;
    color: #e54e53 !important;
}

/* the arrow pointing down of the drop down menu title */

.dropdown-toggle .fa
{
    font-size: 10px;
    margin-left: 5px;
}

/* drop down menu */

.navbar-nav>li>.dropdown-menu
{
    padding: 0;
    background: #333333;
    width: 450px;
    color: #fff;
    border: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* drop down content */

.dropdown-menu-content
{
    padding: 25px 0 !important;
}

.dropdown-menu-content ul:first-child
{
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* drop down menu column */

.dropdown-menu-column
{
    width: 50%;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
}

.dropdown-menu-column li
{
    position: relative;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.dropdown-menu-column a
{
    font-size: 12px;
    width: 100%;
    padding: 12px 40px;
    height: auto;
    color: gray !important;
    display: block;
}

.dropdown-menu-column a:hover, 
	.dropdown-menu-column a.selected
{
    color: #fff !important;
    text-decoration: none;
}

.dropdown-menu-column a:hover
{
    background: rgba(255, 255, 255, 0.1);
}

/* popover for each item of the drop down menu */

.popover
{
    margin-left: -15px !important;
}

.popover-with-margin .popover
{
    margin-left: -240px !important;
}

.popover
{
    border-radius: 0px;
    border: 1px solid #D8D8D8 !important;
    -webkit-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
}

.popover .arrow
{
    border-left-color: #D8D8D8 !important;
}

.popover_img_container
{
    width: 244px;
    height: 160px;
    overflow: hidden;
}

.popover_img_container img
{
    max-width: 100%;
    width: 100%;
}

/* reponsive style of the drop down menu */

@media only screen and (max-width: 768px)
{
    .dropdown-menu-column
    {
        width: 100%;
    }
    .dropdown-toggle .fa
    {
        float: right;
        font-size: 15px;
    }
    .dropdown-menu-column a:hover, .dropdown-menu-column a.selected
    {
        color: #e54e53 !important;
    }
    .dropdown-menu-column a
    {
        padding: 5px 50px;
    }
    .popover_img_container
    {
        display: none;
    }
}

/* ====================================================================== *
      [3.1] SHRINK MENU
 * ====================================================================== */

.reverse
{
    display: block;
}

.normal
{
    display: none;
}

.content .navbar-nav>li>a , .content .navbar .navbar-brand img
{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* this is how the height of the menu is calculated */

.shrink .content .navbar-nav>li>a
{
    line-height: 46px;
}

.shrink .content .navbar .navbar-brand img
{
    height: 46px;
}

/* ====================================================================== *
      [4] WELCOME SECTION
 * ====================================================================== */

.welcome-section
{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background: rgb(255, 255, 255);
    padding-top: 100px;
}

.welcome-section .headline h2
{
    font-size: 40px;
    line-height: 30px;
}

.welcome-section .headline h2 small
{
    font-size: 16px;
}

.welcome-section .headline p
{
    font-size: 20px;
    line-height: 1.8;
    padding: 0 20px;
}

@media only screen and (max-width: 1200px)
{
    .welcome-section .headline h2
    {
        font-size: 20px;
    }
    .welcome-section .headline p
    {
        font-size: 17px;
    }
    .welcome-section .headline p br
    {
        display: none;
    }
}

.welcome-section-banner
{
    text-align: center;
    width: 100%;
}

.welcome-section-banner img
{
    max-width: 100%;
}

.purchase-mb,
	.purchase-mb:focus,
	.purchase-mb:hover,
	.purchase-mb:active,
	.browse,
	.browse:focus,
	.browse:hover,
	.browse:active
{
    text-decoration: none !important;
    display: inline-block;
    margin: 5px;
    padding: 15px 25px;
    font-size: 13px;
    font-weight: 700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.purchase-mb,
	.purchase-mb:focus
{
    border: 2px solid rgba(229, 78, 83, 1);
    color: white;
    background: rgba(229, 78, 83, 1);
}

.browse,
	.browse:focus
{
    color: #999999;
    border: 2px solid #999999;
    background: transparent;
}

.purchase-mb:hover,
	.purchase-mb:active,
	.browse:hover,
	.browse:active
{
    border: 2px solid #333333;
    background: #333333;
    color: #fff;
}

.welcome-section-buttons
{
    margin-top: 30px;
}

.usage-examples
{
    background: #eee !important;
}

/* ====================================================================== *
      [5] CONTENT
 * ====================================================================== */

.content
{
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

.content h4
{
    margin: 20px 0;
    color: #575757;
}

.section
{
    background: #fff;
    width: 100%;
    padding: 100px 0;
}

.content p
{
    color: #575757;
    margin-bottom: 0;
}

.grid-section
{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background: rgb(250, 250, 250);
    padding-top: 20px;
    padding-bottom: 20px;
}

.animate-on-load
{
    opacity: 0;
}

.headline
{
    text-align: center;
    margin-bottom: 80px;
}

.headline h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 40px;
    margin-top: 0 !important;
}

.headline p
{
    color: #999999;
    font-size: 18px;
}

/* ====================================================================== *
      [6] FEATURES
 * ====================================================================== */

.features-container
{
    overflow: hidden;
}

.features-container .row
{
    text-align: center;
}

.features-container i
{
    color: #e54e53;
    font-size: 25px;
}

.features-container h4
{
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: rgb(51, 51, 51);
}

.features-container p
{
    margin-bottom: 50px;
    color: #777;
    font-size: 14px;
    line-height: 26.6px;
    font-weight: 300;
}

.features-container .row:last-child
{
    margin-bottom: -50px;
}

.col-md-6
{
    padding-left: 40px;
    padding-right: 40px;
}

.features
{
    color: rgb(88, 88, 88);
}

.feature-icon
{
    text-align: center;
    margin-bottom: 30px;
}

.feature-text
{
    padding: 0 20px;
}

/* ====================================================================== *
      [7] FOOTER
 * ====================================================================== */

.footer
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border: none !important;
    color: #777777;
    background-color: rgb(22, 22, 22);
    font-weight: 300;
}

.footer a
{
    color: #999;
    text-decoration: none !important;
}

.footer a:hover
{
    color: #ff831f;
    text-decoration: none !important;
}

/* ====================================================================== *
      [8] TO TOP
 * ====================================================================== */

.fixed
{
    position: fixed;
    right: 24px;
    bottom: 0px;
    display: none;
    z-index: 999;
}

.to-top
{
    height: 36px;
    line-height: 36px;
    width: 42px;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.to-top i
{
    margin-top: 10px;
}

.to-top:hover
{
    background-color: #e54e53 !important;
}

/* ====================================================================== *
      [9] RESPONSIVE DESIGN
 * ====================================================================== */

@media only screen and (max-width: 1200px)
{
    .content
    {
        width: 100%;
        padding: 0px 10px !important;
    }
}

.padtop
{
    padding-top: 6px;
}

@media (max-width:767px)
{
    .smallbrand
    {
        font-size: 17px;
        padding-top: 15px;
    }
}

@media (max-width:768px)
{
    .smallhead
    {
    }
}

@media (max-width:991px)
{
    .textsmall1
    {
        font-size: 25px;
    }
}

@media (max-width:768px)
{
    .smalltext2
    {
        font-size: 12px;
    }
    .textsmall3
    {
        font-size: 20px;
    }
}

.padbot
{
    padding-bottom: 10px;
}

@media (max-width:768px)
{
    .boxsmalltext
    {
    }
}

/*Social Icons*/

.socialicon
{
    position: relative;
    display: inline-block;
    width: 32px;
    margin-right: 5px;
    height: 32px;
}

.socialicon-twitter
{
    background: url('../images/social/twitter.png') no-repeat;
}

.socialicon-facebook
{
    background: url('../images/social/facebook.png') no-repeat;
}

.socialicon-google
{
    background: url('../images/social/google.png') no-repeat;
}

.socialicon-mail
{
    background: url('../images/social/mail.png') no-repeat;
}

.socialicon-twitter:hover
{
    background: url('../images/social/twitter_a.png') no-repeat;
}

.socialicon-facebook:hover
{
    background: url('../images/social/facebook_a.png') no-repeat;
}

.socialicon-google:hover
{
    background: url('../images/social/google_a.png') no-repeat;
}

.socialicon-mail:hover
{
    background: url('../images/social/mail_a.png') no-repeat;
}

.social
{
    position: inherit;
    top: 0px;
    z-index: 0;
}

.social uI
{
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.social ul
{
    padding: 0px 0px 0px 5px;
    -webkit-transform: translate(-75px, 0);
    -moz-transform: translate(-75px, 0);
    -ms-transform: translate(-75px, 0);
    -o-transform: translate(-75px, 0);
    transform: translate(-75px, 0);
}

.social ul li
{
    display: block;
    margin: 5px;
    background: #3b5998;
    color: #fff;
    width: 210px;
    text-align: right;
    padding: 0px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li:hover
{
    -webkit-transform: translate(30px, 0);
    -moz-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    transform: translate(30px, 0);
    background: #e54e53;
}

.social ul li:hover a
{
    color: #fff;
}

.social ul li:visited a
{
    color: #fff;
}

.social ul li:hover i
{
    color: #fff;
    background: rgba(0, 0, 0, 0.36);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li i {
  margin-left: 10px;
  color: #fff;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.circle
{
    display: inline-block;
}

@media (min-width:769px)
{
    .adjust
    {
        padding: 0px 0px 0px 200px;
        -webkit-transform: translate(-200px, 0);
        -moz-transform: translate(-200px, 0);
        -ms-transform: translate(-200px, 0);
        -o-transform: translate(-200px, 0);
        transform: translate(-200px, 0);
    }
    .align
    {
        margin-top: 20px;
    }
}

@media (min-width:768px)
{
    .align2
    {
        margin-top: 20px;
        z-index: 999;
        margin-left: 10px;
    }
}

.textcolourwhite
{
    color: #ffffff;
}

.textcolourwhite a:hover
{
    color: #000;
}

.newposition
{
}

@media (max-width:991px)
{
    .sociallistsmall
    {
        display: block;
        margin: 2px;
        background: #3b5998;
        color: #fff;
        width: 210px;
        text-align: right;
        padding: 0px;
        -webkit-border-radius: 0 30px 30px 0;
        -moz-border-radius: 0 30px 30px 0;
        border-radius: 0 30px 30px 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .textsizesml
    {
        font-size: 13px;
    }
}

.fit
{
    width: 100%;
}

.padleftright
{
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width:768px)
{
    .smalltextphone
    {
        font-size: 13px;
    }
}

.fullwidth
{
    min-width: 100%;
}

.padtop2
{
    padding-top: 20px;
}

.buttonblue
{
    background-color: #003366;
}

.padsmall
{
    padding-right: -15px;
    padding-left: -15px;
}

.background5
{
    background: rgb(22, 22, 22);
}

@media (max-width:768px)
{
    .footersmaltext
    {
        font-size: 12px;
    }
}

.width104
{
    width: 104%;
}

.newbutton
{
    clear: both;
    background-color: #337ab7;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    margin: 0;
    height: 32px;
    float: left;
    min-width: 87%;
}

.newbutton:hover
{
    background: #003366;
}

.ninetysixbutton
{
    min-width: 95%;
}

.gap
{
    margin-top: 30px;
}

.opacity
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.newbutton2
{
    clear: both;
    background-color: #337ab7;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    height: 32px;
    float: left;
    min-width: 87%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin: 0;
}

.newbutton2:hover
{
    background: #003366;
}

.modal-footer2
{
    padding: 15px;
    text-align: right;
}

.padtop3
{
    margin-top: 20px;
}

.textsizephoto
{
    font-size: 10px;
}

.a:visited
{
    color: #FFFFFF;
}

.a
{
    color: #ffffff;
}

@media (max-width:480px)
{
    .h3whensmall
    {
        font-size: 20px;
    }
}

.margintop
{
    margin-top: 15px;
}

.purplefont
{
    color: #420070;
}

.addweight
{
}

.border
{
    border: 3px;
}

.st-custom-button
{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

.sharing
{
    display: inline;
    padding: 5px 10px;
}

.nounderline:hover
{
}

.maxwidth
{
    max-width: 900px;
    background: #fff;
}

.plum
{
    background-color: #17002a;
}

ul.share-buttons
{
    list-style: none;
    padding: 5px 10px;
}

ul.share-buttons li
{
    display: inline;
    padding: 5px 10px;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.inlineb
{
    display: inline-block;
}

.fontch
{
}

.a:hover
{
    color: #b15c00;
}

.purpleback
{
    background-color: #420070;
    color: #ffffff;
}

.redbox
{
    padding: 10px;
    background: #e54e53;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.link:focus,.link:hover
{
    color: #000;
}

.backgroundwhite
{
    background: #fff;
}

.backgroundblue
{
    background-color: #003366;
}

.padside
{
    padding-left: 10px;
    padding-right: 10px;
}

nopad
{
    margin-left: -20px;
}

.nopad
{
    margin-left: -15px;
}

@media (max-width:768px)
{
    nopadunder768
    {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.nopadunder768
{
    margin-right: -30px;
    margin-left: -30px;
}

@media (max-width:900px)
{
    .smallerbrand
    {
        font-size: 14px;
    }
}

@media (max-width:800px)
{
    .smallermenu
    {
    }
}

padtop4
{
    padding-top: 10px;
}

@media (max-width:900px)
{
    .padtop4
    {
        padding-top: 11px;
    }
}

@media (max-width:768px)
{
    .supporterbuttons
    {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width:479px)
{
    .align4
    {
        margin-left: 25px;
    }
}

@media (max-width:800px)
{
    .align4
    {
        margin-left: 15px;
    }
}

.centrefollow
{
    float: none !important;
    text-align: center;
}

@media (min-width:1281px) and (max-width:1600px)
{
    .maxheight
    {
        max-height: 75%;
    }
}

@media (min-width:1601px)
{
    .maxheight1600up
    {
        max-height: 50%;
    }
}

@media (max-width:500px)
{
    unpadcolumn
    {
        margin-left: -40px;
        margin-right: -40px;
    }
    .unpadcolumn
    {
        margin-left: -40px;
        margin-right: -40px;
    }
    .padwhensmall
    {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width:700px)
{
    .smallimage
    {
        max-width: 125px;
    }
    .smlhead
    {
        font-size: 20px;
    }
}

