@media screen and (min-width: 701px) and (max-width: 2000px) {
#typewriter {
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}
}
@media screen and (min-width: 576px) and (max-width: 700px) {
#typewriter {
	font-size: 33px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
}
@media screen and (min-width: 300px) and (max-width: 575px) {
#typewriter {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
}
/* template showcase style */
/*Style 4 */
@media screen and (min-width: 1200px) and (max-width: 1800px) {
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;

}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   /*background-color: rgba(219,127,8, 0.7);*/
   background-color: rgba(201,204,206, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;

}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
        
/* Style common */

.view {
   width: 350px;
  height: 210px;
   margin: 10px;
   float: left;
   border: 1px solid #ccc;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 350px;
  height: 210px;
   position: absolute;
   overflow: hidden;
  top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 119, 187, 1.0);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: rgba(0, 119, 187, 0.6);
  color: #fff;
  text-transform: none;
  border-radius:4px;
  /*-webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;*/
}
.view a.info: hover {
 /*  -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;*/
  border-radius:4px;
}
/*.porfolio .item-state {
  background: url(../images/free.png) no-repeat scroll center rgba(0, 0, 0, 0) top;
  display: block;
  height: 70px;
  position: absolute;
  right: -1px;
  text-indent: -9999em;
  top: -1px;
  width: 70px;
}
.porfolio .state-free {
    background-position: center center;
}*/

}

@media screen and (min-width: 300px) and (max-width: 1199px) {
.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  background: rgba(0, 119, 187, 0.6);
  color: #fff;
  text-transform: none;
  border-radius:4px;
  /*-webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;*/
}
.view a.info: hover {
 /*  -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;*/
  border-radius:4px;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 10px;
   position: relative;
   color: #fff;
   padding: 0px;
  margin-top:-20px;
   text-align: center;
}
}
/* end template showcase style */

/* avatar timido */
.circle2
{
width: 300px;
height: 300px;
margin: 0 auto;
margin-top:20px;	
position: relative;
z-index: 100;
border-radius: 50%;
overflow: hidden;
}
.circle2 img {
  margin-top: 220px;
-webkit-transition: margin 1s ease;
-moz-transition: margin 1s ease;
-o-transition: margin 1s ease;
-ms-transition: margin 1s ease;
transition: margin 1s ease;
}
.circle2 img:hover {
  margin-top: 0px;
}
.circle1
{
width: 300px;
height: 300px;
margin: 0 auto;
margin-top:20px;	
background-color: #3579CE;
position: relative;
z-index: 1000;
border-radius: 50%;
}
/* end avatar timido */
/* avatar timido piccolo */
.circle2small
{
width: 100px;
height: 100px;
margin: 0 auto;
margin-top:20px;	
position: relative;
z-index: 100;
border-radius: 50%;
overflow: hidden;
}
.circle2small img {
  margin-top: 60px;
-webkit-transition: margin 1s ease;
-moz-transition: margin 1s ease;
-o-transition: margin 1s ease;
-ms-transition: margin 1s ease;
transition: margin 1s ease;
}
.circle2small img:hover {
  margin-top: 0px;
}
.circle1small
{
width: 100px;
height: 100px;
margin: 0 auto;
margin-top:20px;	
background-color: #3579CE;
position: relative;
z-index: 1000;
border-radius: 50%;
}
/* end avatar timido piccolo */
.t4-masthead-title, .t4-masthead-description {
color: #ffffff;
}
/* menu fixed on smartphone view */
@media screen and (max-width: 575px) {
.t4-sticky {
    position: sticky !important;
  top: 0!important;}
}
.t4-section.sec-spacing-lg .t4-section-inner  {
padding-bottom: 3rem !important;
  padding-top: 5rem !important;
}