/*--
Author: tuptimlayouts
Author URL: http://tuptimlayouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	background: #000;  
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Bigshot One', cursive;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover,body a:focus{
	text-decoration:none;
	outline: none;
} 
/*-- banner --*/ 
.tuptimls-banner{ 
	background:url(../images/bg.jpg)no-repeat center 0px;
	-webkit-background-size:cover;
	-moz-background-size:cover; 
	background-size:cover;
	position: relative; 
}
.bannertuptim-agileinfo {
    background: rgba(0, 0, 0, 0.4);
} 
/*-- header --*/
.header {
    padding: 1.2em 0;
    background: rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 57px 2px #000;
	-moz-box-shadow: 0px 0px 57px 2px #000;
	-o-box-shadow: 0px 0px 57px 2px #000;
	-ms-box-shadow: 0px 0px 57px 2px #000;
    box-shadow: 0px 0px 57px 2px #000;
}
.header .navbar-nav {
    width: 33.3%;
} 
.agile-hdmdl.nav.navbar-nav {
    text-align: center;
}
.agileits-hdright.navbar-right {
    text-align: right;
	margin: 0;
}
.agile-hdleft ul {
    padding-top: 1em;
}
.header p { 
    color: #fff;
    font-size: 1em;
    font-weight: 300; 
	margin-top: .6em;
}
.header p i.fa {
    margin-right: 5px; 
}
.header p a {
    color: #fff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.header p a:hover {
    color: #cfa86d;
	letter-spacing: 1px;
} 
/*-- social-icons --*/  
.tuptimsocial-icons ul li {
    display: inline-block;
    margin: 0 0.5em;
}
.tuptimsocial-icons ul li a {
    color: #fff;
    font-size: 1.1em;
    display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
    border-radius: 50%;
	-webkit-box-shadow: 0px 0px 1px 0px #fff;
	-moz-box-shadow: 0px 0px 1px 0px #fff; 
    box-shadow: 0px 0px 1px 0px #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 2.3em;
}
.tuptimsocial-icons ul li a:hover {
    color: #fff;
	-webkit-box-shadow: 0px 0px 13px 2px #fff;
	-moz-box-shadow: 0px 0px 13px 2px #fff; 
    box-shadow: 0px 0px 13px 2px #fff;
}
/*-- //social-icons --*/
/*-- //header-top --*/ 
/*-- banner-text --*/ 
.banner-text {
    padding: 15.4em 0;
}
.banner-tuptimlstext {  
    text-align: center;
} 
.banner-tuptimlstext h2, .banner-tuptimlstext h3 {
    font-size: 5em;
    color: #fff;
    font-weight: 100;
    margin-top: 0.5em;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
    transform: scale(0);
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s; 
	transition-delay: .6s;
}
.bnr-tleft img {
	-webkit-transform: translatey(115%);
	-moz-transform: translatey(115%);
	-o-transform: translatey(115%);
	-ms-transform: translatey(115%);
    transform: translatey(115%);
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s; 
	transition-delay: .4s;
}
li.flex-active-slide h2,li.flex-active-slide h3{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
li.flex-active-slide .bnr-tleft img {
	-webkit-transform: translatey(0%);
	-moz-transform: translatey(0%);
	-o-transform: translatey(0%);
	-ms-transform: translatey(0%);
    transform: translatey(0%);
}
.banner-tuptimlstext p {
    font-size: 1em;
    color: #fff;
    line-height: 2em;
    width: 96%;
    margin: 1.5em 0 0 auto;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 3px;
}
/*-- //banner-text --*/ 
/*-- banner-bottom --*/
/*-- logo --*/
.tuptimllogo {
    padding: 1em 0;
}
.tuptimllogo h1 {
    font-size: 3em;
    text-transform: uppercase;
}
.tuptimllogo h1 a {
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
}
/*-- //logo --*/
/*-- top-nav --*/
.tuptimmenu.navbar-right {
    margin-right: 7em;

    padding: 1.2em 10%;
}
.top-nav {
    z-index: 999;
    background: rgba(0, 0, 0, 0.52);
    position: relative;
	-webkit-box-shadow: 0px 0px 5px 2px rgb(0, 0, 0);
	-moz-box-shadow: 0px 0px 5px 2px rgb(0, 0, 0);
	-o-box-shadow: 0px 0px 5px 2px rgb(0, 0, 0);
	-ms-box-shadow: 0px 0px 5px 2px rgb(0, 0, 0);
    box-shadow: 0px 0px 5px 2px rgb(0, 0, 0);
}
nav.navbar.navbar-default {
    background-color: inherit;
    border: none;
    margin: 0;
}
ul.nav.navbar {
    text-align: center;
	margin: 0;
	min-height: inherit;
}
.tuptimmenu ul li {
    margin: 0 0 0 1.2em;
    display: inline-block;
}
.tuptimmenu ul li:nth-child(1){
	margin: 0;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.tuptimmenu ul li a {
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 1.1em;
    color: #fff;
    position: relative;
    font-weight: 300;
    display: inline-block;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
} 
.tuptimmenu ul li a:hover,.top-nav ul li a.active{
    background: #cfa86d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border-radius: 2px;
	color:#382e22;
}
.tuptimmenu .open > .dropdown-menu {
    display: block;
    background: #382e22;
    text-align: left;
    margin-top: 1.1em;
}
.tuptimmenu .open > .dropdown-menu li {
    margin: 0;
	display: block;
}
.tuptimmenu .open > .dropdown-menu li a {
    display: block;
    color: #fff;
    font-size: .9em;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #cfa86d;
    border: none;
}
/*-- //top-nav --*/

/*-- //banner-bottom --*/
/*-- about --*/
.tuptiml-about,.services,.gallery,.team,.blog,.contact {
    padding: 5em 0;
}
.agileits-title {
    text-align: center;
}
.agileits-title h3 {
    font-size: 3em;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    display: inline-block;
    border: 1px solid #dadada;
    padding: .3em 0.5em;
    letter-spacing: 5px;
	color:#fff;
}
P {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;  
} 
.tuptiml-about p {
    margin-top: 1.2em;
}
.tuptimlabout-left {
    padding: 0 3em;
    text-align: right;
}
.tuptimlabout-right h5 {
    font-size: 2em;
    letter-spacing: 2px;
    color: #e2bd77;
    margin-bottom: 0.8em;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
} 
.tuptimlabout-right h4 {
    font-size: 1.5em;
    line-height: 1.4em;
    font-style: italic;
    letter-spacing: 1px;
    color: #848484;
}
.nav-tabs>li>a {
    margin: 0 6px;
    font-size: 1.3em;
    font-weight: 700;
    border: 1px solid transparent;
    color: #555;
}
.nav-tabs>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	color: #cfa86d ! important;
	background:none ! important;
	border-color: transparent; 
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #cfa86d ! important;
	background:none ! important; 
} 
.tuptiml-about .nav-tabs>li {
    float: right ! important; 
} 
.tuptiml-about .nav-tabs > li.active > a, .tuptiml-about .nav-tabs > li.active > a:hover, .tuptiml-about .nav-tabs > li.active > a:focus { 
    border-bottom-color: #fff;
}
/*-- //about --*/
/*-- cocktail --*/ 
.cocktail{
    background: url(../images/bg1.jpg)no-repeat center 0px fixed;
	height:400px;
    background-size: cover;
}
.cocktail-agileinfo{
    padding: 3em;
    background:#fff;
    border: 12px double rgb(39, 31, 18);
	text-align: center;
} 
.cocktail-img i.fa {
    font-size: 2.5em;
    color: #d2d2d2;
} 
.cocktail-agileinfo h6 {
    font-weight: 900;
    letter-spacing: 5px;
    margin: 1.5em 0 .5em;
    font-size: 1.5em;
    color: #333;
}
.numscroller {
    font-size: 3em;
    font-weight: 300;
    color: #cfa86d;
}
/*-- //cocktail --*/
/*-- services --*/  
.tuptiml-services-grid{
	text-align:center;
}
.tuptimls-services-img{
    width: 90px;
    height: 90px; 
	margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;     
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
}
.tuptimls-services-img i.fa{ 
    color: #d2d2d2;
    font-size: 4em;
    padding: .4em 0 0 0;  
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
}
.agileits-services-info h4 {
    color: #333;
    font-size: 1.5em;
    margin: 0.8em 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.tuptiml-services-grid:hover .tuptimls-services-img{
    background: #cfa86d;  
}
.tuptiml-services-grid:hover .tuptimls-services-img i.fa {
    color: #fff; 
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
    transform: scale(0.5);
}
/*-- //services --*/
/*-- เมนูซ้ายขวา --*/
.cont-slid{
	background:#cfa86d;
} 
.cont-slid-left { 
	background: url(../images/img-left.jpg)no-repeat 0px 0px;
    background-size: cover;
	min-height: 360px;
	padding:0;
}
.cont-slid-right { 
	background: url(../images/img-right.jpg)no-repeat 0px 0px;
    background-size: cover;
	min-height: 360px;
	padding:0;
}
.cont-slid-left img{
	width:100%;
}
.cont-slid-right h3{
	font-size: 1.8em;
    color: #fff;
    line-height: 1.4em;
    text-transform: capitalize;
}
.cont-slid-right {
    padding:6em 13em 5em 5em;
}
.cont-slid-right p{
	margin:1em 0 2em;
	color:#333; 
} 
.cont-slid-right h4 {
    font-size: 2.2em;
    color: #000;
    margin-bottom: 0.5em;
    letter-spacing: 3px;
    font-style: italic;
}
.conte-slid-right h5 {
    font-size: 1.1em;
    color: #fff;
    line-height: 2.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.cont-slid-right h5 span.glyphicon {
    font-size: 0.9em;
    margin-right: 0.5em;
}
/*-- //เมนูซ้ายขวา --*/
/*-- wthree-slid --*/
.wthree-slid{
	background:#cfa86d;
} 
.wthree-slid-left { 
	background: url(../images/img3.jpg)no-repeat 0px 0px;
    background-size: cover;
	min-height: 360px;
	padding:0;
}
.wthree-slid-left img{
	width:100%;
}
.wthree-slid-right h3{
	font-size: 1.8em;
    color: #fff;
    line-height: 1.4em;
    text-transform: capitalize;
}
.wthree-slid-right {
    padding:6em 13em 5em 5em;
}
.wthree-slid-right p{
	margin:1em 0 2em;
	color:#333; 
} 
.wthree-slid-right h4 {
    font-size: 2.2em;
    color: #000;
    margin-bottom: 0.5em;
    letter-spacing: 3px;
    font-style: italic;
}
.wthree-slid-right h5 {
    font-size: 1.1em;
    color: #fff;
    line-height: 2.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.wthree-slid-right h5 span.glyphicon {
    font-size: 0.9em;
    margin-right: 0.5em;
}
/*-- //wthree-slid --*/
/*-- gallery --*/ 
.gallery-grids img {
    width: 100%;
}
.gallery-grids { 
	padding: 0;
}
/*-- gallery-hover effect --*/
.tuptimls-hover {
	background-color: #FFF;
	display: block; 
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}
.tuptimls-hover img {  
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
} 
.tuptimls-hover .view-caption { 
    padding: 8em 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
	border-radius: 50%;
}
.tuptimls-hover .view-caption h5{
	color: #fff;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 5px; 
}
.tuptimls-hover .view-caption span {
    color: #fff;
    font-size: 1em;
    margin-top: 5%;
    display: inline-block;
    border: 2px solid #fff;
    padding: 12px;
}
.tuptimls-hover:hover .view-caption { 
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0; 
	border-radius: 0;
}
.tuptimls-hover .view-caption span:hover {
    color: #cfa86d;
    border-color: #cfa86d;
}
/*-- //gallery --*/
/*-- testimonials --*/
.testimonials {
    padding: 6em 0 8em;
    background: url(../images/bg1.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
} 
.agileits-title.tuptimls-title1 h3 {
    color: #cfa86d;
    border-color: #cfa86d;
}
.flexslider1 {
    width: 60%;
    margin: 0 auto;
	position:relative;
}
.testimonials-grid { 
	text-align: center;
}
.testimonials-grid i.fa{
    font-size: 2em;
    color: #fff; 
}
.testimonials-grid p {
    color: #fff;
    text-align: center;
    margin: 1.2em 0;
    font-size: 1.2em;
    letter-spacing: 1px;
}
.testimonials-grid h5 {
    font-size: 1.5em;
    color: #cfa86d;
    text-align: center;
	font-weight:900;
}
.testimonials-grid h5 span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.8em;
    margin-left: .5em;
}
.flexslider1 .flex-control-nav {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -36%;
}
/*-- //testimonials --*/
/*-- team --*/ 
.team  h5{
	color:#fff;
}
/*-- team-effects --*/
.btm-right {
	overflow: hidden;
	position: relative;
	display: block;
}
.btm-right img{
	width: 100%;
}
.btm-right .captn {
    color: #fff;
    background-color: #222;
    text-align: center;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding:1.3em 0;
    border-bottom: 5px solid #222;
}
.captn h4 {
    font-size: 1.6em;
    color: #fff;
    letter-spacing: 1px;
}
.tuptimsocial-icons.captn-icon {
    background: rgba(2, 2, 2, 0.65);
	width: 23%;
    position: absolute;
    top: 16%;
    left: 0;
    text-align: center;
    padding: 0.5em 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
} 
.tuptimsocial-icons.captn-icon ul li { 
    margin: 0.5em;
}
.btm-right:hover .captn {
    background: #cfa86d;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-bottom-color:#07a7bb;
}
/*--//team-effects--*/
/*-- //team --*/
/*-- blog --*/
.blog{
	background:#cfa86d; 
} 
.blog-left h4{
    color: #fff; 
    margin: 0 0 1em 0;
    font-size: 2.5em;
    font-weight: 800;
}
.blog-left ul{
	padding:0;
	margin:1em 0 0 0;
}
.blog-left ul li{
    display: block;
    color: #fff;
    font-size: 1em;
	margin:.5em 0;
}
.blog-left ul li a{
	color:#fff;
	text-decoration:none; 
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.blog-left ul li a:hover{
	color:#000;
}
.blog-left ul li a:focus,.blog-right a:focus,.date-text a:focus{
	outline:none;
}
.blog-right a {
    color: #fff;
    font-size: 1.2em;
    margin: 0;
    line-height: 1.5em;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Bigshot One', cursive;
}
.blog-right a:hover{
	color:#000;
}
.blog-right p {
    color: #565656;
    margin: 1em 0 0 0;
}
/*-- //blog --*/
/*-- contact --*/ 
.contact-tuptimlsleft.map {
    padding: 0;
}
.address-row {
    margin-top: 3em;
}
.contact-tuptimlsright {
    padding: 5em 8em;
    background: #f0f0f0;
}
.contact-tuptimlsright h6 {
    font-size: 1.8em;
    color: #848484;
    font-weight: 300;
    line-height: 1.8em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.contact-tuptimlsright h6 span {
    color: #cfa86d; 
} 
.address-left {
    padding: 0;
    text-align: center;
}
.address-right {
    padding-left: 2em;
}
.address-row span.glyphicon {
    font-size: 1.2em;
    border: 2px solid #afafaf;
    padding: 1.6em 1em;
    color: #afafaf;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
    transition: .5s all;
}
.address-row:hover span.glyphicon {
    border-color: #cfa86d; 
	color:#cfa86d; 
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
    transform: rotatey(360deg);	
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
}
.address-row h5 {
    font-size: 1.4em;
    color: #000;
    margin-bottom: .4em;
    font-weight: 300;
}
.address-row p a {
    color: #cfa86d;
}
.address-row p a:hover{
    color: #999;
} 
.map iframe {
    width: 100%;
    min-height: 475px;
	/*เดิม 518px*/
    border: none;
    margin-bottom: -.5em;
}
/*-- contact-form --*/ 
.contact-tuptimls-row {
    width: 80%;
    margin: 5em auto 0;
} 
.contact-left.agileits-tuptimlayouts {
    padding: 0;
} 
.contact input[type="text"],.contact input[type="email"] {
    width: 49%;
    color: #999;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: 1em 1em;
    margin-bottom: 1em;
    border: solid 1px #999;
    -webkit-appearance: none;
    display: inline-block;
}
.contact input.email {
    float: right;
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: 1em .8em;
    border: solid 1px #999;
    min-height: 12.5em;
    -webkit-appearance: none;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.8em 4em;
    font-size: 1em; 
    -webkit-appearance: none;
    background: #cfa86d;
	border: 2px solid #cfa86d; 
    -webkit-transition: 0.5s all; 
    -moz-transition: 0.5s all;
	transition: 0.5s all;
    width: 100%;
}
.contact input[type="text"]:focus,.contact textarea:focus {
    border-color: #00b8ce;
}
.contact input[type="submit"]:hover {
    background: none;
    color: #cfa86d;
    border-color: #cfa86d;
}
::-webkit-input-placeholder {
	color:#999 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#999 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#999 !important;
}
:-ms-input-placeholder {  
	color:#999 !important;
} 
/*-- //contact --*/ 
/*-- footer --*/ 
.footer{
	background: #222;
	padding:4em 0;
}  
.footer .agileits-title{
    text-align:left;
}
.footer .agileits-title h3 {
    font-size: 1.5em;
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
	margin-bottom: 1em;
}
.amet-sed p {
    margin: 0.5em 0 0;
    color: #C1BFBF; 
} 
.amet-medium p a{
	color:#cfa86d;
	text-decoration:none;
 }
.amet-medium p a:hover{
	color:#000;
}
.footer-class {
    text-align: right;
    color: #fff;
    margin: 1.5em 0 0;

    padding: 0.5em 0;
    letter-spacing: 1px;
    font-weight: 300;
}
.footer-class a{
	text-decoration: none;
    color: #cfa86d;
}
.footer-class a:hover{
	color:#fff;
} 
.amet-sed .tuptimsocial-icons {
    margin-top: 1em;
}
.support input[type="email"] {
    width: 63%;
    padding: .7em 1em;
    font-size: 1em;
    text-align: left;
    font-weight: 400;
    border: 1px solid #fff;
    outline: none;
    margin: 0;
    -webkit-appearance: none;
    background: #fff;
}
.support input[type="submit"]{
	background: #cfa86d;
	cursor: pointer;
	border: 0;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	text-transform: uppercase;
	padding: .8em 1em;
	text-align: center;
	-webkit-appearance: none;
	outline: none;
	width:35%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.support input[type="submit"]:hover{
	background:#018fa0;
}
.support {
    margin: 1em 0em 0 0;
    background-color: rgb(45, 45, 45);
    padding: 1em 1em;
} 
/*-- //footer --*/
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/
/*-- modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 2em;
}
.modal-dialog {
    margin: 4em auto;
}
.modal-body iframe {
    border: none !important;
    width: 100%;
    min-height: 300px;
}
.about-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 1em 2em 0;
}
.about-modal button.close {
    color: #cfa86d;
    opacity: .9;
    font-size: 2.5em;
	outline:none;
}
.about-modal .modal-body img{
    width:100%;
}
.about-modal .modal-body p {
    margin-top: 1em;
    font-weight: 400;
}
.about-modal h4 {
    font-size: 1.6em;
    margin: 1em 0 .8em;
    color: #cfa86d;
    letter-spacing: 4px;
}
.about-modal h6 {
    font-size: 1.1em;
    color: #b1b1b1;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
}
/*-- //modal --*/
/*-- responsive-design --*/
@media(max-width:1440px){
.wthree-slid-right {
    padding: 6em 9em 5em 5em;
}
.cont-slid-right {
    padding: 6em 9em 5em 5em;
}
.contact-tuptimlsright {
    padding: 5em 6em; 
}
}
@media(max-width:1366px){
.banner-tuptimlstext h2, .banner-tuptimlstext h3 { 
    margin: 0 0 0.5em; 
}
.wthree-slid-right {
    padding: 6em 6em 5em 5em;
}
.cont-slid-right {
    padding: 6em 6em 5em 5em;
}
.contact-tuptimlsright {
    padding: 5em 4em;
} 
.tuptimmenu.navbar-left {
    margin-left: 6em; 
    padding: 1.2em 7%;
}
.tuptimmenu.navbar-right{
    margin-right: 6em; 
    padding: 1.2em 7%;
}
.cd-main-header { 
    right: 8%;
}
}
@media(max-width:1280px){
.banner-text {
    padding: 12em 0;
}
.banner-tuptimlstext h2, .banner-tuptimlstext h3 {
    font-size: 4em;  
} 
.banner-tuptimlstext p { 
    width: 94%; 
}
.agileits-title h3 {
    font-size: 2.8em; 
    margin-bottom: 1.2em; 
}
.wthree-slid-right {
    padding: 4.5em 5em;
}
.cont-slid-right {
    padding: 4.5em 5em;
}
.address-right { 
    padding-right: 0;
}
.address-row { 
    padding: 0;
}  
}
@media(max-width:1080px){
.banner-tuptimlstext p {
    width: 100%;
    letter-spacing: 2px;
}
.tuptimmenu ul li {
    margin: 0 0 0 0.5em; 
}
.tuptimmenu.navbar-left {
    margin-left: 3em;
    padding: 1.2em 4%;
}
.tuptimmenu.navbar-right {
    margin-right: 3em;
    padding: 1.2em 4%;
}
.tuptimllogo h1 {
    font-size: 2.8em; 
}
.tuptimllogo {
    padding: 1.2em 0;
}
.tuptimlabout-left {
    padding: 0 3em 0 0; 
}
.banner-tuptimlstext h2, .banner-tuptimlstext h3 {
    margin: 0;
}
.tuptiml-about, .services, .gallery, .team, .blog, .contact {
    padding: 4em 0;
} 
.cocktail-agileinfo h6 { 
    letter-spacing: 2px;
    margin: 1.2em 0 .5em; 
}
.numscroller {
    font-size: 2.8em; 
}
.tuptimls-hover .view-caption h5 { 
    font-size: 2em; 
}
.tuptimls-hover .view-caption {
    padding: 6em 0; 
}
.tuptimsocial-icons.captn-icon { 
    top: 8%; 
}
.btm-right .captn { 
    padding: 1.2em 0; 
}
.address-row span.glyphicon {
    font-size: 1.1em; 
    padding: 1.8em 0.8em; 
}
.address-right {
    padding-left: 1em;
}
.contact-tuptimlsright h6 {
    font-size: 1.6em; 
    letter-spacing: 2px;
}
.map iframe { 
    min-height: 502px; 
}
.tuptimlabout-right h4 {
    font-size: 1.3em; 
}
.blog-right {
    padding: 0;
}
.blog-left h4 { 
    font-size: 2.2em; 
}
.footer {
    background: #333; 
} 
}
@media(max-width:1024px){
.agileits-title h3 { 
    letter-spacing: 3px; 
}
.wthree-slid-right {
    padding: 3.5em 4em;
}
.cont-slid-right {
    padding: 3.5em 4em;
}
.wthree-slid-left { 
    min-height: 441px; 
}
.cont-slid-left { 
    min-height: 441px; 
}
.wthree-slid-right h4 {
    font-size: 2em; 
    letter-spacing: 2px; 
}
.cont-slid-right h4 {
    font-size: 2em; 
    letter-spacing: 2px; 
}
.testimonials-grid p { 
    font-size: 1.1em; 
}
.contact-tuptimlsright {
    padding: 5em 3em;
}
.testimonials {
    padding: 5em 0 7em; 
}
}
@media(max-width:991px){
.banner-tuptimlstext p { 
    letter-spacing: 1px;
    margin: 1em 0 0 auto;
}
.banner-tuptimlstext h2, .banner-tuptimlstext h3 {
    font-size: 3em;
}
.bnr-tleft {
    padding: 0;
    margin: 2.5em 0 0;
}
.banner-text {
    padding: 10em 0;
}
.tuptimmenu ul li a { 
    letter-spacing: 2px;
    font-size: 1em; 
    padding: 7px 12px;
	font-weight: bold;
}
.tuptimllogo h1 {
    font-size: 2.6em;
}
.tuptimmenu ul li {
    margin: 0 0 0 0.1em;
}
.tuptimllogo {
    padding: 1em 0;
}
.cd-search input { 
    font-size: 1.3em; 
}
.tuptimlabout-right {
    margin-top: 2em;
}
.tuptimlabout-right h5 { 
    margin-bottom: 0.5em; 
}
.cocktail-agileinfo {
    padding: 3em 2em; 
}
.cocktail-img i.fa {
    font-size: 2.2em; 
}
.cocktail-agileinfo h6 {
    letter-spacing: 1px;
    margin: 1em 0 .5em;
    font-size: 1.3em;
}
.numscroller {
    font-size: 2.6em;
}
.tuptimls-services-img i.fa { 
    font-size: 3em; 
}
.tuptimls-services-img {
    width: 70px;
    height: 70px; 
}
.agileits-services-info h4 { 
    margin: 0.6em 0; 
}
.tuptimls-services-img i.fa { 
    padding: .45em 0 0 0; 
}
.tuptiml-services-grid:nth-child(2),.team-wthree-grid:nth-child(2) {
    margin-bottom: 2em;
} 
.tuptiml-services-grid:nth-child(2),.team-cont-grid:nth-child(2) {
    margin-bottom: 2em;
}
.wthree-slid-right h3 {
    font-size: 1.5em; 
}
.cont-slid-right h3 {
    font-size: 1.5em; 
}
.wthree-slid-right p {
    margin: 0.5em 0 1.5em; 
}
.cont-slid-right p {
    margin: 0.5em 0 1.5em; 
}
.wthree-slid-left {
    min-height: 411px;
    background-position: center 0px;
}
.cont-slid-left {
    min-height: 411px;
    background-position: center 0px;
}
.tuptimls-hover .view-caption h5 {
    font-size: 1.5em;
}
.tuptimls-hover .view-caption span { 
    font-size: 0.9em;
    margin-top: 0%; 
    padding: 8px;
}
.tuptimls-hover .view-caption {
    padding: 5em 0;
}
.flexslider1 {
    width: 85%; 
}
.testimonials-grid p {
    font-size: 1em;
}
.testimonials-grid p { 
    margin: 1em 0; 
}
.teamtuptim-agileinfo {
    width: 80%;
    margin: 0 auto;
}
.tuptimsocial-icons.captn-icon {
    top: 14%;
}
.tuptim-agileits-blog-grid:nth-child(2) {
    margin-top: 2em;
}
.blog-left h4 {
    font-size: 2em;
}
.contact-tuptimlsright h6 {
    font-size: 1.4em;
    letter-spacing: 0px;
}
.contact-tuptimlsright {
    padding: 5em 2em;
}
.map iframe {
    min-height: 453px;
}
.amet-sed.amet-medium {
    margin: 2.5em 0;
}
.amet-sed .tuptimsocial-icons {
    margin-top: 0.5em;
}
.banner-text {
    padding: 8em 0 9em;
} 
.map iframe {
    min-height: 250px;
}
.contact-tuptimlsright {
    padding: 3em 6em;
}
.address-row {
    margin-top: 2em;
}
.contact-tuptimls-row {
    width: 95%;
    margin: 4em auto 0;
}
}
@media(max-width:800px){
.tuptimllogo h1 {
    font-size: 2.5em;
}
.tuptimmenu.navbar-left {
    margin-left: 2em;
    padding: 1.2em 3%;
}
.tuptimmenu.navbar-right {
    margin-right: 2em;
    padding: 1.2em 3%;
}
.cd-main-header {
    right: 4%;
}
.agileits-title h3 {
    font-size: 2.5em; 
}
.tuptiml-about p {
    margin-top: 1em;
}
.numscroller {
    font-size: 2.4em;
}
.wthree-slid-right {
    padding: 2.5em;
}
.cont-slid-right {
    padding: 2.5em;
}
.testimonials {
    padding: 4em 0 6em;
}
.testimonials-grid p {
    margin: 0.5em 0;
}
}
@media(max-width:768px){
.wthree-slid-right h4 {
    font-size: 1.7em;
    letter-spacing: 1px;
}
.cont-slid-right h4 {
    font-size: 1.7em;
    letter-spacing: 1px;
}
.wthree-slid-right h3 {
    font-size: 1.4em;
}
.cont-slid-right h3 {
    font-size: 1.4em;
}
.wthree-slid-left {
    min-height: 402px; 
}
.cont-slid-left {
    min-height: 402px; 
}
.modal-body {
    padding: 1.5em;
}
.modal-dialog {
    margin: 3em auto;
}
.footer { 
    padding: 3em 0;
} 
}
@media(max-width:767px){
.header {
    padding: 1em; 
}
.header .navbar-nav { 
    float: left;
    margin: 0;
}
.bnr-tleft {
    padding: 0;
    margin: 0 auto;
    width: 20%;
}
.banner-tuptimlstext h2, .banner-tuptimlstext h3 {
    font-size: 2.5em;
    margin-top: 0.5em;
} 
.banner-tuptimlstext p { 
    margin: 0.6em 0 0;
}
.banner-text {
    padding: 7em 0 8em;
}
button.navbar-toggle {
    margin: 0 15.5em 0 0;
    color: #fff;
    font-size: 1.6em;
    padding: 0;
}
.cd-main-header {
    right: 7%;
    top: 12px;
}
div#bs-example-navbar-collapse-1 {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.81);
    border: none;
    z-index: 9;
	padding: 1em 0 0; 
}
.tuptimllogo h1 {
    margin-left: 1em;
    font-size: 2.2em;
}
.tuptimmenu.navbar-left {
    margin-left: 0;
    border: none;
	padding: 0;
}
.tuptimmenu.navbar-right {
    margin-right: 0;
    border: none;
	padding: 0;
}
.tuptimmenu ul li {
    display: block;
	margin: 0.8em 0;
}
.tuptimmenu ul li a { 
    display: block;
}
.cd-search input {
    font-size: 1.1em;
    padding: 1em;
}
.tuptiml-about, .services, .gallery, .team, .blog, .contact {
    padding: 3em 0;
}
.agileits-title h3 {
    font-size: 2.3em;
}
.cocktail-grid:nth-child(2) {
    margin-bottom: 2em;
}
.numscroller {
    font-size: 2.2em;
} 
.modal-dialog {
    margin: 2em auto;
    width: 80%;
}
}
@media(max-width:736px){
.cocktail-agileinfo {
    padding: 2em 2em 1.5em;
}
.wthree-slid-left {
    min-height: 372px;
}
.cont-slid-left {
    min-height: 372px;
}
.tuptimls-hover .view-caption {
    padding: 7em 0;
} 
.contact-right.agileits-tuptimlayouts {
    padding: 0;
}
.contact textarea { 
    min-height: 5.5em; 
    margin-bottom: 1em;
}
.contact input[type="text"], .contact input[type="email"] { 
    padding: 0.7em 1em; 
}
.footer .agileits-title h3 { 
    margin-bottom: 0.5em;
	font-size: 1.3em;
}
.tuptimsocial-icons ul li { 
    margin: 0 0.3em;
}
.amet-sed.amet-medium {
    margin: 1.5em 0;
}
.support { 
    padding: 0.5em;
    width: 75%;
}
.about-modal h4 {
    font-size: 1.4em;
    margin: 0.8em 0; 
}
.about-modal h6 {
    font-size: 1em; 
    letter-spacing: 3px;
}
.contact input[type="submit"] { 
    padding: 0.7em 4em; 
} 
}
@media(max-width:667px){
button.navbar-toggle {
    margin: 0 13em 0 0; 
}
.tuptimls-hover .view-caption {
    padding: 5.8em 0;
}
.teamtuptim-agileinfo {
    width: 88%; 
}
.tuptim-agileits-blog-grid {
    padding: 0;
}
.contact-tuptimlsright {
    padding: 3em 3em;
}
.contact-tuptimls-row { 
    margin: 3em auto 0;
}
.captn h4 {
    font-size: 1.4em; 
}   
}
@media(max-width:640px){
button.navbar-toggle {
    margin: 0 12.5em 0 0;
}
.cocktail-img i.fa {
    font-size: 1.8em;
}
.cocktail-agileinfo h6 { 
    margin: 0.5em 0;
    font-size: 1.2em;
}
.wthree-slid-right p {
    margin: 0.5em 0 1em;
}
.cont-slid-right p {
    margin: 0.5em 0 1em;
}
.wthree-slid-right h4 {
    font-size: 1.5em; 
}
.cont-slid-right h4 {
    font-size: 1.5em; 
}
.wthree-slid-right h5 {
    font-size: 1em; 
}
.cont-slid-right h5 {
    font-size: 1em; 
}
.numscroller {
    font-size: 2em;
}
.cocktail-grid:nth-child(2) {
    margin-bottom: 1.5em;
}
.map iframe {
    min-height: 200px;
}
.contact-tuptimlsright h6 {
    font-size: 1.3em; 
}
.contact-tuptimlsright {
    padding: 2em 3em;
}
.tuptimsocial-icons ul li a { 
    font-size: 0.9em; 
    width: 30px;
    height: 30px; 
    line-height: 2.5em;
}
.header p { 
    margin-top: .2em;
}
.banner-tuptimlstext h2, .banner-tuptimlstext h3 {
    font-size: 2em; 
}
.banner-text {
    padding: 5em 0 7em;
}
.flex-control-nav li {
    margin: 0 0.5em;
}
button.navbar-toggle {
    margin: 0px 11.5em 0 0;
}
.agileits-title h3 {
    font-size: 1.8em;
    letter-spacing: 2px;
    margin-bottom: 1em;
}
.tuptimls-services-img {
    width: 60px;
    height: 60px;
}
.tuptimls-services-img i.fa {
    font-size: 2.5em;
}
.tuptimls-services-img i.fa {
    padding: .5em 0 0 0;
}
.agileits-services-info h4 { 
    font-size: 1.3em; 
}
.tuptiml-services-grid:nth-child(2), .team-wthree-grid:nth-child(2) {
    margin-bottom: 1em;
}
.tuptiml-services-grid:nth-child(2), .team-cont-grid:nth-child(2) {
    margin-bottom: 1em;
}
.agileits-services-info h4 {
    margin: 0.4em 0;
}
.wthree-slid-right h3 {
    font-size: 1.3em;
}
.cont-slid-right h3 {
    font-size: 1.3em;
}
.wthree-slid-right h4 { 
    margin-bottom: 0.3em;
}
.cont-slid-right h4 { 
    margin-bottom: 0.3em;
}
.wthree-slid-right {
    padding: 2em 2.5em;
}
.cont-slid-right {
    padding: 2em 2.5em;
}
.wthree-slid-left {
    min-height: 346px;
}
.cont-slid-left {
    min-height: 346px;
}
.tuptimls-hover .view-caption {
    padding: 4.8em 0;
}
.testimonials-grid i.fa {
    font-size: 1.2em;
    color: #fff;
}
.testimonials {
    padding: 3em 0 5em;
}
.teamtuptim-agileinfo {
    width: 94%;
}
.blog-left {
    padding: 0;
}
.blog-right a { 
    font-size: 1.1em; 
}
.blog-right p { 
    margin: 0.5em 0 0 0;
}
.tuptim-agileits-blog-grid:nth-child(2) {
    margin-top: 1em;
}
.contact-tuptimlsright {
    padding: 2em 2em;
}
}
@media(max-width:600px){
.nav-tabs>li>a { 
    font-size: 1.1em; 
}
.tuptimlabout-right h5 {
    margin-bottom: 0.3em;
    font-size: 1.6em;
    letter-spacing: 1px;
}
.tuptiml-about p {
    margin-top: 0.5em;
}
.cocktail-agileinfo h6 {
    margin: 0.3em 0; 
}
}
@media(max-width:480px){
.header p { 
    font-size: 0.9em; 
}
.tuptimsocial-icons ul li a {
    font-size: 0.8em;
    width: 28px;
    height: 28px; 
}
.agile-hdmdl.nav.navbar-nav {
    margin: 0 1.2em;
}
.header .navbar-nav {
    width: inherit;
}
.header {
    padding: 1em 0;
}
.header p a:hover { 
    letter-spacing: 0;
}
.banner-tuptimlstext h2, .banner-tuptimlstext h3 { 
    margin-top: 0.2em;
}
.banner-tuptimlstext p {
    font-size: 0.9em; 
}
.banner-text {
    padding: 4em 0 6em;
}
button.navbar-toggle {
    margin: 0px 9em 0 0;
}
.tuptimmenu ul li { 
    margin: 0.6em 0;
}
.tuptimlabout-left {
    padding: 0 1em 0 0;
}
P {
    font-size: 0.9em; 
}
.tuptimlabout-right { 
    padding: 0;
}
.wthree-slid-right h5 {
    font-size: 0.9em;
}
.cont-slid-right h5 {
    font-size: 0.9em;
}
.wthree-slid-right {
    padding: 1.5em 2em;
}
.cont-slid-right {
    padding: 1.5em 2em;
}
.wthree-slid-left {
    min-height: 334px;
}
.cont-slid-left {
    min-height: 334px;
}
.tuptimls-hover .view-caption span {
    font-size: 0.8em; 
}
.tuptimls-hover .view-caption h5 {
    font-size: 1.3em;
	margin-bottom: 10px;
} 
.testimonials-grid p {
    font-size: 0.9em;
}
.flexslider1 {
    width: 95%;
}
.teamtuptim-agileinfo {
    width: 100%;
}
.team-wthree-grid {
    padding: 0 .5em;
}
.team-cont-grid {
    padding: 0 .5em;
}
.btm-right .captn {
    padding: 1em 0;
}
.tuptimsocial-icons.captn-icon {
    top: 12%;
}
.address-row {
    margin-top: 1em;
    width: 100%;
    float: none;
}
.address-row h5 { 
    margin-bottom: .4em; 
}
.address-row span.glyphicon { 
    padding: 1.5em 0.8em;
}
.contact-tuptimlsright h6 {
    font-size: 1.2em;
}
.contact textarea {
    min-height: 7.5em;
    margin-bottom: 0.5em;
	font-size: 0.9em;
}
.contact input[type="text"], .contact input[type="email"] { 
    font-size: 0.9em; 
}
.contact input[type="submit"] { 
    font-size: 0.9em; 
}
.footer .agileits-title h3 {
    margin-bottom: 0.3em;
    font-size: 1.2em;
}
.support { 
    width: 90%;
    margin: 0.5em 0 0 0;
}
.support input[type="submit"] { 
    font-size: 0.9em; 
    padding: .7em 1em; 
}
.support input[type="email"] { 
    font-size: 0.9em; 
	padding: .6em 1em;
}
.footer {
    padding: 2.5em 0;
}
.modal-dialog { 
    width: 90%;
}
.about-modal h4 {
    font-size: 1.4em; 
    letter-spacing: 2px;
}
}
@media(max-width:414px){
.header .navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
}
.agile-hdmdl.nav.navbar-nav {
    margin: 0.5em 0;
}
.banner-tuptimlstext p {
    font-size: 0.85em;
}
.bnr-tright {
    padding: 0;
}
.banner-text {
    padding: 4em 0 5em;
}
.tuptimllogo h1 {
    margin-left: 0.8em;
    font-size: 2em;
}
.tuptimllogo {
    padding: 0.5em 0;
}
button.navbar-toggle { 
    font-size: 1.4em; 
}
.cd-main-header {
    right: 5%;
    top: 2px;
}
button.navbar-toggle {
    margin: 0 8.5em 0 0;
}
.agileits-title h3 {
    font-size: 1.6em;
    letter-spacing: 1px;
    margin-bottom: 1em;
}
.tuptiml-about, .services, .gallery, .team, .blog, .contact {
    padding: 2.5em 0;
}
.cocktail-grid {
    padding: 0;
}
.numscroller {
    font-size: 1.8em;
}
.cocktail-grid:nth-child(2),.tuptiml-services-grid:nth-child(1),.tuptiml-services-grid:nth-child(3) {
    margin-bottom: 1em;
}
.tuptiml-services-grid { 
    width: 90%;
    float: none;
    margin: 0 auto;
}
.wthree-slid-left {
    min-height: 215px;
    float: none;
    width: 100%;
}
.cont-slid-left {
    min-height: 215px;
    float: none;
    width: 100%;
}
.wthree-slid-right {
    padding: 1.5em;
    width: 100%;
}
.cont-slid-right {
    padding: 1.5em;
    width: 100%;
}
.gallery-grids {
    width: 50%;
}
.testimonials-grid h5 {
    font-size: 1.3em; 
}
.btm-right .captn {
    padding: 0.8em 0;
}
.captn h4 {
    letter-spacing: 0px;
    font-size: 1.2em;
}
.tuptimsocial-icons.captn-icon ul li {
    margin: 0.3em;
}
.blog-left,.blog-right { 
    width: 100%;
} 
.blog-left h4 {
    font-size: 1.5em;
    margin: 0;
}
.contact-tuptimls-row {
    margin: 2em auto 0;
}
.amet-sed {
    padding: 0 .5em;
} 
.blog-left ul li { 
    font-size: 0.9em; 
}
}
@media(max-width:384px){
button.navbar-toggle {
    margin: 0 8em 0 0;
}
.tuptimlabout-right h4 {
    font-size: 1.1em;
}
.cocktail-agileinfo h6 { 
    font-size: 1em;
}
.numscroller {
    font-size: 1.6em;
}
.wthree-slid-left {
    min-height: 185px; 
}
.cont-slid-left {
    min-height: 185px; 
}
.wthree-slid-right h4 {
    font-size: 1.3em;
}
.cont-slid-right h4 {
    font-size: 1.3em;
}
.flexslider1 {
    width: 100%;
}
.testimonials-grid p {
    font-size: 0.85em;
}
.contact-tuptimlsright h6 {
    font-size: 1.1em;
}
.contact-tuptimlsright {
    padding: 2em 1.5em;
}
.address-row h5 {
    margin-bottom: 0.2em;
}
.address-row span.glyphicon {
    padding: 1.4em 0.8em;
}
.contact input[type="text"], .contact input[type="email"] {
    width: 100%; 
    margin-bottom: 0.5em; 
}
.contact textarea { 
    margin-bottom: 0; 
} 
.support {
    width: 100%;
    margin: 0.5em 0 0 0;
}
.modal-body {
    padding: 1em 1.5em 1.5em;
}
.about-modal .modal-header { 
    padding: 0.8em 1.5em 0;
}
}
@media(max-width:375px){
.banner-tuptimlstext h2, .banner-tuptimlstext h3 {
    font-size: 1.5em;
}
.bnr-tleft { 
    width: 30%;
}
.banner-text {
    padding: 3em 0 5em;
} 
.amet-sed {
    padding: 0;
}
.tuptimmenu ul li a { 
    font-size: 0.9em; 
}
.tuptimmenu ul li {
    margin: 0.4em 0;
} 
button.navbar-toggle {
    margin: 0 7.5em 0 0;
}
.cd-search input {
    font-size: 1em; 
}
.tuptimsocial-icons.captn-icon {
    top: 7%;
}
.footer {
    padding: 2em 0;
}
}
@media(max-width:320px){
.tuptimsocial-icons ul li a {
    font-size: 0.7em;
    width: 26px;
    height: 26px;
    line-height: 2.8em;
}
.banner-text {
    padding: 2em 0 4em;
} 
.tuptimllogo h1 {
    margin-left: 0.5em;
    font-size: 1.8em;
}
.tuptimllogo h1 a { 
    letter-spacing: 0px;
}
button.navbar-toggle {
    font-size: 1.2em;
}
.cd-main-header { 
    top: 0px;
}
.tuptiml-about, .services, .gallery, .team, .blog, .contact {
    padding: 2em 0;
}
.nav-tabs>li>a {
    font-size: 1em;
}
.tuptimlabout-left {
    padding: 0;
}
.banner-tuptimlstext p {
    letter-spacing: 0px; 
}
.banner-text {
    padding: 2em 0 3em;
}
.header p {
    font-size: 0.8em;
}
.tuptimsocial-icons ul li a {
    font-size: 0.6em;
    width: 23px;
    height: 23px; 
}
.header {
    padding: 0.5em 0;
}
.tuptimsocial-icons ul li {
    margin: 0 0.2em;
}
.nav-tabs>li>a {
    font-size: 0.9em;
    padding: 7px 12px;
}
.tuptimlabout-right {
    margin-top: 1.5em;
}
.cocktail-agileinfo {
    padding: 1.5em 1em 1em;
}
.numscroller {
    font-size: 1.4em;
}
.cocktail-img i.fa {
    font-size: 1.5em;
}
.tuptiml-services-grid { 
    padding: 0;
}
.agileits-services-info h4 {
    font-size: 1.2em;
}
.wthree-slid-left {
    min-height: 150px;
}
.cont-slid-left {
    min-height: 150px;
}
.tuptimls-hover .view-caption {
    padding: 3.5em 0;
}
.testimonials {
    padding: 2em 0 4em;
}
.flexslider1 .flex-control-nav { 
    bottom: -30%;
}
.team-wthree-grid {
    padding: 0 .2em;
}
.team-cont-grid {
    padding: 0 .2em;
}
.btm-right .captn {
    padding: 0.5em 0;
	border-bottom-width: 3px;
}
.captn h4 { 
    font-size: 1.1em;
}
}
/*-- //responsive-design --*/