﻿/**
 * Horizontal Type Line Behind Text
 * Inspired by this discussion @ CSS-Tricks: http://css-tricks.com/forums/topic/css-trick-for-a-horizontal-type-line-behind-text/#post-151970
 * Available on jsFiddle: http://jsfiddle.net/ericrasch/jAXXA/
 * Available on Dabblet: http://dabblet.com/gist/2045198
 * Available on GitHub Gist: https://gist.github.com/2045198
 */
h2 {
  font: 33px sans-serif;
  margin-top: 20px;
  text-align: center;
  /*text-transform: uppercase;*/
}
h2.background {
  position: relative;
  z-index: 1;
    padding-left:50px;

}
h2.background:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;

}
h2.background span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}
h2.double:before {
  /* this is just to undo the :before styling from above */
  border-top: none;
}
h2.double:after {
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0px 0 0 #f2f2f2;
  -moz-box-shadow: 0 0px 0 0 #f2f2f2;
  box-shadow: 0 0px 0 0 #f2f2f2;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  width: 97%;
  z-index: -1;
}
h2.no-background {
  position: relative;
  overflow: hidden;
}
h2.no-background span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
h2.no-background span:before,
h2.no-background span:after {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.50em;
  border-top: 1px solid #d9d9d9;
}
h2.no-background span:before {
  right: 100%;
}
h2.no-background span:after {
  left: 100%;
}
h2.no-span {
  display: table;
  white-space: nowrap;
}
h2.no-span:before,
h2.no-span:after {
  border-top: 1px solid green;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
h2.no-span:before {
  right: 1.5%;
}
h2.no-span:after {
  left: 1.5%;
}

.top-divider-profile {
padding-top:30px
}


.urlImg { width: 137px; height:29px; display:block; background-image: url('../images/download01.jpg'); } 
.urlImg:hover { background-image: url('../images/download02.jpg'); }

.golf_register_align {
padding-left:40px
}

@media (min-width: 1500px) {
    #gallery_title {
        padding-left: 121px; 
        background-color:#f1f1f1;
        padding-bottom:10px;
    }


}


@media (min-width: 1300px) {
    #gallery_title {
        padding-left: 121px; 
        background-color:#f1f1f1;
        padding-bottom:10px;
    }
}


@media (max-width: 1280px) {
    #gallery_title {
        padding-left: 121px; 
        background-color:#f1f1f1;
        padding-bottom:10px;
    }
}

@media (max-width: 700px) {
    #gallery_title {
        padding-left: 13px; 
        background-color:#f1f1f1;
        padding-bottom:10px;
    }
}

@media (min-width: 601px) {
    .mobileHeader {
        display: none;
    }
    .mobiledisplay {
        display: none;
    }

}

@media (max-width: 600px) {


    .header {
        display: none;
    }
     .desktopdisplay {
         display: none;
    }

}

@media (max-width: 400px) {
    #gallery_title {
        padding-left: 13px; 
        background-color:#f1f1f1;
        padding-bottom:10px;
    }


}

@media (max-width: 1920px) {
    #download_button {
        padding-left: 83px; 
    }
}


@media (max-width: 1680px) {
    #download_button {
        padding-left: 124px; 
    }
}

@media (max-width: 1600px) {
    #download_button {
        padding-left: 138px;
    }
}

@media (max-width: 1450px) {
    #download_button {
        padding-left: 165px; 
    }
}

@media (max-width: 1380px) {
    #download_button {
        padding-left: 178px; 
    }
}

@media (max-width: 1280px) {
    #download_button {
        padding-left: 193px; 
    }
}

@media (max-width: 768px) {
    .col-md-3 {
       text-align:center
    }
    .golf_register_align {
padding-left:0px
}

}





