/*
Theme Name: Himalayas Child
Theme URI: http://themegrill.com/themes/himalayas/
Template: himalayas
Author: ThemeGrill
Author URI: http://themegrill.com
Description: Himalayas is modern style free one page parallax responsive WordPress theme. Inform your visitors all they need to know right from your home page without requiring to go to the other pages. Himalayas can be used for business, portfolio, corporate, agency, photography, freelancers and almost any kind of sites. Get free support at http://themegrill.com/support-forum/ and check the demo at http://demo.themegrill.com/himalayas/
Tags: one-column,two-columns,right-sidebar,left-sidebar,custom-menu,featured-images,sticky-post,translation-ready,threaded-comments,theme-options,footer-widgets,blog,portfolio,e-commerce
Version: 1.0.8.1490727108
Updated: 2017-03-28 20:51:48

*/

body,
button,
input,
select,
textarea {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

a{outline: none;}

blockquote {
    font-size: 16px;
}

.header-wrapper.clearfix > .tg-container {
    width: 100%;
    position: relative;
    padding:0px 20px;
}

.transparent .header-wrapper,
.non-transparent .header-wrapper {
    background: #045066 none repeat scroll 0 0;
}

.transparent .header-wrapper.stick,
.non-transparent .header-wrapper.stick {
    background: #045066;
}

.stick.non-transparent #content {
    margin-top: 85px;
}


.caption-title {
	border: 4px solid rgba(255, 255, 255, 0.7);
	color: #ffffff;
	font-size: 46px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 50px;
	text-shadow: 0 2px 5px #000000;
	border-right: none;
	border-left: none;
	width: 90%;
	text-transform: none;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.caption-title span {
	
	padding: 20px 20px;
	
}

.caption-title span:after,
.caption-title span:before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    height: 0px;
    left: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0px;
}

h2.entry-title{
	font-size:20px;
/*	min-height:80px; */
	text-align:left;
}

#bottom-footer {
    background: #045066 none repeat scroll 0 0;
}

.home #main {
    margin-top: 30px;
}

.entry-meta a {
    color: #333333;
}

.entry-btn .btn:hover {
    color: #ffffff;
}

.entry-content {
	min-height:200px;
	vertical-align:top;
}
.slider-container{
border:1px solid grey;
width:750px;
height:502px;
margin-left:auto;
margin-right:auto;
}


/*--------------------------------------------------------------
Menu css
--------------------------------------------------------------*/

#site-navigation .main-navigation {
		z-index: 9999;
}

#site-navigation .menu,
#site-navigation ul {
	float: right;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

#site-navigation .menu li {
	float: left;
	line-height: 58px;
	margin-left: 20px;
	position: relative;
}

#site-navigation .menu li a {
	font-size: 18px;
	text-transform: none;
	position: relative;
	color: #fffffe;
	font-weight: 500;
	display: block;
	outline: none;
}


.home #site-navigation ul.sub-menu {
	background: #045066 none repeat scroll 0 0;
}
.header-wrapper.stick #site-navigation .menu li.current-menu-item a {
	color:#40ffff;
}
#site-navigation .menu li.current-menu-item a {
	color:#40ffff;
}


/*--------------------------------------------------------------
## sub-Menu css
--------------------------------------------------------------*/

#site-navigation .menu .sub-menu li {
	display: block;
	float: none;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

#site-navigation ul.sub-menu {
	background: #045066 none repeat scroll 0 0;
	width: 200px;
	opacity: 0;
	padding: 0;
	position: absolute;
	left: -30%;
	top: 50%;
	visibility: visible;
	z-index: 9999;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.home .stick #site-navigation ul.sub-menu, .home.non-transparent #site-navigation ul.sub-menu, .home.non-stick #site-navigation ul.sub-menu {
	background: #045066;
}


#site-navigation ul li:hover > ul.sub-menu,
.home #site-navigation ul li:hover > ul.sub-menu,
#site-navigation ul li.focus > ul.sub-menu,
.home #site-navigation ul li.focus > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 80%;
}

.header-wrapper.stick #site-navigation ul li:hover > ul.sub-menu,
.home .stick #site-navigation ul li:hover > ul.sub-menu,
.header-wrapper.stick #site-navigation ul li.focus > ul.sub-menu,
.home .stick #site-navigation ul li.focus > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 80%;
}

#site-navigation ul li ul.sub-menu ul,
.home #site-navigation ul li ul.sub-menu ul {
	top: 0;
	left: 120%;
}

#site-navigation .menu li ul.sub-menu li, .stick #site-navigation .menu li ul.sub-menu li {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	line-height: 18px;
	padding: 5px 0px;
}

#site-navigation .menu ul.sub-menu, .stick #site-navigation .menu ul.sub-menu {
	border: 1px solid #ffffff;
}

#site-navigation .menu li ul.sub-menu li:first-child, .stick #site-navigation .menu li ul.sub-menu li:first-child {
	border-top: none;
	margin-left: 10px;
	margin-right: 10px;
}


.bullet {
  min-width:200px;
  border:1px solid grey;
  margin:10px;
  text-align:center;
  display:inline-block;
  padding-top:10px;
  outline: none;
}
.mythumbnail{
	width:150px;
	height:150px;
	outline: none;
}


/*--------------------------------------------------------------
## Mobile css
--------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
	
	
	.no-sidebar-full-width #primary .entry-content > .alignwide {
		margin-left: -50px;
		margin-right: -50px;
	}

	.no-sidebar #primary .entry-content > .alignwide {
		margin-left: -50px;
		margin-right: -50px;
	}

	.scroll-down {
		bottom: 20px;
	}

	.caption-title {
		font-size: 40px;
		line-height: 40px;
		width: 64%;
		font-weight: 700;
	}

	.caption-sub {
		font-size: 22px;
		line-height: 38px;
		margin: 30px auto;
		width: 1068px;
	}

	.slider-readmore {
		font-size: 18px;
		line-height: 13px;
		padding: 13px 18px;
	}

	.search-box .search-field {
		width: 93%;
	}

	.search-box .searchsubmit {
		width: 7%;
	}
}

@media (min-width: 769px) {
	#site-navigation .menu-primary-container,
	#site-navigation div.menu {
/*		display: block !important;     */
	}
}

@media (min-width: 769px) and (max-width: 979px) {
	#site-navigation .menu li {
		margin-left: 20px;
	}

	.caption-sub {
		font-size: 16px;
		line-height: 26px;
		margin: 15px auto;
	}

	.caption-title {
		font-size: 22px;
		line-height: 10px;
	}

	.caption-title span {
		padding: 20px 25px;
	}

	.slider-readmore {
		font-size: 14px;
		line-height: 8px;
		padding: 10px;
	}

	.scroll-down {
		bottom: 30px;
		font-size: 15px;
		line-height: 10px;
	}

	.logged-in .header-wrapper.stick,
	.home.logged-in .header-wrapper {
		top: 46px;
	}

	.cta-text-content {
		float: none;
		text-align: center;
		width: 100%;
	}

	.cta-text-btn {
		float: none;
		margin: -20px auto 0;
		width: 32%;
	}

	.section-wrapper.cta-text-section-wrapper {
		padding: 40px 0 75px;
	}

	.team-desc-wrapper {
		height: 100%;
		padding: 10px;
	}

	.search-box .search-field {
		width: 82%;
	}

	.num-404 {
		color: #32c4d1;
		font-size: 250px;
		font-weight: 700;
		line-height: 250px;
	}
}

/* Landscape phone to portrait tablet */

@media (max-width: 768px) {

.bullet {
  min-width:150px;
  max-width:150px;
  border:1px solid grey;
  margin:10px;
  text-align:center;
  display:inline-block;
  padding-top:10px;
}
.mythumbnail{
	width:75px;
	height:75px;
}


	.no-sidebar-full-width #primary .entry-content > .alignwide,
	.no-sidebar #primary .entry-content > .alignwide {
		margin-left: -10px;
		margin-right: -10px;
	}

	.logged-in.customize-support .header-wrapper.stick,
	.home.logged-in.customize-support .header-wrapper {
		top: 46px;
	}

	#site-navigation .menu,
	#site-navigation ul {
		float: left;
		list-style: outside none none;
		margin: 0;
		padding: 0;
		width: 95%;
	}

	.non-stick.transparent .header-wrapper.stick,
	.non-stick.non-transparent .header-wrapper.stick {
		padding: 0;
	}

	#site-navigation .menu li:first-child,
	#site-navigation .menu li {
		margin-left: 20px;
		float: none;
	}

	#site-navigation .menu-primary-container,
	#site-navigation div.menu {
		background: #333333 none repeat scroll 0 0;
		left: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		display: none;
		z-index: 99;
	}

	.header-wrapper .tg-container {
		padding: 0;
		width: 100%;
	}

	.home-search {
		padding-right: 1%;
	}

	.menu-toggle {
		display: block;
		height: 30px;
		margin-top: 19px;
		width: 30px;
		cursor: pointer;
		color: #ffffff;
		font-size: 22px;
	}

	.menu-toggle::before {
		content: "\f0c9";
		font-family: fontawesome;
	}

	.menu-search-wrapper {
		float: none;
	}

	#site-navigation .menu li:first-child,
	#site-navigation .menu li,
	.header-wrapper.stick #site-navigation .menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		float: none;
		line-height: 40px;
		margin-left: 20px;
		width: 100%;
	}

	.sub-toggle {
		background: #32c4d1 none repeat scroll 0 0;
		color: #ffffff;
		cursor: pointer;
		display: block;
		height: 24px;
		line-height: 21px;
		position: absolute;
		right: 15px;
		text-align: center;
		top: 9px;
		width: 24px;
	}

	#site-navigation ul.sub-menu {
		float: none;
		min-width: auto;
		opacity: 1;
		position: static;
		visibility: visible;
		width: 100%;
		border: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		display: none;
	}

	.home #site-navigation ul.sub-menu {
		background: #333333;
	}

	#site-navigation .sub-menu li a {
		text-align: left;
	}

	#site-navigation .sub-menu li:first-child,
	#site-navigation .sub-menu li,
	.header-wrapper.stick #site-navigation .sub-menu li {
		border: none;
	}

	.caption-title {
		font-size: 24px;
		width: 62%;
	}

	.caption-title span {
		padding: 10px;
		line-height: 20px;
	}

	.caption-sub {
		font-size: 17px;
		line-height: 24px;
		margin: 20px auto;
	}

	.slider-wrapper .tg-container {
		margin-left: 0;
		-webkit-transform: translate(-50%, -30%);
		-moz-transform: translate(-50%, -30%);
		-ms-transform: translate(-50%, -30%);
		-o-transform: translate(-50%, -30%);
	}

	.slider-readmore {
		font-size: 14px;
		padding: 10px 12px;
	}

	#primary,
	#secondary {
		width: 100%;
		float: none;
	}

	#secondary {
		margin-top: 30px;
	}

	.about-content-wrapper.tg-column-wrapper {
		margin-left: 0;
		text-align: center;
	}

	.about-image.tg-column-2 {
		display: inline-block;
		margin: 0 auto 40px;
		width: 80%;
		float: none;
	}

	.about-content.tg-column-2 {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

	.cta-text-content {
		float: none;
		text-align: center;
		width: 100%;
	}

	.cta-text-style-2 .cta-text-btn,
	.cta-text-btn {
		float: none;
		margin: 0 auto;
		transform: none;
		width: 35%;
	}

	.portfolio-images-wrapper {
		width: 50%;
	}

	.service-content-wrapper .tg-column-wrapper,
	.blog-content-wrapper .tg-column-wrapper,
	.team-content-wrapper .tg-column-wrapper,
	.footer-with-widget .tg-column-wrapper,
	.contact-form-wrapper .tg-column-wrapper {
		margin-left: 0;
	}

	.team-content-wrapper .tg-column-3,
	.service-content-wrapper .tg-column-3,
	.blog-content-wrapper .tg-column-3,
	.contact-form-wrapper .tg-column-2 {
		display: block;
		float: none;
		margin: 0 auto 30px;
		width: 70%;
	}

	.blog-content-wrapper img,
	.team-content-wrapper img,
	.service-content-wrapper img {
		width: 100%;
	}

	.search-box .search-field {
		border: medium none;
		float: left;
		font-size: 22px;
		height: 60px;
		padding: 0 30px;
		width: 82%;
	}

	.search-box .searchsubmit {
		font-size: 27px;
		height: 60px;
		line-height: 40px;
		width: 60px;
	}

	.num-404 {
		color: #32c4d1;
		font-size: 200px;
		font-weight: 700;
		line-height: 210px;
	}

	#header-text {
		float: left;
		margin: 0 0 0 10px;
		width: 65%;
		top: 0;
	}

	.stick #header-text {
		margin-left: 0;
	}

	.header-wrapper #site-title {
		margin: 0;
	}

	.header-wrapper #site-description {
		border: medium none;
		display: block;
		margin: 0;
		padding: 0;
	}

	#masthead .show-both .logo {
		display: none;
	}

	.show-both #header-text {
		margin: 0;
		padding: 0 5px;
		position: relative;
		text-align: left;
		top: 0;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		width: 69%;
	}

	.header-wrapper.show-both #site-title {
		display: block;
		float: none;
		margin: 0 0 5px;
		text-align: left;
		width: 100%;
	}

	.header-wrapper.show-both #site-description {
		border: medium none;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	#top-footer .tg-column-3 {
		float: none;
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 600px) {
.bullet {
  min-width:150px;
  max-width:150px;
  border:1px solid grey;
  margin:10px;
  text-align:center;
  display:inline-block;
  padding-top:10px;
}
.mythumbnail{
	width:75px;
	height:75px;
}


	.caption-sub {
		display: none;
	}

	.caption-title {
		font-size: 16px;
		width: 80%;
	}

	.caption-title span::after,
	.caption-title span::before {
		left: -30px;
		width: 30px;
	}

	.caption-title span::before {
		right: -30px;
		left: auto;
	}

	.caption-title span {
		padding: 5px;
		line-height: 18px;
	}

	.slider-readmore {
		font-size: 14px;
		margin-top: 5px;
		padding: 3px 5px;
	}

	.slider-wrapper .tg-container {
		margin-left: 0;
		-webkit-transform: translate(-50%, -10%);
		-moz-transform: translate(-50%, -10%);
		-ms-transform: translate(-50%, -10%);
		-o-transform: translate(-50%, -10%);
		transform: translate(-50%, -10%);
	}

	.main-title {
		font-size: 20px;
	}

	.main-title:before,
	.main-title:after {
		left: -80px;
		width: 60px;
	}

	.main-title:after {
		left: auto;
		right: -80px;
	}

	.sub-title {
		font-size: 16px;
		line-height: 20px;
	}

	.cta-text-title h2 {
		font-size: 20px;
	}

	.cta-text-desc {
		font-size: 16px;
		line-height: 24px;
	}

	.cta-text-btn {
		float: none;
		font-size: 16px;
		margin: 0 auto;
		padding: 10px 0;
		width: 35%;
	}

	.portfolio-images-wrapper {
		width: 100%;
	}

	.team-content-wrapper .tg-column-3,
	.service-content-wrapper .tg-column-3,
	.blog-content-wrapper .tg-column-3,
	.contact-form-wrapper .tg-column-2 {
		width: 80%;
	}

	.blog-content-wrapper .tg-column-3 {
		box-shadow: 0 0 4px #cccccc;
	}

	.widget_contact_block .tg-column-wrapper {
		margin-left: 0;
	}

	.section-wrapper {
		padding: 50px 0;
	}

	.home #main {
		margin-top: 0;
	}

	.footer-with-widget .copyright span.copyright-text {
		float: none;
		display: block;
		text-align: center;
	}

	.footer-nav {
		display: block;
		float: none;
		margin: 0;
		text-align: center;
	}

	.footer-nav li {
		display: inline-block;
		float: none;
		outline: none;
	}

	.footer-nav li a{
		outline: none;
	}
	
	#bottom-footer {
		padding: 20px 0 10px;
	}

	.search-icon i,
	.search-icon {
		display: block;
		line-height: 60px;
	}

	.menu-toggle {
		margin: 15px 0;
	}

	.home .header-wrapper.transparent,
	.home .header-wrapper.transparent.non-stick {
		padding: 5px 0;
	}

	.slider-wrapper .bx-controls {
		display: none;
	}

	.search-box .close {
		font-size: 70px;
		top: 0;
	}

	.show-both #header-text {
		margin-left: 0;
	}

	.author-box .author-img {
		float: none;
	}

	.author-box .author-img img {
		float: none;
		margin-bottom: 15px;
	}

	.author-description-wrapper {
		margin-left: 0;
	}

	.author-description-wrapper .author-name {
		clear: both;
	}

	.no-sidebar-full-width .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Landscape phones and down */

@media (max-width: 480px) {
.bullet {
  min-width:150px;
  max-width:150px;
  border:1px solid grey;
  margin:10px;
  text-align:center;
  display:inline-block;
  padding-top:10px;
}
.mythumbnail{
	width:75px;
	height:75px;
}


	.main-title::before,
	.main-title::after {
		left: -30px;
		width: 20px;
	}

	.main-title::after {
		left: auto;
		right: -30px;
	}

	.sub-title {
		font-size: 14px;
		line-height: 20px;
	}

	.section-title-wrapper {
		margin-bottom: 50px;
	}

	.service-content-wrapper .tg-column-3,
	.blog-content-wrapper .tg-column-3,
	.team-content-wrapper .tg-column-3,
	.team-img-wrapper img,
	.blog-content-wrapper img {
		width: 100%;
	}

	.cta-text-btn {
		width: 50%;
	}

	#site-navigation .menu li:first-child,
	#site-navigation .menu li,
	.header-wrapper.stick #site-navigation .menu li {
		margin-left: 15px;
		width: 96%;
	}

	.caption-title span::after,
	.caption-title span::before,
	.caption-title::before,
	.caption-title::after {
		display: none;
	}

	.caption-title {
		border: medium none;
		font-size: 14px;
		line-height: 8px;
		width: 100%;
	}

	.blog-hover-link a {
		height: 60px;
		line-height: 60px;
		margin-left: 14px;
		width: 60px;
	}

	.search-box .search-field {
		border: medium none;
		float: left;
		font-size: 22px;
		height: 40px;
		padding: 0 20px;
		width: 75%;
	}

	.search-box .searchsubmit {
		font-size: 14px;
		height: 40px;
		line-height: 20px;
		width: 40px;
	}

	.num-404 {
		font-size: 130px;
		line-height: 130px;
	}

	#colophon.footer-layout-two .footer-nav li a::before {
		color: #ffffff;
		font-size: 35px;
		padding: 30px 5px 0;
	}

	.team-content-wrapper .tg-column-3,
	.service-content-wrapper .tg-column-3,
	.contact-form-wrapper .tg-column-2,
	.blog-content-wrapper .tg-column-3 {
		width: 100%;
	}

	.cta-text-style-2 .cta-text-btn {
		width: 50%;
	}

	#masthead .header-wrapper .logo img {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}

	.transparent .header-wrapper,
	.non-transparent .header-wrapper {
		padding: 3px 0;
	}
}

@media (max-width: 1200px) {

.table { display: inline !important;}
.tableRow { display: inline !important; }
.tableHeading { display: table-header-group; }
.tableBody { display: table-row-group; }
.tableFoot { display: table-footer-group; }
.tableCell, .tableHead { display: inline !important; vertical-align:top; padding:5px;}
.half {width:100%;}
.full {width:100%;}
.field {line-height:20px;margin: 0px 0px 15px 0px;}
.info-tip {margin-top:-20px;font-size:12px;font-style: italic;color:#666666;}
.label em {color:#ff0000;}
.label {margin: 0px 15px 0px 0px;}

input[type="submit"]{font-size:20px;padding:8px;}
	
	.slider-container{
		border:1px solid grey;
		width:100%;
	}

    .logged-in.customize-support .header-wrapper.stick,
    .home.logged-in.customize-support .header-wrapper {
        top: 46px;
    }
    #site-navigation .menu,
    #site-navigation ul {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 95%;
    }
    .non-stick.transparent .header-wrapper.stick, .non-stick.non-transparent .header-wrapper.stick {
        padding: 0;
    }
    #site-navigation .menu li:first-child,
    #site-navigation .menu li {
        margin-left: 20px;
        float: none;
    }
    #site-navigation .menu-primary-container,
    #site-navigation div.menu {
        background: #333333 none repeat scroll 0 0;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        display: none;
        z-index: 99;
    }
    .header-wrapper .tg-container {
        padding: 0;
        width: 100%;
    }
    .home-search {
        padding-right: 1%;
    }

	.menu-toggle {
		display: block;
		height: 30px;
		margin-top: 19px; 
		width: 30px;
		cursor: pointer;
		color: #ffffff;
		font-size: 30px;
		line-height:30px;
	}

	.menu-toggle::before {
		content: "\f0c9";
		font-family: fontawesome;
	}

/*
    .menu-toggle {
        background: rgba(0, 0, 0, 0) url("images/toggle.png") no-repeat scroll center center;
        display: block;
        height: 30px;
        margin-top: 19px;
        width: 30px;
        cursor: pointer;
		  z-index:9999;
    }
	.menu-toggle::before {
		content: '';
		font-family: FontAwesome;
	}
*/	 
    .menu-search-wrapper {
        float: none;
    }
    #site-navigation .menu li:first-child,
    #site-navigation .menu li,
    .header-wrapper.stick #site-navigation .menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        float: none;
        line-height: 40px;
        margin-left: 20px;
        width: 100%;
    }
   .sub-toggle {
        background: #32C4D1 none repeat scroll 0 0;
        color: #ffffff;
        cursor: pointer;
        display: block;
        height: 24px;
        line-height: 21px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 9px;
        width: 24px;
    }
	#site-navigation ul.sub-menu {
		float: none;
		min-width: auto;
		opacity: 1;
		position: static;
		visibility: visible;
		width: 100%;
		border: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		display: none;
	}
	.home #site-navigation ul.sub-menu{
		background: #333;
	}
	#site-navigation .sub-menu li a {
		text-align: left;
	}
	#site-navigation .sub-menu li:first-child,
	#site-navigation .sub-menu li,
	.header-wrapper.stick #site-navigation .sub-menu li{
		border: none;
	}
    .caption-title {
        font-size: 16px;
        width: 80%;
    }
    .caption-title span {
        padding: 10px;
        line-height: 20px;
    }
    .caption-sub {
        font-size: 17px;
        line-height: 24px;
        margin: 20px auto;
    }
    .slider-wrapper .tg-container {
        margin-left: 0;
        -webkit-transform: translate(-50%, -30%);
        -moz-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
        -o-transform: translate(-50%, -30%);
    }
    .slider-readmore {
        font-size: 14px;
        padding: 10px 12px;
    }
    #primary,
    #secondary {
        width: 100%;
        float: none;
    }
    #secondary {
        margin-top: 30px;
    }
    .about-content-wrapper.tg-column-wrapper {
        margin-left: 0;
        text-align: center;
    }
    .about-image.tg-column-2 {
        display: inline-block;
        margin: 0 auto 40px;
        width: 80%;
        float: none;
    }
    .about-content.tg-column-2 {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .cta-text-content {
        float: none;
        text-align: center;
        width: 100%;
    }
    .cta-text-style-2 .cta-text-btn,
    .cta-text-btn {
        float: none;
        margin: 0 auto;
        transform: none;
        width: 35%;
    }
    .portfolio-images-wrapper {
        width: 50%;
    }
    .service-content-wrapper .tg-column-wrapper,
    .blog-content-wrapper .tg-column-wrapper,
    .team-content-wrapper .tg-column-wrapper,
    .footer-with-widget .tg-column-wrapper,
    .contact-form-wrapper .tg-column-wrapper {
        margin-left: 0;
    }
    .team-content-wrapper .tg-column-3,
    .service-content-wrapper .tg-column-3,
    .blog-content-wrapper .tg-column-3,
    .contact-form-wrapper .tg-column-2 {
        display: block;
        float: none;
        margin: 0 auto 30px;
        width: 70%;
    }
    .blog-content-wrapper img,
    .team-content-wrapper img,
    .service-content-wrapper img {
        width: 100%;
    }
    .search-box .search-field {
        border: medium none;
        float: left;
        font-size: 22px;
        height: 60px;
        padding: 0 30px;
        width: 82%;
    }
    .search-box .searchsubmit {
        font-size: 27px;
        height: 60px;
        line-height: 40px;
        width: 60px;
    }
    .num-404 {
        color: #32c4d1;
        font-size: 200px;
        font-weight: 700;
        line-height: 210px;
    }
    #header-text {
        float: left;
        margin: 0 0 0 10px;
        width: 65%;
        top: 0;
    }
    .stick #header-text {
        margin-left: 0;
    }
    .header-wrapper #site-title {
        margin: 0;
    }
    .header-wrapper #site-description {
        border: medium none;
        display: block;
        margin: 0;
        padding: 0;
    }
    #masthead .show-both .logo {
        display: none;
    }
    .show-both #header-text {
        margin: 0;
        padding: 0 5px;
        position: relative;
        text-align: left;
        top: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        width: 69%;
    }
    .header-wrapper.show-both #site-title {
        display: block;
        float: none;
        margin: 0 0 5px;
        text-align: left;
        width: 100%;
    }
    .header-wrapper.show-both #site-description {
        border: medium none;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    #top-footer .tg-column-3 {
        float: none;
        margin-left: 0;
        width: 100%;
    }
}


/*--------------------------------------------------------------
## BUTTONS
--------------------------------------------------------------*/

.entry-btn .btn, .mbtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
/*  white-space: nowrap; */
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #f1f1f1;
  border-color: #cccccc;
  transition: background-color 0.5s; 
  margin:0px 5px 10px 0px;
}

.mbtn:hover,
.mbtn:focus,
.mbtn:active {
  color: #333333;
  background-color: #cac9cb;
  border-color: #adadad;
  text-decoration: none; }

/**** Delete button ***/
.mbtn.delete {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.mbtn.delete:hover,
.mbtn.delete:focus,
.mbtn.delete.active {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925; }

/****** Add or green button ****/
.mbtn.add, .mbtn.green {
  color: #ffffff;
  background-color: #6ccb63;
  border-color: #5db056; }

.mbtn.add:hover,
.mbtn.add:focus,
.mbtn.add:active,
.mbtn.green:hover,
.mbtn.green:focus,
.mbtn.green.active {
  color: #ffffff;
  background-color: #5aad55;
  border-color: #5db056; }

.mbtn.blue {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #259bb9; }
  
.mbtn.blue:hover,
.mbtn.blue:focus,
.mbtn.blue:active,
.mbtn.blue.active {
  color: #ffffff;
  background-color: #428bca;
  border-color: #2c6998; }

.img-rounded{border-radius:20%}
.img-thumbnail{padding:2px;line-height:1.42857143;background-color:#eee;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
.img-circle{border-radius:50%}

button#cboxSlideshow{color:#333;}

.bullet1 {
  max-width:360px;
  margin:10px;
  text-align:justify;
  vertical-align:top;
  display:inline-block;
  padding-top:10px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #000;
}
0;
}
  border-bottom: 1px dashed #000;
}

.form-menu{
	background:#effaff;
}

ign:justify;
  vertical-align:top;
  display:inline-block;
  padding-top:10px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #000;
}

.form-menu{
	background:#effaff;
}

textarea.wpcf7-form-control.wpcf7-textarea{
	 height: 255px; 
    line-height: 1.5;
    resize: vertical;
}
.table { display: table;}
.tableRow { display: table-row; }
.tableHeading { display: table-header-group; }
.tableBody { display: table-row-group; }
.tableFoot { display: table-footer-group; }
.tableCell, .tableHead { display: table-cell; vertical-align:top; padding:5px;}
.half {width:50%;}
.full {width:100%;}
.field {line-height:20px;margin: 0px 0px 15px 0px;}
.info-tip {margin-top:-20px;font-size:12px;font-style: italic;color:#666666;}
.label em {color:#ff0000;}
.label {margin: 0px 15px 0px 0px;}

.captcha-image{width:100%;border:1px solid #cccccc;}

