/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : Magnetic
    
    
    *****************************************
    
    
    - Fonts
    - General CSS
    - Header
    - Home/portfolio 
    - Inner page 
    - Gallery  
    - Tooltip 
    - Responsive code
  
    
*/



/*  Fonts  */
@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*  General CSS*/
body{
    background: #fff;
}

.wrapper{
    width: 92.72727272727273%;
    margin: 0 auto;
}

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #4b4848;
    font-family: "raleway-regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: 0 0 }
h3              { font-size: 1.17em; margin: 0 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}







/*  Header  */
@media (min-width:1000px){
    header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        min-height: 100%;
        padding: 0 0 0 50px;
        background: #ffffff; 
        float: left;
        overflow: hidden;
        z-index: 9999;
    }

    header .logo{
        margin-top: 50px;
    }

    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 50px;
        list-style: none;
    }

    header nav ul li{
        display: block;
        margin-bottom: 30px;
    }

    header nav ul li a{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #969595;
    }

    header .footer{
        position: absolute;
        bottom: 20px;
    }

    ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }


    ul.social li a{
        display: block;
        width: 30px;
        height: 30px;
        background: url('../img/sm.png') no-repeat;
        background-position: 0 0;
    }


    ul.social li a:hover{
        background: url('../img/sm_hover.png') no-repeat;
    }



    ul.social li a.fb,
    ul.social li a.fb:hover{
        background-position: 0 0;
    }


     ul.social li a.google,
     ul.social li a.google:hover{
        background-position: -31px 0;
    }

     ul.social li a.behance,
     ul.social li a.behance:hover{
        background-position: -62px 0;
    }

     ul.social li a.twitter,
     ul.social li a.twitter:hover{
        background-position: -93px 0;
    }

     ul.social li a.instagram,
     ul.social li a.instagram:hover{
        background-position: -124px 0;
    }

     ul.social li a.rss,
     ul.social li a.rss:hover{
        background-position: -155px 0;
    }
	
	    header .rights p.lostwin{
         margin-top:10px; 
		 color: #969595;        
         font-family: "raleway-regular", arial;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 18px;}

    header .rights p.lostwin a{
         color: #969595;        
        font-family: "raleway-bold", arial;
        font-weight: bold;
        text-decoration: none;}

    header .rights p{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
    }

    header .rights a{
        font-family: "raleway-bold", arial;
        font-weight: bold;
        text-decoration: none;
    }
	


    #menu_icon,
    .close_menu{
        display: none;
    }

}

#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/men_icons.png') no-repeat;
}

#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -41px 0!important;
}






/*  Main  */
.main{
    width: 100%;
    height: 100%;
    padding-left: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #f6f6f6;
    clear: both;
}







/*  Home/portfolio  */
.main .work{
    display: block;
    width: 33.33333333333333%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .workhomepage{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #ffffff;
    opacity: 0;
}


.main .work a:hover .caption{
    opacity: 1;
}


.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -40px;
}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #454545;
    font-family: "raleway-regular", arial;
    font-size: 16px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}



.profile td {padding: 10px 10px 0px 10px; font-size: 12px;}
.profile h2 {margin-top: 40px;}



/*  Inner Page  */
.top{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner-landing.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

/*  banner - profile */
.top2{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner-landing-profile.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

/*  banner Page - projects */
.top3{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner-landing2.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.top4{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../img/banner-landing4.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}




.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/p_navigation.png') no-repeat;
    background-position: 0 0;
}



.work_nav a.previous{
    background-position: 0 0;
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}

.top .title, .top2 .title , .top3 .title, .top4 .title,  .top_gallery .title{
    display: block;
    width: 100%;color: #4b4848;
    font-family: "raleway-bold", arial;
    font-size: 26px;
    font-weight: bold;
    background: rgba(255, 255, 255, .7);
    padding: 20px 20px 20px 27px;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.content{
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 15px;
    line-height: 22px;
    padding: 40px 30px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}




/*  ===============================GALLERY STYLES================================  */


.top_gallery {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

/*  ======= 2023 - 2022 =========  */

.dictionary_weave { background: url('../img/dictionary_weave.jpg') no-repeat;}
.idylls_of_the_king { background: url('../img/idylls_of_the_king.jpg') no-repeat;}
.moby_dick { background: url('../img/moby_dick.jpg') no-repeat;}
.the_pilgrims_tales { background: url('../img/the_pilgrims_tale.jpg') no-repeat;}
.villette { background: url('../img/villette.jpg') no-repeat;}
.voyage_of_the_beagle { background: url('../img/voyage_of_the_beagle.jpg') no-repeat;}

.wuthering_heights { background: url('../img/wuthering_heights.jpg') no-repeat;}
.star_net { background: url('../img/star_net.jpg') no-repeat;}
.recording { background: url('../img/recording.jpg') no-repeat;}
.musings_with_hardy2 { background: url('../img/musings_with_hardy2.jpg') no-repeat;}
.musings_with_hardy { background: url('../img/musings_with_hardy.jpg') no-repeat;}
.lost_world_landscape { background: url('../img/lost_world_landscape.jpg') no-repeat;}
.japanese_dictionary { background: url('../img/japanese_dictionary.jpg') no-repeat;}
.in_the_beginning2023 { background: url('../img/2023in_the_beginning.jpg') no-repeat;}
.history_tiles { background: url('../img/history_tiles.jpg') no-repeat;}
.garden_gold { background: url('../img/garden_gold.jpg') no-repeat;}
.dictionary_anemone { background: url('../img/dictionary_anemone.jpg') no-repeat;}
.composition { background: url('../img/composition.jpg') no-repeat;}


/*  ======= 2021 =========  */

.new_order1 { background: url('../img/new_order1.jpg') no-repeat;}
.new_order2 { background: url('../img/new_order2.jpg') no-repeat;}
.unnamed { background: url('../img/unnamed.jpg') no-repeat;}
.grammar { background: url('../img/grammar.jpg') no-repeat;}
.jacquard_tales { background: url('../img/jacquard_tales.jpg') no-repeat;}
.milanese_tales { background: url('../img/milanese_tales.jpg') no-repeat;}
.dictionary_weave3 { background: url('../img/dictionary_weave3.jpg') no-repeat;}
.dictionary_weave1 { background: url('../img/dictionary_weave1.jpg') no-repeat;}


/* ======= 2020 =========  */

.marking_time { background: url('../img/marking_time.jpg') no-repeat;}
.in_the_beginning { background: url('../img/in_the_beginning.jpg') no-repeat;}
.rearrangement2020 { background: url('../img/2020_rearrangement.jpg') no-repeat;}
.marking_time { background: url('../img/marking_time.jpg') no-repeat;}
.silas_marner_weave { background: url('../img/silas_marner_weave.jpg') no-repeat;}
.tapestry_sampler { background: url('../img/tapestry_sampler.jpg') no-repeat;}


/*  ======= 2019 =========  */

.creative_thinking { background: url('../img/creative_thinking.jpg') no-repeat;}
.wrote_learning { background: url('../img/wrote_learning.jpg') no-repeat;}
.perspectives { background: url('../img/perspectives.jpg') no-repeat;}
.truth_and_meaning { background: url('../img/truth_and_meaning.jpg') no-repeat;}
.the_art_of_verse_making { background: url('../img/the_art_of_verse_making.jpg') no-repeat;}
.points_of_order { background: url('../img/points_of_order.jpg') no-repeat;}
.william_morris_triptych_2019 { background: url('../img/william_morris_triptych.jpg') no-repeat;}
.manifesto { background: url('../img/manifesto.jpg') no-repeat;}
.spore { background: url('../img/spore.jpg') no-repeat;}



/*  ======= 2017 =========  */
.book_of_life { background: url('../img/book_of_life.jpg') no-repeat;}
.findings { background: url('../img/findings.jpg') no-repeat;}
.landscape1 { background: url('../img/landscape1.jpg') no-repeat;}
.landscape3 { background: url('../img/landscape3.jpg') no-repeat;}
.moments_in_time { background: url('../img/moments_in_time.jpg') no-repeat;}
.souvenirs { background: url('../img/souvenirs.jpg') no-repeat;}
.rhythm { background: url('../img/rhythm.jpg') no-repeat;}
.eaves-dropping { background: url('../img/eaves-dropping.jpg') no-repeat;}
.adventure { background: url('../img/adventure.jpg') no-repeat;}
.navigation { background: url('../img/navigation.jpg') no-repeat;}
.atoll { background: url('../img/atoll.jpg') no-repeat;}




/*  ======= 2016 =========  */
.perceptus { background: url('../img/perceptus.jpg') no-repeat;}
.creation { background: url('../img/creation.jpg') no-repeat;}
.lacuna { background: url('../img/lacuna.jpg') no-repeat;}
.chance_encounters { background: url('../img/chance_encounters.jpg') no-repeat;}
.becoming { background: url('../img/becoming.jpg') no-repeat;}
.constitution { background: url('../img/constitution.jpg') no-repeat;}


/*  ======= 2015 =========  */
.thinking { background: url('../img/thinking.jpg') no-repeat;}
.points_of_view { background: url('../img/points_of_view.jpg') no-repeat;}
.exercise { background: url('../img/excercise.jpg') no-repeat;}
.pinwheels { background: url('../img/pinwheels.jpg') no-repeat;}
.patterns_of_justice { background: url('../img/pattern_of_justice.jpg') no-repeat;}
.fairy_trove { background: url('../img/fairy_trove.jpg') no-repeat;}

/*  ======= 2014 =========  */
.fortune { background: url('../img/fortune.jpg') no-repeat;}
.girls_own { background: url('../img/banner-girls_own.jpg') no-repeat;}
.end_of_history { background: url('../img/end_of_history.jpg') no-repeat;}
.sampler { background: url('../img/sampler.jpg') no-repeat;}
.growth { background: url('../img/growth.jpg') no-repeat;}
.city_break { background: url('../img/city_break.jpg') no-repeat;}
.journey_scotland { background: url('../img/journey_scotland_banner.jpg') no-repeat;}
.room { background: url('../img/room_banner.jpg') no-repeat;}
.go_flow { background: url('../img/go_with_flow.jpg') no-repeat;}
.make_list { background: url('../img/make_me_a_list.jpg') no-repeat;}
.treasure { background: url('../img/treasure.jpg') no-repeat;}

/*  ======= 2013 =========  */
.crossing { background: url('../img/crossing.jpg') no-repeat;}
.world_is_round { background: url('../img/the_world_is_round.jpg') no-repeat;}
.search_of_absolute { background: url('../img/search_of_absolute.jpg') no-repeat;}
.cours_elementaire { background: url('../img/cours_elementaire.jpg') no-repeat;}
.art_history { background: url('../img/art_history.jpg') no-repeat;}
.art_ecrire { background: url('../img/art_ecrire.jpg') no-repeat;}
.lectio_memoriae { background: url('../img/lectio_memoriae.jpg') no-repeat;}
.standard_deviation { background: url('../img/standard_deviation.jpg') no-repeat;}

/*  ======= 2012 2011 =========  */
.calculation { background: url('../img/calculation.jpg') no-repeat;}
.wallpaper { background: url('../img/wallpaper.jpg') no-repeat;}
.loves_labours { background: url('../img/loves_labours.jpg') no-repeat;}
.my_europe { background: url('../img/my_europe.jpg') no-repeat;}
.cloth { background: url('../img/cloth.jpg') no-repeat;}
.rearrangement { background: url('../img/rearrangement.jpg') no-repeat;}
.dulwich { background: url('../img/dulwich.jpg') no-repeat;}
.encircling { background: url('../img/encircling.jpg') no-repeat;}

/*  ======= 2010 =========  */
.penser { background: url('../img/penser.jpg') no-repeat;}
.message { background: url('../img/message.jpg') no-repeat;}
.deep_reading { background: url('../img/deep_reading.jpg') no-repeat;}
.history_of_england { background: url('../img/history_of_england.jpg') no-repeat;}
.index { background: url('../img/index.jpg') no-repeat;}
.dictionary { background: url('../img/dictionary.jpg') no-repeat;}
.my_london { background: url('../img/my_london.jpg') no-repeat;}
.observation { background: url('../img/observation.jpg') no-repeat;}
.routing_systems { background: url('../img/routing_systems.jpg') no-repeat;}
.god_eye { background: url('../img/god_eye.jpg') no-repeat;}

/*  ======= 2009 =========  */
.venus { background: url('../img/venus.jpg') no-repeat;}
.vicarious { background: url('../img/vicarious.jpg') no-repeat;}
.collecting { background: url('../img/collecting.jpg') no-repeat;}
.algebra { background: url('../img/algebra.jpg') no-repeat;}
.routine { background: url('../img/routine.jpg') no-repeat;}
.believing { background: url('../img/beleiving.jpg') no-repeat;}
.chrysanthemums { background: url('../img/crysanthemum.jpg') no-repeat;}
.empire_assortment { background: url('../img/empire_assortment.jpg') no-repeat;}
.lost_empires { background: url('../img/lost_empire.jpg') no-repeat;}


/*  === OBJECTS ===  */
.cube_projects { background: url('../img/cube_projects.jpg') no-repeat;}
.circle_projects { background: url('../img/circle_projects.jpg') no-repeat;}
.objects_games { background: url('../img/snap-banner.jpg') no-repeat;}
.embroideries_banner {background: url('../img/embroideries_banner.jpg') no-repeat;}
.cut-outs_banner {background: url('../img/cut-outs_banner.jpg') no-repeat;}
.objects_others {background: url('../img/objects_others.jpg') no-repeat;}

/*  === PROJECTS ===  */
.projects_box { background: url('../img/projects_box.jpg') no-repeat;}
.projects_gallery { background: url('../img/projects_gallery.jpg') no-repeat;}
.projects_schools { background: url('../img/projects_schools.jpg') no-repeat;}
.projects_indian_residency { background: url('../img/projects_indian_residency.jpg') no-repeat;}
.projects_community { background: url('../img/projects_community.jpg') no-repeat;}


.content_gallery{
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 15px;
    line-height: 22px;
    padding: 40px 0px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content_gallery .work {margin-bottom: 40px;}

.gallery_box_objects {padding: 40px 20px 20px 10px;}

.gallery_box_caption{float:left; width: 180px; padding: 0 0 0 20px;}

.gallery_box_caption2{float:left; width: 300px; max-width: 90%; padding: 0 0 0 20px;}

.gallery_box_caption3{float:left; width: 385px;max-width: 90%; padding: 0 0 0 20px;}

.gallery_box_caption4{float:left; width: 220px; padding: 0 10px 0 20px;}

.gallery_box_caption_full {float:left; max-width: 90%;; padding: 0 0 0 20px;}

.gallery_box_caption p {
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 15px;
	text-align:right;
}

 p.intro {
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-left: 10px;
	text-align:left;
}

.gallery_box_caption2 p {
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 15px;
	text-align:left;
}

.gallery_box_caption4 p {
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
	text-align:left;
}

.gallery_box_caption3 p {
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 15px;
	text-align:left;
}

.gallery_box_caption_full p {
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 15px;
	text-align:left;
}

.gallery_box{float:left; padding-left: 15px;}

#objects_cube .gallery_box {padding: 5px 0 0 10px;}

hr {margin-top: 50px; }

/*  ===============================fonts================================  */

.content p{
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}
.content h1{
    color: #4b4848;
    font-family: "raleway-semibold", arial;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0;
}


.content h2 {
    color: #4b4848;
    font-family: "raleway-semibold", arial;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0;

}

.content h3,
.content h4,
.content h5,
.content h6{

    color: #4b4848;
    font-family: "raleway-semibold", arial;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0px;

}

.content_gallery h2 {padding:20px 0 20px 20px; font-size: 18px;}

dd, dt, blockquote {    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 15px;
	text-align:left;}
	
dd, blockquote { margin-left: 50px;}


/*  Tooltip  */
.tooltip{
    display: block;
    padding: 7px 10px;
    background: #454545;
    color: #fff;
    font-family: "raleway-regular", arial;
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #454545 transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}




/*  Responsive code  */
@media (max-width:1100px){

    header{
        display: block;
        width: 100%;
        min-height: 100px;
        padding: 0;
        position: relative;
    }
    header .logo{
        margin: 30px 0 0 30px;
        display: inline-block;
    }
    header .footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
        float: right;
        margin: 30px 30px 0 0;
    }
    header nav ul{
        list-style: none;
        display: none;
        margin-top: 35px;
        position: relative;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 30px 0;
        text-align: center;
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        border-top: 1px solid #f7f5f5;
        background: #fff;
    }
    header nav ul li a:active{
        background: #f7f5f5;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }
    .show_menu{
        display: block;
    }

    .main .work{
        width: 50%;
    }
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    #map{
        margin: 0!important;
    }
}

@media (max-width:550px){
     .main .work{
        width: 100%;
    }
}