/*------------- Strat TT CMS Header-----------------------*/
#header #ttcmsheader {
    float: left;
}

#ttcmsheader .tt-cmsheader{
    color: #fff;
    text-transform: capitalize;
    font: 500 13px/20px "poppins", sans-serif;
	cursor:pointer;
	padding:15px 0;
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

#ttcmsheader .tt-cmsheader::before {
      content: "\e54e";
cursor: pointer;
float: none;
font-family: "Material Icons";
height: 22px;
left: auto;
font-size: 16px;
margin: auto 0;
color: #fff;
width: 20px;
margin-right: 5px;
transition: all 400ms ease-in-out 0s;
-webkit-transition: all 400ms ease-in-out 0s;
-moz-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
-ms-transition: all 400ms ease-in-out 0s;
line-height: 20px;
transform: rotateY(180deg);
display: inline-block;
vertical-align: top;
text-align: center;

    }

#ttcmsheader .tt-cmsheader:hover::before {
    transform: rotateY(0deg);
    transition: all 0.5s ease;
}
	



@media(max-width: 991px){
    #header #ttcmsheader{
        text-align: center;
        width: 100%;
    }
    #ttcmsheader .tt-cmsheader{
        display: inline-block;
        font-size: 13px;
    }
}
@media(max-width: 543px){
		#ttcmsheader .tt-cmsheader {
		display: inline-block;
		padding: 10px 0;
		font-size: 13px;
    }
}

/*------------------ End TT CMS Header -----------------------*/
