/* *************************************************************

                   ||||   General Roles   ||||

****************************************************************/
@import url('https://fonts.googleapis.com/css?family=Changa+One|Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Francois+One');

body {
    height: 100%;
    font-family: 'open sans', sans-serif;
    /*letter-spacing: 0.01em;*/
    line-height: 1.3em;
    /*font-family: 'Droid Serif', serif;*/
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Francois One', sans-serif;*/
    font-family: 'Alegreya Sans', sans-serif;
    /*font-weight: normal;*/
}

.container {
    max-width: 62%;
    margin: 0 auto;
    padding: 0 1%;
    /*outline: 1px solid red;*/
    min-height: 100%;
    position: relative;
}

.col2 {
    width: 65%;
    float: right;
    box-sizing: border-box;
    margin-left: 2%;
    /*outline: 1px solid fuchsia;*/
}

.col1 {
    width: 31%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
    /*outline: 1px solid coral;*/

}

.clear {
    clear: both;
}

/* *************************************************************

                 ||||  Header  Roles  ||||

****************************************************************/
header {
    height: 100px;
    margin-bottom: 150px;
    border-bottom: 1px solid #ddd;
}

header ul {
    margin: 0;
    padding: 0;
}

.logo {
    margin-top: 50px;
    position: relative;
    display: block;
    clear: both;
}

.logo h2 {

}

.logo h2 {
    display: inline;
    margin-top: 0;
    position: absolute;
    top: 10px;
    margin-left: 5px;
}

.logo a {
    color: #000;
}

nav {
    margin-top: 65px;
    position: relative;
}

nav ul {
    list-style: none;

}

nav ul li {
    float: left;
    margin-right: 5%;

}

nav ul li a {
    border-bottom: 1px solid rgba(100, 100, 100, 000);
    text-decoration: none;
    color: #000;
    transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    padding-bottom: 4px;
}

nav ul li a:hover {
    border-bottom: 1px solid rgba(150, 150, 150, 100);
    transition: border .75s;
    -moz-transition: border .75s;
    -webkit-transition: border .75s;
    color: #444;

}

.lang {
    float: right;

}

.lang ul {
    list-style: none;
}

.lang ul li {

    margin-top: 5px;
    float: left;
    line-height: 0.5;

}

.lang ul li:first-child {
    float: left;
    margin-right: 5px;
    border-right: 1px solid #000;

    padding-right: 4px;

}

.lang ul li:last-child {
    float: left;
    margin-right: 0;

}

.lang li a {
    text-decoration: none;
    color: #000;
    font-size: 11px;
}

.active {
    border-bottom: 1px solid #999;
}

/* *************************************************************

                 ||||  Feature Section  Roles  ||||

****************************************************************/
.feature-info {
    margin-top: 40px;
}

.feature-info .col2 {
    margin-left: 69%;
    margin-bottom: 50px;
}

/* *************************************************************

                 ||||  Main Images Roles  ||||

****************************************************************/
.main-image {
    margin-bottom: 50px;
    padding-bottom: 20px;

}

.main-image .col1 img {
    max-width: 100%;

}

.main-image .col2 img {
    max-width: 101%;
}

/* *************************************************************

                 ||||  Work List Roles  ||||

****************************************************************/

.work-list {
    margin-top: 50px;

}

.work-list section {
    margin-bottom: 70px;

}

/* *************************************************************

                 ||||  Contact List Roles  ||||

****************************************************************/

.social-icon-list {
    /*padding-top:50px;*/
    /*padding-bottom:70px;*/

}

.social-icon-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.contact-list li {
    float: left;
    margin-right: 10px;
    font-size: 20px;

}

.contact-list li a {
    color: grey;

}

.social-icon-list ul li:first-child i {
    padding-right: 6px;
}

.social-icon-list ul li:last-child i {
    padding-right: 1px;
}

.social-icon-list ul li:nth-child(2) i {
    margin-left: -4px;
    padding-right: 4px;
}

.social-icon-list ul li a {

    /*text-decoration: none;*/

}

.social-icon-list ul li a:hover {
    color: dimgray;
    transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
}

/* *************************************************************

                 ||||  Footer Section Roles  ||||

****************************************************************/
footer {
    padding-top: 20px;

    border-top: 1px solid #dddddd;
    margin-top: 80px;
    background-color: #cccccc;
    height: 50px;

    clear: both;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

footer p {
    padding: 0 0 3px 10px;
    text-align: left;
    color: dimgrey;
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 1.25em;
    border-bottom: 1px solid #919191;
}

footer p + p {
    padding: 0 0 0 10px;
    text-align: left;
    margin: 0;
    font-weight: normal;
    font-size: 1em;
    border-bottom: none;
}

footer p span {

    font-size: 0.75em;
    margin-left: 10px;
}

/* ----------------- Portfolio Page ---------------------------------*/

/********************************************************

                Portfolio Page

*********************************************************/

p {
    margin: 0;
    padding: 0;
}

.photo-list {
    list-style: none;
    padding: 0;
}

.photo-list li {
    float: left;
    /*width: 25%;*/
    /*display: inline-block;*/
    position: relative;
    margin: 2.5% 2.7% 2.7% 2.5%;
    height: 100%;
    overflow: hidden;
    width: 25%;
}

.photo-list li a {
    position: relative;
    text-decoration: none;
    color: #fff;
    background-color: #111;
}

.photo-list img {
    width: 100%;
    height: 100%;
}

.photo-list p {
    text-align: center;
    position: absolute;
    bottom: 2px;
    background-color: #111;
    width: 100%;
    height: 30px;
    opacity: 0.5;
    padding: 10px 0 0 5px;
}

.portfolio-page .contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.portfolio-page .contact-list li:first-child i {
    padding-right: 12px;
}

.portfolio-page .contact-list li:last-child i {
    padding-right: 8px;
}

.portfolio-page .contact-list li:nth-child(2) i {
    margin-left: -4px;
    padding-right: 10px;
}

.portfolio-page .contact-list li a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(100, 100, 100, 000);
}

.portfolio-page li a:hover {
    border-bottom: 1px solid rgba(150, 150, 150, 100);
    transition: border .75s;
    -moz-transition: border .75s;
}

.photo-list li a:hover {
    opacity: 0.7;
    transition: opacity .2s;
}

/********************************************************

                Blog  Page

*********************************************************/

.blog p {
    clear: both;
}

.blog {
    margin-top: 100px
}

.blog .col1 p {
    font-size: 14px;
}

.blog .col1 {
    margin-top: 60px;
}

.blog .col1 h4, h5 p {
    line-height: .5em;
    margin-bottom: 1px;
    padding-bottom: 2px;
}

.blog .col1 h5 {
    margin: 5px 0 0;
    padding-bottom: 2px;
}

.blog .col1 p span {
    font-size: 16px;
    font-weight: 400;
}

/********************************************************

                Contact  Page

*********************************************************/
iframe{
    border:#111111 1px solid;
    width:400px;
    height:400px;
}
.map {
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid #919191;
}
map .col1{
    float: right;
}
form {
    text-align: right;
    padding:0;
    margin:0;

}
/********************************************************

            Footer Reference
footer {
    padding-top: 50px;

    border-top: 1px solid #dddddd;
    margin-top: 80px;
    background-color: #cccccc;
    height: 50px;

    clear: both;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
*********************************************************/


.contact-footer {
    padding-top: 20px;
    clear: both;
    position: absolute;
    bottom: 0;
   height: 50px;
    width: 100%;

}

form label{
    font-style: italic;

}
form input {
    width: 40%;
    color: #999999;
    font-size: 12px;
    border: solid dimgrey 1px;
    font-style: italic;
    box-sizing: border-box;

}

textarea {
    width: 40%;
    height: 80px;
    box-sizing: border-box;
    border: solid dimgrey 1px;
}

button {
    text-align: left;
}

form label {
    padding-right: 5px;
    color: grey;
    font-size: 13px;
}

/********************************************************

                Contact  Page

*********************************************************/
/*@media (max-width: 480px) {*/
    /*header .col1 {*/
        /*display: block;*/
        /*width: 100%;*/
        /*clear: both;*/
        /*float: none;*/
    /*}*/

/*}*/

/***************************************

Less Than 1000

******************************************/
@media (max-width: 1220px) {
    .container {
        max-width: 80%;
    }

    header .col1 {
        width: 100%;
        float: none;

    }

    header {
        width: 100%;
        height: 130px;

    }

    header .col2 {
        font-size: 16px;
        width: 100%;
        float: none;

        margin-top: 25px;
    }

    .logo {
        text-align: center;
    }

    .nav-list {
        display: block;
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;

    }

    .nav-list li {
        /*float: none;*/
        list-style: none;
        width: 10%;
        padding: 0;
        margin: 8px;

    }

    .nav-list li a {

    }

    .lang {
        display: block;
        clear: both;
    }

    footer .col2 {
        width: 100%;

        float: none;
        display: inline-block;

    }

    .social-icon-list ul {
        position: relative;
        float: none;
        padding-bottom: 10px;
        left: 50%;

    }

    footer {
        padding-bottom: 1%;
        padding-top: 20px;
        height: 100px;
        width: 100%;
    }

    footer p {
        padding-top: 20px;
        text-align: center;

        position: relative;
    }

    footer p span {
        position: relative;
        text-align: center;

    }
}
.contact-footer {
    padding-top: 20px;
    clear: both;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;

}

/**************************************
Less Than 600

************************************/
@media (max-width: 600px) {

    .lang {
        display: none;

    }

    .nav-list li {
        /*float: none;*/
        list-style: none;
        width: 20%;
        padding: 0;
        margin: 8px;

    }

    .logo img {
        width: 9%;
    }

    .logo {
        text-align: left;
    }
}
.contact-footer {
    padding-top: 20px;
    clear: both;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;

}

/**************************************
Less Than 530PX

************************************/

@media (max-width: 540px) {

    .logo {
        text-align: left;
        width: 100%;
        left: 20%;
    }

    .logo h2 {

        text-align: center;
    }

    .logo img {
        width: 9%;
    }

    .feature-info .col2 {

        width: 100%;
    }

    .feature-info .col2 h3 {

    }

    .feature-info .col2 p {
        text-align: left;
    }

    .work-list .col1 {
        width: 100%;
    }

    .work-list .col2 {
        float: none;
        width: 100%;
    }

    .work-list .col2 p {

    }
}
.contact-footer {
    padding-top: 20px;
    clear: both;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;

}

/**************************************
Less Than 400

************************************/
@media (max-width: 418px) {
    header {
        border: none;
    }

    .nav-list {
        position: relative;
        left: 50%;
        width: 100%;
        display: block;

    }

    .logo {
        text-align: left;
        width: 100%;
        left: 10%;
    }

    .feature-info {
        margin-top: 80px;
    }

    .feature-info h3 {
        text-align: center;
    }

    .nav-list li {
        display: block;
        float: none;
        list-style: none;
        width: 18%;
        padding: 0;
        margin: 9px;

    }

}
.contact-footer {
    padding-top: 20px;
    clear: both;
    position: absolute;
    bottom: 0;
    height:100px;
    width: 100%;

}

/**************************************
Portfolio Media Queiries

************************************/

@media (max-width: 750px) {
    .photo-list li {
        float: left;
        /*width: 25%;*/
        display: inline-block;
        position: relative;
        margin: 2.5% 2.7% 2.7% 2.5%;
        height: 100%;
        overflow: hidden;
        width: 27%;
    }

    .photo-list a {
        position: absolute;
        bottom: 0;
        background-color: #111;

    }

    .photo-list p {
        text-align: center;
        position: absolute;
        bottom: 0;

        width: 100%;
        height: 40px;

        padding: 0 0 0 0;

    }

}

@media (max-width: 540px) {
    .photo-list {
        margin-top: 60px;
    }

    .photo-list li {
        text-align: center;
        float: none;

        padding: 0 0 5%;
        position: relative;
        margin: 5% 2.7% 5% 2.7%;
        height: 100%;
        overflow: hidden;
        width: 100%;
    }
}

/**************************************
Blog  Media Queiries

************************************/

@media (max-width: 600px) {
    .main-image .col1 img{
        width: 60%;
    }
    .main-image .col1 {
        float: none;
        text-align: center;
        width: 100%;
    }
    .main-image .col1 p,.main-image .col1 h4,.main-image .col1 h5{
display: none;
    }
    .main-image .col2 {
        margin-top: 40px;
        text-align: center;
        width: 100%;
    }
    .main-image .col2 p{
        margin-top: 20px;
        text-align: left;
        width: 100%;
    }


}






