/*
* Theme Name: Tyger
* File name: style.css
* Theme URL: tyger.mordorthemes.com
* Description: Tyger - Beautiful onepage template
* Author: Mordorthemes
* Author URL: http://www.mordorthemes.com
* Support: support@mordorthemes.com
* Version: 1.0
*/


/*------------------------------------------------------

CSS TABLE OF CONTENTS: 

1. IMPORTING EXTERNAL CSS

---------------------------------------------------------*/

@import url("normalize.css");
@import url("foundation.css");
@import url("owl-carousel.css");
@import url("owl.transitions.css");
@import url("animate.css");
@import url("tyger-fonts.css");
@import url("navigation.css");
@import url("cubeportfolio.css");
@import url("layout.css");
@import url("custom.css");

#google-map {
    position: relative;
    width: 100%;
    height: 450px;
}

#map_canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#google-map .subtitle {
    position: relative;
    z-index: 2;
    padding: 20px;
    background: rgba(0,0,0,0.6);
    max-width: 300px;
    margin: 20px;
}

#google-map .icon {
    display: none;
}