/* homepage.css */
*{
}
.video {
    position: relative;
    overflow: hidden;
}

.video iframe, .video video {
    position: absolute;
    z-index: 1;
    width: 1200px;
    height: 675px;
    margin: 0px !important;
}

.video > img {
    position: absolute;
    z-index: 0;
    width: 1200px;
    height: 500px;
    margin: 0px !important;
}

.video .overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; /* you were also missing a semi-colon here, which was breaking this and the background rule */
    background: url(http://hop.ie/images/posts/seven/dots.png) repeat;
}

/***************************************************************
 * Slider
 **************************************************************/
.slider .image {
    position: relative;
    width: 100%; /* for IE 6 */
}

.slider .image h1, .slider .image .title {
    color: #ffffff;
    font-family: 'museo-100', 'sans-serif';
    font-size: 480%;
    font-weight: 900;
    text-shadow: #000000 3px 3px 3px;
}
.slider .image h1 span {
    display: block;
    line-height: 0.9em;

}

.slider .image .cd-dropdown {
    position: absolute;
    top: 36%;
    left: 15%;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.boxes .slider-shadow {
    padding: 0px;
    display: block;
}

/***************************************************************
 * Boxes
 **************************************************************/
.boxes div.col_4:nth-child(4) {
    background-color: #777;
}
.boxes div.col_4:hover {
    background-color: #ec008c;
}
.boxes div.col_4 > p.title {
    font-family: 'museo-100';
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bolder;
}
.boxes div.col_4 p.copy {
    margin-top: 0;
    padding-top: 0;
}
.boxes div.col_4 > *, .boxes div.col_4 a {
    color: white;
    margin: 20px 10px;
    text-align: center;
}
.slider .image .title{
    position: absolute;
    text-align:center;
    top: 5%;
    left: 4%;
    width: 50%;
    line-height: 90%;
    white-space:nowrap;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.boxes div.col_4 {
    cursor: pointer;
    width: 24.91%;
    min-height: 140px;
    max-height: 140px;
    background-color: #999999;
    border-right: #777 solid 1px;
}
img {
    vertical-align:text-bottom;
}

div.row.content.boxes{

    padding: 3px 0px;

}
button.button{   
    text-indent:0px;
    margin-left:12px;
}
@media only screen and (max-width:1110px){

    .boxes div.col_4.col_4_boxes{ width: 24.86%; }

}
@media only screen and (max-width:1075px){

    .boxes div.col_4.col_4_boxes { 
        width:49.8%; 
    }
    .boxes div.col_4:nth-child(1), .boxes div.col_4:nth-child(2) {
        border-bottom:#777 solid 1px; 
    }
    .slider .image .cd-dropdown {
        top: 36%;
        left: 13%;

    }
}
@media only screen and (max-width:1050px){

    .slider .image .title{
        font-size: 500%;   
    }
}
@media only screen and (max-width:975px){

    .slider .image .title{
        font-size: 450%;
    }

    .slider .image .cd-dropdown {
        top: 36%;
        left: 11%;
    }
}
@media only screen and (max-width:875px){
    .mobile{
        display: block;
        visibility: visible;  
    }
    .desktop{   
        display: none;
        visibility: hidden;
    }

    .slider .image .title{
        font-size: 400%;
    }
    .slider .image .cd-dropdown {
        top: 36%;
        left: 8%;
        transform: scale(.9,.9);
    }
}

@media only screen and (max-width:775px){
    .slider .image .title{
        font-size: 350%;
    }
    #globalnetpara{ width:100%; text-align:center;} 
    .col_4c.latestblog{
        width:100%;
    }
    div.content img{
        padding: 0px 0px 0px 0px;
    }
    .slider .image .cd-dropdown {
        top: 32%;
        left: 5%;
        transform: scale(.9,.9);
    }
}

@media only screen and (max-width:768px){

    div#footer > .col_6 {

        width:93%;
        padding-left:5%;
    }

}
@media only screen and (max-width:675px){
    .slider .image .title{
        font-size: 300%;
    }
    .slider .image .cd-dropdown {
        top: 32%;
        left: 4%;
        transform: scale(.8,.8);
    }
}
@media only screen and (max-width:575px){
    .slider .image .title{
        font-size: 250%;
    }
    .boxes div.col_4.col_4_boxes { 
        width:49.75%; }
    .slider .image .cd-dropdown {
        visibility: hidden;
        display:none;
    }
}
@media only screen and (max-width:525px){
    .boxes div.col_4.col_4_boxes { 
        width:100%; 
        border-bottom:#777 solid 1px;
    }   
}
@media only screen and (max-width:480px){
    .slider .image .title{
        font-size: 200%;
    }
    .blogimage{
        margin-left:auto;
        margin-right:auto;
        display:block;
    }
    div.row.content.boxes{
        padding: 0px;  
    }
    p.large-title{
        font-size:2em;
    }
    .slider .image .cd-dropdown {
        left:-13%;
        top: 35%;
        transform:scale(.6,.6);
    }
}
@media only screen and (max-width:375px){
    .slider .image .title{
        font-size: 150%;
    }
}
@media only screen and (max-width:275px){
    .slider .image .title{
        font-size: 100%;
    }
}