@charset "utf-8";
/* CSS Document */

a.blue_butt {
    left: 22%;
    position: absolute;
	top:220px;
    z-index: 1000;
}
a.blue_butt img{
	max-width:100%;
	width:100% !important;
	}
@font-face {
    font-family: 'DesignosaurRegular';
    src: url('../fonts/designosaur-regular-webfont.eot');
    src: url('../fonts/designosaur-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/designosaur-regular-webfont.woff') format('woff'),
         url('../fonts/designosaur-regular-webfont.ttf') format('truetype'),
         url('../fonts/designosaur-regular-webfont.svg#DesignosaurRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DesignosaurItalic';
    src: url('../fonts/designosaur-italic-webfont.eot');
    src: url('../fonts/designosaur-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/designosaur-italic-webfont.woff') format('woff'),
         url('../fonts/designosaur-italic-webfont.ttf') format('truetype'),
         url('../fonts/designosaur-italic-webfont.svg#DesignosaurItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
.header_wrap{
	background: #3164b5; /* Old browsers */
	background: -moz-linear-gradient(top, #3164b5 0%, #2d5ca8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3164b5), color-stop(100%,#2d5ca8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3164b5 0%,#2d5ca8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3164b5 0%,#2d5ca8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3164b5 0%,#2d5ca8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3164b5 0%,#2d5ca8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3164b5', endColorstr='#2d5ca8',GradientType=0 ); /* IE6-9 */
	z-index:1000;
	position:relative;
	}
#header{
	max-width: 1040px;
  overflow: hidden;
  position: relative;
	width:90%;
	margin:0 auto;
	}
#topmenu  {
	height:auto;
  margin:0 auto;
	float:left;
}
#topmenu {
	overflow:hidden;
	}
#topmenu ul {
	max-height:80px;
	}
#topmenu  li{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
/*#topmenu  li:hover, #topmenu ul li.lastlink:hover{
	background:rgba(255, 255, 255, 0.1);}*/
#topmenu ul li a {
  padding: 0 25px;
	display: block;
	float: left;
	text-align:center;
	width:auto;
	font-size:14px;
}
#wrap {
    margin:0 auto ;
}
.slider-text {
    position: absolute;
    top: 115px;
}
.slider-text h1 {
    color: #000000;
    direction: ltr;
    font-family:'DesignosaurItalic';
    font-size: 40px;
    font-weight: normal;
    line-height: 30px;
    text-indent: 0;
	min-width:300px;
}
.slider-text h1 span{
	font-family:'DesignosaurRegular';
	font-size: 50px;
	color:#ed3a2d;
	padding-bottom:10px;
	line-height:45px;
	}
#menu ul {
	margin:0 !important;
}
/*nav_bar*/
.navbar.customer{
	position:relative;
	z-index:10000;
	}
.navbar.customer .container {
    max-width: 960px;
}
.navbar.customer .nav-collapse .nav li{
	height:47px;
	}
.customer .navbar-inner {
  background: #3164b5; /* Old browsers */
	background: -moz-linear-gradient(top, #3164b5 0%, #2d5ca8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3164b5), color-stop(100%,#2d5ca8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3164b5 0%,#2d5ca8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3164b5 0%,#2d5ca8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3164b5 0%,#2d5ca8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3164b5 0%,#2d5ca8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3164b5', endColorstr='#2d5ca8',GradientType=0 ); /* IE6-9 */
	border-radius: 0;
	box-shadow:none;
	min-height: 40px;
	padding-left: 0px;
	padding-right: 0px;
}
.navbar.customer .brand {
	color: #999999;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
	margin-left: 0px;
	padding:0;
	padding-right:0px;
}
.home-page .navbar.customer .brand{
    padding-right:50px;
}
.findmore {
    bottom: 125px;
    color: #3063B6;
    font: 25px PracticumRegular,sans-serif;
    left: 70%;
    position: absolute;
    text-transform: capitalize;
    z-index: 2000;
}
.navbar.customer .nav > li > a {
    color: #fff;
    float: none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
    line-height: 35px;
    padding: 9px 10px 11px;
    text-decoration: none;
    text-shadow: none;
}
.navbar.customer .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    border-radius:0;
    color: #fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
    font-weight: normal;
    padding: 6px 15px;
}
.navbar.customer .nav-collapse .nav {
    float: none;
    margin: 0;
}
.navbar .nav > li > a:hover {
	background-color:transparent;
	}
.navbar.customer  .nav-collapse .nav > li > a:hover{
		background-color:transparent;
		text-decoration:underline;
}

.slide.magente_themes{
	background:url('../images/slider_bg.jpg')  repeat-x scroll 0 -15px transparent;
}
@media (min-width: 1500px) and (max-width: 1936px) {
	.slider-text h1  {
		font-family: 'DesignosaurItalic', Helvetica, Verdana, Arial, sans-serif;
		font-size:40px;
	}
}
@media (min-width: 980px)and (max-width: 1500px){
	.slider-text h1  {
		margin-top:-50px;
		font-size:30px;
	}
	.slider-text h1 span{font-size:35px;}
}
@media (width: 1024px) {
	.slider-text h1  {
		font-size:25px;
		margin-top:270px;
	}
	.slider-text h1 span {
		font-size:30px;
	}
}
@media (min-width: 300px) and (max-width: 980px) {
	.slider-text h1  {
		font-size:30px;
		margin-top:200px;
	}
	.slider-text h1 span {
		font-size:35px;
	}
}
@media (min-width: 300px) and (max-width: 980px) {
	.slider-text h1  {
		font-size:30px;
		margin-top:200px;
	}
	.slider-text h1 span {
		font-size:35px;
	}
}

.bluetext{
    color: #4faded;
    font-weight: bold;
}
.office-photo{
    float: right;
    padding: 5px;
    border: 1px solid #d3dae5;
    border-radius: 10px;
}
.office-photo img{

}
#office{
    float: none;
}
.googlemaps-view{
    display: block;
    float: right;
    color: #2596E5;
}

#menu{
    bottom: 50px;
}
#menu li.menuItem{
    padding: 0 20px;
    text-align: center;
    width: 202px;
    background: url("../images/border-tabs.png") no-repeat scroll right center transparent;
}
#menu a{
    text-decoration: none;
}
#menu >a{
    display: block;
    float: left;
    padding: 0 20px;
    text-align: center;
    width: 202px;
}
#menu span{
    display: block;
    color: #000;
}
#menu span.bold{
    font-weight: bold;
}
#menu li.active span{
    color: #2d5aa2;
}
#consult{
    margin-left: -30px;
    margin-bottom: 20px;
}
.home-btn2{
    background: url("/sites/all/themes/ikantem_01/images/btn2.png") no-repeat scroll right center transparent;
    color: #FFFFFF;
    z-index: 1000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding-left: 45px;
    padding-right: 5px;
    position: absolute;
    text-align: center;
    width: 160px;
    left: 22%;
    position: absolute;
    top: 220px;
    z-index: 1000;
}
.home-btn2:hover{
    text-decoration: none;
    color: #FFFFFF;
}
.content.one-sidebar{
    margin-left: 226px;
    padding-left: 5%;
}
.clear {
    clear:both;
}
.our-profiles{
    margin-bottom: 40px;
}
.our-profiles .profiles{
    display: block;
    float: left;
}
.our-profiles .profiles.linked-in{
    background: url("../images/linked_in.png") no-repeat scroll 0 0 transparent;
    width: 110px;
    height: 31px;
}
.our-profiles .profiles.odesk{
    background: url("../images/icon-odesk.png") no-repeat scroll 0 0 transparent;
    width: 88px;
    height: 25px;
}
.our-profiles .profiles.odesk:hover{
    background-image: url("../images/icon-odesk-active.png");
}

.our-profiles .profiles.behance{
    background: url("../images/icon-behance.png") no-repeat scroll 0 0 transparent;
    width: 109px;
    height: 20px;
}
.our-profiles .profiles.behance:hover{
    background-image: url("../images/icon-behance-active.png");
}
.our-profiles .profiles.github{
    background: url("../images/icon-github-all.png") no-repeat scroll 0 0 transparent;
    width: 90px;
    height: 40px;
}
.our-profiles .profiles.github:hover{
    background-position: 0 -42px;
}
.our-profiles .proile-line{
    margin-bottom: 10px;
}
.our-profiles .proile-line a:first-child{
    margin-right: 20px;
}

.post.trend h1.blue{
    color: #006AEE;
    font: 24px ThamaraRegular,sans-serif;
}
.post.trend .list_info{
    margin-left: 0;
    font-size: 14px;
}
.post.trend .list_info li{
    list-style: none outside none;
    padding-left: 0;
}

.post.trend .companyBlock{
    width:100%;
    margin-left:0;
    /*min-height:270px;*/
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6effc',GradientType=0 ); /* IE6-9 */
}

.post.trend .companyBlock .headBlock{
    width:98.5%;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#fcfcfc;
    font-weight:bold;
    padding-left:10px;
    text-transform:uppercase;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5dac', endColorstr='#3976d7',GradientType=0 ); /* IE6-9 */
    box-shadow:1px 1px 1px #404040;
}

.post.trend .companyBlock .bodyBlock	{
    width:100%;
}
.post.trend .companyBlock .bodyBlock .left-col-block, .post.trend .companyBlock .bodyBlock .right-col-block{
    float:left;
}
.post.trend .companyBlock .bodyBlock .left-col-block{
    width:30%;
    margin-left:1%;
}
.post.trend .companyBlock .bodyBlock .left-col-block .logo{
    width:210px;
    height:100px;
    overflow:hidden;
    margin:40px 5px 16px 5px;
}
.post.trend .companyBlock .bodyBlock .left-col-block .message{
    width:70%;
    margin:0 auto;
}
.post.trend .companyBlock .bodyBlock .left-col-block .message .text{
    display:inline-block;

}
.post.trend .companyBlock .bodyBlock .right-col-block{
    width:65%;
    margin-right:1%;
    margin-top:25px;
}
.post.trend .companyBlock .bodyBlock .right-col-block .companyInformation .title{
    font-size:13px;
    color:#2a579c;
    text-transform:uppercase;
    padding:5px 0;
    font-weight:bold;
    padding-left: 10px;
}
.post.trend .companyBlock .bodyBlock .right-col-block .companyInformation p{
    padding-left: 10px;
    font-size:14px;
    line-height:23px;
    color:#333;
    /*	max-height:90px;
    */	overflow:hidden;
}
.post.trend .companyBlock .bodyBlock .right-col-block .launched{
    float:left;
    width:30%;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0e1fa',GradientType=0 ); /* IE6-9 */
    line-height:40px;
    padding:0 10px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}
.post.trend .companyBlock .bodyBlock .right-col-block .website{
    float:right;
}
.post.trend .main_text p{
    padding-top:20px;
    line-height:23px;
}

.post.trend .main_text{
    font-size: 14px;
}

.post.trend .read-more{
    text-align: right;
}
.post.trend .read-more a:after{
    content: '...';
}



/*changes*/
.post.trend .companyBlock{
    width:100%;
    margin-left:0;
    height:auto;
    overflow:hidden;
    padding-bottom:15px;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6effc',GradientType=0 ); /* IE6-9 */
}
.post.trend .companyBlock .bodyBlock .panelBlock {
    margin-top:10px;
}
.post.trend .companyBlock .bodyBlock .panelBlock .message{
    width:25%;
    margin-left:5%;
    float:left;
}
.post.trend .companyBlock .bodyBlock .panelBlock .message .text{
    display:inline-block;
}
.post.trend .companyBlock .bodyBlock .panelBlock .launched{
    float:left;
    width:30%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0e1fa',GradientType=0 ); /* IE6-9 */
    line-height:40px;
    padding:0 10px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}
.post.trend .companyBlock .bodyBlock .panelBlock .website{
    float:right;
    width:30%;
}

.page_title {
    color: #006AEE;
    font: 24px ThamaraRegular,sans-serif;
    text-align: center;
}
#aboutus #main.small-top-marg{
    margin-top: 25px;
}

#comments .comment{
    margin-bottom: 15px;
}
#comments .box{
    margin-top: 25px;
}
#main .messages{
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 0.3em;
    margin-bottom: 1em;
    font-weight: bold;
    text-align: center;
}
.error {
    border-color: red;
}
.submitted{
    margin-bottom: 5px;
}

.rss-link{
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/rss_icon_16.gif');
    position: absolute;
    right: 10px;
    top: 3px;
}
.row-fluid .span12{
    position: relative;
}

.styled-more{
    display:block;
    width:50px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-align:center;
    padding:3px 0;
    border:1px solid #d5d5d5;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e7e7e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e7e7e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e7e7e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e7e7e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e8',GradientType=0 ); /* IE6-9 */
    margin-left:10px;
    margin-bottom:20px;
    color:#3399ff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.styled-more:hover{
    background: #ffffff; /* Old browsers */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dfdfdf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */text-decoration:none;
}
.social-buttns{
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
}

#left-col .clear-block.block{
    margin-bottom: 20px;
}
.easysocial-widget-linkedin{
    display: inline-block;
    width: 120px;
}
.float-left{
    float: left;
}

.float-right{
    float: right;
}
.small-mag-logo{
    background: url("../images/mag_logo_min.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
    width: 30px;
}

.list_info li a{
    color: #999999;
}

.post .blue a{
    font-family: 'Arial,Helvetica,sans-serif';
    font-size:22px;
}