html body {
	height:100%;
	widht:100%;
}


@font-face {
    font-family: 'Saborbold';
    src: url('sabods__-webfont.eot');
    src: url('sabods__-webfont.eot?#iefix') format('embedded-opentype'),
         url('sabods__-webfont.woff') format('woff'),
         url('sabods__-webfont.ttf') format('truetype'),
         url('sabods__-webfont.svg#SaborDisplaySSKRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Sabor';
    src: url('saborssk-webfont.eot');
    src: url('saborssk-webfont.eot?#iefix') format('embedded-opentype'),
         url('saborssk-webfont.woff') format('woff'),
         url('saborssk-webfont.ttf') format('truetype'),
         url('saborssk-webfont.svg#SaborSSKRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

hr {
	display:block;
	height:5px;
	background-color:#CCCCCC;
}

h1.logo {
	font-family:'sabor', Arial, Helvetica, sans-serif; 
	font-size:50px;
	color:#bbb;
	width:198px;
	float:left;
	position: relative;
	z-index:999;
	margin-top:15px;
	margin-left:60px;
	animation: logo ease-in 2s;
	-moz-animation: logo ease-in 2s;
	-webkit-animation: logo ease-in 2s;
}

@keyframes logo 
{
from	{top:-400px; opacity:0;}
to		{top:0; opacity:100;}
}

@-moz-keyframes logo 
{
from	{top:-400px; opacity:0;}
to		{top:0; opacity:100;}
}

@-webkit-keyframes logo 
{
from	{top:-400px; opacity:0;}
to		{top:0; opacity:100;}
}

.home-b {
	position: absolute;
	display:block;
	height:446px;
	width:805px;
	background:url(../img/hello.png) top no-repeat;
	left:-150px; 
	z-index:1; 
	margin:0 auto;
	animation: b ease-in 2s;
	-moz-animation: b ease-in 2s;
	-webkit-animation: b ease-in 2s;
}

@keyframes b 
{
from	{top:-500px; opacity:0;}
to		{top:0; opacity:100;}
}

@-moz-keyframes b 
{
from	{top:-500px; opacity:0;}
to		{top:0; opacity:100;}
}

@-webkit-keyframes b 
{
from	{top:-500px; opacity:0;}
to		{top:0; opacity:100;}
}

.home-text1 {
	position: relative; 
	width:336px;
	height:196px;
	background: url(../img/text1.png) top right no-repeat; 
	margin:0 auto; 
	top:280px; 
	right:-30px;
	animation: t1 ease-in-out 3.5s;
	-moz-animation: t1 ease-in-out 3.5s;
	-webkit-animation: t1 ease-in-out 3.5s;
}

@keyframes t1 
{
from	{left:-2000px; opacity:0;}
to		{left:30px; opacity:100;}
}

@-moz-keyframes t1 
{
from	{left:-2000px; opacity:0;}
to		{left:30px; opacity:100;}
}

@-webkit-keyframes t1 
{
from	{left:-2000px; opacity:0;}
to		{left:0; opacity:100;}
}

.home-text2 {
	position: relative; 
	width:589px;
	height:174px;
	background: url(../img/text2.png) top right no-repeat; 
	margin:0 auto; 
	top:146px; 
	right:-202px;
	animation: t2 ease-in-out 3.5s;
	-moz-animation: t2 ease-in-out 3.5s;
	-webkit-animation: t2 ease-in-out 3.5s;
}

@keyframes t2 
{
from	{right:-2000px; opacity:0;}
to		{right:-202; opacity:100;}
}

@-moz-keyframes t2 
{
from	{right:-2000px; opacity:0;}
to		{right:-202; opacity:100;}
}

@-webkit-keyframes t2 
{
from	{right:-2000px; opacity:0;}
to		{right:-202; opacity:100;}
}


/*.bubble {
	position: relative;
	z-index:1;
	width:133px;
	height:134px;
	margin:0 auto;
	animation: bubble ease 5s infinite;
	-moz-animation: bubble ease 5s infinite;
	-webkit-animation: bubble ease 5s infinite; 

}

@keyframes bubble 
{
0%		{top:600px; right:0; opacity:0;}
25%		{top:400px; right:0; opacity:50;}
50%     {top:200px; right:-0; opacity:100;}
100%	{top:0; right:0; opacity:0;}
}

@-moz-keyframes bubble 
{
0%		{top:300px; right:0; opacity:0;}
25%		{top:200px; right:0; opacity:50;}
50%     {top:100px; right:-0; opacity:100;}
100%	{top:0; right:50px; opacity:0;}
}

@-webkit-keyframes bubble 
{
0%		{top:600px; right:0; opacity:0;}
25%		{top:400px; right:0; opacity:50;}
50%     {top:200px; right:-0; opacity:100;}
100%	{top:0; right:0; opacity:0;}
}*/





/*-- stylesheet bubblefloat --*/
#water-pool {
	height: 500px;
	width: 600px;
	position: relative;
	margin:0 auto;
}
img#wave {
	position: absolute;
	bottom:-35px;
	left: -650px;
	-moz-animation-name: Shake;
	-webkit-animation-name: Shake;
	-moz-animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
#water-pool span.bubble0, #water-pool span.bubble1, #water-pool span.bubble2, #water-pool span.bubble3, #water-pool span.bubble4 {
width: 150px;
height: 150px;
position: absolute;
display: block;
bottom:0;
left: 185px;
background: -moz-radial-gradient( center 45deg, circle closest-corner, rgba(255,255,255,.6) 20%, rgba(255,255,255,.8) 100%);
background: -webkit-gradient(radial, center center, 0, center center, 100, from(rgba(255,255,255,.6)), to(rgba(255,255,255,.8)));
border-radius: 150px;
-moz-border-radius: 150px;
-webkit-border-radius: 150px;
-moz-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
/*#water-pool span.bubble0:hover, #water-pool span.bubble1:hover, #water-pool span.bubble2:hover, #water-pool span.bubble3:hover, #water-pool span.bubble4:hover {
-moz-animation-name: bubbleFloating;
-webkit-animation-name: bubbleFloating;
-moz-animation-duration: 0.5s;
-webkit-animation-duration: 0.5s;
}*/
#water-pool span.bubble0 {
	margin-left:150px;
-moz-animation-name: bubbleFloat0;
-moz-animation-duration: 5s;
-webkit-animation-name: bubbleFloat0;
-webkit-animation-duration: 5s;
}
#water-pool span.bubble1 {
	margin-left:50px;
-moz-animation-name: bubbleFloat1;
-moz-animation-duration: 4s;
-webkit-animation-name: bubbleFloat1;
-webkit-animation-duration: 4s;
}
#water-pool span.bubble2 {
	margin-left:-50px;
-moz-animation-name: bubbleFloat2;
-moz-animation-duration: 6s;
-webkit-animation-name: bubbleFloat2;
-webkit-animation-duration: 6s;
}
#water-pool span.bubble3 {
-moz-animation-name: bubbleFloat3;
-moz-animation-duration: 7s;
-webkit-animation-name: bubbleFloat3;
-webkit-animation-duration: 7s;
}
#water-pool span.bubble4 {
-moz-animation-name: bubbleFloat4;
-moz-animation-duration: 3s;
-webkit-animation-name: bubbleFloat4;
-webkit-animation-duration: 3s;
}

#water-pool span.glow0, #water-pool span.glow1, #water-pool span.glow2, #water-pool span.glow3, #water-pool span.glow4 {
width: 100%;
height: 100%;
position: relative;
display: block;
border-radius: 100px;
-moz-border-radius: 100px;
-moz-animation-name: Pulse;
-moz-animation-iteration-count: infinite;
-webkit-border-radius: 100px;
-webkit-animation-name: Pulse;
-webkit-animation-iteration-count: infinite;
}
#water-pool span.glow0 {
-moz-animation-duration: 5s;
-webkit-animation-duration: 5s;
}
#water-pool span.glow1 {
-moz-animation-duration: 4s;
-webkit-animation-duration: 4s;
}
#water-pool span.glow2 {
-moz-animation-duration: 6s;
-webkit-animation-duration: 6s;
}
#water-pool span.glow3 {
-moz-animation-duration: 7s;
-webkit-animation-duration: 7s;
}
#water-pool span.glow4 {
-moz-animation-duration: 3s;
-webkit-animation-duration: 3s;
}

@-moz-keyframes bubbleFloat0 {
from { bottom: 0px; -moz-transform: scale(.1); opacity: 0.7; -moz-animation-timing-function: ease-in-out; }
10% { bottom: 75px; -moz-transform: scale(.2); opacity: 0.5; -moz-animation-timing-function: ease-in-out; }
98% { bottom: 500px; left: 130px;-moz-transform: scale(1); opacity: 0.3; -moz-animation-timing-function: ease-in-out; }
99% { bottom: 500px; left: 85px; -moz-transform: scale(2); opacity: 0; -moz-animation-timing-function: ease-in-out; }
to { bottom: 60px; -moz-transform: scale(.1); opacity: 0; -moz-animation-timing-function: ease-in-out; }
}
@-moz-keyframes bubbleFloat1 {
from { bottom: 0; -moz-transform: scale(.1); opacity: 0.7; -moz-animation-timing-function: ease-in-out; }
10% { bottom: 65px; -moz-transform: scale(.2); opacity: 0.5; -moz-animation-timing-function: ease-in-out; }
98% { bottom: 470px; left: 160px;-moz-transform: scale(0.4); opacity: 0.3; -moz-animation-timing-function: ease-in-out; }
99% { bottom: 470px; left: 155px; -moz-transform: scale(0.7); opacity: 0; -moz-animation-timing-function: ease-in-out; }
to { bottom: 60px; -moz-transform: scale(.1); opacity: 0; -moz-animation-timing-function: ease-in-out; }
}
@-moz-keyframes bubbleFloat2 {
from { bottom: 0; -moz-transform: scale(.1); opacity: 0.7; -moz-animation-timing-function: ease-in-out; }
10% { bottom: 65px; -moz-transform: scale(.2); opacity: 0.5; -moz-animation-timing-function: ease-in-out; }
98% { bottom: 410px; left: 210px;-moz-transform: scale(0.7); opacity: 0.3; -moz-animation-timing-function: ease-in-out; }
99% { bottom: 420px; left: 215px; -moz-transform: scale(0.9); opacity: 0; -moz-animation-timing-function: ease-in-out; }
to { bottom: 60px; -moz-transform: scale(.1); opacity: 0; -moz-animation-timing-function: ease-in-out; }
}
@-moz-keyframes bubbleFloat3 {
from { bottom: 0; -moz-transform: scale(.1); opacity: 0.7; -moz-animation-timing-function: ease-in-out; }
10% { bottom: 75px; -moz-transform: scale(.3); opacity: 0.5; -moz-animation-timing-function: ease-in-out; }
98% { bottom: 390px; left: 240px;-moz-transform: scale(1); opacity: 0.3; -moz-animation-timing-function: ease-in-out; }
99% { bottom: 390px; left: 240px; -moz-transform: scale(1.5); opacity: 0; -moz-animation-timing-function: ease-in-out; }
to { bottom: 60px; -moz-transform: scale(.1); opacity: 0; -moz-animation-timing-function: ease-in-out; }
}
@-moz-keyframes bubbleFloat4 {
from { bottom: 0; -moz-transform: scale(.1); opacity: 0.7; -moz-animation-timing-function: ease-in-out; }
10% { bottom: 65px; -moz-transform: scale(.2); opacity: 0.5; -moz-animation-timing-function: ease-in-out; }
98% { bottom: 450px; left: 170px;-moz-transform: scale(0.3); opacity: 0.5; -moz-animation-timing-function: ease-in-out; }
99% { bottom: 450px; left: 175px; -moz-transform: scale(0.5); opacity: 0; -moz-animation-timing-function: ease-in-out; }
to { bottom: 60px; -moz-transform: scale(.1); opacity: 0; -moz-animation-timing-function: ease-in-out; }
}

@-webkit-keyframes bubbleFloat0 {
from { bottom: 0; -webkit-transform: scale(.1); opacity: 0.7; -webkit-animation-timing-function: ease-in-out; }
10% { bottom: 75px; -webkit-transform: scale(.2); opacity: 0.5; -webkit-animation-timing-function: ease-in-out; }
98% { bottom: 500px; left: 130px;-webkit-transform: scale(1); opacity: 0.3; -webkit-animation-timing-function: ease-in-out; }
99% { bottom: 500px; left: 85px; -webkit-transform: scale(2); opacity: 0; -webkit-animation-timing-function: ease-in-out; }
to { bottom: 60px; -webkit-transform: scale(.1); opacity: 0; -webkit-animation-timing-function: ease-in-out; }
}
@-webkit-keyframes bubbleFloat1 {
from { bottom: 0; -webkit-transform: scale(.1); opacity: 0.7; -webkit-animation-timing-function: ease-in-out; }
10% { bottom: 65px; -webkit-transform: scale(.2); opacity: 0.5; -webkit-animation-timing-function: ease-in-out; }
98% { bottom: 470px; left: 160px;-webkit-transform: scale(0.4); opacity: 0.3; -webkit-animation-timing-function: ease-in-out; }
99% { bottom: 470px; left: 155px; -webkit-transform: scale(0.7); opacity: 0; -webkit-animation-timing-function: ease-in-out; }
to { bottom: 60px; -webkit-transform: scale(.1); opacity: 0; -webkit-animation-timing-function: ease-in-out; }
}
@-webkit-keyframes bubbleFloat2 {
from { bottom: 0; -webkit-transform: scale(.1); opacity: 0.7; -webkit-animation-timing-function: ease-in-out; }
10% { bottom: 65px; -webkit-transform: scale(.2); opacity: 0.5; -webkit-animation-timing-function: ease-in-out; }
98% { bottom: 410px; left: 210px;-webkit-transform: scale(0.7); opacity: 0.3; -webkit-animation-timing-function: ease-in-out; }
99% { bottom: 420px; left: 215px; -webkit-transform: scale(0.9); opacity: 0; -webkit-animation-timing-function: ease-in-out; }
to { bottom: 60px; -webkit-transform: scale(.1); opacity: 0; -webkit-animation-timing-function: ease-in-out; }
}
@-webkit-keyframes bubbleFloat3 {
from { bottom: 0; -webkit-transform: scale(.1); opacity: 0.7; -webkit-animation-timing-function: ease-in-out; }
10% { bottom: 75px; -webkit-transform: scale(.3); opacity: 0.5; -webkit-animation-timing-function: ease-in-out; }
98% { bottom: 390px; left: 240px;-webkit-transform: scale(1); opacity: 0.3; -webkit-animation-timing-function: ease-in-out; }
99% { bottom: 390px; left: 240px; -webkit-transform: scale(1.5); opacity: 0; -webkit-animation-timing-function: ease-in-out; }
to { bottom: 60px; -webkit-transform: scale(.1); opacity: 0; -webkit-animation-timing-function: ease-in-out; }
}
@-webkit-keyframes bubbleFloat4 {
from { bottom: 0; -webkit-transform: scale(.1); opacity: 0.7; -webkit-animation-timing-function: ease-in-out; }
10% { bottom: 65px; -webkit-transform: scale(.2); opacity: 0.5; -webkit-animation-timing-function: ease-in-out; }
98% { bottom: 450px; left: 170px;-webkit-transform: scale(0.3); opacity: 0.5; -webkit-animation-timing-function: ease-in-out; }
99% { bottom: 450px; left: 175px; -webkit-transform: scale(0.5); opacity: 0; -webkit-animation-timing-function: ease-in-out; }
to { bottom: 60px; -webkit-transform: scale(.1); opacity: 0; -webkit-animation-timing-function: ease-in-out; }
}

@-moz-keyframes bubbleFloating {
	bottom: 500px; opacity: 0; -moz-animation-timing-function: ease-out;
}
@-webkit-keyframes bubbleFloating {
	bottom: 500px; opacity: 0; -webkit-animation-timing-function: ease-out;
}

@-moz-keyframes Pulse {
from { -moz-box-shadow: 0 0 20px #c1d82e;}
to { -moz-box-shadow: 0 0 30px #dceb31;}
}
@-webkit-keyframes Pulse {
from { -webkit-box-shadow: 0 0 20px #c1d82e;}
to { -webkit-box-shadow: 0 0 30px #dceb31;}
}

@-moz-keyframes Shake {
from { -moz-transform: rotate(0.5deg);}
25% { -moz-transform: rotate(1deg);}
50% { -moz-transform: rotate(0deg);}
75% { -moz-transform: rotate(-1deg);}
to { -moz-transform: rotate(0deg);}
}
@-webkit-keyframes Shake {
from { -webkit-transform: rotate(0.5deg);}
25% { -webkit-transform: rotate(1deg);}
50% { -webkit-transform: rotate(0deg);}
75% { -webkit-transform: rotate(-1deg);}
to { -webkit-transform: rotate(0deg);}
}



















h1 {
	font-family:'sabor', Arial, Helvetica, sans-serif; 
	font-size:50px; 
	color:#aaa;
	font-weight:100;
	margin:0;
}

h1.main {
	font-family:'sabor', Arial, Helvetica, sans-serif; 
	font-size:50px; 
	color:#aaa;
	float:left; 
	margin-top:40px; 
	font-weight:100;
}

h2 {
	font-family:'sabor', Arial, Helvetica, sans-serif; 
	font-size:30px; 
	color:#999999;
	font-weight:100;
	margin:0;
}

h3 {
	font-family:'sabor', Arial, Helvetica, sans-serif; 
	font-size:20px; 
	color:#ffffff;
	font-weight:100;
	margin:0;
}

.header {
	width:960px;
	height:120px;
	margin:0 auto;
	bottom:20px;
	position:relative;
}


.wavegreen {
	background: transparent url(../img/wave-green.png) center no-repeat;
	height:93px;
	width:100%;
	margin-bottom:-65px;
	position:relative;
	top:-65px;
}


.wavegreylt {
	background: transparent url(../img/wave-grey.png) center no-repeat;
	height:93px;
	width:100%;
	margin-bottom:-65px;
	position:relative;
	top:-65px;
/*    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; 
*/
}


.wavegreyrt {
	background: transparent url(../img/wave-grey.png) center no-repeat;
	height:93px;
	width:100%;
	margin-bottom:-65px;
	position:relative;
	top:-65px;
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: fliph; /*IE*/
}





/*////////////////////////////////HOME PAGE//////////////////////////////////////*/


#home {
	background: #FFF url(../img/bg-home.jpg) top center no-repeat fixed;
	width:100%;
	height:970px;
	overflow:hidden; 
}





/*////////////////////////////////ABOUT PAGE//////////////////////////////////////*/


#about {
	background: #FFF url(../img/bg-grey.jpg) bottom no-repeat;
	min-height:1000px;
}

#content-about{
	width:960px;
	margin:0 auto;
	position:relative;
}

#content-about article{
	margin-bottom:20px;

}
#content-about article:child-last{
    margin-bottom: 0px;
}

#content-about article h1 {
	font-family:'sabor', Arial, Helvetica, sans-serif; 
	font-size:30px;
	font-weight:100;
	color:#96a820;
	padding:0;
	margin:0;
}

#content-about p {
	font-size:13px;
	color:#666;
	margin:0;
	margin-top:5px;
}

#process {
	padding-bottom:100px;
}

#process h1 {
	margin:30px 0 30px 0;
	font-size:50px;
}

.process{
	background:transparent url(../img/bg-process.png) no-repeat;
	height:204px;
	text-align:center;
	font-family:'sabor', Arial, Helvetica, sans-serif; 
}

.process ul{
	padding: 0;
	list-style: none;
	margin:0;
}

.process ul li {
	height:100px;
	width:170px;
	margin:17px 28px 0 0;
	padding-top:70px;
	float:left;
	font-size:20px;
	text-decoration:none;
	color:#FFFFFF;

}
	
    .one {
    -webkit-transition:All .5s ease-in-out;
    -moz-transition:All .5s ease-in-out;
    -o-transition:All .5s ease-in-out;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    }
    .one:hover{
	background:url(../img/eye-watch-icon.png) no-repeat 50%;
    -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    }
	
	
	.two {
    -webkit-transition:All .5s ease-in-out;
    -moz-transition:All .5s ease-in-out;
    -o-transition:All .5s ease-in-out;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    }
    .two:hover{
	background:url(../img/light-bulb-icon.png) no-repeat 50%;
    -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    }
	
	
	.three {
    -webkit-transition:All .5s ease-in-out;
    -moz-transition:All .5s ease-in-out;
    -o-transition:All .5s ease-in-out;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    }
    .three:hover{
	background:url(../img/flower-windmill-icon.png) no-repeat 50%;
    -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    }
	
	
	.four {
    -webkit-transition:All .5s ease-in-out;
    -moz-transition:All .5s ease-in-out;
    -o-transition:All .5s ease-in-out;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    }
    .four:hover{
	background:url(../img/flower-icon.png) no-repeat 50%;
    -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    }


	.five {
    -webkit-transition:All .5s ease-in-out;
    -moz-transition:All .5s ease-in-out;
    -o-transition:All .5s ease-in-out;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
    }
    .five:hover{
	background:url(../img/love-heart-icon.png) no-repeat 50%;
    -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    }


.process ul li:hover{
	font-size:0;
	cursor:pointer;
}


/*////////////////////////////////SERVICES PAGE//////////////////////////////////////*/


#services {
	background: #FFF url(../img/bg-grey.jpg) bottom no-repeat;
	min-height:1000px;
}

#content-services{
	width:960px;
	margin:0 auto;
	position:relative;
}

#web, #branding, #marketing,  #telecom{
	padding-left:20px;
}

#content-services figure{
	height:200px;
	width:200px;
	float:left;
}

.webCat{
	position:absolute;
	width:200px;
	display:none;
	text-align:center;
	margin-top:220px;
}

.webCat h3{
	color:rgba(70,175,205,.7);
	margin:2px 0;
	font-size:20px;
	letter-spacing:1px;
}

#web-content {
	padding:35px 0;
	width:715px;
	float:right;
}

p.main {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	line-height:18px;
}

.webcontent{
	font-family:'sabor', Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-size:12px;
	color:#28a2c5;
	text-align:right;
}

.expArrowWeb{
	padding-right:20px;
	background:transparent url(../img/arrow-down-blue.png) no-repeat 100% 50%;
}
.collArrowWeb{
	padding-right:20px;
	background: url(../img/arrow-up-blue.png) no-repeat 100% 50%;
}


article.left{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width:215px;
	float:left;
	margin-right:35px;
	text-align:left;
/*	text-align:justify;*/
	margin-top:10px;
	line-height:18px;
}

article.right{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width:215px;
	float:right;
	text-align:left;
/*	text-align:justify;*/
	margin-top:10px;
	line-height:18px;
}

.brandCat{
	position:absolute;
	width:200px;
	display:none;
	text-align:center;
	margin-top:220px;
}

.brandCat h3{
	color:rgba(150,170,30,.7);
	margin:2px 0;
	font-size:20px;
	letter-spacing:1px;
}

#branding-content {
	padding:35px 0;
	width:715px;
	float:right;
}


.brandcontent{
	font-family:'sabor', Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-size:12px;
	color:#a3b33d;
	text-align:right;
}

.expArrowBrand{
	padding-right:20px;
	background: url(../img/arrow-down-green.png) no-repeat 100% 50%;
}
.collArrowBrand{
	padding-right:20px;
	background: url(../img/arrow-up-green.png) no-repeat 100% 50%;
}



.marketingCat{
	position:absolute;
	width:200px;
	display:none;
	text-align:center;
	margin-top:220px;
}

.marketingCat h3{
	color:rgba(255,134,54,.7);
	margin:2px 0;
	font-size:20px;
	letter-spacing:1px;
}

#marketing-content {
	padding:35px 0;
	width:715px;
	float:right;
}


.marketcontent{
	font-family:'sabor', Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-size:12px;
	color:#ff8636;
	text-align:right;
}

.expArrowMarketing{
	padding-right:20px;
	background: url(../img/arrow-down-orange.png) no-repeat 100% 50%;
}
.collArrowMarketing{
	padding-right:20px;
	background: url(../img/arrow-up-orange.png) no-repeat 100% 50%;
}


.telecomCat{
	position:absolute;
	width:200px;
	display:none;
	text-align:center;
	margin-top:220px;
}

.telecomCat h3{
	color:rgba(220,90,180,.7);
	margin:2px 0;
	font-size:20px;
	letter-spacing:1px;
}

#telecom-content {
	padding:35px 0;
	width:715px;
	float:right;
}


.telecomcontent{
	font-family:'sabor', Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-size:12px;
	color:#dd58b3;
	text-align:right;
}

.expArrowTelecom{
	padding-right:20px;
	background: url(../img/arrow-down-pink.png) no-repeat 100% 50%;
}
.collArrowTelecom{
	padding-right:20px;
	background: url(../img/arrow-up-pink.png) no-repeat 100% 50%;
}
.telecom .telecom-2{
	min-height:176px;
}

/*////////////////////////////////PORTFOLIO PAGE//////////////////////////////////////*/


#work {
/*	background: #FFF url(../img/bg-grey.jpg) bottom no-repeat;*/
	min-height:1000px;
}

#content-work{
	width:960px;
	margin:0 auto;
	position:relative;
}

#content-work h2 {
	font-family:'Saborbold', Arial, Helvetica, sans-serif; 
}

.Web{
	background: url(../img/bg-websites.png) no-repeat 100% 50%;
}


.Logo{
	background: url(../img/bg-logo.png) no-repeat 100% 50%;
}

.Print{
	background: url(../img/bg-print.png) no-repeat 100% 50%;
}

.panel {
	height:480px;
}


/*////////////////////////////////CONTACT PAGE//////////////////////////////////////*/


#contact {
	background: #FFF url(../img/bg-bottom.jpg) bottom no-repeat;
	min-height:780px;
}

#content-contact{
	width:960px;
	margin:0 auto;
	position:relative;
}
.contact-description{
	width:500px;
	   color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;

}
.contact-description h4{
   color: #3BAACA;
    font-family: 'sabor',Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

.acenter {text-align: right;}
.left {float:left;}
.right {float:right;}

.cnt_left {
	width: 410px;
	float:left;
}

/* FORMS */

form { padding-bottom: 40px; }
form p {
	position: relative;
	margin-top: 2px;
	margin-bottom: 6px;
}
form p label, form p.textarea label {
	position: absolute;
	top: 12px;
	left: 13px;
	font-size:12px;
	color: #999;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
form p.textarea label {
	top: 22px;
	left: 20px;
	color: #999;
}
form p br {display: none;}
.textInput {
	font-size: 12px;
	height:20px;
	background-color:#fff;
	color: #333;
	width: 178px;
	line-height: 12px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #c2d1d7;
	background-image: url(../img/input_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	-webkit-transition: border 0.2s linear, -webkit-box-shadow 0.2s linear, background-color 0.2s linear;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.textInput:hover {
	border: 1px solid #999;
}
.textInput:focus {
	background-color: #FFFFFF;
	color: #333333;
}
.select {
	font-size: 12px;
	height:21px;
	color: #333;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
.checkbox {
	border:medium none;
	float:left;
	margin-top:7px;
}
textarea {
	font-size: 12px;
	height:140px;
	max-height: 140px;
	background-color:#FFFFFF;
	color: #666;
	width: 370px;
	max-width: 370px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow-x:hidden;
	overflow-y:auto;
	background-image: url(../img/textarea.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	resize: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
textarea:focus {
	background-color: #FFFFFF;
	color: #333;
}
fieldset {
	padding: 0px 0px 5px 0px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
}


.long {
	width: 388px;
}

.btn {
	font-family: 'saborbold', Arial, Helvetica, sans-serif; 
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
/*	text-shadow: 0 1px 0px rgba(255,255,255,.7);*/
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	font-size: 18px;
	line-height: 100%;
	letter-spacing:1px;	
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	position: relative;
	-webkit-transition: color 0.2s linear, border 0.2s linear, -webkit-box-shadow 0.2s linear, background-color 0.2s linear;
	padding-top: 0.60em;
	padding-right: 1.3em;
	padding-bottom: 0.70em;
	padding-left: 1.3em;
}
@-moz-document url-prefix() {
	.btn {
    	padding-top: 0.50em;
		padding-bottom: 0.45em;
	}
}
.btn:hover {
	text-decoration: none;
/*	text-shadow: 0 1px 0px rgba(0,0,0,.7);*/
}
.btn:active { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; bottom: -1px; }

.send {
	color: #999;
	border: 1px solid #ccc;
	background: #c1d82e; /* old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1d82e), color-stop(100%,#b2ce22)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1d82e', endColorstr='#b2ce22',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #c1d82e 0%, #b2ce22 100%); /* opera */
}
.send:hover {
	color: #fff;
	border: 1px solid #b4c92b;
	background: #c1d82e; /* old browsers */
	background: -moz-linear-gradient(top, #c1d82e 0%, #b2ce22 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1d82e), color-stop(100%,#b2ce22)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1d82e', endColorstr='#b2ce22',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #c1d82e 0%, #b2ce22 100%); /* opera */
}
.send:active {
	color: #fff;
	border: 1px solid #b4c92b;
	background: #c1d82e; /* old browsers */
	background: -moz-linear-gradient(top, #b2ce22 0%, #c1d82e 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2ce22), color-stop(100%,#c1d82e)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2ce22', endColorstr='#c1d82e',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #b2ce22 0%, #c1d82e 100%); /* opera */
}

/* Dropdown control */
.selectBox-dropdown {
	width: 178px; /* width = (desired width) - padding-right */
	padding-right: 40px;
	position: relative;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #ccc;
	background-image: url(../img/select_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	height:20px;
	background-color:#ccc;
	color: #999;
	line-height: 1.5;
	text-decoration: none;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	font-family: Arial, sans-serif;
}
.selectBox-dropdown:hover,
.selectBox-dropdown:hover .selectBox-arrow {
	color: #333;
	border-color: #999;
	text-decoration: none;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	color: #333;
	border-color: #999;
	background-color: #eee;
}
.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	height: 100%;
	border-left: solid 1px #ccc;
	background-image: url(../img/select_arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 13px;
}
.selectBox-dropdown-menu {
	font-size:12px;
	position: absolute;
	z-index: 999;
	max-height: 200px;
	border: solid 1px #ccc;
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}
/* Inline control */
.selectBox-inline {
	width: 200px;
	outline: none;
	border: solid 1px #ccc;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}
.selectBox-inline:focus { border-color: #ccc; }
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.selectBox-options LI A {
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
	color: #999;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.selectBox-options LI.selectBox-hover A {
	background-color: #d1e43a;
	color: #333;
}
.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
	background: #eee; color: #666;
}
.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #ccc;
}
.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

/* FORMS */

/********** Tag Clouds  *************/

.tagclouds
{
	color:#fff; 
	padding:0.2em 0.6em;
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px; 
	border-radius: 25px; 
	display:inline-block; 
	font-size:11px; 
	font-weight:bold; 
	margin:2px 0px;
}

.tc-green
{
		background:#a6b929;
}

.tc-blue
{
		background:#45aecd;
}

.tc-pink
{
		background:#dd58b3;
}

.tc-red
{
		background:#C00;
}

.tc-orange
{
		background:#e44d26;
}

.tc-gray
{
		background:#333;
}


/********** View Link *************/

.viewonline{
	font-size:12px;
	font-weight:bold;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:5px;
	/*margin:5px 0px;*/
	

}

.viewonline a
{
	text-decoration:none; 
	color:#666;
	height:16px;
	background:url(../img/lcd1.png) no-repeat left;
	padding:3px 0 5px 20px;

}

.viewonline a:hover
{
	color:#a6b929;
	background:url(../img/lcd2.png) no-repeat left;
	
}


/********** View Enlarge *************/

.viewenlarge{
	font-size:12px;
	font-weight:bold;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:10px;
}

.viewenlarge a
{
	text-decoration:none; 
	color:#666;
	height:16px;
	background:url(../img/large1.png) no-repeat left;
	padding:5px 0 5px 20px;

}

.viewenlarge a:hover
{
	color:#a6b929;
	background:url(../img/large2.png) no-repeat left;
	
}


.port-detail
{
	border-bottom:solid 1px #ccc; 
	padding-bottom:5px; 
	color:#333; 
	font-size:11px;
	line-height:1.5em;
}

.email{

	margin-top:0px;
	font-size:20px; 
	margin:0px 10px 0px 0px;
	padding:0px 0px 7px 0px;


}

.email a
{
	text-decoration:none; 
	color:#999;
	height:16px;
	background:url(../img/email.png) no-repeat left;
	padding:5px 0 5px 23px;

}

.email a:hover
{
	color:#a6b929;
	background:url(../img/email-1.png) no-repeat left;
	
}

.sm-in a
{
	margin:60px 0px 0px 80px;
	float:left;
	height:38px;
	width:38px;
	background:url(../img/sm-in.png) no-repeat left;
	display:block;

}

.sm-in a:hover
{
	background:url(../img/sm-in1.png) no-repeat left;
	
}

.sm-t a
{
	margin:130px 0px 0px 130px;
	float:left;
	height:38px;
	width:38px;
	background:url(../img/sm-tweeter.png) no-repeat left;
	display:block;

}

.sm-t a:hover
{
	background:url(../img/sm-tweeter1.png) no-repeat left;
	
}

.sm-fb a
{
	margin:70px 0px 0px 80px;
	float:left;
	height:38px;
	width:38px;
	background:url(../img/sm-fb.png) no-repeat left;
	display:block;

}

.sm-fb a:hover
{
	background:url(../img/sm-fb1.png) no-repeat left;
	
}

