/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


* {
	margin: 0;
	padding: 0;
}

@import url('https://fonts.googleapis.com/css?family=Lato');

@font-face {
font-family: Alex Brush;
src: url(fonts/AlexBrush-Regular.ttf);
font-weight: normal;
}
.page-id-328 .sidebar {
  display: none;
}
.row.socialmediarow{

margin-bottom:40px

}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none !important;
}
div {
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
body {
	background: #fff !important;
	font-family: 'Roboto', sans-serif;
	
}
.header {
	width: 100%;
	float: left;
	margin-top: 0px;
	padding: 0px 0px;
	position: fixed;
	z-index: 99999999;
        top:0;
	background: url(images/top_bg.jpg) repeat-x;
}
/*.head-menu {
	animation-name: sliding-vertically;
  animation: pulse 2s infinite;
}
.swingOutX {
  animation-name: swingOutX;
  backface-visibility: visible !important;
}*/
.carousel-inner {
	/* background: rgba(0, 0, 0, 0) url("images/bannr_img.jpg") repeat-x scroll center top / cover;  */
	width: 100%;
	margin-top: 70px;
}
.item.active > img {
	float: left;
	width: 100% !important;
}
.item > img {
	float: right;
	margin: 0px 0px 0 0;
}
.logo {
	float: left;
	width: 33%;
}
.logo img {
	width: 100%;
}
.logo_mobile {
	display: none;
}
.nav {
	width: auto;
	float: left;
	margin: 21px 0px 0 0px;
}
.nav .menu-main-menu-container li {
	float: left;
	margin: 0 15px;
}
.nav .menu-main-menu-container li a {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	padding-bottom: 37px;
}
.nav .menu-main-menu-container li a:hover {
	color: #fff;
	/*border-bottom: solid 1px #f4860d;*/
	background: url(images/nav_hover.png) bottom center no-repeat;
}
.nav .menu-main-menu-container li.current_page_item a {
	color: #fff;
	padding-bottom: 37px;
	/*border-bottom: solid 1px #f4860d;*/
	background: url(images/nav_hover.png) bottom center no-repeat;
}
.navigation button {
	background: #00d2f5;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-left: 9px;
	margin-top: 11px;
	padding: 0px 10px;
	text-transform: uppercase;
}
.navigation {
	width: auto;
	float: right;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 0px !important;
	margin-top: -32px !important;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 42px;
}
.navbar-default .navbar-nav > li > a:hover {
	background: #E87276;
}
#menu {
	display: none;
	/*width: 100%;*/
	text-align: left;
	float: left;
}
#menu .toggle {
	float: left;
	width: 30px;
	height: 35px;
	cursor: pointer;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	text-align: left;
	margin-left: 1px;
	background: url(images/toggle_img.png) top center no-repeat;
}
#menu .toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 24px;
	color: #fff;
	margin: 10px 0;
	line-height: 44px;
}
#menu ul.navmenu ul.submenu {
	padding: 2px 0 0;
	background: #fff;
	width: 99.8%;
	border-bottom: 5px solid orange;
}
#menu ul.navmenu .menutop {
	display: inline-block;
	min-height: 54px;
	overflow: hidden;
	padding: 0 10px;
	margin-top: -45px;
}
#menu ul.navmenu .menutop h2 {
	float: left;
	margin: 0;
	font-weight: bold;
	color: #fff;
	padding: 11px 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
ul.topnav {
	padding: 0 5px;
	margin: 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
}
ul.topnav li {
	border-bottom: 1px solid #ddd;
	float: none !important;
	margin: 0 15px;
	position: relative;
}
ul.topnav li.last {
	position: relative;
	float: none !important;
	border-bottom: none;
}
ul.topnav li a {
	line-height: 10px;
	font-size: 13px;
	padding: 15px 0px;
	font-weight: bold;
	color: #666;
	display: block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	width: 80%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul.topnav li a:hover {
	color: #000;
}
ul.topnav li .active a {
	background-color: #999;
	color: #000;
}
ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}
ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}
ul.topnav ul li a {
	padding-left: 10px;
	font-size: 13px;
	font-weight: normal;
	outline: 0;
	color: #666;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: normal;
}
ul.topnav ul ul li a {
	padding-left: 20px;
}
ul.topnav em {
	color: #666;
	cursor: pointer;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	padding: 6px 0 6px 6px;
	position: absolute;
	right: 0px;
	top: 10px;
	width: 16px;
	height: 25px;
}
ul.topnav em:hover {
	color: #000;
}
.nav-container {
	height: 40px;
}
.fa.fa-phone.icon-phone {
	float: left;
}
.icon-cart.fa.fa-shopping-cart {
	float: left;
}
.mm-listview.mm-first.mm-last a {
	color: #fff !important;
	text-transform: uppercase;
}
.now {
	position: absolute;
	top: 10.7%;
	width: 100%;
}
/*.now_txt {
  box-sizing: border-box;
  float: left;
  padding: 15px;
  width: 100%;
}*/

.carousel-control.left {
	width: 58px;
	background: url(images/left_arw.png) left center no-repeat;
	left: 7%;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	position: absolute;
	z-index: 9;
}
.carousel-control.left:hover {
	background: url(images/left_hover.png) left center no-repeat;
}
.carousel-control.right {
	width: 58px;
	background: url(images/right_arw.png) right center no-repeat;
	right: 7%;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	position: absolute;
	z-index: 9;
}
.carousel-control.right:hover {
	background: url(images/right_hover.png) right center no-repeat;
}
.carousel-control {
	top: 30%;
}
.now_txt {
	width: 100%;
	float: left;
	margin-top:-100px;
	
	text-align: center;
}
.now_txt h1 {
	width: 100%;
	float: left;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
}
.now_txt h3 {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0px 0 0 0;
}
.now_txt p {
	width: 100%;
	float: left;
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	margin: 10px 0 0 0;
}
.now_txt p font {
	width: 100%;
	float: left;
}
.now_txt ul {
	width: 100%;
	float: left;
	text-align: center;
}
.now_txt ul li {
	width: 35%;
	list-style: none;
	margin: 0 auto;
	display: inline-block;
}
.now_txt ul li button {
	width: 100%;
	float: left;
	color: #f55656;
	font-size: 17px;
	font-weight: 500;
	border: solid 1px #f55656;
	background: none;
	padding: 10px 15px;
	margin-left: 6px;
	text-transform: uppercase;
}
.now_txt ul li button:hover {
	/*background: #f55656;*/
	color: #fff;
}
.now_txt ul li button.active {
	/*background: #f55656;*/
	color: #fff;
}
.social-tooltip {
	background: #929292;
	font-size: 18px;
	padding: 2px 6px;
	color: #fff;
}
.social-tooltip:hover {
	background: #156ba4;
	color: #fff;
	transition: all 0.7s ease 0s;
}
.sign {
	float: right;
	margin-right: 10px;
	width: auto;
}
.bt_si {
	width: auto;
	float: left;
	font-size: 15px;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	border: solid 1px #fff;
	background: none;
	margin: 24px 9px 0px 0px;
}
.icon {
	width: auto;
	float: right;
	margin-top: 21px;
}
.icon ul{
	float:right;
}
.icon ul li {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  height: 2.5em;
  line-height: 2.5em;
  margin: 0 0.55em;
  text-align: center;
  transform: rotate(45deg);
  transition: background-color 0.4s ease 0s;
  width: 2.5em;
}
.icon ul li a {
  color: #ffffff;
  display: block;
  position: relative;
  transform: rotate(-45deg);
}

.icon ul li:hover {
  background-color: #ffffff;
}
.icon ul li:hover a {
  color: #1b82c5;
}

.bt_more {
	width: auto;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 10px 25px;
	text-transform: uppercase;
	border: solid 2px #fff;
	background: none;
	margin: 24px 9px 0px 0px;
}
.Advanced {
	width: 100%;
	float: left;
	margin-top: -77px;
	position: relative;
	background: #fff;
}
.effects .img {
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 999999 !important;
	height: 280px;
	margin-top: -200px;
}
.Advanced_left {
	background: #1b82c5;
}
.Advanced_left_2 {
	background: #b988cf;
}
.Advanced_zero {
	padding: 0px!important;
}
.Advanced_midd {
	width: 100%;
	float: left;
	height: 280px;
	margin-top: -200px;
}
.Advanced_midd font {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	transition-delay: 0s;
	/*background: #b988cf;*/
	padding: 20px 0px;
	position: absolute;
	bottom: 0px;
}
.Advanced_right {
	background: #f4a438;
}
.Advanced img {
	margin: -5px 10px 0 0;
}
.Advanced_left:hover {
	transition: all 0.2s ease-in-out 0s;
	background: rgba(0, 129, 214, 0.7);
}
/* ============================================================
  GLOBAL
============================================================ */


.effects .img img {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}
.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0, 129, 214, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a.close-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 45px;
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}
a.close-overlay.hidden {
	display: none;
}
a.expand {
	display: block;
	position: absolute;
	z-index: 100;
	width: 60px;
	height: 60px;
	border: solid 5px #fff;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
	font-size: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.Advanced_midd font label {
	left: 24%;
	float: left;
	position: relative;
}
/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
}
#effect-1 .overlay a.expand {
	left: 0;
	right: 0;
	bottom: 50%;
	margin: 0 auto -30px auto;
}
#effect-1 .img.hover .overlay {
	height: 100%;
}
.overlay h1 {
	width: 100%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 24px;
	background: url(images/line_img2.png) bottom center no-repeat;
}
.overlay p {
	width: 100%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.overlay h2 {
	width: 100%;
	float: left;
	text-align: center;
}
.bt_read {
	width: auto;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 10px 25px;
	text-transform: uppercase;
	border: solid 2px #fff;
	background: none;
	margin: 24px 9px 0px 0px;
}
/***************AAAAAAA**************/
.Picks,.Logo-curosal {
	width: 100%;
	float: left;
	padding: 60px 0;
	background: #fff;
}
.Picks h1 {
	width: 100%;
	float: left;
	font-size: 34px;
	color: #3c3b3b;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 30px;
	background: url(images/line_img.png) bottom center no-repeat;
}
.Picks h1 b {
	font-weight: bold;
}
.Picks_left {
	width: 100%;
	float: left;
	margin-top: 30px;
	/*background:url(images/grup_img.jpg) no-repeat;*/
	position: relative;
}
.Picks-image {
	width: 100%;
	float: left;
        min-height:290px;
}
.Picks-image img {
	width: 100%;
	float: left;
        height:auto;
}
.Picks_inner {
	width: 100%;
	float: left;
	padding: 80px 0 0 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}
.Picks_inner h2 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px;
	opacity: 0;
	text-transform: uppercase;
	transition: 0.5s ease 0s;
}
.Picks_inner p {
	width: 100%;
	float: left;
	opacity: 0;
	font-size: 16px;
	color: #d5d5d5;
	text-align: center;
	transition: 0.5s ease 0s;
}
.Picks_inner h3 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 20px 0px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.6);
	transition: 0.5s ease 0s;
}
.Picks_inner h3 a{
 font-size: 18px;
	color: #fff;
	font-weight: bold;   
}
.Picks_left:hover .Picks_inner {
	background: rgba(27, 130, 197, 0.8) none repeat scroll 0 0;
	transition: 0.5s ease 0s;
}
.Picks_left .Picks_inner font {
	display: none;
	transition: 0.5s ease 0s;
}
.Picks_left:hover .Picks_inner font {
	height: 53px;
	line-height: 53px;
	display: block;
	transition: 0.5s ease 0s;
}
.Picks_left:hover .Picks_inner span {
	display: none;
	height: 53px;
	transition: 0.5s ease 0s;
}
.Picks_left:hover .Picks_inner p, .Picks_left:hover .Picks_inner h2 {
	opacity: 1;
	transform: scale(1.00);
	transition: 0.5s ease 0s;
}
.Picks_left:hover .Picks_inner h3 {
	opacity: 0;
	transition: 0.5s ease 0s;
}
.single-member {
	color: #f6f6f6;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	background: #1b82c5;
	margin-top: 20px !important;
}
.single-member img {
	width: 70%
}
.single-member h4, .single-member h5 {
	text-align: center
}
.team_head {
	width: 100%;
	float: left;
	padding: 40px 0px;
	background: #1b82c5 url(images/w_arw.jpg) top center no-repeat;
}
.team_head h1 {
	width: 100%;
	float: left;
	font-size: 37px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.team_head h1 b {
	font-weight: bold;
}
.team {
	width: 100%;
	float: left;
	padding-bottom: 80px;
	background: #f6f6f6 url(images/b_arw.jpg) top center no-repeat;
}
.member-left {
	left: -20px;
	position: absolute;
	top: 55%;
}
.member-right {
	right: -20px;
	position: absolute;
	top: 55%;
}
.team h2 {
	float: left;
	margin: -34px 0 0 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.team h2 img {
	width: auto;
	padding: 0px;
}
.team h1 {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #fff;
	padding: 0px 10px;
	box-sizing: border-box;
}
.team h1 font {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #c3c3c3;
	margin-top: 10px;
}
.team p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #fff;
	font-style: italic;
	padding: 0px 80px;
	box-sizing: border-box;
	text-align: left;
	margin-top: 20px;
}
.team_midd {
	width: 100%;
	float: left;
	margin-top: 20px;
	background: #414141;
	padding: 10px 0px;
	transition: 0.5s ease 0s;
}
.team_midd img {
	width: auto;
}
.team_icon {
	width: 100%;
	float: left;
	padding: 10px 10px;
	box-sizing: border-box;
	background: #414141;
	transition: 0.5s ease 0s;
}
.team_icon ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	transition: 0.5s ease 0s;
}
.team_icon ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 10px;
	transition: 0.5s ease 0s;
}
.team_icon ul li a img {
	width: auto;
	transition: 0.5s ease 0s;
}
.single-member .team_icon {
	display: none;
}
.single-member:hover .team_midd {
	display: none;
	transition: 0.5s ease 0s;
}
.single-member:hover .team_icon {
	display: block;
	margin-top: 20px;
	transition: 0.5s ease 0s;
}
.team_bottom {
	width: 100%;
	float: left;
	text-align: center;
}
.bt_view {
	width: auto;
	font-size: 20px;
	color: #1b82c5;
	font-weight: bold;
	padding: 8px 50px;
	text-transform: uppercase;
	border: solid 2px #1b82c5;
	background: none;
	margin: 30px 0px 0px 0px;
}
.map {
	width: 100%;
	float: left;
	background: #fff;
	padding: 40px 0 0 0px;
}
.map_txt {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #8d8d8d;
	text-align: center;
}
.map_midd {
	width: 100%;
	float: left;
	padding-top: 38px;
	background: #fff;
}
.map_midd img {
	width: 100%;
	float: left;
}
.contact {
	width: 100%;
	float: left;
	padding: 60px 0px 0;
	background: #373737;
}
.contact_left {
	width: 100%;
	float: left;
}
.contact_left p {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #c0c0c0;
	line-height: 24px;
	margin: 0px;
	font-weight: 300;
}
.contact_form {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: -254px;
	padding: 35px 31px 80px 31px;
	background: #fff;
	box-sizing: border-box;
}
.contact_form h1 {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #333333;
	margin: 0px;
	font-weight: 300;
}
.contact_form input.wpcf7-text {
	width: 100%;
	float: left;
	height: 40px;
	font-size: 16px;
	color: #9d9d9d;
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 17px;
	border: dotted 1px #bababa;
}
.contact_form textarea {
	width: 100%;
	float: left;
	height: 90px;
	font-size: 16px;
	color: #9d9d9d;
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-top: 17px;
	border: dotted 1px #bababa;
}
.bt_send {
	width: auto;
	padding: 8px 40px;
	border: none;
	font-size: 18px;
	color: #047bc9;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	margin-top: 17px;
	text-transform: uppercase;
	border: solid 1px #047bc9;
}
.contact_form p {
	width: 100%;
	text-align: center;
	float: left;
}
.contact_right {
	width: 100%;
	float: left;
}
.contact_right h1 {
	width: 100%;
	float: left;
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	margin: 0px;
}
.contact_right ul {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.contact_right ul li {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #c0c0c0;
	list-style: none;
	margin-top: 5px;
}
.contact_right ul li font {
	width: 18px;
	float: left;
	margin-right: 10px;
}
.professional_top {
	width: 100%;
	float: left;
	font-size: 36px;
	color: #282828;
	font-weight: 300;
	text-align: center;
	padding-bottom: 25px;
	text-transform: uppercase;
	background: url(images/line_img.png) bottom center no-repeat;
}
.footer {
	width: 100%;
	float: left;
	background: #1b82c5;
	padding: 38px 0px;
}
.footer_left {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.footer_left ul {
	margin: 0px;
}
.footer_left ul li {
	width: 100%;
	float: left;
	list-style: none;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 5px;
	background: url(images/dot_icon.png) 0px 7px no-repeat;
}
.footer_left ul li a {
	font-size: 16px;
	color: #fff;
}
.footer_midd {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.footer_midd ul{
	float:left;
}
.footer_midd ul li {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  height: 2.5em;
  line-height: 2.5em;
  margin: 0 0.55em;
  text-align: center;
  transform: rotate(45deg);
  transition: background-color 0.4s ease 0s;
  width: 2.5em;
}
.footer_midd ul li a {
  color: #ffffff;
  display: block;
  position: relative;
  transform: rotate(-45deg);
}

.footer_midd ul li:hover {
  background-color: #ffffff;
}
.footer_midd ul li:hover a {
  color: #1b82c5;
}
.footer_right {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	margin-top: 15px;
}
.Projects {
	width: 100%;
	float: left;
	padding: 6px 0px;
	background: url(images/midd_lo_bg.jpg) top center repeat;
}
.Projects_left {
	width: 100%;
	float: left;
	padding: 192px 0px;
	background: rgba(0, 0, 0, 0) url("images/txt_bg.png") no-repeat scroll center top / 100% auto;
}
.Projects_left h1 {
	width: 100%;
	float: left;
	font-size: 34px;
	color: #414141;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 32px;
	background: url(images/line_img.png) bottom center no-repeat;
}
.Projects_left h1 b {
	font-weight: bold;
}
.Projects_right {
	width: 100%;
	float: left;
	padding: 22px;
	margin-left: -26px;
	margin-top: 122px;
	background: #f6f6f6;
	box-sizing: border-box;
}
.Projects_right ul{
	width:100%;
	float:left;
}
.Projects_right ul li{
	width:50%;
	float:left;
	padding:5px;
	list-style:none;
	box-sizing:border-box;
}
.Projects_right ul li img {
	margin: 19px 0;
	border: solid 1px #c7c7c7;
}
.Projects_zero {
	padding: 0px;
}
.Projects_right a img {
	margin: 19px 0;
	border: solid 1px #c7c7c7;
}
.fa.fa-user {
	display: none;
}
.fa.fa-lock {
	display: none;
}
.Projects_right a img {
	width: 100%;
}
.Projects_logo {
	width: 100%;
	float: left;
}
.Services {
	top: 8%;
}
.Social {
	width: 100%;
	float: left;
	background: #fff;
	padding: 35px 0px;
}
.Social h1 {
	width: 100%;
	float: left;
	font-size: 34px;
	color: #3c3b3b;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 25px;
	margin-bottom: 25px;
	background: url(images/line_img3.png) bottom left no-repeat;
}
.Social p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #787878;
	font-weight: 300;
	line-height: 24px;
	margin: 12px 0px;
	text-align: justify;
}
.Social_midd {
	width: 100%;
	float: left;
	background: #f6f4f4;
	padding: 35px 0px;
}
.Social_midd h1 {
	width: 100%;
	float: left;
	font-size: 34px;
	color: #3c3b3b;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 25px;
	margin-bottom: 25px;
	text-align: center;
	background: url(images/line_img4.png) bottom center no-repeat;
}
.Social_left {
	width: 100%;
	float: left;
	text-align: center;
	padding: 50px 10px;
	box-sizing: border-box;
	border-bottom: solid 1px #cecece;
	border-right: solid 1px #cecece;
}
.Social_left h2 {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.Social_left p {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin: 15px 0px 0 0;
}
.Social_zero {
	padding: 0px;
}
.Social_none {
	border-right: none;
}
.Social_none_2 {
	border-bottom: none;
}
.Recent {
	width: 100%;
	float: left;
	background: #fff;
	padding: 35px 0px;
}
.Recent h1 {
	width: 100%;
	float: left;
	font-size: 34px;
	color: #3c3b3b;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 25px;
	margin-bottom: 25px;
	text-align: center;
	background: url(images/line_img4.png) bottom center no-repeat;
}
.Recent_left {
	width: 100%;
	float: left;
	margin-top: 15px;
	padding-bottom: 20px;
	background: #f6f4f4;
}
.Recent_fb {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.Recent_fb img {
	width: 100%;
	float: left;
}
.Recent_txt {
	width: 100%;
	float: left;
}
.Recent_txt h2 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
}
.Recent_txt p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #787878;
	font-weight: 300;
	line-height: 24px;
	margin: 14px 0 0 0;
}
.Recent_txt p a {
	color: #49a4df;
}
.Social h2 {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #49a4df;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.Social p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #787878;
	font-weight: 300;
}
.Social p font {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #787878;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.Social_midd h6 {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #898989;
	font-weight: 300;
	text-align: center;
	margin: 0px;
	font-family: 'Lato', sans-serif;
}
.form {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.form ul {
	width: 100%;
	float: left;
}
.form ul li {
	width: 100%;
	float: left;
	list-style: none;
	margin-top: 9px;
}
.form ul li label,.form p label {
	width: 38%;
	float: left;
	font-size: 16px;
	color: #898989;
	font-weight: 300;
	padding: 0px 20px;
	text-align: right;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}
.form ul li input,, .form p span input {
	width: 62%;
	height: 28px;
	float: left;
	padding: 0px 10px;
	font-size: 16px;
	color: #898989;
	font-weight: 300;
	box-sizing: border-box;
	border: solid 1px #d2d2d2;
	background: #fff;
	font-family: 'Lato', sans-serif;
}
.form ul li select {
	width: 62%;
	height: 28px;
	float: left;
	padding: 0px 10px;
	font-size: 16px;
	color: #898989;
	font-weight: 300;
	box-sizing: border-box;
	border: solid 1px #d2d2d2;
	background: #fff;
	font-family: 'Lato', sans-serif;
}
.form-control {
	-moz-appearance: none;
	border-radius: 0px !important;
	background: #fff url(images/select_icon.png) right no-repeat !important;
}
.bt_Request {
	background: #49a4df;
	border: none;
	color: #fff;
	float: right;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 5px 15px;
	width: auto;
	position: relative;
	right: 15%;
	top: 15%;
}

/********** Login *************/
#loginContainer {
	position: relative;
}
#loginContainer a span {
	display: block;
	padding: 2px 14px;
	border: 1px solid #555;
	font-weight: 300;
}
/* Login Button */
#loginButton {
	display: inline-block;
	position: relative;
	z-index: 30;
	cursor: pointer;
}
/* Login Box */
#loginBox {
	position: absolute;
	top: 44px;
	right: 0px;
	display: none;
	z-index: 29;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 25px;
	top: -10px;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
	width: 300px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
#loginForm fieldset {
	margin: 0 0 15px 0;
	display: block;
	border: 0;
	padding: 0;
}
fieldset#body {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 15px 15px;
	margin: 0;
}
#loginForm #checkbox {
	width: auto;
	margin: 3px 6px 0 0;
	float: left;
	padding: 0;
	border: 0;
 *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
	color: #000;
	margin: 10px 0 0 0;
	display: block;
	float: left;
	font-size: 0.8725em;
}
#loginForm #body fieldset label {
	display: block;
	float: none;
	margin: 0 0 6px 0;
}
#body label i {
	color: #000;
	font-size: 1em;
	font-style: normal;
}
/* Default Input */
#loginForm input {
	width: 92%;
	border: 1px solid #DADADA;
	color: #222;
	background: #FFF;
	padding: 6px;
	font-size: 0.8125em;
	-webkit-apperance: none;
	font-family: 'Open Sans', sans-serif;
}
/* Sign In Button */
#loginForm #login {
	font-family: 'Open Sans', sans-serif;
	width: auto;
	float: left;
	background: #ff6978;
	color: #fff;
	font-size: 0.8725em;
	padding: 8px 20px;
	border: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
#loginForm #login:hover {
	background: #00405d;
}
/* Forgot your password */
#loginForm span {
	display: block;
	padding: 0px 0px 15px 17px;
}
#loginForm span a {
	color: #000;
	font-size: 0.85em;
	font-weight: 500;
	background: none;
	border: none;
	box-shadow: none;
}
#loginForm span a:hover {
	text-decoration: underline;
}
input:focus {
	outline: none;
}

.post-container {
  box-shadow: 0 0 1px 1px #ddd;
  height: auto;
  margin: 0 0 0px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: auto;
}

.post-desc {
  background-color: #fff;
  border-top: 1px solid #ddd;
  font-size: 14px;
  padding: 15px;
}

.post-desc h2 {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px;
}

.btn-sm, .btn-group-sm > .btn {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 40px 5px 10px;
}

.post-option {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 2px 2px 0 0;
  left: 0;
  margin-bottom: 2px;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  transform: translateY(-100px);
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

.post-option .list-options {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.post-option .list-options > li {
  display: table-cell;
  width: 25%;
}

.post-image {
  padding: 0px;
}

.post-meta {
  padding: 0px;
}

.post-meta .list-meta, .post-meta .list-meta > li {
  font-size: 12px;
  line-height: 14px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.post-desc {
  background-color: #fff;
  border-top: 1px solid #ddd;
  font-size: 14px;
  padding: 15px;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}

.post-option {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 2px 2px 0 0;
  left: 0;
  margin-bottom: 2px;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  transform: translateY(-100px);
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.post-container:hover > .post-option {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out 0s;
}

.post-option .list-options {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.post-option .list-options > li > a {
  color: #434a54;
  display: block;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.post-option .list-options > li > a span {
  display: block;
  font-size: 9px;
  font-weight: 400;
  line-height: 9px;
  padding: 3px 0;
  text-align: center;
  text-transform: uppercase;
}
#content {
  box-sizing: border-box;
  height: auto;
  margin: 0px 0;
  padding: 60px 0px;
  width: 100%;
  background:#f6f4f4;
}

.post_zero{
	padding:0px;
}

.mobileLogo {
  float: left;
  width: 40% !important;
}

.Advanced_bottom{
	position:fixed;
	bottom:0px;
	z-index:9;
}
.content {
    padding-top: 197px;
}
.ls-wp-fullwidth-container {
    padding-top: 82px;
}
.single .content-area {
    padding-top: 147px;
}
.page .team{
padding-top: 147px;    
}
.page-id-116 .team h1 {
  box-sizing: border-box;
  color: #000;
  float: left;
  font-size: 28px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.col-sm-6.col-md-4.archive-team {
    margin-bottom: 40px;
}
.carousel-inner.team-members{
    margin-top:0px!important;
}
.page .forcefullwidth_wrapper_tp_banner {
    padding-top: 69px;
}
.Social_left a{
    color:#333;
}
.button.button-border-caution {
    border: 0!important;
    color: #333!important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
#wpcf7-f217-o1 select{
background: #fff none repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    color: #898989;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 28px;
    padding: 0 10px;
    width: 62%;
}
#wpcf7-f217-o1 input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  color: #898989;
  float: left;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 28px;
  padding: 0 10px;
  width: 62%;
}
#wpcf7-f217-o1 .bt_Request {
  background: #49a4df none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: right;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 15px;
  position: relative;
  right: 15%;
  top: 15%;
  width: auto;
}
#wpcf7-f217-o1 p{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.bt_send:hover {
  background: #49a4df;
  border: 1px solid rgb(4, 123, 201);
  color: #fff;
  transition: all 0.5s ease 0s;
}
.Popular {
 width: 100%;
 float: left;
 padding:50px 0px;
 background: rgb(240, 245, 247) none repeat scroll 0 0;
}

.Popular_left{
 width:100%;
 float:left;
 margin-top:10px;
 text-align:center;
 background:#fff;
 padding-bottom:18px;
}

.Popular_left img {
    width: 60%;
    height: auto;
}

.Popular_left h1{
 width:100%;
 float:left;
 font-size:30px;
 color:#3c3b3b;
 font-weight:400;
 padding-bottom:10px;
 border-bottom:solid 1px #afafaf;
}

.Popular_left p{
 width:100%;
 float:left;
 font-size:18px;
 color:#8d8d8d;
 font-weight:300;
 padding:0px 20px;
 box-sizing:border-box;
}

.Popular_left .bt_more {
  background: #fff;
  border: 1px solid #49a4df;
  color: #49a4df;
  font-size: 20px;
  font-weight: 300;
  margin: 24px 9px 0 0;
  padding: 5px 30px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: auto;
}

.Popular_left .bt_more:hover {
  background: #49a4df;
  border: 1px solid #49a4df;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.Popular_left > img {
    width: 60%;
}
.Popular_center {
  float: left;
  text-align: center;
  width: 100%;
}






/*********23-june-2016*********/

.SocialMediaContent {
  background: #fff none repeat scroll 0 0;
  float: left;
  /*padding: 140px 0 0;*/
  width: 100%;
}
.SocialMediaContent h1 {
  background: rgba(0, 0, 0, 0) url("images/line_img3.png") no-repeat scroll left bottom;
  color: #3c3b3b;
  float: left;
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  width: 100%;
}

.SocialMediaContent p {
  color: #787878;
  float: left;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}
.SocialMediaContent img {
  float: left;
  padding: 10px 20px 10px 0;
  max-width:100%;
}
.SocialMediaContent .sidebarwidget-area img {
  padding:0px;
}
.SocialMediaContent td{
  color: #787878;
  float: left;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}
.SocialMediaContent .rpwwt-post-title{
  float: left;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}
.SocialMediaContent #recent-posts-widget-with-thumbnails-2 > ul {
  float: left;
  width: 100%;
}
.SocialMediaContent #recent-posts-widget-with-thumbnails-2 {
  float: left;
  width: 100%;
}
.contact_left h2 {
  color: #fff;
  float: left;
  font-size: 26px;
  font-weight: 300;
  margin: 0;
  width: 100%;
}
.contact_left .osd-subscribe-form input[type="email"] {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px dotted #bababa;
  border-radius: 3px;
  box-sizing: border-box;
  color: #9d9d9d;
  float: left;
  font-size: 16px;
  height: 40px;
  margin-top: 17px;
  padding: 10px;
  width: 100%;
}
.contact_left .osd-subscribe-form input[type="submit"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #047bc9;
  color: #047bc9;
  font-size: 18px;
  font-weight: 300;
  margin: 17px auto 0;
  padding: 8px 40px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
.contact_left .osd-subscribe-message {
  color: #fff;
  float: left;
  padding: 10px 0 0;
  width: 100%;
}
.page-id-246 .SocialMediaContent img,.page-id-730 .SocialMediaContent img ,.page-id-736 .SocialMediaContent img{
    float: left;
    padding: 0!important;
}
.page-id-306 .SocialMediaContent img {
  float: left;
    padding: 0!important;
}
.page-id-480 .SocialMediaContent img {
  float: none !important;
    padding: 0!important;
}
.page-id-501 .SocialMediaContent img {
  float: left;
  padding: 0!important;
}
.page .SocialMediaContent .image3 img,.page .SocialMediaContent .image2 img,.page .SocialMediaContent .image1 img {
  float: none!important;
}
.row.keynotes {
    margin-bottom: 28px;
}
.targetDiv{
 Display:none;
 border-bottom:1px solid #1b82c5;
}
.showSingle {
    display: inline-block;
    width: 100%;
}
.search-field {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #9d9d9d;
  float: left;
  font-size: 16px;
  height: 44px;
  margin-top: 15px;
  padding: 10px;
  width: 100%;
}
 .search-submit {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border: 1px solid rgb(4, 123, 201);
  color: rgb(4, 123, 201);
  font-size: 18px;
  font-weight: 300;
  margin: 35px auto 0;
  padding: 8px 40px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

label {
  display: inline-block;
  float: left;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
}
.single-member > span {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.page-id-9 .Recent{
    Display:none;
}
 .page-id-306 .SocialMediaContent .col-lg-9 {
  width: 100%;
}
.page-id-306 .SocialMediaContent .col-lg-3 {
  display: none;
}
.SocialMediaContent .Picks {
    padding: 0;
}
.Picks_inner img {
    float: none !important;
}
 .entry-content .social ul {
    list-style: outside url("http://wainfotech.com/demo/development/socialemedia/wp-content/themes/twentysixteen/images/bluerightarrowlist.png") disc;
    margin: 0 0 25px 28px;
    color: #787878;
    float: left;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}
.row.marginbottom{
    margin-bottom:25px;
}
.showSingle {
  display: inline-block;
  height: 130px;
  text-align: center;
  width: 100%;
}
.showSingle img{
    float:none!important;
    cursor:pointer;
}


/*****14-feb-2017*******/

.page-id-723 .SocialMediaContent img {
  padding: 0px 20px 10px 0px !important;
}
.page-id-725 .SocialMediaContent img {
  padding: 0px 20px 10px 0px !important;
}

/**********==RESPONSIVE==**********/

@media only screen and (max-width : 1024px) {
.logo {
	display: none;
}
.logo_mobile img {
	width: 100%;
}
.logo_mobile {
	display: block;
	float: left;
	width: 16%;
}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}
.entry-content .social ul {
    color: #787878;
    font-size: 16px;
    font-weight: 300;
    list-style: outside url("http://wainfotech.com/demo/development/socialemedia/wp-content/themes/twentysixteen/images/bluerightarrowlist.png") disc;
}
ul, ol {
    list-style: outside none none;
}
body {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
body {
    font-family: "Roboto",sans-serif;
}
html {
    font-size: 10px;
}
html {
    font-family: sans-serif;
}
*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.SocialMediaContent img {
    max-width: 100%;
}
}

@media only screen and (max-width : 991px) {
.logo_mobile {
	display: block;
	float: left;
	width: 16%;
	left: 10px;
	position: relative;
}
.login {
	margin-top: 45px;
}
.login {
	text-align: center;
	width: 100%;
}
.login ul {
	display: inline-block;
	float: none;
}
#menu {
	display: block;
}
ul.topnav ul li a {
	padding-left: 10px !important;
}
.logo_mobile {
	width: 20%;
}
.Projects_left {
	background: #fff none repeat scroll 0 0;
	padding: 20px 0;
	width: 100%;
}
.fa.fa-user {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font-size: 25px;
	margin-right: 8px;
	padding: 5px;
}
.fa.fa-lock {
	color: #fff;
	display: block;
	float: left;
	font-size: 25px;
	margin: 0px 8px 0 0;
	padding: 5px;
	border: 1px solid #fff;
}
.bt_si {
	display: none;
}
.sign {
	margin-top: 26px;
}
.Social_left {
	border-right: medium none;
}
.Social_none_2 {
	border-bottom: 1px solid #cecece;
}
.Projects_right {
  margin-left: 0;
}
.nav{
display:none;
}
.page .content {
    padding-top: 48px;
}
.Popular_left > img {
    width: 50%;
}
}

@media only screen and (max-width : 640px) {
.logo_mobile {
	width: 23%;
}
.form ul li label {
	padding: 0 5px;
	text-align: left;
	width: 100%;
}
.form ul li input {
	padding: 0 10px;
	width: 100%;
}
.form ul li select {
	padding: 0 10px;
	width: 100%;
}

}

@media only screen and (max-width : 480px) {
.icon {
	margin-top: 20px;
}
.sign {
	margin-right: 5px;
}
.bt_si {
	font-size: 11px;
	margin: 15px 3px 0 0;
	padding: 5px 10px;
}
.logo_mobile {
	width: 30%;
}
.carousel-inner {
	margin-top: 50px;
}
.sign {
	margin-top: 16px;
}
.page .forcefullwidth_wrapper_tp_banner {
    padding-top: 59px;
}
}

@media only screen and (max-width : 360px) {
.sign {
	margin-top: 10px;
}
.icon {
	margin-top: 12px;
}
.fa.fa-user {
	font-size: 16px;
	margin-right: 6px;
}
.fa.fa-lock {
	font-size: 16px;
}
.logo_mobile {
	width: 35%;
}
.Advanced{
    margin-top:0px;
}
}
@media only screen and (max-width : 320px) { 
.logo_mobile {
  width: 43%;
}
}

/******11-feb-2017*********/

@media screen and (max-width:991px){
.mm-page.mm-slideout {
  background: #fff none repeat scroll 0 0;
}
}

/********15-feb-2107***********/

.Projects {
	//background: url(/wp-content/uploads/2017/02/3.jpeg) top center no-repeat;
	background: url(/wp-content/uploads/2017/02/2-1.jpeg) top center no-repeat;
}

/********16-feb-2017*************/

.forcefullwidth_wrapper_tp_banner .tp-caption.black11.tp-fade.tp-resizeme.start {
  font-family: 'Lato', sans-serif !important;
  /*font-weight: 500 !important;*/
}

/******17-feb-2017**********/

.page-id-328 .SocialMediaContent .bt_view.hvr-sweep-to-bottom {
  margin-bottom: 25px;
}
.page-id-328 .SocialMediaContent .targetDiv {
  padding-bottom: 12px;
}

