
.noscroll{
  overflow: hidden;
}

section{
  padding-right: 0;	
}

header #mini-nav{
}

header #mini-nav li{
	list-style: none;
	float: right;
	margin-left: 10px;
	white-space: nowrap;
}
header #mini-nav li a{
	position:relative;
	text-align:center;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	padding: 0px 15px;
	margin-top: -3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	background: url(../../img/btn.png) repeat-x top left;
} 
header #mini-nav li #login{
	
	background: url(../../img/btn_login_h.png) repeat-x top left;
} 

header #mini-nav li a:hover{
	background: url(../../img/btn_h.png) repeat-x top left;
}
header #mini-nav li #login:hover{
	background: url(../../img/btn_login.png) repeat-x top left;
}
header #social-icons{
	margin-top: 25px;
}
header #social-icons li{
	margin-left: 10px;
}
header #search-bar{
	margin-top: 25px;
	width: 150px;
	border: 1px solid #ccc;
	border-radius: 15px;
	height: 25px;
	background: #fff;
	position: relative;
	z-index: 3;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
}
header #search-bar #srch-field{
	width: 100px;
	height: 25px;
	font-size: 12px;
	display: inline-block;
	border: 0px none;
	background: transparent;
	z-index: 1;
	outline: none;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
header #search-bar #srch-btn{
	border: 0px none;
	width: 25px;
	height: 15px;
	line-height: 25px;
	display: inline-block;
	background: url(../../img/srch-icon.svg) no-repeat 41% 42%;
	z-index: 3;
	outline: none;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
	margin: 4px 0px 0px 0px ;
	padding: 0px;
	cursor:pointer;
	opacity: .3;
}
header #logo{
  margin-bottom: 15px;
  padding-left: 0px;
}
header #logo a{
	display: inline-block;

}
header #tag_line{
	color: #999;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
	font-size: 13px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
header #main-nav {
	width: 100%;
	background-color:#EFEFF0;
}
header #main-nav  .nav-bar{
	margin-bottom: 0px !important;
}
header #main-nav .row {
  width: 100%;
  display: inline-block;
}
header #main-nav #nav-items{
	display:table-row; 
	width: 100%;
	margin-right: auto;
	margin-left: auto;

}
header #main-nav .has-flyout > a{
	display: table-cell; 
	text-align: right; 
	width: auto;
	vertical-align: sub;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow:1px 1px 1px #fff;
	line-height: 4.4;

}
header #main-nav .has-flyout > a:hover{
	color: #FF5E00;
}
.flyout:before, .flyout.last:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 5%;
	height: 0px;
    width: 0px;
	border:10px solid;
	border-color: transparent transparent #ccc transparent;
}
.flyout.beforelast:before{
	left: 80% !important;
}
.flyout.last:before{
	left: 68% !important;
}
header #main-nav #nav-items #left-item {	
	display: table-cell; 
	text-align: left; 
	width: 20px; 
	white-space:nowrap;
}

header #main-nav .flyout .ul a{
	display: list-item;
	
	color: #0271B8;
	list-style: none;
	
}
header #main-nav .flyout .ul a:hover{
	
	text-decoration: underline;
}
header #main-nav .flyout .ul .ul a{
	color: #566176;
	margin-left: 17px;
	list-style: circle;
}
header #breadcrumb{
	background: #e3e3e3;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #D5D5D5;
	box-shadow: inset 0px -1px 1px white;
	padding-top: 5px;
	padding-bottom: 5px;
}
header #breadcrumb #page_title{
	font-size: 21px;
	line-height: 1;
	margin-top: 0px;
	margin-left: -2px;
	color: #666;
	text-shadow:0px 1px 1px #fff;
}
header #breadcrumb #page_title:first-letter{
	text-transform: capitalize;
}
header #breadcrumb #bc, header #breadcrumb #bc li{
	margin-bottom: 3px;
	margin-top: 5px;
	
}
header #breadcrumb #bc li{
	background: url("../../img/pixel-arrow.png") no-repeat 100% center;
	padding-right: 20px;
}
header #breadcrumb #bc li:last-child{
	background: none;
}
header #breadcrumb #bc li a{
	font-size: 16px;
	color: #333;
	text-transform: capitalize;

}
header #breadcrumb #top_add{
	
}
header #breadcrumb #top_add h5{
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
header #breadcrumb #top_add a{
	text-transform: capitalize;
	padding: 10px 10px 11px;
}
header{
  width: 100%;
}
header #top_header {
  width: 100%;
}
header #top_header .row{
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
header #top_header #main-nav{
  width: 100%;
  height: 50px;
}
header #main-nav .row{
  display: block;
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
}


#main{
	min-height: 300px;
	margin:35px auto 35px;
}

#content{
	padding-left: 0px;
	height: 100%;
}
article{
	padding-bottom: 20px;
	margin-bottom: 30px;
}
article .article_title{
	color: #C55719;
	margin-top: 0px;
}
form label{
	text-transform: capitalize;
	
}
article .gray_out{
	color: black;
	font-size: 18px;
}
.pp_caption{
	text-align: center;
	line-height: 1.5;
}
select{
	padding: 5px !important;
}
#slider_wrap{
	background-color: #80b3d2;
	width: 100%
}
.slider { 
	background: url(imgs/index-test.jpg) no-repeat center center #80b3d2; 
	height: 297px !important; 
}
.slider .freeT { display: none; }
.slider .sales_management { display: none; }
.slider .money_back{ display: none; }
.slider .rollout_guide{ display: none; }


.slider.orbit { 
	background: none; 
	margin-bottom: 0px;
}
.slider.orbit img { 
	display: block; 

}
.orbit-bullets{
	background: #ECECEC;
	padding:7px 15px !important;
	bottom: -20px !important; 
	border-radius: 5px 5px 0px 0px;
}
.timer{
	display: none;
}

.money_back{
	background: url(imgs/fast-track-crm-slider.jpg) no-repeat center center;
	height: 297px !important;
	position:relative;
	text-align:center;
}

.money_back .h1{
	font:tahoma;
	font-size: 30px;
	color: #0099cc;
	margin-top:50px;
	text-shadow:0px 5px 5px #000;
}

.money_back .h2{
	
	font-size: 30px;
	color: #fff;
	font-weight:normal;
	text-shadow:0px 5px 5px #000;
}
.money_back .h3{
	font:tahoma;
	font-size: 30px;
	color: #cb6516;
	text-shadow:0px 5px 5px #000;
}
.money_back .h4{
	font-size: 16px;	
	font-weight:normal;
	color: #fff;
	text-shadow:0px 5px 5px #000;
}
.money_back .btn{	
	margin-top:10px;
	display:inline-block;
}

.money_back img{
	display:inline-block !important;
}
 
 
 .sales_management{
	background: url(imgs/crm-for-startups-slider.png) no-repeat center center;
	height: 297px !important;
	position:relative;
	text-align:left;
}

.sales_management .h1{
	font-size: 38px;
	color: #fff;
	margin-left: 0%;
	margin-top: 2%;
	font-weight: normal;
	margin-bottom: 5px;
	text-shadow:0px 5px 5px #000;
}
.sales_management .h1 span{
	color: #F6831D;
}

.sales_management .h2{
	
	font-size: 26px;
	color: #fff;
	margin-left: 0%;
	margin-right: 3cm;
	font-weight: normal;
	margin-top: 2cm;
	text-shadow:0px 5px 5px #000;
}
.sales_management .h2 span{
	color: #F6831D;
}
.sales_management .h3{
	font:tahoma;
	font-size: 30px;
	color: #cb6516;
	text-shadow:0px 5px 5px #000;
}
.sales_management .h4{
	font-size: 16px;	
	font-weight:normal;
	color: #fff;
	text-shadow:0px 5px 5px #000;
}
.sales_management .btn{	
	font-size: 14px;
	text-shadow:0px 2px 4px #000;
	font-weight: bold;
	line-height: 39px;
	
	display: block;
	color: #4EABE9;
	
	width: 132px;
	height: 39px;
	margin-left: 0%;
	margin-top: 0px;
	text-align: center
background: url(../../img/call_action_btn.png);
}

.sales_management img{
	display:inline-block !important;
}
.rollout_guide{
	background: url(imgs/index-test.jpg) no-repeat center center;
	height: 297px !important;

}

.rollout_guide .h1{
	font-size: 38px;
	color: #4EABE9  ;
	margin-left: 0%;
	margin-top: 3%;
	font-weight: normal;
	margin-bottom: 5px;
	text-shadow:0px 5px 5px #000;
}

.rollout_guide .h2{
	font-size: 40px;
	color: #fff;
	margin-left: 3cm;
	font-weight: normal;
	margin-top: 60px;
	text-shadow:0px 5px 5px #000;
}
 
.rollout_guide .btn{

	font-size: 22px;
	text-shadow:0px 2px 4px #000;
	font-weight: bold;
	line-height: 39px;
	
	display: block;
	color: #E00000;
	
	width: 132px;
	height: 39px;
	margin-left: 17%;
	margin-top: 0px;
	text-align: center
background: url(../../img/call_action_btn.png);
}
 
.rollout_guide .link{
	font-size: 22px;
	font-weight: bold;
	color: #6F82A2;
	text-decoration: underline;
	display: block;
	margin-left: 16%;
	margin-top: 20px;
}
 
.freeT{
	background: url(imgs/index-test.jpg) no-repeat center center;
	height: 297px !important;

}

.freeT .h1{
	font-size: 38px;
	color: #fff;
	margin-left: 0%;
	margin-top: 8%;
	font-weight: normal;
	margin-bottom: 5px;
	text-shadow:0px 5px 5px #000;
}
.freeT .h1 span{
	color: #F6831D;
}

.freeT .h2{
	font-size: 40px;
	color: #fff;
	margin-left: 3cm;
	font-weight: normal;
	margin-top: 10px;
	text-shadow:0px 5px 5px #000;
}
.freeT .h2 span{
	color: #F6831D;
}

.freeT .btn{

	font-size: 14px;
	text-shadow:0px 2px 4px #000;
	font-weight: bold;
	line-height: 39px;
	
	display: block;
	color: #4EABE9;
	
	width: 132px;
	height: 39px;
	margin-left: 0%;
	margin-top: 0px;
	text-align: center
background: url(../../img/call_action_btn.png);
}
.freeT .link{
	font-size: 14px;
	font-weight: bold;
	color: #6F82A2;
	text-decoration: underline;
	display: block;
	margin-left: 16%;
	margin-top: 20px;
}
.freeT{
	
}



.circle_img{
	border-radius: 50em;
}
.arrow_list{
	list-style-image: url(../../img/bullet.png);
}
.arrow_list a{
	color: #566176;
}
.arrow_list a:hover{
	color: #aaafb7;
}


.call_to_action{
	background: #ECECEC;	
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	
}
.call_to_action h5,.call_to_action h6{
	color: #333;
	font-weight: normal;
	text-shadow:1px 1px 1px #fff;
	margin: 0px;
	line-height : 2;    
    vertical-align : middle;
    padding-top: 5px;
}
.call_to_action h5{
	font-size: 18px;
	line-height: 1.4;
	vertical-align : middle;
}
.call_to_action .button{
	background: url(../../img/btn3.png) repeat-x top left;
	border:none;
	font-size: 13px;
	line-height: 36px;
	padding: 0px 30px;
}
.call_to_action .lili{	
	background: url(../../img/btn2.png) repeat-x top left;
	border: none;
}

#sidebar{
	padding-right: 0px;
	height: 100%;
font-size: 16px;
}
#sidebar .inner_aside{
	border: 1px solid #ccc;
}
#sidebar .side_title{
	width: 100%;
	
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: -15px;
	text-transform: capitalize;
	font-size: 16px;
	color: #333;
	/*background: #e9e3d6;  Old browsers */
/* SVG fallback(Opera 11.10-, IE9) */
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDIzNiwyMzYsMjM2LDEpOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYmEoMjA0LDIwNCwyMDQsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);

/* Opera 11.10+ */
background: -o-linear-gradient(top, rgba(236,236,236,1), rgba(204,204,204,1));

/* Firefox 3.6+ */
background: -moz-linear-gradient(top, rgba(236,236,236,1), rgba(204,204,204,1));

/* Chrome 7+ & Safari 5.03+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(236,236,236,1)), color-stop(1, rgba(204,204,204,1)));

/* IE5.5 - IE7 */
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFECECEC,EndColorStr=#FFCCCCCC);

/* IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFECECEC,EndColorStr=#FFCCCCCC)"
}
#sidebar .side_body{
	padding-left: 15px;
}
#sidebar .side_body .side_list li{
	list-style: none;
	padding-left: 20px;
	background: url("../../img/bullet.png") no-repeat 0px center;

}
#sidebar .side_body .side_list a{
	color: #333;
	vertical-align: text-top;
	
}
#sidebar .side_body .side_list a:hover{
	color: #C55719;
	
}
.inline{
	display: inline-block !important;
}
footer{
	box-shadow: inset 0px 1px 1px #fff;
	border-top: 1px solid #ccc;
	background: #ECECEC;
	width: 100%;
	padding: 20px 0px 0px;
	min-height: 200px;
}
footer a{
	color: #0F5799;
	font-size: 12px;
}
footer h1{
	font-size: 14px;
	color: #555;
}
footer ul{
	margin-left: 15px;
}
footer #copyright{
	background: #dddddd;
	padding: 10px 0px;
}
footer #copyright p{
	font-size: 9px;
	padding: 0px;
	margin-left: 20px;
}
#loginmodel p{
	font-size: 12px;
}


/* ==============================================
                  left positioned social links
==============================================*/

.left-social{
  position: fixed;
  left: -30px; top: 20vh;
  z-index: 100;
}

.left-social li{
  width: 70px;
  height: 48px;
  border-radius: 24px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  margin-bottom: 10px;
}
.left-social li a{
  float: right;
  height: 48px;
}
.left-social li a img{
  margin: 7px;
}
li.left-fb{
  background-color: #3c569a;
}
li.left-tw{
  background-color: #00aaef;
}
li.left-gb{
  background-color: #e31c2e;
}
li.left-yt{
  background-color: #cc191e;
}
li.left-ln{
  background-color: #007ab9;
}


/* ==============================================
                  Google sce
==============================================*/

.salesboom-cse{
  height: 60px;
  margin-top: -3px;
  overflow: hidden;
}
.gsc-control-cse gsc-control-cse-en,
.cse .gsc-control-cse, .gsc-control-cse{
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border: 0;
}
#gsc-iw-id1{
  border: 0;
}
#gsc-i-id1{
  height: 30px;
}
.search-heading{
  font-size: 20px;
  color: #c55719;
  position: relative;
  top: 30px;
  text-align: center;
}
.gsib_a{
  padding-right: 0;
  padding-left: 0;
  padding: 0;
}
.gsib_b{
  display: none;
}
.gstl_50{
  border-color: #e0f0f9;
}
.gsc-input{
/*  padding: 5px 10px;*/
}
.gsc-input:focus{
  padding: 5px 10px;
}
.gsc-search-box{
  border-radius: 5px;
}

.main-nav-first-link{
  font-size: 15px;
  color: #0271B8;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: underline;
}

.gsc-search-button{
  padding: 0;
}
#gs_tti50{
  padding: 0 7px;
}


/* =========================================================
                          Main Slider
===========================================================*/

#slider_wrap{
  position: relative;
}
.gsc-input table{
  border: 0;
}
/* slider navigation */
#slider_wrap .slider-nav{
  position: absolute;
  top: 0;
  height: 294px;
  width: 10%;
  z-index: 2;
  opacity: .6;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .2s ease-in-out;
}
#slider_wrap .slider-nav:hover{
  cursor: pointer;
  opacity: 1;
  background-color: rgba(255,255,255, .2);
}
#slider_wrap .slider-nav.left{
  left: 0;
  background-image: url(/img/homepage_sliders/slider_left_arrow.png);
}
#slider_wrap .slider-nav.right{
  right: 0;
  background-image: url(/img/homepage_sliders/slider_right_arrow.png);
}

#slider_wrap .bullets-wrap {
  position: absolute;
  bottom: 0;
  height: 20px; width: 100%;
  margin-bottom: 7px;
}
#slider_wrap .bullets {
  list-style: none;
  height: 20px;
  position: relative;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
#slider_wrap .bullet {
  display: inline-block;
  width: 14px; height: 14px;
  border-radius: 50%;
  background-color: #eee;
  border: 4px solid #81b4d1a1;
  cursor: pointer;
  position: relative; top: 0px;
  margin-left: 3px;
  margin-top: 5px;
  transition: all .3s ease-in-out;
  line-height: 20px;
}
#slider_wrap .bullet.active {
  border: 4px solid #162e48;
  width: 20px; height: 20px;
  margin-top: 0;
  top: 3px;
}


/* slider */
#slider_wrap .main-slider{
  list-style: none;
  margin: 0;
  height: 294px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#slider_wrap .main-slider li{
  height: 294px;
  width: 100%;
  position: absolute;
  top: 0; left: 100%;
  display: inline-block;
}


#slider_wrap .main-slider li.active{
  left: 0; right: 0;
  transition: all .4s ease-in-out;
}
#slider_wrap .main-slider li.go-left{
  left: -100%;
  transition: all .4s ease-in-out;
}#slider_wrap .main-slider li.is-left{
  left: -100%;
}
#slider_wrap .main-slider li.go-right{
  right: -100%;
  transition: all .4s ease-in-out;
}


#slider_wrap .main-slider li a{
  display: block;
}
#slider_wrap .main-slider li a img{
  display: block;
  margin: 0 auto;
  height: 294px;
}



/* ===================================================
                        Editions
=================================================== */ 
@font-face{
  font-family: 'Ubuntu';
  src: url('/css/fonts/Ubuntu-Regular.ttf');
}
@font-face{
  font-family: 'TitilliumText400wt';
  src: url('/css/fonts/TitilliumText400wt.otf');
}

.edition{
  width: 32%;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}
.edition a, .edition .edition-desc{
  font-family: 'Ubuntu';
  letter-spacing: .02em;
}
.edition .edition-logo{
  display: block;
  width: 100px;
  margin: 0 auto;
}
.edition .edition-title{
  color: #222;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 10px 0;
  height: 40px;
}
.edition .edition-desc{
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
  padding: 0 7px;
  min-height: 220px;
}
.edition-desc .the-rest{
  display: none;
}
.edition-desc .see-more{
  color: #2b6d9a;
  text-decoration: underline;
  font-weight: bold;
  display: block;
}
.edition-desc .see-more:hover{
  cursor: pointer;
}
.edition .btn{
  display: block;
  width: 120px;
  height: 47px;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 21px;
  margin: 10px auto;
  transition: background-color .3s ease-in-out;
}
.edition .btn1{
  position: relative;
  background-color: #e6182f;
/*  background-color: #ff5e00;*/
}
.edition .btn1:after{
  content: '';
  display: block;
  border-radius: 21px;
  position: absolute;
  top: 0; right: 0; left: 0; bottom: 0;
  z-index: -1;
  background-color: #e6182f;
  opacity: .5;
  animation: button-pulse 1s infinite;
}
.edition .btn1:hover{
  background-color: #c50d21;
/*  background-color: #e05301;*/
}
.edition .btn2{
  background-color: #2b6d9a;
}
.edition .btn2:hover{
  background-color: #1c5277;
}


.editions .first-row{
  margin-top: 20px;
}
.editions .second-row{
  padding: 0 17%;
  margin-top: 20px;
}
.second-row .edition{
  width: 49%;
}

/*================================================
                      temp
====================================================*/
header #mini-nav li a{
  background: linear-gradient(#96b1c2, #7793a4);
  line-height: 33px;
  transition: all 3s ease-in-out;
}
header #mini-nav li a:hover{
  transition: all 3s ease-in-out;
  background: linear-gradient(#799eb5, #527184); 
}
header #mini-nav li a#login{
  background: linear-gradient(#e73347, #ad3744);
}
header #mini-nav li a#login:hover{
  background: linear-gradient(#d62d3f, #82242e);
}


.very_top_menu{
  height: 40px;
  overflow: hidden;
}




/* ========================================================
                          animation
==========================================================*/
@keyframes button-pulse {
  100% {
    top: -30%; right: -15%; left: -15%; bottom: -30%;
    opacity: 0;
    border-radius: 60px;
  }
}


