.projects_main
{
    width: 100%;
    min-height: 800px;
    position: absolute;
    top: 143px;
    background-color: #111;
}

.projects_container
{
    height: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.projects_header
{
    position: relative;
    left: 0;
    height: 90px;
    width: 510px;
    background-color: #000;
/*    box-shadow: 3px 5px 8px #444;*/
    margin-bottom: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e3e3e+0,010101+100 */
    background: #3e3e3e; /* Old browsers */
    background: -moz-linear-gradient(top, #74468c 0%, #490d6a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #74468c 0%,#490d6a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #74468c 0%,#490d6a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74468c', endColorstr='#490d6a',GradientType=0 ); /* IE6-9 */
    border-bottom-right-radius: 40px;
}

.projects_header_text
{
    color: #fff;
    font-family: "Times New Roman";
    font-size: 40pt;
    text-align: right;
    padding-right: 80px;
    padding-top: 10px;
}

.projects_column_container
{
    margin: 0 auto;
    height: 100%;
    text-align: center;
    width: 100%;
}

.projects_column_container_thumb
{
    width: 980px;
    margin: 0 auto;
}

.projects_column
{
    width: 320px;
    height: 210px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    border-left-style: solid;
    border-left-color: #999;
    border-left-width: thin;
    border-right-style: solid;
    border-right-color: #999;
    border-right-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999;
    border-bottom-width: thin;
    border-top-style: solid;
    border-top-color: #999;
    border-top-width: thin;
    margin-left: 5px;
    margin-right: 5px;
}

.projects_column_thumb
{
    width: 150px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    border-left-style: solid;
    border-left-color: #999;
    border-left-width: thin;
    border-right-style: solid;
    border-right-color: #999;
    border-right-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999;
    border-bottom-width: thin;
    border-top-style: solid;
    border-top-color: #999;
    border-top-width: thin;
    margin-left: 5px;
    margin-right: 5px;
}

.projects_column_thumb input {display:none;}

.projects_innercontain
{    

}

.projects_column_title_back
{
    text-align: right;
    padding-left: 40px;
    padding-bottom: 5px;
    font-family: "New Times Roman";
    color: #480c69;
    font-size: 32pt;
    display: inline-block;
        position: relative;
    right: 230px;

}

.projects_column_title_back a
{
    color: #580c78;
}

.projects_column_title_back a:hover
{
    color: #8f0c99;
}

.projects_column_title
{
    display: inline-block;
    text-align: left;
    position: relative;
    right: 220px;
    padding-bottom: 5px;
    font-family: "New Times Roman";
    color: #fff;
    font-size: 32pt;
}

.projects_column_element
{
    background-color: #444;
    height: 1px;
    margin-bottom: 20px;
}

.projects_title
{
    height: 40px;
    background-color: #fff;
}

.projects_title_text
{
    padding-top: 10px;
    padding-left: 20px;
    position: relative;
    text-align: left;
    font-family: "Arial";
    color: #000;
    font-size: 14pt;
}

.projects_image
{
    background-color: aqua;
    cursor: pointer;
}

.projects_image_thumb
{
    width: 150px;
    height: 150px;
    opacity: 1;
    cursor: pointer;
    background-color: #000;
}

.lightbox
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    margin: 0 auto;
    text-align: center;
}

input:checked + .lightbox
{    
    background-color: #000;
    display: block;
    opacity: 1;
}

.lightbox_image
{
    margin: 0 auto;
    margin-top: 3%;
    width: 900px;
    height: 500px;
}

.lightbox_close
{
    position: relative;
    top: 30px;
    left: 800px;
    width: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Arial";
    font-size: 10pt;
    color: #fff;
    background-color: #333;
    cursor: pointer;
    border-radius: 12px;
}

.lightbox_close:hover
{
    background-color: #444;
}

.projects_image_link
{
    position: relative;
    top: -175px;
    padding-left: 20px;
    float: right;
    margin-top: 140px;
    padding-top: 5px;
    height: 25px;
    width: 120px;
    background-color: #000;
    color: #fff;
    font-family: "Arial";
    border-top-left-radius: 15px;
}

.projects_image_link:hover
{
    background-color: #555;
}

.projects_paragraph_text
{
    margin-top: 18px;
    text-align: left;
    font-family: "Arial";
    font-size: 17px;
    color: #000;
}

/* Mobile Site Code */
@media only screen and (max-width: 1100px) {
 
.projects_header_text
    {
    display: none;    
    }
    
    .projects_column_title
    {
        display: none;
    }
    
    .projects_column
{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 400px;
    margin-right: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-left: none;
    border-right: none;
}
    
    .projects_column_container
{
    padding-top: 160px;
    width: 90%;
    margin: 0 auto;
}
    
    .projects_column_thumb
{
    width: 150px;
    float: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    border: none;
    margin-left: 5px;
    margin-right: 5px;
}
    
    .projects_column_container_thumb
{
    padding-top: 100px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 160px;
}

    .lightbox_image
{
    margin-top: 33%;
}
    
}