@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */



    
    .strokeelement{
        position: absolute;
        z-index: 0;
        top: 30vh;
        left: -20vw;
        width: 50vw;
        height: 80vh;
        background-image: url("../svgs/tm_icon-big strokes.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    
    .divstroke{
        position: absolute;
        left: 0;
        height: 60%;
        width: 5px;
        top: 25%;
         background: -moz-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* FF3.6+ */
        background: -webkit-gradient(linear, 315deg, color-stop(0, C48D70), color-stop(100%, 7A3A1E));/* Chrome,Safari4+ */
        background: -webkit-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Opera 11.10+ */
        background: -ms-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
        background: linear-gradient(315deg, #7A3A1E 0, #C48D70 100%);/* W3C */
        display: block;
        float: left;
        z-index: 0;
    }
    
    
    
    
    .leftpane{
        background-color: #f7f7f7;
        display: block;
        float: left;
        clear: both;
    }



    .a{
        width: 90%;
        height: auto;
        float: left;
        clear: none;
        margin: 5vh 5%;
        display: block;
    }
    
    
    
    .a-left{
        width: 90%;
        float: left;
        clear: none;
        display: block;
        position: relative;
        z-index: 100;
    }
    

    .al-ico{
        width: 90%;
        height: 15vh;
        float: left;
        clear: none;
        display: block;
        margin-top: 50vh;
        margin-bottom: 0em;
    }
    
    
    .ali{
        height: auto;
        float: left;
        clear: none;
        display: block;
        width: 25%;
    }
    
    
    .al-ico h3{
        font-family: "BalooTammudu2-Medium";
        text-transform:capitalize;
        font-size: 2em;
        color: #000;
        margin: .5em 0 0 5%;
        width: 70%;
        line-height:.9em;
        display: block;
        float: left;
        clear: none;
    }
    
    
    
    
    
    .al-container{
        width: 95%;
        float: left;
        clear: none;
        display: block;
        height: auto;
        padding: 1em;
        border:0px solid #c58e70;
        border-bottom-width: 5px;
        background-color: white;
    }
    
    
    .al-container h3{
         font-family: "BalooTammudu2-Medium";
        text-transform:capitalize;
        font-size: 3em;
        color: #c58e70;
        font-weight: 100;
        letter-spacing: -1px;
        margin: ;
        display: block;
        float: left;
        clear: both;
        margin-top:.4em;
        margin-bottom: 0;
        padding: 0;
        line-height: .9em;
    }
    
    .al-container p{
        font-family: 'Montserrat', sans-serif;
        font-size:1em;
        font-weight: 400;
        line-height: 1.5em;
          color: #000;
        float: left;
        clear: both;
        display: block;
    }
    
    
    .a-right{
        width:90%;
        height: 30vh;
        float: right;
        clear: none;
        display: block;
        position: absolute;
        z-index: 0;
        right: 5%;
        top: 20vh;
        background-position: center;
        background-size: cover;
        
    }
    
    
    .b{
        width: 90%;
        height: auto;
        float: left;
        clear: none;
        margin: 5vh 5%;
        display: block;
        
    }
    
    
    .mv{
        width: 90%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        background-color: white;
        padding: 1em;
        margin-right: 2em;
    }
    
    
    
    .mv h3{
         font-family: "BalooTammudu2-Medium";
        text-transform:capitalize;
        font-size: 3em;
        color: #c58e70;
        font-weight: 100;
        letter-spacing: -1px;
        margin: ;
        display: block;
        float: left;
        clear: both;
        margin-top:.4em;
        margin-bottom: 0;
        padding: 0;
        line-height: .9em;
    }
    
   .mv p{
        font-family: 'Montserrat', sans-serif;
        font-size:1em;
        font-weight: 400;
        line-height: 1.5em;
          color: #000;
        float: left;
        clear: both;
        display: block;
    }
    
    








	



}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    

    
    
    
    
    
    
    
    
    
    
    
    
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    
    
    
    .strokeelement{
        position: absolute;
        z-index: 0;
        top: 30vh;
        left: -20vw;
        width: 50vw;
        height: 80vh;
        background-image: url("../svgs/tm_icon-big strokes.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    
    .divstroke{
        position: absolute;
        left: 0;
        height: 60%;
        width: 5px;
        top: 15%;
         background: -moz-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* FF3.6+ */
        background: -webkit-gradient(linear, 315deg, color-stop(0, C48D70), color-stop(100%, 7A3A1E));/* Chrome,Safari4+ */
        background: -webkit-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Opera 11.10+ */
        background: -ms-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
        background: linear-gradient(315deg, #7A3A1E 0, #C48D70 100%);/* W3C */
        display: block;
        float: left;
        z-index: 0;
    }
    
    
    
    
    .leftpane{
        background-color: #f7f7f7;
        display: block;
        float: left;
        clear: both;
        position: relative;
    }

    .a{
        width: 90%;
        height: auto;
        float: left;
        clear: none;
        margin: 5vh 5%;
        display: block;
    }
    
    
    
    .a-left{
        width: 35%;
        float: left;
        clear: none;
        display: block;
        position: relative;
        z-index: 100;
    }
    
    .al-ico{
        width: 90%;
        height: 15vh;
        float: left;
        clear: none;
        display: block;
        margin-top: 20vh;
        margin-bottom: 2em;
    }
    
    
    .ali{
        height: auto;
        float: left;
        clear: none;
        display: block;
        width: 25%;
    }
    
    
    .al-ico h3{
        font-family: "BalooTammudu2-Medium";
        text-transform:capitalize;
        font-size: 3.5em;
        color: #000;
        margin: .5em 0 0 5%;
        width: 70%;
        line-height:.9em;
        display: block;
        float: left;
        clear: none;
    }
    
    
    
    
    
    .al-container{
        width: 100%;
        float: left;
        clear: none;
        display: block;
        height: auto;
        padding: 3em;
        border:0px solid #c58e70;
        border-bottom-width: 5px;
        background-color: white;
    }
    
    
    .al-container h3{
         font-family: "BalooTammudu2-Medium";
        text-transform:capitalize;
        font-size: 4em;
        color: #c58e70;
        font-weight: 100;
        letter-spacing: -3px;
        margin: ;
        display: block;
        float: left;
        clear: both;
        margin-top:.4em;
        margin-bottom: 0;
        padding: 0;
        line-height: .9em;
    }
    
    .al-container p{
        font-family: 'Montserrat', sans-serif;
        font-size:1em;
        font-weight: 400;
        line-height: 1.5em;
          color: #000;
        float: left;
        clear: both;
        display: block;
    }
    
    
    .a-right{
        width:60%;
        height: 70vh;
        float: right;
        clear: none;
        display: block;
        position: absolute;
        z-index: 0;
        right: 5%;
        background-position: center;
        background-size: cover;
        
    }
    
    
    .b{
        width: 90%;
        height: auto;
        float: left;
        clear: none;
        margin: 5vh 5%;
        display: block;
        
    }
    
    
    .mv{
        width: 30%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        background-color: white;
        padding: 3em;
        margin-right: 2em;
    }
    
    
    
    .mv h3{
         font-family: "BalooTammudu2-Medium";
        text-transform:capitalize;
        font-size: 4em;
        color: #c58e70;
        font-weight: 100;
        letter-spacing: -3px;
        margin: ;
        display: block;
        float: left;
        clear: both;
        margin-top:.4em;
        margin-bottom: 0;
        padding: 0;
        line-height: .9em;
    }
    
   .mv p{
        font-family: 'Montserrat', sans-serif;
        font-size:1em;
        font-weight: 400;
        line-height: 1.5em;
          color: #000;
        float: left;
        clear: both;
        display: block;
    }
    
    
    
	
	
}
	
	